gst/volume/gstvolume.*: Cleanup volume, define and use default values.
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
2
3         * gst/volume/gstvolume.c: (volume_choose_func),
4         (volume_update_volume), (gst_volume_set_volume),
5         (gst_volume_get_volume), (gst_volume_set_mute),
6         (gst_volume_class_init), (gst_volume_init),
7         (volume_process_double), (volume_process_float),
8         (volume_process_int32), (volume_process_int32_clamp),
9         (volume_process_int24), (volume_process_int24_clamp),
10         (volume_process_int16), (volume_process_int16_clamp),
11         (volume_process_int8), (volume_process_int8_clamp), (volume_setup),
12         (volume_transform_ip), (volume_set_property),
13         (volume_get_property):
14         * gst/volume/gstvolume.h:
15         Cleanup volume, define and use default values.
16         Recalculate new volume and mute setup before processing. Fixes #561789.
17
18         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
19         Add controller unit test. Patch by: Jonathan Matthew
20         Fix bogus test that messed with basetransform's internal state.
21
22 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
23
24         * gst/videorate/gstvideorate.c:
25         Add jpeg and png image media types to the caps. Fixes #561436.
26
27 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
28
29         * gst/playback/gstplaysink.c: (gen_audio_chain):
30         Don't post an error when we can't configure the volume but post a
31         warning instead. Fixes #561780.
32
33 2008-11-21  David Schleef  <ds@schleef.org>
34
35         Patch by: Jonathan Rosser <jonathan.rosser@rd.bbc.co.uk>
36
37         * gst/videotestsrc/gstvideotestsrc.c:
38         * gst/videotestsrc/gstvideotestsrc.h:
39         * gst/videotestsrc/videotestsrc.c:
40         * gst/videotestsrc/videotestsrc.h:
41           Add a zone plate pattern generator based on BBC R&D Report
42           1978/23 (yeah *that* 1978).  Try 'videotestsrc pattern=zone-plate
43           kx2=20 ky2=20 kt=1'.
44
45 2008-11-20  Michael Smith <msmith@songbirdnest.com>
46
47         * gst/playback/gstdecodebin2.c:
48           Fix random fat-fingering making this not compile.
49
50 2008-11-20  Michael Smith <msmith@songbirdnest.com>
51
52         * gst/playback/gstdecodebin2.c:
53           If the top-level type of the stream is plain text, don't try to decode
54           it, matching behaviour of decodebin.
55         * gst/playback/gstplaysink.c:
56           If we fail to generate a text chain (e.g. due to missing optional
57           plugins), don't crash.
58
59 2008-11-20  Michael Smith <msmith@songbirdnest.com>
60
61         * gst-libs/gst/rtsp/gstrtspdefs.c:
62           Fix win32 build. Oops.
63
64 2008-11-20  Michael Smith <msmith@songbirdnest.com>
65
66         * gst-libs/gst/rtsp/gstrtspdefs.c:
67           Use WSAGetLastError() rather than errno/h_errno on win32.
68
69 2008-11-20  Michael Smith <msmith@songbirdnest.com>
70
71         * gst-libs/gst/riff/riff-media.c:
72           Support WMA Lossless properly.
73
74 2008-11-18  David Schleef  <ds@schleef.org>
75
76         * gst/videotestsrc/gstvideotestsrc.c:
77         * gst/videotestsrc/gstvideotestsrc.h:
78         * gst/videotestsrc/videotestsrc.c:
79         * gst/videotestsrc/videotestsrc.h:
80           Add "colorspec" property, specifying whether to generate BT.601
81           or BT.709 video.  This only affects YCbCr values, not RGB, since
82           if you're generating a 709 test pattern, presumably you want
83           709 RGB primaries, not 601.  Also add "smpte75" pattern, which
84           uses 75% colors instead of 100%, since this is often more useful
85           for testing (and also follows the SMPTE EG-1 guideline).
86
87 2008-11-18  Alessandro Decina  <alessandro.d@gmail.com>
88
89         * gst/playback/gstdecodebin.c:
90         Add a "sink-caps" property to decodebin like it's done for decodebin2.
91         Fixes #560380.
92
93 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
94
95         * gst/audioresample/gstaudioresample.c:
96         Guard against a NULL dereference I somehow encountered -
97         with a FLUSH_STOP arriving either before basetransform _start(),
98         or after _stop().
99
100         * gst/typefind/gsttypefindfunctions.c:
101         Make sure we never jump backwards when typefinding corrupt mov files.
102
103 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
104
105         * gst-libs/gst/interfaces/propertyprobe.c:
106         Fix random type causing a docs warning.
107
108 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
109
110         * sys/v4l/gstv4l.c:
111           Give it a minimal rank for autovideosrc.
112
113 2008-11-13  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
114
115         * gst/typefind/gsttypefindfunctions.c: (jp2_type_find),
116         (plugin_init):
117         Improve typefinding of ISO JPEG2000 mime types.
118
119 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
120
121         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
122         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_setcaps),
123         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
124         * sys/xvimage/xvimagesink.h:
125         Avoid typechecking when we do trivial casts.
126         Move error handling out of the main program flow.
127         Sneak in the display-region caps property, not completely correct yet.
128         Cache the width/height in buffer_alloc instead of parsing it from the
129         caps all the time.
130
131 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
132
133         * gst/playback/gstplaybin2.c: (deactivate_group):
134         don't try to unlink the selector sinkpad when we don't have it yet. This
135         can happen if an error occured before the group was complete.
136
137 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
138
139         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
140         (gst_rtp_buffer_set_packet_len), (gst_rtp_buffer_get_packet_len),
141         (gst_rtp_buffer_get_header_len), (gst_rtp_buffer_get_version),
142         (gst_rtp_buffer_set_version), (gst_rtp_buffer_get_padding),
143         (gst_rtp_buffer_set_padding), (gst_rtp_buffer_pad_to),
144         (gst_rtp_buffer_get_extension), (gst_rtp_buffer_set_extension),
145         (gst_rtp_buffer_get_extension_data),
146         (gst_rtp_buffer_set_extension_data), (gst_rtp_buffer_get_ssrc),
147         (gst_rtp_buffer_set_ssrc), (gst_rtp_buffer_get_csrc_count),
148         (gst_rtp_buffer_get_csrc), (gst_rtp_buffer_set_csrc),
149         (gst_rtp_buffer_get_marker), (gst_rtp_buffer_set_marker),
150         (gst_rtp_buffer_get_payload_type),
151         (gst_rtp_buffer_set_payload_type), (gst_rtp_buffer_get_seq),
152         (gst_rtp_buffer_set_seq), (gst_rtp_buffer_get_timestamp),
153         (gst_rtp_buffer_set_timestamp),
154         (gst_rtp_buffer_get_payload_subbuffer),
155         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload):
156         Avoid expensive type checks we already did as part of the 
157         _validate() function that should be called first.
158
159 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
160
161         * gst-libs/gst/rtp/gstbasertpdepayload.c: (create_segment_event),
162         (gst_base_rtp_depayload_push_full),
163         (gst_base_rtp_depayload_set_gst_timestamp):
164         Fix some cases where a newsegment event was not sent.
165
166 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
167
168         * gst/playback/gstplaybin2.c: (activate_group):
169         Catch state change errors and stop from the uridecodebin elements
170         instead of trying to continue in vain.
171
172 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
173
174         * gst-libs/gst/audio/gstbaseaudiosink.c:
175         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
176         (gst_base_audio_sink_callback):
177         Use gst_base_sink_do_preroll() to wait for PLAYING and before waiting
178         for the latency to expire, fixes #559567.
179
180 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
181
182         * gst/adder/gstadder.c:
183           Change author string after seeing output of gst-inspector.
184
185 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
186
187         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
188         Don't try to do crazy things when we only have a text pad without a
189         video pad. Fixes #559478.
190
191 2008-11-06  Wim Taymans  <wim.taymans@collabora.co.uk>
192
193         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
194         Fix case where we don't have a range for the rates or channels as is the
195         case with truespeech.
196
197 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
198
199         * gst/volume/gstvolume.c: (volume_update_real_volume),
200         (gst_volume_set_volume), (gst_volume_get_volume),
201         (gst_volume_set_mute), (gst_volume_init), (volume_setup),
202         (volume_transform_ip), (volume_update_mute),
203         (volume_update_volume), (volume_get_property):
204         * gst/volume/gstvolume.h:
205         Keep negotiated state in a separate variable.
206         Protect the volume and mute properties with the object lock.
207         Protect modifying the transform with the transform lock.
208
209 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
210
211         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
212         (gst_ffmpeg_pixfmt_to_caps):
213         Only convert caps to string when debug is enabled.
214
215 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
216
217         * ext/theora/gsttheoradec.h:
218         * ext/theora/theoradec.c: (gst_theora_dec_init),
219         (gst_theora_dec_reset), (theora_dec_src_event),
220         (theora_dec_sink_event), (theora_handle_type_packet):
221         Copy seqnum.
222         Keep events in a pending list, like vorbisdec, instead of trying
223         to construct a segment event ourselves.
224
225         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
226         (vorbis_dec_src_event), (vorbis_dec_sink_event):
227         * ext/vorbis/vorbisdec.h:
228         Copy seqnum.
229
230 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
231
232         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
233         (gst_ogg_demux_deactivate_current_chain),
234         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page),
235         (gst_ogg_demux_loop):
236         * ext/ogg/gstoggdemux.h:
237         Copy seqnums around to track playback segments and messages.
238
239 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
240
241         Based on patch by: Matthias Kretz <kretz at kde dot org>
242
243         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
244         (gst_alsasink_prepare), (gst_alsasink_unprepare),
245         (gst_alsasink_write):
246         Make all access non-blocking so that we can better handle unplugging
247         of usb devices. Fixes #559111
248
249 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
250
251         Patch by: Damien Lespiau  <damien.lespiau gmail com>
252
253         * gst-libs/gst/rtsp/gstrtspconnection.c:
254         (gst_rtsp_connection_write):
255         Make the next call to poll not depend on previous calls to poll with or
256         without reading from the active descriptor. Fixes #544293.
257
258 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
259
260         Patch by: Nick Haddad <nick at haddads dot net>
261
262         * gst-libs/gst/riff/riff-ids.h:
263         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
264         Add support for other fourcc codes that are commonly used for
265         'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
266         Fixes #558553.
267
268 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
269
270         * gst/audioresample/gstaudioresample.c:
271           Return the result of parent_class->event().
272
273 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
274
275         * gst/audioresample/gstaudioresample.c:
276         (gst_audioresample_class_init), (audioresample_fixate_caps):
277         Fixate the rate to the nearest supported rate instead of
278         the first one. Fixes bug #549510.
279
280 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
281
282         * win32/common/libgstaudio.def:
283         Add new symbols.
284
285 2008-10-23  Wim Taymans  <wim.taymans@collabora.co.uk>
286
287         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
288         Attempt to make obfuscated code clearer.
289
290 2008-10-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
291
292         * docs/libs/gst-plugins-base-libs-sections.txt:
293         * gst-libs/gst/floatcast/floatcast.h:
294         Move float endianness conversion macros to core. Second part of
295         bug ##555196.
296
297 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
298
299         * sys/ximage/ximagesink.h:
300         * sys/xvimage/xvimagesink.h:
301           Don't mark as gtk-doc docs as they aren't public.
302
303 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
304
305         * sys/xvimage/xvimagesink.c:
306         * sys/xvimage/xvimagesink.h:
307         * tests/icles/Makefile.am:
308         * tests/icles/test-colorkey.c:
309           Allow setting colorkey if possible. Implement property probe interface
310           for optional X features (autopaint-colorkey, double-buffer and
311           colorkey). Fixes #554533
312
313 2008-10-22  Sebastian Dröge  <slomo@circular-chaos.org>
314
315         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
316         Remove useless buffer size assignment. It already has this value.
317
318 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
319
320         * gst-libs/gst/audio/gstaudiosink.c:
321         (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
322         (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
323         (gst_audioringbuffer_stop):
324         Implement a separate activate functions to start monitoring the segments
325         or, in pull mode, pulling in data.
326
327         * gst-libs/gst/audio/gstbaseaudiosink.c:
328         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
329         (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
330         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
331         (gst_base_audio_sink_activate_pull),
332         (gst_base_audio_sink_async_play),
333         (gst_base_audio_sink_change_state):
334         Implement pad and element convert query function.
335         Activate the ringbuffer.
336         Use the segment last_stop value as the offset to pull.
337         Use new basesink _do_preroll() method to preroll in the pulling thread.
338         Take appropriate locking in the pulling thread.
339
340         * gst-libs/gst/audio/gstringbuffer.h:
341         Update some docs.
342
343 2008-10-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
344
345         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
346         Improve MXF typefinding a bit by searching for a header partition
347         pack instead of just a general partition pack and checking more
348         bytes for valid values.
349
350 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
351
352         * tests/icles/.cvsignore:
353         update ignore file.
354
355         * tests/icles/Makefile.am:
356         * tests/icles/test-box.c: (make_pipeline), (main):
357         Add another interactive command line experimentation suite for
358         dynamically boxing/cropping/saling an input video.
359
360 2008-10-17  Wim Taymans  <wim.taymans@collabora.co.uk>
361
362         * docs/libs/gst-plugins-base-libs-sections.txt:
363         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
364         (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
365         * gst-libs/gst/audio/gstringbuffer.h:
366         Add methods to more accuratly control the pulling thread of a
367         ringbuffer.
368         Add format conversion helper code to the ringbuffer.
369         API: GstRingBuffer:gst_ring_buffer_activate()
370         API: GstRingBuffer:gst_ring_buffer_is_active()
371         API: GstRingBuffer:gst_ring_buffer_convert()
372
373 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
374
375         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
376         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
377         (gst_audioringbuffer_stop):
378         Signal thread startup earlier so that we can immediatly go into pull
379         mode when we have to and block on preroll.
380
381 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
382
383         * gst-libs/gst/audio/gstringbuffer.c:
384         (gst_ring_buffer_prepare_read):
385         In pull mode we want the callback to prepull a buffer we can preroll on
386         even when we are not yet playing.
387
388 2008-10-16  Stefan Kost  <ensonic@users.sf.net>
389
390         * ext/alsa/Makefile.am:
391         * ext/cdparanoia/Makefile.am:
392         * ext/gio/Makefile.am:
393         * ext/gnomevfs/Makefile.am:
394         * ext/libvisual/Makefile.am:
395         * ext/ogg/Makefile.am:
396         * ext/pango/Makefile.am:
397         * ext/theora/Makefile.am:
398         * ext/vorbis/Makefile.am:
399         * gst/adder/Makefile.am:
400         * gst/audioconvert/Makefile.am:
401         * gst/audiorate/Makefile.am:
402         * gst/audioresample/Makefile.am:
403         * gst/audiotestsrc/Makefile.am:
404         * gst/ffmpegcolorspace/Makefile.am:
405         * gst/gdp/Makefile.am:
406         * gst/playback/Makefile.am:
407         * gst/subparse/Makefile.am:
408         * gst/tcp/Makefile.am:
409         * gst/typefind/Makefile.am:
410         * gst/videorate/Makefile.am:
411         * gst/videoscale/Makefile.am:
412         * gst/videotestsrc/Makefile.am:
413         * gst/volume/Makefile.am:
414         * sys/v4l/Makefile.am:
415         * sys/ximage/Makefile.am:
416         * sys/xvimage/Makefile.am:
417           Don't install static libs for plugins. Fixes #550851 for base.
418
419 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
420
421         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
422         Set the default blocksize to -1 because we will then use the configured
423         samplesperbuffer to create our output buffer.
424
425 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
426
427         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
428         (gst_riff_create_video_template_caps):
429         Add mappping for the KMVC (Karl Morton's Video) Codec.
430
431 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
432
433         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
434         Don't forget to advance the offset of what we're matching against, else
435         we end up in a forever loop.
436
437 2008-10-15  Sebastian Dröge  <slomo@circular-chaos.org>
438
439         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
440         Improve typefinding a bit. If we don't have a Unicode charset
441         try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
442
443 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
444
445         * ext/theora/theoradec.c: (theora_dec_decode_buffer):
446         Fix build on macosx.
447
448 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
449
450         Based on patch by: Robin Stocker <robin at nibor dot org>
451
452         * ext/theora/gsttheoradec.h:
453         * ext/theora/theoradec.c: (gst_theora_dec_init),
454         (theora_dec_setcaps), (theora_handle_type_packet),
455         (theora_dec_decode_buffer), (theora_dec_change_state):
456         Parse input caps and make the PAR override the encoded PAR when
457         specified by a container. Fixes #555699.
458
459 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
460
461         * gst-libs/gst/rtp/gstbasertpdepayload.c:
462         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
463         (gst_base_rtp_depayload_set_gst_timestamp),
464         (gst_base_rtp_depayload_change_state):
465         * gst-libs/gst/rtp/gstbasertpdepayload.h:
466         Add some more G_LIKELY
467         Fail when the setcaps function was not called.
468
469         * gst-libs/gst/rtp/gstbasertppayload.c:
470         (gst_basertppayload_set_outcaps):
471         Propagate return value of setcaps.
472
473 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
474
475         * gst/subparse/Makefile.am:
476         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
477         (gst_sub_parse_class_init), (gst_sub_parse_init),
478         (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
479         (get_next_line), (gst_sub_parse_data_format_autodetect),
480         (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
481         (gst_subparse_type_find):
482         * gst/subparse/gstsubparse.h:
483         Add support for UTF16/UTF32 subtitles as long as the first bytes of
484         the first buffer contain the BOM. This also adds support for other
485         encodings that allow NUL bytes via the encoding property.
486         Fixes bugs #552237 and #456788.
487
488 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
489
490         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
491         Don't drop the last byte of image tags if they're not an URI list.
492         Fixes bug #556066.
493
494 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
495
496         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
497         For looking at the 4th byte we have to get 4 bytes of course
498         and not 3.
499
500 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
501
502         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
503         Improve FLAC-without-headers typefinding by looking at most of the
504         frame header and checking if invalid values are used. Should prevent
505         quite some false positives compared to the old version which only
506         check if the first 14 bits are set.
507
508 2008-10-11  Stefan Kost  <ensonic@users.sf.net>
509
510         * sys/xvimage/xvimagesink.c:
511           Don't assert on caps==NULL.
512
513 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
514
515         * gst/subparse/gstsubparse.c:
516         (gst_sub_parse_data_format_autodetect), (handle_buffer),
517         (gst_sub_parse_change_state):
518         * gst/subparse/gstsubparse.h:
519         * tests/check/elements/subparse.c: (GST_START_TEST):
520         Add support for subtitle files with UTF-8 BOM at the beginning
521         by simple stripping it from the first line before passing it
522         to any parsing code. Fixes bug #555257 and playback of files
523         created by Gnome Subtitles.
524
525 2008-10-10  Wim Taymans  <wim.taymans@collabora.co.uk>
526
527         * gst/audiotestsrc/gstaudiotestsrc.c:
528         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
529         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
530         (gst_audio_test_src_start), (gst_audio_test_src_stop),
531         (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
532         (gst_audio_test_src_create):
533         * gst/audiotestsrc/gstaudiotestsrc.h:
534         Define the default property values in the usual place.
535         Implement start/stop to reset values correctly.
536         Calculate the sample size only once when we negotiate.
537         Rename some values to make more sense.
538         Keep track of our byte range.
539         Add support for pull based scheduling. Disabled for now until we have
540         the whole stack working.
541         Set the BUFFER_OFFSET correctly.
542
543 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
544
545         Based on a patch by: xavierb at gmail dot com
546
547         * gst/subparse/gstsubparse.c:
548         (gst_sub_parse_data_format_autodetect):
549         * tests/check/elements/subparse.c: (GST_START_TEST):
550         Make the detection of the used subtitle a bit less strict
551         for srt subtitles. Fixes bug #555607.
552
553 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
554
555         * ext/vorbis/vorbisenc.c:
556         (gst_vorbis_enc_buffer_check_discontinuous):
557         Fix discontinuity detection which was broken by last commit.
558
559 2008-10-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
560
561         * configure.ac::
562           Require core CVS for ghostpad API additions used by decodebin2.
563
564 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
565
566         * gst-libs/gst/audio/gstbaseaudiosrc.c:
567         (gst_base_audio_src_create):
568         Fix debug statements (space between '%' and actual format).
569
570 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
571
572         * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
573         Remove bogus assert, the decodepad could have been created inside an
574         already existing group.
575
576 2008-10-08  Andy Wingo  <wingo@pobox.com>
577
578         * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
579         target instead of setting it.
580         (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
581         API for a decode pad. The bugfix is that we set the group in
582         activate(), not when the pad was created because it might be NULL
583         then.
584         (gst_decode_group_control_source_pad, gst_decode_group_expose):
585         Update to use the API.
586
587 2008-10-08  Andy Wingo  <wingo@pobox.com>
588
589         * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
590         be a subclass of GstGhostPad.
591         (analyze_new_pad): So, when emitting the signals that determine
592         how we do autoplugging, already create the ghost pad and use it as
593         the pad in the signal arguments. This allows applications to make
594         a connection between the pad passed in e.g. autoplug-continue, and
595         the pad passed in new-decoded-pad.
596         (connect_pad, expose_pad): Update to receive the ghosted decode
597         pad in the args, retargetting it as necessary if we have to plug
598         the target pad through a multiqueue.
599         (gst_decode_group_control_source_pad): Adapt to receive an
600         already-ghosted pad that just needs activation, blocking, and
601         drain notification.
602         (sort_end_pads): Adapt for decode pads actually being pads.
603         (gst_decode_group_expose): Adapt for decode pads actually being
604         pads. Rewrite the decode pad names so they appear in order. Adds a
605         new error case if we couldn't set the name.
606         (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
607         logic.
608         (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
609         New API for the decode pad, needed because we shouldn't do these
610         things inside gst_decode_pad_new(), but after.
611         (gst_decode_pad_new): Change to actually make the real pad, and
612         delay the blocking/drainage bits.
613
614 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
615
616         Patch by: Daniel Drake <dsd at laptop dot org>
617
618         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
619         Unref all buffers when clearing collectpads. Fixes bug #546955.
620
621 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
622
623         Based on a patch by: Klaas <klaas at rivercrew dot net>
624
625         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
626         (gst_vorbis_enc_buffer_check_discontinuous),
627         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
628         * ext/vorbis/vorbisenc.h:
629         Keep track of the upstream segments and use the running time on that
630         segment instead of the buffer timestamp everywhere. Fixes bug #525807.
631
632 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
633
634         * gst/audioconvert/audioconvert.c: (audio_convert_convert):
635         Prevent overflows with big buffer when calculating the size of
636         the intermediate buffer by using gst_util_uint64_scale() instead of
637         plain arithmetics. Fixes bug #552801.
638
639 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
640
641         Patch by: Pavel Zeldin <pzeldin at gmail dot com>
642
643         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
644         (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
645         (gst_clock_overlay_init), (gst_clock_overlay_set_property),
646         (gst_clock_overlay_get_property):
647         * ext/pango/gstclockoverlay.h:
648         API: Add ability to specify format for date/time display by
649         adding a "time-format" property.
650         Fixes bug #554879.
651
652 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
653
654         Patch by: Jan Gerber <j at oil21 dot org>
655
656         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
657         (gst_riff_create_video_template_caps):
658         Add FFV1 fourcc to support playback of FFMPEG lossless video
659         in AVI. Fixes bug #555319.
660
661 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
662
663         Patch by: HÃ¥vard Graff <havard dot graff at tandberg dot com>
664
665         * gst-libs/gst/audio/gstbaseaudiosrc.c:
666         (gst_base_audio_src_create):
667         Implement skew clock slaving. Fixes #552559.
668
669 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
670
671         * gst-libs/gst/audio/multichannel.c:
672         * gst-libs/gst/audio/testchannels.c:
673         Fix include of config.h
674
675 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
676
677         Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
678
679         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
680         (print_media), (gst_sdp_message_dump):
681         Fix parsing of the c= field containing multicast addresses.
682         Fixes #552199.
683         Add the connection info to the session or streams.
684         Fix parsing of the bandwidth.
685         Add debugging for the connections and bandwidths for a media.
686         Add debugging for the bandwidth of the session. 
687
688 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
689
690         * gst-libs/gst/rtp/gstbasertppayload.c:
691         (gst_basertppayload_change_state):
692         Configure the next seqnum and timestamp in the state change so that they
693         can be queried soon after.
694
695 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
696
697         * gst-libs/gst/rtp/gstbasertpdepayload.c:
698         (gst_base_rtp_depayload_chain):
699         Improve debugging of the rtptime.
700
701 2008-10-05  Jan Schmidt  <jan.schmidt@sun.com>
702
703         * configure.ac:
704         Back to development -> 0.10.21.1
705
706 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
707
708         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
709         (plugin_init):
710         Add typefinding for FLAC without headers in the beginning.
711         This is already handled by flacdec and friends.
712
713 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
714
715         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
716         (plugin_init):
717         Add typefinder for MXF.
718
719 2008-10-03  Jan Schmidt  <jan.schmidt@sun.com>
720
721         * tests/icles/Makefile.am:
722         Only build test-colorkey if GTK+ is available.
723
724 === release 0.10.21 ===
725
726 2008-10-03  Jan Schmidt <jan.schmidt@sun.com>
727
728         * configure.ac:
729           releasing 0.10.21, "We Could Be Wrong"
730
731 2008-09-28  Jan Schmidt  <jan.schmidt@sun.com>
732
733         * configure.ac:
734         0.10.20.4 pre-release
735
736 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
737
738         Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
739
740         * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
741         Set the BOS flag on the BOS packet. Fixes #553244.
742
743 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
744
745         * gst-libs/gst/rtsp/gstrtspmessage.c:
746         (gst_rtsp_message_parse_request),
747         (gst_rtsp_message_parse_response):
748         Fix the g_return_val_if_fail() statements.
749
750 2008-09-22  Michael Smith <msmith@songbirdnest.com>
751
752         * gst-libs/gst/tag/gsttagdemux.c:
753           Fail to activate if there's insufficient data in the file to be usable,
754           preventing an assertion fail later. Fixes #552960
755
756 2008-09-15  Tim-Philipp Müller  <tim.muller at collabora co uk>
757
758         * gst-libs/gst/pbutils/descriptions.c:
759         * gst/typefind/gsttypefindfunctions.c:
760           Recognise Kate subtitle streams (#550582).
761
762 2008-09-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
763
764         * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
765           Remove trailing comma from enum list, which causes problems
766           with -pendantic (#550729).
767
768 2008-09-10  Jan Schmidt  <jan.schmidt@sun.com>
769
770         * configure.ac:
771         0.10.20.2 pre-release
772
773         * po/LINGUAS:
774         * po/id.po:
775         * po/pt_BR.po:
776
777         New translations.
778
779 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
780
781         * gst-libs/gst/interfaces/propertyprobe.c:
782           (gst_property_probe_get_properties),
783           (gst_property_probe_get_property),
784           (gst_property_probe_probe_property),
785           (gst_property_probe_probe_property_name),
786           (gst_property_probe_needs_probe),
787           (gst_property_probe_needs_probe_name),
788           (gst_property_probe_get_values),
789           (gst_property_probe_get_values_name),
790           (gst_property_probe_probe_and_get_values),
791           (gst_property_probe_probe_and_get_values_name):
792           More sanity checks for our second-favourite interface.
793
794 2008-09-05  Stefan Kost  <ensonic@users.sf.net>
795
796         * gst-libs/gst/interfaces/propertyprobe.c:
797           Check for NULL pointer, in the hope that this fixes #532864.
798
799 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
800
801         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
802           No really, the next release is 0.10.21 (fix Since: tags in docs).
803
804 2008-09-04  Wim Taymans  <wim.taymans@collabora.co.uk>
805
806         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
807         Disable a code path that is now called but causes a deadlock for some
808         reason and is unneeded.
809
810 2008-09-04  Stefan Kost  <ensonic@users.sf.net>
811
812         * sys/xvimage/xvimagesink.c:
813         * sys/xvimage/xvimagesink.h:
814           Add a "draw-border" property that can be set to false to disable
815           drawing borders.
816           
817         * tests/icles/test-colorkey.c:
818         * tests/icles/Makefile.am:
819           Add new test application for the colorkey handling.
820
821 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
822
823         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
824         Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
825         This will also be fixed for upcoming gst-ffmpeg release so that once
826         this release of -base is out, it will work with the latest gst-ffmpeg
827         release.
828
829 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
830
831         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
832         (gst_riff_create_audio_template_caps):
833         Add Truespeech mapping for RIFF formats (AVI/WAV).
834         Fixes #550656
835
836 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
837
838         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
839         Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
840         Fixes #550638.
841
842 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
843
844         * configure.ac:
845         * gst/subparse/Makefile.am:
846         * gst/subparse/gstsubparse.c:
847         * gst/subparse/samiparse.c:
848         * tests/check/elements/subparse.c:
849           Rework last change, so that we build subparse, but just disable the
850           sami parse functionality, if we're configured to not use xml. In the
851           tests only the sami test is disabled now.
852
853 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
854
855         * configure.ac:
856           Disable subparse when xml is disabled. It woundn't work anyway. Fixes
857           test runs.
858
859 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
860
861         * po/POTFILES.in:
862           Add some more files with strings for translation.
863
864 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
865
866         * gst-libs/gst/tag/gstvorbistag.c:
867         * tests/check/libs/tag.c:
868           Use new geo location tags from core. Fixes #481169
869
870 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
871
872         * tests/check/elements/audioresample.c: (setup_audioresample),
873         (fail_unless_perfect_stream), (test_perfect_stream_instance),
874         (test_discont_stream_instance):
875         Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
876         Add debugging for coherence.
877
878 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
879
880         Patch by: Jonathan Matthew  <notverysmart gmail com>
881
882         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
883           Add typefinder for PDF documents (which is nice to have, since it's a
884           common format, but also helps prevent false positives). Fixes #549814.
885
886 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
887
888         * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
889         (no_more_pads_cb):
890         Fix nasty race where multiple decodebins could start pushing data before
891         we manage to configure the sinks, resulting in not-linked errors in
892         typical RTSP streaming cases.
893
894 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
895
896         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
897         Since we now call stop, we trigger this code path that causes a deadlock
898         is apparently not needed.
899
900 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
901
902         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
903         (gst_ring_buffer_stop):
904         Also allow the case where the ringbuffer was paused when we try to stop
905         it so that the basesrc stop function is still called.
906
907 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
908
909         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
910
911         * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
912         Reprobe devices again instead of taking a cached list as new
913         devices could've been plugged in. Fixes bug #549062.
914
915 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
916
917         Patch by: Alessandro Dessina <alessandro nnva org>
918
919         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
920         (gst_ogg_demux_activate_chain):
921         Don't add pads and activate them for skeleton streams. These are already
922         handled inside oggdemux. Fixes bug #537599.
923
924 2008-08-22  Wim Taymans  <wim.taymans@collabora.co.uk>
925
926         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
927         Reset variable so that query and convert fail after going back to
928         READY. Fixes #548898.
929
930 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
931
932         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
933         If a buffer arrives with a timestamp before the timestamp+duration
934         of the previous buffer clip it instead of dropping it completely.
935         Slight improvement for the unfixable bug #548913.
936
937 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
938
939         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
940         Take the current timestamp instead of timestamp+duration for the offset.
941         This offset will later be used for calculating the timestamp and
942         otherwise vorbisdec will interpolate timestamps wrong if upstream
943         only sends timestamps and no granulepos.
944
945 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
946
947         * tests/examples/seek/seek.c:
948           Don't crash when having no visualisations.
949
950 2008-08-16  David Schleef  <ds@schleef.org>
951
952         * gst/typefind/gsttypefindfunctions.c: DV typefinding.  Remove
953           check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
954           Fixes #548065.
955
956 2008-08-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
957
958         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
959         When cleaning up the caps fields also remove "depth" for the same
960         reason we remove "width".
961
962 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
963
964         * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
965           Add Lead H.264 here as well.
966
967 2008-08-14  Julien Moutte  <julien@fluendo.com>
968
969         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
970         (gst_riff_create_video_template_caps): Add Lead H.264 variant.
971
972 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
973
974         * gst-libs/gst/audio/gstbaseaudiosrc.c:
975         (gst_base_audio_src_create):
976         When not slaved to another clock also subtract the base_time from our
977         internal clock time to get the running time.
978
979 2008-08-12  David Schleef  <ds@schleef.org>
980
981         * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
982           since it has no basis in libtheora.
983
984 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
985
986         * gst-libs/gst/interfaces/propertyprobe.h:
987           Remove double "interface" from doc-string.
988
989         * gst-libs/gst/interfaces/xoverlay.h:
990           Document interface.
991
992         * gst-libs/gst/riff/riff.c:
993           Add basic doc blobs.
994
995 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
996
997         * gst-libs/gst/audio/Makefile.am:
998           Don't try to build that example anymore.
999
1000 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1001
1002         * gst-libs/gst/audio/.cvsignore:
1003         * gst-libs/gst/audio/Makefile.am:
1004         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1005         * gst-libs/gst/audio/make_filter:
1006           Move audiofiltertemplate to gst-template.
1007
1008 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1009
1010         * docs/libs/gst-plugins-base-libs-sections.txt:
1011         * gst-libs/gst/audio/gstaudiosrc.h:
1012           More docs and shuffling. What can we do with the hundreds of #defines.
1013
1014 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1015
1016         * gst-libs/gst/audio/audio.h:
1017         * gst-libs/gst/audio/gstaudiofilter.h:
1018         * gst-libs/gst/audio/gstringbuffer.h:
1019         * gst-libs/gst/interfaces/propertyprobe.h:
1020         * gst-libs/gst/tag/gsttagdemux.h:
1021           Reducing number of dundocumented symbols.
1022
1023 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1024
1025         * gst-libs/gst/audio/audio.c:
1026           Fix doc comment syntax.
1027
1028         * gst-libs/gst/interfaces/propertyprobe.c:
1029           Add more doc-comments and a FIXME: for the signal.    
1030
1031 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1032
1033         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
1034         (gst_ogg_mux_request_new_pad):
1035         * ext/ogg/gstoggmux.h:
1036         Don't pretend to support NEWSEGMENT events, instead override the
1037         GstCollectPads event function to return FALSE on NEWSEGMENT events
1038         and do the normal work for other events.
1039
1040         This prevents elements like flacenc to seek to the start and rewrite
1041         some data which then results in a broken Ogg packet.
1042
1043 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1044
1045         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1046
1047         * ext/alsa/gstalsaplugin.c: (plugin_init):
1048         * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
1049         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1050         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
1051         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
1052         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
1053         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
1054         * gst/playback/gstdecodebin.c: (plugin_init):
1055         * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
1056         * gst/playback/gstplayback.c: (plugin_init):
1057         * gst/playback/gstqueue2.c: (plugin_init):
1058         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
1059         * sys/v4l/gstv4l.c: (plugin_init):
1060         Make sure gettext returns translations in UTF-8 encoding rather
1061         than in the current locale encoding (#546822).
1062
1063 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1064
1065         * gst-libs/gst/pbutils/descriptions.c:
1066           Add audio/x-qdm for qtdemux.
1067
1068 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1069
1070         * ext/vorbis/vorbisdec.c:
1071           Do not leak old taglist.
1072
1073 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1074
1075         * tests/icles/test-scale.c:
1076           Include <stdlib.h> for atoi().
1077
1078 2008-08-04  Andy Wingo  <wingo@pobox.com>
1079
1080         * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
1081         documentation fix.
1082
1083 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1084
1085         * gst/adder/gstadder.c:
1086           Cleanup lots of empty lines that came from gst-indent going havoc
1087           before I added the INDENT_ON/OFF marker some time agao.
1088
1089 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1090
1091         * configure.ac:
1092         * gst-libs/gst/riff/riff-read.c:
1093           Bump requirement to latest core and use new tag for riff formats.
1094           Needed for #520694.
1095
1096 2008-08-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1097
1098         * tests/examples/dynamic/Makefile.am:
1099         * tests/examples/dynamic/codec-select.c: (make_encoder),
1100         (make_pipeline), (do_switch), (my_bus_callback), (main):
1101         Add example app that dynamically switches between 3 'encoders'.
1102
1103 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1104
1105         * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
1106         Add some more comments.
1107
1108 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1109
1110         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
1111         (gst_video_test_src_create):
1112         Discard buffers of the wrong size after renegotiation, this is perfectly
1113         possible with things like capsfilter that could suggest caps changes
1114         upstream without knowing the size of the buffer.
1115
1116 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1117
1118         * tests/icles/.cvsignore:
1119         * tests/icles/Makefile.am:
1120         * tests/icles/test-scale.c: (make_pipeline), (main):
1121         Add dynamic rescaling tests for the new basetransform.
1122
1123 2008-07-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1124
1125         * gst/audioconvert/Makefile.am:
1126           Dist recently-added gstfastrandom.h.
1127
1128 2008-07-30  Edward Hervey  <edward.hervey@collabora.co.uk>
1129
1130         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1131         Fix a "may be used uninitialized in this function" which weirdly only
1132         appears on macosx (?).
1133
1134 2008-07-30  Stefan Kost  <ensonic@users.sf.net>
1135
1136         * gst-libs/gst/riff/riff-ids.h:
1137           Adding acid chunk for tempo and loop information.
1138
1139 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1140
1141         * sys/xvimage/Makefile.am:
1142           floor() needs linking to $(LIBM).
1143
1144 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1145
1146         * ext/gnomevfs/gstgnomevfssrc.c:
1147           Aggregate short reads and add some comments and debug logging.
1148           Fixes #537380
1149
1150 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1151
1152         * gst/playback/gstplaybasebin.c:
1153           Fix property doc markup (its not a signal).
1154
1155         * sys/xvimage/xvimagesink.c:
1156           Add since tag for new proeprties (also add sice tags fro the last two
1157           other additions).
1158
1159 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1160
1161         * sys/xvimage/xvimagesink.c:
1162         * sys/xvimage/xvimagesink.h:
1163           Add autofill/colorkey properties. Fixes #538656.
1164
1165 2008-07-28  David Schleef  <ds@schleef.org>
1166
1167         * sys/xvimage/xvimagesink.c:
1168           Fix rounding errors when converting colorbalance values
1169           between hardware and object property ranges.  Partial
1170           fix for #537889, however, there still seems to be a small
1171           drift problem that could be totem's fault.
1172
1173 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1174
1175         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1176         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1177         Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
1178         This fixes a critical warning.
1179
1180 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1181
1182         * ext/ogg/gstoggmux.c:
1183         Allow muxing of CELT into Ogg streams.
1184
1185 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1186
1187         * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
1188         (plugin_init):
1189         Add simple typefinder for the CELT codec (www.celt-codec.org).
1190
1191 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1192
1193         Patch by: Jan Gerber <j at oil21 dot org>
1194
1195         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
1196         Fix calculation of the start time from skeleton streams.
1197         Fixes bug #530068.
1198
1199 2008-07-24  Stefan Kost  <ensonic@users.sf.net>
1200
1201         * tests/examples/seek/seek.c:
1202           Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
1203
1204 2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1205
1206         * gst/audioconvert/audioconvert.h:
1207         * gst/audioconvert/gstaudioquantize.c:
1208         (gst_audio_quantize_setup_dither),
1209         (gst_audio_quantize_free_dither):
1210         * gst/audioconvert/gstfastrandom.h:
1211         Implement a linear congruential generator as pseudo random number
1212         generator for the dither noise. This is about 2 times faster than
1213         using GLib's mersenne twister. Also this uses only integer math for
1214         generating integers while GLib internally uses floating point math.
1215
1216 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1217
1218         * configure.ac:
1219           Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
1220
1221 2008-07-23  Tim-Philipp Müller  <tim.muller at collabora co uk>
1222
1223         Patch by: Damien Lespiau  <damien.lespiau gmail com>
1224
1225         * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
1226           Use GST_STR_NULL to avoid crashes with libcs that don't
1227           like NULL strings in printf args (such as the win32 one).
1228           Fixes #544306.
1229
1230 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1231
1232         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1233         Oops - set the size of the image used for probing back to 1x1, for
1234         consistency with ximagesink
1235
1236 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1237
1238         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1239         (gst_ximagesink_ximage_new):
1240         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1241         (gst_xvimagesink_xvimage_new):
1242
1243         Apparently on Solaris and OS/X (at least), it's not legal to ask the
1244         X server to attach to a shared memory segment after we've deleted it,
1245         with the result that MIT-SHM is disabled. Instead, remove it only after 
1246         X succeeds in attaching too.
1247
1248 2008-07-16  David Schleef  <ds@schleef.org>
1249
1250         * gst/audiotestsrc/gstaudiotestsrc.c:
1251         * gst/audiotestsrc/gstaudiotestsrc.h:
1252           Add 'ticks', a 1/30 second sine wave pulse every second.
1253
1254 2008-07-15  David Schleef  <ds@schleef.org>
1255
1256         * gst-libs/gst/video/video.c: Revert ABI change.
1257
1258 2008-07-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1259
1260         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1261         Make it impossible to have NULL caps at the point where we set
1262         framerate and other things. Also don't return immediately for "3ivd"
1263         video and let framerate, etc be set. Might fix bug #542508.
1264
1265 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1266
1267         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
1268         Video format can also be conveniently determined from (many)
1269         non-fixed caps.
1270
1271 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
1272
1273         * gst/playback/gstplaybasebin.c:
1274         * gst/playback/gstplaybasebin.h:
1275         * gst/playback/gstplaybin.c:
1276         * gst/playback/gststreamselector.c:
1277         First stab at integrating DVD subpicture overlay into
1278         playbin. Successfully plugs and plays, but the queues need
1279         shrinking - 3 seconds of video is too much buffering.
1280
1281 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1282
1283         * gst/audioconvert/gstaudioconvert.c:
1284           Remove now obsolete note in the docs.
1285
1286 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1287
1288         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1289         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1290         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1291         * docs/plugins/gst-plugins-base-plugins.args:
1292         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1293         * docs/plugins/gst-plugins-base-plugins.interfaces:
1294         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1295         * docs/plugins/gst-plugins-base-plugins.signals:
1296         * docs/plugins/inspect/plugin-adder.xml:
1297         * docs/plugins/inspect/plugin-alsa.xml:
1298         * docs/plugins/inspect/plugin-audioconvert.xml:
1299         * docs/plugins/inspect/plugin-audiorate.xml:
1300         * docs/plugins/inspect/plugin-audioresample.xml:
1301         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1302         * docs/plugins/inspect/plugin-cdparanoia.xml:
1303         * docs/plugins/inspect/plugin-decodebin.xml:
1304         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1305         * docs/plugins/inspect/plugin-gdp.xml:
1306         * docs/plugins/inspect/plugin-gnomevfs.xml:
1307         * docs/plugins/inspect/plugin-libvisual.xml:
1308         * docs/plugins/inspect/plugin-ogg.xml:
1309         * docs/plugins/inspect/plugin-pango.xml:
1310         * docs/plugins/inspect/plugin-playback.xml:
1311         * docs/plugins/inspect/plugin-queue2.xml:
1312         * docs/plugins/inspect/plugin-subparse.xml:
1313         * docs/plugins/inspect/plugin-tcp.xml:
1314         * docs/plugins/inspect/plugin-theora.xml:
1315         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1316         * docs/plugins/inspect/plugin-uridecodebin.xml:
1317         * docs/plugins/inspect/plugin-video4linux.xml:
1318         * docs/plugins/inspect/plugin-videorate.xml:
1319         * docs/plugins/inspect/plugin-videoscale.xml:
1320         * docs/plugins/inspect/plugin-videotestsrc.xml:
1321         * docs/plugins/inspect/plugin-volume.xml:
1322         * docs/plugins/inspect/plugin-vorbis.xml:
1323         * docs/plugins/inspect/plugin-ximagesink.xml:
1324         * docs/plugins/inspect/plugin-xvimagesink.xml:
1325         * ext/alsa/gstalsamixer.c:
1326         * ext/alsa/gstalsasink.c:
1327         * ext/alsa/gstalsasrc.c:
1328         * ext/gio/gstgiosink.c:
1329         * ext/gio/gstgiosrc.c:
1330         * ext/gio/gstgiostreamsink.c:
1331         * ext/gio/gstgiostreamsrc.c:
1332         * ext/gnomevfs/gstgnomevfssink.c:
1333         * ext/gnomevfs/gstgnomevfssrc.c:
1334         * ext/ogg/gstoggdemux.c:
1335         * ext/ogg/gstoggmux.c:
1336         * ext/pango/gstclockoverlay.c:
1337         * ext/pango/gsttextoverlay.c:
1338         * ext/pango/gsttextrender.c:
1339         * ext/pango/gsttimeoverlay.c:
1340         * ext/theora/theoradec.c:
1341         * ext/theora/theoraenc.c:
1342         * ext/theora/theoraparse.c:
1343         * ext/vorbis/vorbisdec.c:
1344         * ext/vorbis/vorbisenc.c:
1345         * ext/vorbis/vorbisparse.c:
1346         * ext/vorbis/vorbistag.c:
1347         * gst/adder/gstadder.c:
1348         * gst/audioconvert/gstaudioconvert.c:
1349         * gst/audioresample/gstaudioresample.c:
1350         * gst/audiotestsrc/gstaudiotestsrc.c:
1351         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1352         * gst/gdp/gstgdpdepay.c:
1353         * gst/gdp/gstgdppay.c:
1354         * gst/playback/gstdecodebin2.c:
1355         * gst/playback/gstplaybin.c:
1356         * gst/playback/gstplaybin2.c:
1357         * gst/playback/gstqueue2.c:
1358         * gst/playback/gsturidecodebin.c:
1359         * gst/tcp/gstmultifdsink.c:
1360         * gst/tcp/gsttcpserversink.c:
1361         * gst/videorate/gstvideorate.c:
1362         * gst/videoscale/gstvideoscale.c:
1363         * gst/videotestsrc/gstvideotestsrc.c:
1364         * gst/volume/gstvolume.c:
1365         * sys/ximage/ximagesink.c:
1366         * sys/xvimage/xvimagesink.c:
1367           Cleanup Plugin docs. Link to signals and properties. Fix sub-section
1368           titles. Drop mentining that all our example pipelines are "simple"
1369           pipelines.
1370
1371 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1372
1373         * tests/examples/seek/Makefile.am:
1374         Fix out of tree build by adding all required CFLAGS.
1375
1376 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1377
1378         * gst/playback/gstdecodebin.c: (add_raw_queue):
1379         And ref the pad before returning it again when linking to the queue
1380         failed. Otherwise we will unref the pad twice later and things break.
1381
1382 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1383
1384         * gst/playback/gstdecodebin.c: (add_raw_queue):
1385         If linking the raw pad with a queue fails, try it without a queue
1386         instead of failing completely. This should never happen.
1387
1388 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1389
1390         Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
1391
1392         * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
1393         Add a queue after a demuxer if the demuxer outputs raw data. This was
1394         done before only for non-raw data but is required in this case too.
1395         Fixes bug #540215.
1396
1397         decodebin2 doesn't have this issue because all streams of a group
1398         go through multiqueue.
1399
1400 2008-07-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1401
1402         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1403
1404         * gst-libs/gst/sdp/gstsdpmessage.c:
1405         Makes libgstsdp compile with mingw32 by defining the right WINVER so
1406         that getaddrinfo() can be used. Fixes #541358.
1407
1408 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1409
1410         * gst/videotestsrc/gstvideotestsrc.c:
1411         (gst_video_test_src_class_init), (gst_video_test_src_init),
1412         (gst_video_test_src_set_property),
1413         (gst_video_test_src_get_property), (gst_video_test_src_create):
1414         * gst/videotestsrc/gstvideotestsrc.h:
1415         Cleanups, use default property values as defines.
1416         Add property to enable/disable peer buffer allocation.
1417
1418 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1419
1420         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
1421         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1422         Enable unit tests on PPC again as the bugs are now fixed.
1423
1424 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1425
1426         * gst-libs/gst/riff/riff-ids.h:
1427         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1428         (gst_riff_create_audio_template_caps):
1429         Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
1430         Fixes bug #540351.
1431
1432 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1433
1434         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1435         (gst_ffmpeg_pixfmt_to_caps):
1436         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1437         (gst_ffmpegcsp_get_unit_size):
1438         Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
1439         it on other formats. Also adjust the unit size only for that format
1440         to not include the palette. Fixes bug #540497.
1441
1442 2008-06-29  Stefan Kost  <ensonic@users.sf.net>
1443
1444         * gst/adder/gstadder.c:
1445           Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
1446
1447 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1448
1449         * ChangeLog:
1450           ChangeLog surgery.
1451   
1452         * tests/examples/seek/seek.c:
1453           Move variable into ifdef too.
1454         
1455
1456 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1457
1458         * tests/examples/seek/seek.c:
1459           Include config.h and check if we have X. Remove XInitThread(), don't
1460           think its needed. Fixes: #540334.
1461
1462 2008-06-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1463
1464         Patch by: Sam Morris <sam at robots dot org to uk>
1465
1466         * gst-libs/gst/interfaces/mixertrack.c:
1467         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
1468         (gst_mixer_track_set_property):
1469         API: Add "index" property to GstMixerTrack to differantiate between
1470         multiple mixer tracks with the same label.
1471
1472         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
1473         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1474         Set the "index" property of GstMixerTrack to the index given by ALSA.
1475         Fixes bug #528299.
1476
1477 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
1478
1479         * tests/examples/seek/Makefile.am:
1480         * tests/examples/seek/seek.c:
1481           Remove libgstvideo usage. Use gtk_get_option_group instead of
1482           gtk_init().
1483
1484 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1485
1486         * tests/check/Makefile.am:
1487           Name the test registry format neutral.
1488
1489 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1490
1491         * gst/playback/gstqueue2.c:
1492           Do not double notify. Remove the unsued return value.
1493
1494 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1495
1496         * ext/alsa/gstalsamixer.c:
1497           Also consider "speaker" as a name for master volume. If that doesn't
1498           help look for the first non-mono volume control that also has a
1499           playback switch.
1500
1501 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1502
1503         * ChangeLog:
1504           Forgot to save the ChangeLog :/
1505
1506 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1507
1508         * tests/examples/seek/Makefile.am:
1509         * tests/examples/seek/seek.c:
1510           Embedd the xwindow. Allow to play multiple files.
1511
1512 2008-06-24  Jan Schmidt  <jan.schmidt@sun.com>
1513
1514         * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
1515         (gst_ximagesink_setcaps):
1516         * sys/ximage/ximagesink.h:
1517         When the caps change, make sure to re-draw borders in
1518         force-aspect-ratio=true mode.
1519         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
1520         Don't clear the border_draw flag until we actually draw the border.
1521         * tests/check/Makefile.am:
1522         Ignore alsasink/src during the states test too, so it doesn't fail
1523         when running without access to the sound device.
1524
1525 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
1526
1527         * tests/examples/seek/seek.c:
1528           Fix crasher when playing a parse-launch line the 2nd time.
1529
1530 2008-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1531
1532         * tests/check/pipelines/oggmux.c:
1533           Properly ifdef tests to fix compilation.
1534
1535 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1536
1537         * gst/playback/gstplay-marshal.list:
1538         * gst/playback/gstplaybin2.c:
1539           Add get-video-pad, get-audio-pad, get-text-pad action signals to
1540           playbin2. This allows the user to get to the selector's sinkpads, and
1541           thus inspect a range of things - caps, tags, etc. 
1542
1543 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1544
1545         * gst/playback/gstplaybin2.c:
1546           Use a different constant for the convert-frame signal id.
1547           Fixes #537009.
1548
1549 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1550
1551         * gst/playback/gstplaybin2.c:
1552         * gst/playback/gstplaysink.c:
1553           Fix a whole bunch of typos in comments and log statements. 
1554
1555 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1556
1557         * sys/xvimage/xvimagesink.c:
1558           Don't set colour balance values on the Xv port if the user hasn't
1559           changed them (via properties or the interface). Avoids accumulating
1560           rounding errors for the common case.
1561           Partial fix for bug #537889.
1562
1563 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1564
1565         * gst/playback/gstdecodebin2.c:
1566           Ensure decodebin2 emits 'drained' signal once, and only once, when all
1567           pads are drained.
1568
1569 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1570
1571         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
1572         (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
1573         Report the encoder latency. Fixes #538232.
1574
1575 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1576
1577         * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
1578         (notify_source), (activate_group):
1579         Implement the source property, emit notify when it changes in the
1580         underlying uridecodebin.
1581
1582 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1583
1584         * tests/examples/seek/seek.c: (stop_cb):
1585         Free and clear the seek element list so that we don't use invalid
1586         references when seeking after recreating a gst-launch line.
1587
1588 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1589
1590         * gst-libs/gst/audio/gstbaseaudiosink.c:
1591         (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
1592         (gst_base_audio_sink_render):
1593         Report latency even if we are not live instead of hiding it.
1594         Take ts-offset and render-delay of the basesink into account when
1595         scheduling samples.
1596         Rework the clipping code so that we can take the various offsets into
1597         account and still do correct clipping.
1598
1599 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
1600
1601         * configure.ac:
1602         Bump verion back to devel -> 0.10.20.1
1603
1604 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1605
1606         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1607         Don't increase the size of non-string image buffers by one as this
1608         might in theory confuse decoders. Still increase it by one for string
1609         image buffers to append '\0'.
1610
1611 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1612
1613         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1614         
1615         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
1616         Fix a buffer memleak and remove a confusing and wrong debug output.
1617         Fixes bug #538663.
1618
1619 === release 0.10.20 ===
1620
1621 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
1622
1623         * configure.ac:
1624           releasing 0.10.20, "Here I Go Again"
1625
1626 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1627
1628         * configure.ac:
1629         0.10.19.3 pre-release
1630
1631 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1632
1633         * gst-libs/gst/rtsp/gstrtspconnection.c:
1634         Fix build on win32.
1635         Patch By: David Schleef <ds@schleef.org>
1636         Fixes: #536874
1637
1638 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
1639
1640         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
1641         (gst_gio_base_src_create):
1642         * ext/gio/gstgiobasesrc.h:
1643         Try to read the requested number of bytes, even if the first
1644         read returns less than requested, until nothing is read anymore
1645         or we have the requested amount of bytes. This fixes playback of
1646         files via Samba as Samba only allows to read 64k at once.
1647
1648         Implement a caching algorithm that makes sure that we read at
1649         least 4k of data every time. Some elements will try to read a few
1650         bytes, then seek, read again a few bytes and so on and this is
1651         painfully slow as every operation has to go over DBus if GVfs is
1652         used as backend.
1653
1654         Fixes bug #536849 and #536848.
1655
1656         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
1657         (gst_gio_src_check_get_range):
1658         Override check_get_range() to blacklist http/https URIs
1659         and whitelist file URIs. More to be added on demand.
1660
1661 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
1662
1663         * configure.ac:
1664         0.10.19.2 pre-release
1665
1666 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
1667
1668         * win32/common/libgstrtsp.def:
1669         * win32/common/libgsttag.def:
1670         Add new API functions to the dll exports
1671
1672 2008-06-04  Michael Smith <msmith@songbirdnest.com>
1673
1674         * gst/playback/gstplaybasebin.c:
1675           Disconnect signals from decodebins we created before we remove it
1676           from playbin, to avoid crashes if the decodebin is eventually
1677           disposed after the playbin itself (possible if the app takes a
1678           reference on the decodebin).
1679           Fixes #536521.
1680
1681 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1682
1683         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
1684           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
1685           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
1686           (h264_video_type_find), (mpeg_video_stream_type_find),
1687           (dv_type_find), (mmsh_type_find):
1688           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
1689           copy caps for no good reason (this may be desirable to make it easier
1690           to detect leaks, but then it should probably be done for all caps
1691           in the typefinder somewhere).
1692
1693 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1694
1695         * tests/check/Makefile.am:
1696         Do not try to run the check tests for subparse unless it has been
1697         built.
1698
1699 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1700
1701         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
1702         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
1703         Do not try to run a test which requires vorbisenc unless we have
1704         actually built it.
1705
1706 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1707
1708         * gst-libs/gst/rtsp/gstrtspconnection.c:
1709         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
1710         (gst_rtsp_connection_clear_auth_params),
1711         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
1712         * gst-libs/gst/rtsp/gstrtspconnection.h:
1713         Add a couple of missing argument guards.
1714         Add a way of setting the DSCP for an RTSP connection.
1715         Add an accessor method for the ip member of GstRTSPConnection as all
1716         members are supposed to be private.
1717
1718 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1719
1720         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
1721         Fixed accidental use of IPv4 options for all IPv6 addresses.
1722
1723 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1724
1725         * gst-libs/gst/interfaces/mixertrack.h:
1726           Document mixer track flags.
1727
1728 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1729
1730         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1731
1732         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
1733         Don't set caps on the buffers that contain a copy of the buffer
1734         including the caps of them resulting in an always increasing refcount
1735         of the caps and insanely large caps. Instead include a buffer without
1736         caps in the new caps. Fixes bug #536475.
1737
1738 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1739
1740         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1741         Transform a given PAR to a range on the struct with the generic
1742         height/width instead of the struct with the possibly restricted
1743         height/width.
1744
1745 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1746
1747         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1748         Prefer the given format if it contains something stricter than [1,MAX]
1749         for height or width and only put a structure that requires rescaling
1750         as second. This makes it possible to use videoscale in pipelines where
1751         the source can actually produce the wanted height/width but usually
1752         selects a different one from the requested.
1753
1754 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1755
1756         Based on patch by: John Millikin <jmillikin gmail com>
1757
1758         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
1759           (gst_vorbis_tag_add_coverart):
1760           Retrieve COVERART tags from vorbis comments (#512333)
1761
1762 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1763
1764         * gst-libs/gst/tag/tag.h:
1765         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
1766           Don't forget to add new enum value here too (should probably use
1767           glib-mkenums here...).
1768
1769 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1770
1771         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
1772         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
1773         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
1774           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
1775           (gst_tag_image_data_to_image_buffer):
1776           Add two utility functions to avoid code duplication (#512333):
1777           API: add gst_tag_image_data_to_image_buffer()
1778           API: add gst_tag_list_add_id3_image()
1779           API: add GST_TAG_IMAGE_TYPE_NONE enum value
1780
1781 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1782
1783         * win32/common/libgstaudio.def:
1784         Add gst_audio_check_channel_positions() to the exported symbols.
1785
1786 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1787
1788         * docs/libs/gst-plugins-base-libs-sections.txt:
1789         * gst-libs/gst/audio/multichannel.c:
1790         (gst_audio_check_channel_positions):
1791         * gst-libs/gst/audio/multichannel.h:
1792         API: Make gst_audio_check_channel_positions() public.
1793
1794         * tests/check/libs/audio.c: (GST_START_TEST):
1795         Add some simple checks for gst_audio_check_channel_positions().
1796
1797 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1798
1799         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
1800           minrange and maxrange are scaled according to the frequency
1801           multiplier.
1802
1803 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1804
1805         * ext/pango/Makefile.am:
1806         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
1807           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
1808           Use gstvideo functions to calculate strides and plane offsets. Fixes
1809           rendering issue ('ghost' images of the text on the chroma planes)
1810           with widths or heights that are not multiples of 8 (#506659 and
1811           probably also #485729).
1812
1813         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
1814           (main):
1815           Test with odd height/width too.
1816
1817 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
1818
1819         * gst/adder/gstadder.c: (gst_adder_query_duration),
1820         (gst_adder_query_latency):
1821         When using gst_element_iterate_pads() one has to unref every pad
1822         after usage.
1823
1824 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
1825
1826         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1827         (gst_base_audio_src_class_init):
1828         Add a gtk-doc chunk for the new properties to have a Since: indication.
1829
1830 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
1831
1832         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1833         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
1834         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
1835         (gst_base_audio_src_change_state):
1836         Provide readable actual-buffer-time and actual-latency-time properties
1837         that reflect the configured ringbuffer values. Fixes #524724.
1838         API: GstBaseAudioSrc:actual-buffer-time
1839         API: GstBaseAudioSrc:actual-latency-time
1840
1841 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
1842
1843         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
1844         (gst_basertppayload_change_state):
1845         Simply converting the running time into an RTP timestamp by scaling it
1846         based on the clock-rate is good enough for making an RTP timestamp. This
1847         has the added benefit that we can later on expose a property with the
1848         RTP timestamp of running time 0, as is needed for RTSP servers to
1849         generate the response of the PLAY request.
1850
1851 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
1852
1853         * gst/audioconvert/gstaudioconvert.c:
1854         (structure_has_fixed_channel_positions),
1855         (gst_audio_convert_transform_caps):
1856         Allow up to 11 positioned channels now that audioconvert can handle
1857         this but add no default positions for > 8 channels.
1858         
1859         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1860         Add some unit tests for the above change: Test conversion of
1861         11 positioned channels to stereo and the other way around, test
1862         conversion of 15 unpositioned channels in different ways.
1863
1864 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1865
1866         * win32/common/libgstaudio.def:
1867         Add gst_audio_clock_reset to the list of exported symbols.
1868
1869 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1870
1871         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
1872         Remove wrong_channels_identification_header unit test as we now
1873         support 7 (and more channels).
1874
1875 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1876
1877         * gst/audioconvert/gstchannelmix.c:
1878         (gst_channel_mix_fill_one_other):
1879         If mixing left or right to center (or the other way around) only take
1880         the complete value if we don't already have the original position in
1881         the source.
1882
1883 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1884
1885         * gst-libs/gst/audio/multichannel.c:
1886         (gst_audio_check_channel_positions),
1887         (gst_audio_set_structure_channel_positions_list),
1888         (gst_audio_fixate_channel_positions):
1889         Allow rear center together with rear left/right and other previously
1890         conflicting channel positions. The reason why they weren't allowed
1891         was the channel mixing implementation in audioconvert.
1892         Also take this into account when fixing channel layouts.
1893
1894         Allow setting channel positions for 1/2 channels when using
1895         gst_audio_set_structure_channel_position().
1896
1897         * gst/audioconvert/gstchannelmix.c:
1898         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
1899         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
1900         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
1901         Major rewrite of the channel mixing.
1902
1903         We now allow previously conflicting channel positions to appear
1904         together (rear center and rear left/right for example).
1905         Fixes bug #533817.
1906
1907         Rework the way channels are mixed together to take more possible
1908         channel positions into account, properly mix from/to side channels
1909         and don't assume that either center, left&right or nothing of a
1910         specific position is available anymore.
1911
1912         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1913         Adjust unit tests with non-standard 1/2 channel layouts to the more
1914         correct new behaviour.
1915
1916         Add a unit test for 5.1->Stereo downmixing.
1917
1918 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1919
1920         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
1921         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
1922         Add sane defaults for the 7 and 8 channel layouts as those are
1923         undefined in the Vorbis spec. Use NONE channel layouts when decoding
1924         more than 8 channels instead of erroring out. Fixes bug #535356.
1925
1926 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1927
1928         * docs/plugins/Makefile.am:
1929         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1930         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1931         * ext/theora/theoraparse.c:
1932         Add theoraparse to the docs and fix some docs.
1933
1934 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1935
1936         * gst-libs/gst/cdda/gstcddabasesrc.c:
1937         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
1938         Fix EOS condition and track addition check, the track.end sector is
1939         included in the track. Fixes #533265.
1940
1941 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1942
1943         Patch by: Mark Nauwelaerts <manauw at skynet be>
1944
1945         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
1946         (gst_video_rate_flush_prev), (gst_video_rate_event),
1947         (gst_video_rate_chain):
1948         * gst/videorate/gstvideorate.h:
1949         React (more) to NEWSEGMENT
1950         Small adjustment in timestamp calculation to prevent mismatches
1951         Fixes #435633.
1952
1953 2008-05-28  Tim-Philipp Müller  <tim.muller at collabora co uk>
1954
1955         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
1956           Initialise error to NULL as we should.
1957
1958 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
1959
1960         * gst/adder/gstadder.c: (gst_adder_query_duration),
1961         (gst_adder_query_latency), (gst_adder_query):
1962         Implement latency query.
1963
1964 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
1965
1966         * gst/adder/gstadder.c: (gst_adder_query_duration):
1967         Correctly resync the iterator if gst_iterator_next() returns
1968         GST_ITERATOR_RESYNC.
1969
1970 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1971
1972         * win32/vs6/libgstpbutils.dsp:
1973           Add pbutils-enumtypes.c to sources (#518037).
1974
1975 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1976
1977         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
1978         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
1979         * gst-libs/gst/audio/gstaudioclock.h:
1980         Add method to inform the clock that the time starts from 0 again. We use
1981         this info to calculate a clock offset so that the time we report in
1982         internal_time is monotonically increasing, as required by the clock base
1983         class. Fixes #521761.
1984         API: GstAudioClock::gst_audio_clock_reset()
1985
1986         * gst-libs/gst/audio/gstbaseaudiosink.c:
1987         (gst_base_audio_sink_skew_slaving),
1988         (gst_base_audio_sink_change_state):
1989         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1990         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
1991         Reset reported time when we (re)create the ringbuffer.
1992
1993 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1994
1995         * ext/alsa/gstalsamixertrack.c:
1996           (gst_alsa_mixer_track_update_alsa_capabilities):
1997           Make sure playback volumes aren't accidentally overwritten by
1998           capture volumes if an alsa mixer track has both playback and
1999           capture capabilities: we create two GstMixerTracks in that
2000           case, so make sure we query only the alsa capabilities that
2001           refer to the type of GstMixerTrack we created from the dual
2002           capability alsa element. Should fix issues with Audigy2 sound
2003           cards (#518082).
2004
2005 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2006
2007         * tests/check/pipelines/oggmux.c: (test_pipeline):
2008           Don't use deprecated function.
2009
2010 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2011
2012         * gst/playback/gstdecodebin2.c:
2013         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
2014         Check for NULL cases and log them, creating ghostpads can, for example,
2015         fail when the pad returns wrong caps.
2016
2017         * gst/playback/gstplaybin2.c: (perform_eos):
2018         When pushing out the EOS event, collect the return value and warn when
2019         something failed.
2020
2021 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2022
2023         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2024         (gst_riff_create_video_template_caps):
2025         Add support for DVCPRO.
2026
2027 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2028
2029         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
2030           Change default scaling method from nearest-neighbour to bilinear.
2031
2032 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2033
2034         * tests/check/libs/video.c:
2035           More checks.
2036
2037 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
2038
2039         * gst/subparse/gstsubparse.c: (parser_state_init),
2040           (gst_sub_parse_format_autodetect), (handle_buffer):
2041         * gst/subparse/gstsubparse.h:
2042         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
2043           Limit duration to a maximum of five seconds for tmplayer format where
2044           we can guess the duration only from the timestamp of the next line of
2045           text. We don't want to show a text for eternities just because nothing
2046           else is being said for a while.
2047
2048 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
2049
2050         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2051         (gst_base_rtp_depayload_chain),
2052         (gst_base_rtp_depayload_handle_sink_event),
2053         (gst_base_rtp_depayload_push_full),
2054         (gst_base_rtp_depayload_change_state):
2055         Check sequence numbers, mark input buffers with a discont flag for the
2056         subclass when we detected a gap, drop duplicate buffers. We do this
2057         because one can use the element without a jitterbuffer in front and we
2058         don't want to feed the subclasses invalid or reordered data.
2059         Do an error when the subclass did not provide a process function instead
2060         of crashing.
2061         Some other small cleanups.
2062
2063 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
2064
2065         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2066           May just as well use the precalculated uvstride here.
2067
2068 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
2069
2070         * docs/plugins/Makefile.am:
2071         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2072         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2073         * docs/plugins/gst-plugins-base-plugins.args:
2074         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2075         * docs/plugins/gst-plugins-base-plugins.interfaces:
2076         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2077         * docs/plugins/inspect/plugin-adder.xml:
2078         * docs/plugins/inspect/plugin-alsa.xml:
2079         * docs/plugins/inspect/plugin-audioconvert.xml:
2080         * docs/plugins/inspect/plugin-audiorate.xml:
2081         * docs/plugins/inspect/plugin-audioresample.xml:
2082         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2083         * docs/plugins/inspect/plugin-cdparanoia.xml:
2084         * docs/plugins/inspect/plugin-decodebin.xml:
2085         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2086         * docs/plugins/inspect/plugin-gdp.xml:
2087         * docs/plugins/inspect/plugin-gio.xml:
2088         * docs/plugins/inspect/plugin-gnomevfs.xml:
2089         * docs/plugins/inspect/plugin-libvisual.xml:
2090         * docs/plugins/inspect/plugin-ogg.xml:
2091         * docs/plugins/inspect/plugin-pango.xml:
2092         * docs/plugins/inspect/plugin-playback.xml:
2093         * docs/plugins/inspect/plugin-queue2.xml:
2094         * docs/plugins/inspect/plugin-subparse.xml:
2095         * docs/plugins/inspect/plugin-tcp.xml:
2096         * docs/plugins/inspect/plugin-theora.xml:
2097         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2098         * docs/plugins/inspect/plugin-uridecodebin.xml:
2099         * docs/plugins/inspect/plugin-video4linux.xml:
2100         * docs/plugins/inspect/plugin-videorate.xml:
2101         * docs/plugins/inspect/plugin-videoscale.xml:
2102         * docs/plugins/inspect/plugin-videotestsrc.xml:
2103         * docs/plugins/inspect/plugin-volume.xml:
2104         * docs/plugins/inspect/plugin-vorbis.xml:
2105         * docs/plugins/inspect/plugin-ximagesink.xml:
2106         * docs/plugins/inspect/plugin-xvimagesink.xml:
2107         * ext/cdparanoia/gstcdparanoiasrc.c:
2108         * ext/ogg/gstoggdemux.c:
2109         * ext/ogg/gstoggdemux.h:
2110         * ext/ogg/gstoggmux.c:
2111         * ext/ogg/gstoggmux.h:
2112         * gst/audioconvert/audioconvert.c:
2113         * gst/audioconvert/audioconvert.h:
2114         * gst/audioconvert/gstaudioconvert.h:
2115         * gst/gdp/gstgdpdepay.h:
2116         * gst/gdp/gstgdppay.h:
2117         * gst/playback/gstdecodebin.c:
2118         * gst/playback/gstdecodebin2.c:
2119         * gst/playback/gstplaybin.c:
2120         * gst/playback/gstplaybin2.c:
2121         * gst/playback/gsturidecodebin.c:
2122         * gst/tcp/gstmultifdsink.c:
2123         * gst/tcp/gstmultifdsink.h:
2124         * gst/tcp/gsttcp.h:
2125
2126         Add some documentation comments, and some new headers to be scanned.
2127         Rename some internal enum declarations (audioconvert's DitherType and
2128         NoiseShapingType, GstUnitType from the TCP elements) to match the
2129         documented GObject type names so that the docs pick them up.
2130         Name the playbin2 docs markups properly so they get picked up. They'll
2131         need renaming back when/if playbin2 becomes playbin.
2132
2133         100% symbol coverage for the plugin docs, booya.
2134
2135 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
2136
2137         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
2138
2139         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2140         Fix generation of NV12/NV21 frames. Fixes bug #532454.
2141
2142 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
2143
2144         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2145
2146         * gst/playback/gstdecodebin.c: (remove_fakesink):
2147         Lock the fakesink before setting the state to NULL and removing it from
2148         the bin so that a concurrent state change cannot interfere. 
2149         Fixes #534331.
2150
2151 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2152
2153         * docs/Makefile.am:
2154         Fix installing plugin documentation when gtk-doc is disabled.
2155
2156 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2157
2158         * gst-libs/gst/rtsp/Makefile.am:
2159         Distribute, don't install md5.h
2160
2161 2008-05-21  Julien Moutte  <julien@fluendo.com>
2162
2163         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
2164         instead of SOL_IP, works on more platforms.
2165         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
2166         arguments.
2167
2168 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2169
2170         * ext/vorbis/vorbisdec.c:
2171         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2172         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
2173         Some debug and comment fixes.
2174
2175         * tests/examples/dynamic/addstream.c: (main):
2176         Fix , to ;
2177
2178 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2179
2180         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2181         * gst/playback/decodetest.c: (new_decoded_pad_cb):
2182         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2183         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
2184         (cleanup_decodebin):
2185         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
2186         (connect_element), (gst_decode_group_control_demuxer_pad):
2187         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
2188         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
2189         (mute_group_type):
2190         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
2191         (gst_play_bin_set_property), (handoff), (gen_video_element),
2192         (gen_text_element), (gen_audio_element), (gen_vis_element),
2193         (remove_sinks), (add_sink), (setup_sinks):
2194         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
2195         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
2196         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
2197         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2198         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
2199         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
2200         (gen_vis_chain), (gst_play_sink_reconfigure),
2201         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2202         (gst_play_sink_request_pad):
2203         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
2204         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2205         (cb_newpad):
2206         * gst/playback/test6.c: (new_decoded_pad_cb):
2207         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2208         * tests/check/elements/audiorate.c: (test_injector_chain),
2209         (do_perfect_stream_test):
2210         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2211         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2212         * tests/check/elements/gnomevfssink.c:
2213         * tests/check/elements/textoverlay.c:
2214         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
2215         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2216         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2217         * tests/check/pipelines/oggmux.c: (test_pipeline):
2218         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
2219         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2220         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2221         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
2222         * tests/examples/seek/seek.c: (make_mod_pipeline),
2223         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
2224         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
2225         (make_theora_pipeline), (make_vorbis_theora_pipeline),
2226         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2227         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
2228         (update_fill), (msg_buffering):
2229         Don't use bad gst_element_get_pad().
2230
2231 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
2232
2233         * gst-libs/gst/riff/riff-media.c:
2234           Fix wrong method name in docs. Fix calculation of strf fields for
2235           broken mulaw/alaw.
2236   
2237         * gst-libs/gst/riff/riff-read.c:
2238           Whitespace fix and removing double ';'.
2239
2240 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2241
2242         * docs/design/part-playbin2.txt:
2243         Add some leftover doc.
2244
2245 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2246
2247         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2248         Fix copy & paste error in last commit.
2249
2250 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2251
2252         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2253         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
2254         other channel positions when source has SIDE channels and dest doesn't
2255         or the other way around.
2256
2257 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2258
2259         Patch by: Henrik Eriksson <henriken at axis dot com>
2260
2261         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2262         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
2263         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
2264         (gst_multi_fd_sink_get_property):
2265         * gst/tcp/gstmultifdsink.h:
2266         Add support for DSCP QOS. Fixes #469933.
2267
2268 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2269
2270         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2271         Add another test that checks if conversion between standard 1 and 2
2272         channel layouts with and without positions set is working.
2273
2274 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2275
2276         * gst-libs/gst/audio/multichannel.c:
2277         (gst_audio_check_channel_positions):
2278         Allow non-standard 2 channel layouts.
2279         
2280         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2281         Add some tests for converting and remapping non-standard 1 and 2
2282         channel layouts.
2283
2284 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2285
2286         * gst/audioconvert/gstchannelmix.c:
2287         (gst_channel_mix_fill_normalize):
2288         Prevent division by zero if the channel mix matrix contains only
2289         zeroes.
2290
2291 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2292
2293         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2294
2295         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
2296         Close a buffer memory leak. Fixes bug #534071.
2297
2298 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2299
2300         * gst-libs/gst/rtsp/gstrtsptransport.h:
2301         Make the GstRTSPTransport struct members public as there are no
2302         setters/getters and it's supposed to be changed directly.
2303         Fixes bug #533087.
2304
2305 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2306
2307         * gst/adder/gstadder.c:
2308         Adder also doesn't support audio/x-raw-int with width!=depth so don't
2309         claim this on the pad template caps.
2310
2311 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2312
2313         * gst-libs/gst/audio/gstbaseaudiosink.c:
2314         (gst_base_audio_sink_sync_latency):
2315         We can only use our optimal calibration if we prerolled before the
2316         latency expired.
2317
2318 2008-05-20  Tim-Philipp Müller  <tim.muller at collabora co uk>
2319
2320         * configure.ac:
2321           Require core CVS for GstBaseSrc buffer caps setting magic.
2322
2323 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2324
2325         * gst/audioconvert/gstaudioconvert.c:
2326         (gst_audio_convert_fixate_channels):
2327         Fix logic in last commit.
2328
2329 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2330
2331         * gst/audioconvert/gstaudioconvert.c:
2332         (gst_audio_convert_fixate_channels):
2333         Passthrough the channel positions if the number of output channels is
2334         the same as the number of input channels, the input had a channel
2335         layout and downstream requests no special one. We did this already for
2336         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
2337
2338 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2339
2340         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
2341         (gst_gnome_vfs_src_finalize),
2342         (gst_gnome_vfs_src_received_headers_callback),
2343         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
2344         * ext/gnomevfs/gstgnomevfssrc.h:
2345         Set the ICY caps on the srcpad from where they get picked up by the base
2346         class now and set on the outgoing buffers.
2347
2348         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2349         (gst_base_audio_src_create):
2350         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2351         BaseSrc now sets the caps on outgoing buffers automatically.
2352
2353 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2354
2355         * gst-libs/gst/audio/gstbaseaudiosink.c:
2356         (gst_base_audio_sink_resample_slaving),
2357         (gst_base_audio_sink_skew_slaving),
2358         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
2359         (gst_base_audio_sink_async_play),
2360         (gst_base_audio_sink_change_state):
2361         Change the way in which the ringbuffer is started when dealing with a
2362         slaved clock and latency. We now sync to the clock until we reach
2363         upstream latency before starting the ringbuffer. This has the effect
2364         that we can accurately align the master and slave clocks and let the
2365         rate correction code take care of the initial drift or rounding errors
2366         instead of leaving them uncorrected with the old approach.
2367
2368 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2369
2370         * gst/audioconvert/gstaudioconvert.c:
2371         (gst_audio_convert_fixate_channels):
2372         Correctly set the default channel positions when converting to 8
2373         channels.
2374
2375 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2376
2377         * configure.ac:
2378           Error out if we don't have the required version of core.
2379
2380 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2381
2382         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
2383           Use data scan helper in aac typefinder and stop scanning
2384           for headers when we've found a type. Also fix potential invalid
2385           memory access when calculating the frame length.
2386
2387 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2388
2389         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
2390           (mpeg_sys_is_valid_pack):
2391           Don't modify scan context when we return FALSE in ensure_data, so
2392           it's possible to continue scanning, and we don't end up with a NULL
2393           data pointer and a positive size, which might bite us the next time
2394           we're called. Small constification.
2395
2396 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
2397
2398         * gst/adder/gstadder.c:
2399         Adder doesn't support 24 bit samples so don't claim it supports them
2400         in the pad template caps.
2401
2402 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2403
2404         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2405         (gst_base_rtp_depayload_chain):
2406         Validate the RTP packet before further processing it. It's just too
2407         dangerous to accept random packets and people are not forced to use a
2408         jitterbuffer or session manager to filter out the bad packets.
2409
2410         * gst-libs/gst/rtp/gstrtpbuffer.c:
2411         (gst_rtp_buffer_set_extension_data),
2412         (gst_rtp_buffer_get_payload_subbuffer):
2413         Small cleanups.
2414         When setting extension data in a buffer that is too small, we fail and
2415         we should not set the extension bit.
2416         Change GST_WARNINGS into g_warning because they really are
2417         programming errors.
2418
2419         * tests/check/libs/rtp.c: (GST_START_TEST):
2420         Catch the g_warnings now in the unit tests and that fact that failing to
2421         set extension data left the extension bit untouched.
2422
2423 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2424
2425         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2426           Revert previous change which made basetransform handle buffer_alloc
2427           and which breaks things badly in the non-passthrough case since it
2428           returned buffers with a different (ie. sometimes smaller) size than
2429           the size requested.
2430
2431 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2432
2433         Patch by: Bernard B <b-gnome at largestprime dot net>
2434
2435         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
2436         Fix seqnum compare function for bordercase values and fix the docs
2437         again. Fixes #533075.
2438
2439         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
2440         Add a testcase for seqnum compare function.
2441
2442 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
2443
2444         * gst/adder/gstadder.c: (gst_adder_setcaps),
2445         (gst_adder_class_init):
2446         Correctly declare the supported endianness on the pad templates
2447         and check for correct endianness in the set caps function. Adder
2448         only supports native endianness.
2449         Also use gst_element_class_set_details_simple().
2450
2451 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
2452
2453         * sys/xvimage/xvimagesink.c:
2454           Better debug logging in port value handling. Merging separate port
2455           value loops into one.
2456
2457 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2458
2459         Patch by: Hannes Bistry <hannesb at gmx dot de>
2460
2461         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
2462         * gst/tcp/gsttcpserversink.c:
2463         (gst_tcp_server_sink_handle_server_read),
2464         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
2465         Fix regression in clientsrc because we did not add the fd to the poll
2466         set anymore. Fixes #532364.
2467         Do some cleanups here and there.
2468
2469 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2470
2471         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
2472         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2473         * gst/playback/gstplay-marshal.list:
2474         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
2475         Use correct marshallers. GstCaps are a boxed type and no GObject
2476         subclass.
2477
2478 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2479
2480         * win32/common/libgstrtsp.def:
2481         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
2482         symbols.
2483
2484 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2485
2486         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2487
2488         * tests/check/elements/audioresample.c:
2489         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
2490         (live_switch_push), (GST_START_TEST):
2491         Add unit test for the latest basetransform negotiation changes.
2492         See bug #526768.
2493
2494 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2495
2496         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2497         Fix nv12<->nv21 conversion if stride is larger than width.
2498
2499 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2500
2501         Patch by: Jan Gerber <j at oil21 dot org>
2502
2503         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
2504         (gst_ogg_pad_parse_skeleton_fisbone):
2505         * ext/ogg/gstoggdemux.h:
2506         Parse presentation time from skeleton streams and use it as offset
2507         for the timestamps. Fixes bug #530068.
2508
2509 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2510
2511         * gst-libs/gst/audio/gstbaseaudiosink.c:
2512         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
2513         Revert previous patch that attempted to more accurately calculate the
2514         initial offset between master and slave clock. The best thing we can do
2515         in general is take the time of both clocks as the diff since we don't
2516         know when the actual preroll happened.
2517
2518 2008-05-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
2519
2520         * gst-libs/gst/pbutils/install-plugins.c:
2521           Fix docs: type and missing word.
2522
2523 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2524
2525         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2526           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
2527           for this instead; don't check if we've found enough markers after
2528           each and every step, it's enough to do that only if we've actually
2529           found a new marker.
2530           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
2531
2532 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2533
2534         * gst/typefind/gsttypefindfunctions.c:
2535           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
2536           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
2537           (mpeg_video_stream_type_find):
2538           Move scan helper thingy to the beginning of the file so we can use
2539           it in other typefind functions. Rename it to something more
2540           generic. Also improve handling of things towards the end of the
2541           typefind data: peek as much as we can if we know the size of the
2542           data, rather than just min_size.
2543
2544 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
2545
2546         * docs/libs/gst-plugins-base-libs-sections.txt:
2547         * gst-libs/gst/interfaces/colorbalance.c:
2548         * gst-libs/gst/interfaces/colorbalance.h:
2549         * gst-libs/gst/interfaces/colorbalancechannel.c:
2550         * gst-libs/gst/interfaces/colorbalancechannel.h:
2551         * gst-libs/gst/interfaces/tuner.c:
2552         * gst-libs/gst/interfaces/tunerchannel.c:
2553         * gst-libs/gst/interfaces/tunerchannel.h:
2554         * gst-libs/gst/interfaces/tunernorm.c:
2555         * gst-libs/gst/interfaces/tunernorm.h:
2556         * gst-libs/gst/video/video.c:
2557         * gst-libs/gst/video/video.h:
2558         Document the GstTuner and GstColorBalance interfaces, and some
2559         other random API functions that needed it. 70% symbol coverage, woo.
2560
2561 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2562
2563         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
2564         Choose to allocate one less segment but require one additional segment
2565         as latency. 
2566
2567         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
2568         No need to increment the number of segments in the source.
2569
2570         * gst-libs/gst/audio/gstbaseaudiosink.c:
2571         (gst_base_audio_sink_get_time), (clock_convert_external),
2572         (gst_base_audio_sink_resample_slaving),
2573         (gst_base_audio_sink_skew_slaving),
2574         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
2575         (gst_base_audio_sink_async_play):
2576         Remove adding latency when returning the internal time while subtracting
2577         it again when we use the value a little later.
2578         When calculating the end timestamp, we are making a rounding error
2579         with the current algorithm. Ensure that we don't accumulate these
2580         rounding errors when aligning samples by not resampling at all if we
2581         don't need to. Fixes #419351.
2582         Make the initial calibration of the clock slaving a little more
2583         predictable and accurate. Also handle the case where we don't do
2584         clock slaving.
2585
2586 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
2587
2588         Based on a patch by:
2589           Björn Benderius <bjoern dot benderius at axis dot com>
2590
2591         * gst/ffmpegcolorspace/avcodec.h:
2592         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2593         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
2594         (gst_ffmpegcsp_avpicture_fill):
2595         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2596         * gst/ffmpegcolorspace/imgconvert_template.h:
2597         Add conversions from/to NV12 and NV21 and conversions between those
2598         two formats. Fixes bug #532166.
2599
2600 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
2601
2602         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2603         Abort the h264 typefinding as soon as _peek() doesn't return anything,
2604         which happens for example with files smaller than 128kb.
2605
2606 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
2607
2608         Patch by: Wouter Cloetens <zombie at e2big dot org>
2609
2610         * gst-libs/gst/rtsp/Makefile.am:
2611         * gst-libs/gst/rtsp/gstrtspconnection.c:
2612         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
2613         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
2614         (add_auth_header), (gst_rtsp_connection_free),
2615         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
2616         (gst_rtsp_connection_set_auth_param),
2617         (gst_rtsp_connection_clear_auth_params):
2618         * gst-libs/gst/rtsp/gstrtspconnection.h:
2619         Add Digest authorization support for RTSP connections. See #532065.
2620
2621         * gst-libs/gst/rtsp/md5.c:
2622         * gst-libs/gst/rtsp/md5.h:
2623         Yeap, another md5 implementation until we can depend on a glib that has
2624         support for it.
2625
2626 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
2627
2628         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2629
2630         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2631         Let audioresample use the buffer allocation of basetransform instead
2632         of it's own stuff.
2633
2634         * tests/check/elements/audioresample.c: (alloc_only_48000),
2635         (GST_START_TEST), (audioresample_suite):
2636         Add unit test for the recent basetransform bugfix, where upstream
2637         changes caps to something that can't be passed through anymore.
2638
2639 2008-05-07  Ole André Vadla RavnÃ¥s  <ole.andre.ravnas at tandberg com>
2640
2641         * win32/common/config.h.in:
2642           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
2643           use the real thing than having "???" unconditionally.
2644
2645 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
2646
2647         * gst-libs/gst/audio/gstbaseaudiosink.c:
2648         (gst_base_audio_sink_query):
2649         Report the latency with the new seglatency parameter.
2650
2651         * gst-libs/gst/audio/gstringbuffer.c:
2652         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
2653         (gst_ring_buffer_acquire):
2654         * gst-libs/gst/audio/gstringbuffer.h:
2655         Add new field to the ringbufferspec to specify the expected latency
2656         between the underlying device read/write pointer, this is needed
2657         when writing sinks that sit a little closer to the hardware.
2658         Add some more docs for other fields.
2659
2660 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2661
2662         * gst/volume/gstvolume.c: (volume_transform_ip):
2663         Return NOT_NEGOTIATED if we didn't set a process function yet for some
2664         reason instead of crashing later. Might fix bug #509125.
2665
2666 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2667
2668         Based on a patch by: Tim-Philipp Müller  <tim.muller at collabora co uk>
2669
2670         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
2671         * gst/audioconvert/audioconvert.h:
2672         * gst/audioconvert/gstaudioconvert.c:
2673         (gst_audio_convert_parse_caps),
2674         (structure_has_fixed_channel_positions),
2675         (gst_audio_convert_transform_caps):
2676         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
2677         Add support for more than 8 channels and NONE channel layouts. For
2678         more than 8 channels no channel conversion is supported yet, only
2679         format conversions are supported. Fixes bug #398033.
2680
2681         * tests/check/elements/audioconvert.c: (verify_convert),
2682         (GST_START_TEST), (audioconvert_suite):
2683         Add some unit tests by Tim for checking the NONE channel layouts
2684         and more than 8 channels and add some more unit tests for channel
2685         conversions.
2686
2687 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
2688
2689         * gst/playback/gstdecodebin2.c: (connect_pad):
2690         When autoplugging fails, set the element back to NULL before
2691         unreffing it.
2692
2693 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2694
2695         * win32/common/libgstaudio.def:
2696         Add gst_base_audio_src_[sg]et_slave_method() to the exported
2697         symbols.
2698
2699 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2700
2701         * gst/subparse/samiparse.c: (handle_start_sync),
2702         (end_sami_element), (characters_sami):
2703         Remove trailing, leading and double whitespaces.
2704         Correctly timestamp buffers and output the last buffer too.
2705
2706         * tests/check/elements/subparse.c: (GST_START_TEST),
2707         (subparse_suite):
2708         Add a simple unit test for SAMI parsing.
2709
2710 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2711
2712         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2713
2714         * gst/subparse/samiparse.c: (handle_start_sync),
2715         (start_sami_element), (end_sami_element), (characters_sami),
2716         (sami_context_reset):
2717         Only output characters inside the "sync" elements. There could be
2718         other elements like "style" that have some content but should
2719         not be printed. Fixes bug #467911.
2720
2721 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2722
2723         * gst/playback/gstplaybasebin.c: (set_audio_mute),
2724         (set_active_source):
2725         * gst/playback/gstplaybasebin.h:
2726         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2727         (playbin_set_audio_mute):
2728         Allow setting -1 as current-audio to mute the current audio stream,
2729         similar to what is done for subtitles. Fixes bug #342294.
2730
2731 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
2732
2733         * gst-libs/gst/pbutils/descriptions.c: (formats): 
2734         It's SorensOn and not SorensEn.
2735
2736 2008-05-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2737
2738         * gst-libs/gst/pbutils/descriptions.c: (formats):
2739           Fix description of video/x-flash-video.
2740
2741 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
2742
2743         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2744         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2745         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2746         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
2747         Remove some unused code.
2748
2749         * gst/audioconvert/gstaudioquantize.c:
2750         (gst_audio_quantize_free_noise_shaping):
2751         Don't return before freeing the noise shaping history.
2752
2753 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2754
2755         * tests/check/elements/subparse.c: (do_test),
2756           (test_tmplayer_style3b), (subparse_suite):
2757           Add unit test for the tmplayer variant from bug #530962.
2758
2759 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2760
2761         * gst/subparse/gstsubparse.c: (handle_buffer),
2762           (gst_sub_parse_sink_event):
2763         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
2764           (tmplayer_parse_line):
2765           Fix parsing of tmplayer subtitle variant where every single line contains
2766           text and there isn't an empty line after each line to determine the
2767           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
2768           making sure that we push out the last line of text without a duration if
2769           there's still text left in the buffer at the end.
2770
2771 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2772
2773         * gst/subparse/gstsubparse.c: (feed_textbuf):
2774           Fix detection of discontinuities based on the buffer offset (doesn't work
2775           so well if no buffer offset is set) and also check for the DISCONT buffer
2776           flag. This keeps the parser state from being reset after each buffer in
2777           the unit test.
2778
2779 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2780
2781         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
2782           Further fine-tuning: don't absolutely require sequence or GOP headers
2783           (as introduced in the previous commit), but adjust the typefind
2784           probabilities returned accordingly if we don't see them. Also make sure
2785           picture header and first slice are somewhat close to each other (which
2786           is not perfect but still better than requiring a fixed offset or having
2787           no limit at all).
2788
2789 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2790
2791         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2792         (gst_basertppayload_sink_setcaps),
2793         (gst_basertppayload_sink_getcaps):
2794         Rename the setcaps/getcaps function internally to make it clear that
2795         they are called for the sink pad.
2796
2797 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2798
2799         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2800         (gst_base_rtp_depayload_class_init),
2801         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
2802         (gst_base_rtp_depayload_packet_lost),
2803         (gst_base_rtp_depayload_set_gst_timestamp):
2804         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2805         Catch packet-lost events from the jitterbuffer and convert them into a
2806         vmethod call (lost-packet) so that depayloaders can do something smart.
2807         Also add a default packet-lost function that sends out a segment update
2808         to the decoders.
2809
2810 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
2811
2812         * gst/playback/test4.c:
2813         * gst/playback/test5.c:
2814         * gst/playback/test6.c:
2815         * gst/playback/test7.c:
2816           Also include config.h when relying on defines from it. Fixes the
2817           build. Its been a please to serve :)
2818
2819 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
2820
2821         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
2822         (paint_setup_NV21), (paint_hline_NV12_NV21):
2823         Add support for NV12 and NV21 in videotestsrc
2824
2825 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
2826
2827         * gst/videoscale/gstvideoscale.c:
2828         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
2829         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
2830         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
2831         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
2832         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
2833         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
2834         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
2835         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
2836         (vs_image_scale_linear_RGB555):
2837         Support 1x1 images as input and output as for example the BBC HQ new
2838         streams have 1x1 GIFs in the playlists for some reason.
2839
2840 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
2841
2842         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
2843           (try_to_link_1):
2844           If we can't activate one of the decoders we plugged in (such as,
2845           say, musepackdec) for some reason (it might not support push mode,
2846           for example), remove any pad probes that close_pad_link() might
2847           have set up. This makes sure we later don't try to remove a probe
2848           for a pad that doesn't exist any longer, and avoids nast warnings
2849           and probably other things too.
2850
2851 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
2852
2853         * gst/typefind/gsttypefindfunctions.c:
2854           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
2855           (plugin_init):
2856           Rework mpeg video stream typefinding a bit more: make sure sequence,
2857           GOP, picture and slice headers appear in the order they should and
2858           that we've in fact at least had one of each; fix picture header
2859           detection; decouple picture and slice header check - don't assume
2860           they're at a fixed offset, there may be extra data in between. Also,
2861           announce varying degrees of probability depending on what we found
2862           exactly (multiple pictures, at least one picture, just sequence and
2863           GOP headers). Finally, in _ensure_data(), take into account that we
2864           might be typefinding smaller amounts of data, such as the first
2865           buffer of a stream, so fall back to the minimum size needed as long
2866           as that's available, instead of erroring out if there's less than
2867           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
2868           fuzzed file from #399342 as valid.
2869
2870 2008-04-30  Michael Smith <msmith@songbirdnest.com>
2871
2872         * ext/theora/theoradec.c:
2873           Cool kids don't divide by zero.
2874           Treat PAR of x:0 as 1:1.
2875           Fixes #530719.
2876
2877 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
2878
2879         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
2880           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
2881           (mpeg_video_stream_type_find):
2882           Refactor a bit: use context structure to track parsing offset and
2883           size of available data and make the code a bit clearer. Fixes bad
2884           memory access in #356937.
2885
2886 2008-04-28  Michael Smith <msmith@songbirdnest.com>
2887
2888         * gst/playback/test4.c:
2889         * gst/playback/test5.c:
2890         * gst/playback/test6.c:
2891         * gst/tcp/gstmultifdsink.c:
2892           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
2893           is defined.
2894
2895 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2896
2897         * gst-libs/gst/audio/gstbaseaudiosink.h:
2898         Clarify some docs.
2899
2900         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
2901         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
2902         (gst_base_audio_src_set_slave_method),
2903         (gst_base_audio_src_get_slave_method),
2904         (gst_base_audio_src_set_property),
2905         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
2906         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2907         Add property and methods for selecting the clock slave method in the
2908         source, like in the sink.
2909         We only implement "none" and "re-timestamp" for now.
2910         API: gst_base_audio_src_set_slave_method()
2911         API: gst_base_audio_src_get_slave_method()
2912
2913 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
2914
2915         * gst-libs/gst/rtp/gstrtpbuffer.c:
2916         Fix the docs about the seqnum compare function, it returns a difference.
2917
2918 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
2919
2920         * ext/alsa/gstalsadeviceprobe.c:
2921         (gst_alsa_get_device_list): Don't return before freeing up
2922         the allocated structures.
2923
2924 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
2925
2926         * gst/playback/gstplaybin.c:
2927           Remove obsolete streaminfo code and fix a leak. Fixes #529546
2928
2929 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2930
2931         * ext/ogg/gstoggdemux.c:
2932           Revert the event part, that should not go in.
2933
2934 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2935
2936         * ext/ogg/gstoggdemux.c:
2937           Don't leak GstPluginFeatures when filtering.
2938
2939 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2940
2941         * sys/xvimage/xvimagesink.c:
2942           Add some logging for cases when grabbing the xv failed.
2943
2944 2008-04-21  David Schleef  <ds@schleef.org>
2945
2946         * ext/ogg/gstoggmux.c:
2947           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
2948           packet.  Should conform to what we currently think is the
2949           final Ogg/Dirac muxing spec.
2950
2951 2008-04-21  David Schleef  <ds@schleef.org>
2952
2953         * sys/xvimage/xvimagesink.c:
2954           Fix typo that causes the overlay keying color to bright green
2955           on a 16-bit display.  Dark grey good.  Bright green bad.
2956
2957 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
2958
2959         * ext/gnomevfs/gstgnomevfsuri.c:
2960           Add  FIXME comment about using uri-list for source and sink.
2961
2962 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2963
2964         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2965         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
2966         vaargs functions to gint. Otherwise the fractions will get 0 set
2967         instead of the correct value on big endian systems. Fixes bug #529018.
2968
2969 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2970
2971         * ext/gnomevfs/gstgnomevfssink.c:
2972         (gst_gnome_vfs_sink_uri_get_protocols):
2973         * ext/gnomevfs/gstgnomevfssrc.c:
2974         (gst_gnome_vfs_src_uri_get_protocols):
2975         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
2976         (gst_gnomevfs_get_supported_uris):
2977         Get the list of supported URI schemes in a threadsafe way and use the
2978         same list for the source and sink.
2979
2980 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2981
2982         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
2983         (gst_gio_get_supported_protocols):
2984         Don't generate a new supported protocols list on each call but cache
2985         it. It's supposed to be static anyway, this way we only leak it once
2986         per process.
2987
2988         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
2989         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
2990         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
2991         (gst_gio_sink_start):
2992         * ext/gio/gstgiosink.h:
2993         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
2994         (gst_gio_src_class_init), (gst_gio_src_finalize),
2995         (gst_gio_src_set_property), (gst_gio_src_get_property),
2996         (gst_gio_src_start):
2997         * ext/gio/gstgiosrc.h:
2998         API: Add "file" properties where one can set a GFile as
2999         source/destination.
3000
3001         Add locking to the properties and use
3002         gst_element_class_set_details_simple() instead of a static
3003         GstElementDetails struct.
3004
3005 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3006
3007         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
3008         (plugin_init):
3009         Add "mpp" and "mp+" as possible extensions for MusePack files.
3010
3011         Add typefinding for MusePack StreamVersion 8 files and include the
3012         stream version in the caps.
3013
3014 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3015
3016         * gst-libs/gst/rtp/gstrtppayloads.c:
3017         (gst_rtp_payload_info_for_name):
3018         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
3019
3020 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
3021
3022         * configure.ac:
3023           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
3024           (NB: this only affects compilation of some of the examples).
3025           Remove some configure.ac cruft that's not needed any longer.
3026
3027 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
3028
3029         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3030         Don't validate the payload if there isn't any.
3031         Fixes #525915
3032
3033 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3034
3035         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
3036         Use g_atomic_int_set() instead of gst_atomic_int_set().
3037
3038 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3039
3040         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3041         Return NULL instead of a gchar * array with one NULL element if we
3042         don't get any supported URI schemes from GIO.
3043
3044 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3045
3046         * gst/audiotestsrc/gstaudiotestsrc.c:
3047           Remove cpp style commented old code.
3048
3049 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3050
3051         * gst/playback/gstdecodebin2.c:
3052           Fix signal docs.
3053
3054 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
3055
3056         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3057           (gst_text_overlay_init):
3058           Fix textoverlay unit test again by making the supposed default
3059           value for the wait-text property the actual default value.
3060           Also fix Since: tag for new property.
3061
3062 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
3063
3064         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
3065           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
3066           (gst_video_format_get_pixel_stride),
3067           (gst_video_format_get_component_width),
3068           (gst_video_format_get_component_height),
3069           (gst_video_format_get_component_offset), (gst_video_format_get_size),
3070           (gst_video_format_convert):
3071           Add guards to these functions to ensure sane input values.
3072
3073         * tests/check/libs/video.c:
3074           Fix unit test not to create caps with width=0 and height=0.
3075
3076 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
3077
3078         * docs/design/draft-keyframe-force.txt:
3079         Fix typo.
3080
3081         * gst/playback/gstqueue2.c: (update_buffering),
3082         (gst_queue_handle_src_query):
3083         Set buffering mode in the messages.
3084         Set buffering percent in the query.
3085
3086         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
3087         (do_stream_buffering), (do_download_buffering), (msg_buffering):
3088         Do some more fancy things based on the buffering method in use.
3089
3090 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3091
3092         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
3093         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
3094         (msg_buffering), (main):
3095         Add basic download reports to seek using the new buffering API.
3096
3097 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3098
3099         * gst/playback/gstqueue2.c: (update_buffering),
3100         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
3101         (gst_queue_src_checkgetrange_function):
3102         Include extra buffering stats in the buffering message.
3103         Implement BUFFERING query.
3104
3105         * gst/playback/gsturidecodebin.c: (do_async_start),
3106         (do_async_done), (type_found), (setup_streaming), (setup_source),
3107         (gst_uri_decode_bin_change_state):
3108         Only add decodebin2 when the type is found in streaming mode.
3109         Make uridecodebin async to PAUSED even when we don't have decodebin2
3110         added yet.
3111
3112 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
3113
3114         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3115         Filter cdda from the supported URI schemes. We can't support
3116         musicbrainz tags and everything else one expects from a cdda source
3117         with GIO. Fixes bug #526794.
3118
3119 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
3120
3121         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
3122         (gst_xvimagesink_buffer_alloc):
3123         Fix calculation of 'expected size' for YV12 buffers.
3124         Be a little more verbose in the debug output for buffer-alloc'ed
3125         buffers which turn out to have the wrong size.
3126
3127 2008-04-07  Tim-Philipp Müller  <tim at centricular dot net>
3128
3129         * NEWS:
3130         * RELEASE:
3131         * gst-plugins-base.doap:
3132           Merge other changes from 0.10.19 release branch.
3133
3134 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3135
3136         * gst-libs/gst/audio/gstbaseaudiosink.c:
3137           (gst_base_audio_sink_class_init):
3138         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3139           (gst_base_audio_src_class_init):
3140         * gst/playback/gstplayback.c: (plugin_init):
3141         * gst/volume/gstvolume.c: (plugin_init):
3142           Work around missing bits of thread-safety on older GLibs some
3143           more to avoid assertions when starting up multiple playbin
3144           objects concurrently (see #512382).
3145
3146 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3147
3148         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3149           Remove some more fields.
3150
3151 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
3152
3153         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3154
3155         * configure.ac:
3156         Actually build dlls when cross-compiling with mingw32.
3157         Fixes bug #526247.
3158
3159 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3160
3161         * configure.ac:
3162           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
3163
3164 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3165
3166         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
3167         (msg_buffering), (connect_bus_signals), (main):
3168         Add statusbar.
3169         Add buffering support with feedback in the statusbar.
3170
3171 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3172
3173         * ext/ogg/gstoggmux.c:
3174           Fix sample pipeline description.
3175
3176 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
3177
3178         * docs/plugins/Makefile.am:
3179         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3180         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
3181         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3182           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
3183
3184         * docs/plugins/gst-plugins-base-plugins.args:
3185         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3186         * docs/plugins/gst-plugins-base-plugins.interfaces:
3187         * docs/plugins/gst-plugins-base-plugins.prerequisites:
3188         * docs/plugins/inspect/plugin-adder.xml:
3189         * docs/plugins/inspect/plugin-alsa.xml:
3190         * docs/plugins/inspect/plugin-audioconvert.xml:
3191         * docs/plugins/inspect/plugin-audiorate.xml:
3192         * docs/plugins/inspect/plugin-audioresample.xml:
3193         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3194         * docs/plugins/inspect/plugin-cdparanoia.xml:
3195         * docs/plugins/inspect/plugin-decodebin.xml:
3196         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3197         * docs/plugins/inspect/plugin-gdp.xml:
3198         * docs/plugins/inspect/plugin-gnomevfs.xml:
3199         * docs/plugins/inspect/plugin-libvisual.xml:
3200         * docs/plugins/inspect/plugin-ogg.xml:
3201         * docs/plugins/inspect/plugin-pango.xml:
3202         * docs/plugins/inspect/plugin-playback.xml:
3203         * docs/plugins/inspect/plugin-queue2.xml:
3204         * docs/plugins/inspect/plugin-subparse.xml:
3205         * docs/plugins/inspect/plugin-tcp.xml:
3206         * docs/plugins/inspect/plugin-theora.xml:
3207         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3208         * docs/plugins/inspect/plugin-uridecodebin.xml:
3209         * docs/plugins/inspect/plugin-video4linux.xml:
3210         * docs/plugins/inspect/plugin-videorate.xml:
3211         * docs/plugins/inspect/plugin-videoscale.xml:
3212         * docs/plugins/inspect/plugin-videotestsrc.xml:
3213         * docs/plugins/inspect/plugin-volume.xml:
3214         * docs/plugins/inspect/plugin-vorbis.xml:
3215         * docs/plugins/inspect/plugin-ximagesink.xml:
3216         * docs/plugins/inspect/plugin-xvimagesink.xml:
3217           Update introspection data.
3218
3219         * ext/ogg/gstoggmux.c:
3220           Document oggmux.
3221
3222         * gst/playback/gstdecodebin2.c:
3223           Don't use gtk-doc style comment start for private stuff, but make it
3224           formatted like this for consistency.
3225
3226 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3227
3228         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3229         (gst_decode_bin_init), (gst_decode_bin_dispose),
3230         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
3231         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3232         (analyze_new_pad), (connect_pad), (expose_pad),
3233         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
3234         (gst_decode_group_expose), (gst_decode_group_free),
3235         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
3236         Remove fakesink hack, we can now implement this more elegantly.
3237         Added property to bypass typefinding.
3238         Removed underrun callback and demuxer pad probe, we now use the srcpad
3239         probe to expose groups.
3240         API::sink-caps property
3241
3242         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
3243         Guard against multiple emissions of the no_more_pads signal, which
3244         happens when we are dealing with chained oggs.
3245
3246         * gst/playback/gsturidecodebin.c: (remove_decoders),
3247         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
3248         (setup_source):
3249         For streams, use our own typefind element and plug our queue after it.
3250         We will need this to determine the type of buffering to use for the
3251         queue soon.
3252
3253 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3254
3255         * gst-libs/gst/audio/gstbaseaudiosink.c:
3256         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
3257         Guard against over and underflows because of clock slaving.
3258         When we are using our own clock, still compensate for any calibrations
3259         that we might have done to our clock.
3260
3261 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3262
3263         * ext/theora/theoradec.c: (theora_handle_type_packet),
3264         (theora_dec_chain):
3265         Don't try to do anything fancy with the return code from pushing an
3266         event, it does not have enough information to turn it into a
3267         GST_FLOW_ERROR.
3268
3269 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3270
3271         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
3272         (gst_ogg_demux_chain_elem_pad):
3273         Add small debug line.
3274         Pass return code from the internal decoder instead of the too generic
3275         GST_FLOW_ERROR.
3276
3277 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3278
3279         * gst-libs/gst/cdda/Makefile.am:
3280         * gst-libs/gst/cdda/base64.c:
3281         * gst-libs/gst/cdda/base64.h:
3282         * gst-libs/gst/cdda/gstcddabasesrc.c:
3283         (gst_cddabasesrc_calculate_musicbrainz_discid):
3284         Use GLib's base64 implementation instead of our own.
3285
3286 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3287
3288         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3289         (gst_ogg_demux_read_chain):
3290         Refix oggdemux, we only have a problem if we failed to find a chain and
3291         we are not EOF.
3292
3293 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3294
3295         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
3296
3297         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3298         (gst_ogg_demux_read_chain):
3299         When we fail to find a BOS page and we and up with no chain, error out
3300         properly instead of segfaulting. Fixes #525665.
3301
3302 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3303
3304         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3305         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
3306         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
3307         no-more-pads...
3308
3309 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3310
3311         * gst/playback/gstqueue2.c: (update_out_rates),
3312         (gst_queue_open_temp_location_file),
3313         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
3314         (gst_queue_handle_src_query), (gst_queue_set_property):
3315         Update the estimated input data when we push out a buffer.
3316         Add some debug info about the temp file.
3317         Only forward src events when we are not using a temp file.
3318         Don't block the duration query, we need to find something better.
3319         Don't leak the temp filename.
3320
3321 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
3322
3323         * configure.ac:
3324         Require GLib 2.12 and liboil 0.3.14.
3325
3326         * gst/volume/gstvolume.c: (volume_process_double):
3327         Unconditionally use liboil 0.3.14 function.
3328
3329 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
3330
3331         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3332         ms-gsm can have arbitrarty sample rates. See #481354.
3333
3334 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3335
3336         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3337         MP4S is generic MPEG-4, not a microsoft variant.
3338
3339 2008-03-27  Michael Smith <msmith@fluendo.com>
3340
3341         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3342           Check the body CRC (if set) when depayloading.
3343           Fixes #522401.
3344
3345 2008-03-24  Tim-Philipp Müller  <tim at centricular dot net>
3346
3347         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3348           Fix Since: version for new property.
3349
3350 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3351
3352         * gst-libs/gst/rtsp/gstrtspconnection.c:
3353         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3354         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
3355         Don't error when poll_wait returns EAGAIN.
3356
3357 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3358
3359         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
3360         The queue is never filled when there are no buffers in the queue at all.
3361         Fixes #523993.
3362
3363 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3364
3365         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3366         (init_group), (free_group), (gst_play_bin_init),
3367         (gst_play_bin_finalize), (gst_play_bin_set_uri),
3368         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
3369         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
3370         (gst_play_bin_set_current_video_stream),
3371         (gst_play_bin_set_current_audio_stream),
3372         (gst_play_bin_set_current_text_stream),
3373         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
3374         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
3375         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
3376         (activate_group), (deactivate_group), (setup_next_source),
3377         (save_current_group), (gst_play_bin_change_state):
3378         Update some docs.
3379         Add new locks and conds to protect pipeline creation and group
3380         switching.
3381         Implement the sub-uri property.
3382         Keep track of pending uridecodebin creation and configure the output
3383         pipeline after all streams are configured.
3384         Propagate subtitle encoding to the uridecodebins.
3385         Implement getting the video/audio/visualisation elements.
3386         Use input-selector for stream switching.
3387         If we are asked to do visualisation, prefer to autoplug raw sinks
3388         instead of sinks that accept encoded data.
3389
3390 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3391
3392         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3393         (gst_play_sink_init), (gst_play_sink_dispose),
3394         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
3395         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
3396         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
3397         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
3398         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
3399         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
3400         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
3401         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
3402         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
3403         * gst/playback/gstplaysink.h:
3404         Add methods to get audio/video/vis elements.
3405         Add methods to set the font description for the overlay.
3406         Remove properties, we're using this element with its methods only.
3407         Add support for subtitles.
3408         Rearrange the locking a bit to not use the object lock for protecting
3409         the pipeline construction.
3410         Try to use the volume and mute property on the sink when its available.
3411         Implement the mute option with volume when the sink does not have a mute
3412         property.
3413         Only add volume element when the sink has no volume property.
3414         Only do visualisations with raw audio pads.
3415
3416 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3417
3418         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3419         (gst_text_overlay_init), (gst_text_overlay_set_property),
3420         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
3421         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
3422         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
3423         (gst_text_overlay_change_state):
3424         * ext/pango/gsttextoverlay.h:
3425         Add property to configure waiting for text on the textpad or not, with
3426         the default behaviour being the old one (always wait for text before
3427         rendering the video). This default behaviour is usually not the best one
3428         because the text stream can very sparse and could require queueing a lot
3429         of video.
3430         Fix the flushing and EOS handing so that we don't mix up their meaning.
3431
3432 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3433
3434         * gst/playback/gsturidecodebin.c:
3435         (gst_uri_decode_bin_autoplug_factories),
3436         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
3437         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
3438         (gst_uri_decode_bin_set_property),
3439         (gst_uri_decode_bin_get_property), (no_more_pads_full),
3440         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
3441         (proxy_autoplug_factories_signal), (make_decoder),
3442         (source_new_pad), (setup_source):
3443         Add a readonly source property and notify.
3444         Add new lock for protecting the construction of the pipeline.
3445         Keep track of the decodebins we plugged.
3446         Correctly proxy the autoplug signal so that it actually continues.
3447         Proxy subtitle-encoding to the decodebins.
3448
3449 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3450
3451         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
3452         (text_toggle_cb), (update_streams), (main):
3453         Rearrange some buttons in playbin2 and make some other boxes insensitive
3454         when needed.
3455         Add language codes to subtitle selection boxes when we gind the right
3456         tags for the streams.
3457
3458 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3459
3460         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3461         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
3462         (gst_decode_bin_set_subs_encoding),
3463         (gst_decode_bin_get_subs_encoding),
3464         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
3465         (deactivate_free_recursive):
3466         Protect caps property with the object lock.
3467         Protect encoding property with the object lock.
3468         Keep list of elements we added that have the subtitle-encoding property.
3469         Distribute the subtitle-encoding to all of the elements when it
3470         changes.
3471
3472 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3473
3474         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
3475         Small debug improvement.
3476
3477         * gst-libs/gst/audio/gstbaseaudiosink.c:
3478         (gst_base_audio_sink_render):
3479         Fix bug in determining the sample start/stop position, we want to base
3480         this decision on the fact that we are going forwards or backwards, not
3481         slower or faster. This fixes some ugly resync warnings when playing at
3482         very slow speeds.
3483
3484 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
3485
3486         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3487         Correctly set the supported URI schemes and don't leave
3488         some schemes in the middle or at the start at NULL.
3489
3490 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
3491
3492         * tests/check/elements/gdpdepay.c:
3493           Make test compile without unused function/variable warnings on PPC.
3494  
3495 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3496
3497         * configure.ac:
3498         * ext/alsa/gstalsamixerelement.c:
3499         (gst_alsa_mixer_element_class_init):
3500         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
3501         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
3502         * ext/cdparanoia/gstcdparanoiasrc.c:
3503         (gst_cd_paranoia_src_class_init):
3504         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
3505         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
3506         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
3507         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
3508         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
3509         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
3510         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
3511         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3512         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
3513         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
3514         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
3515         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
3516         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
3517         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3518         (gst_audio_filter_template_class_init):
3519         * gst-libs/gst/audio/gstbaseaudiosink.c:
3520         (gst_base_audio_sink_class_init):
3521         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3522         (gst_base_audio_src_class_init):
3523         * gst-libs/gst/cdda/gstcddabasesrc.c:
3524         (gst_cdda_base_src_class_init):
3525         * gst-libs/gst/interfaces/mixertrack.c:
3526         (gst_mixer_track_class_init):
3527         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3528         (gst_base_rtp_depayload_class_init):
3529         * gst-libs/gst/rtp/gstbasertppayload.c:
3530         (gst_basertppayload_class_init):
3531         * gst/audioconvert/gstaudioconvert.c:
3532         (gst_audio_convert_class_init):
3533         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
3534         * gst/audioresample/gstaudioresample.c:
3535         (gst_audioresample_class_init):
3536         * gst/audiotestsrc/gstaudiotestsrc.c:
3537         (gst_audio_test_src_class_init):
3538         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
3539         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3540         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3541         (preroll_unlinked):
3542         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
3543         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
3544         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
3545         * gst/playback/gstqueue2.c: (gst_queue_class_init):
3546         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
3547         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
3548         (gst_stream_selector_class_init):
3549         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3550         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
3551         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3552         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
3553         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
3554         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
3555         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
3556         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
3557         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
3558         * gst/videotestsrc/gstvideotestsrc.c:
3559         (gst_video_test_src_class_init):
3560         * gst/volume/gstvolume.c: (gst_volume_class_init):
3561         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
3562         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
3563         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
3564         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
3565         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
3566         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
3567         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
3568         static strings (i.e. all). This gives us less memory usage,
3569         fewer allocations and thus less memory defragmentation. Depend
3570         on core CVS for this. Fixes bug #523806.
3571
3572 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3573
3574         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3575         Filter http and https protocols. GIO/GVfs handles them but it's
3576         impossible to implement iradio/icecast with it. Better use
3577         souphttpsrc or something else for this.
3578
3579         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
3580         If getting the file informations by a query fails try it with the
3581         seek-to-end trick too.
3582
3583 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3584
3585         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
3586         (gst_volume_base_init), (gst_volume_class_init),
3587         (volume_process_double), (volume_process_float),
3588         (volume_transform_ip), (plugin_init):
3589         memset buffers to zero if we get a GAP buffer. We usually see a
3590         buffer as one unit so let's handle it as one and don't care about
3591         volume changes while processing one buffer.
3592         Also clean up some stuff a bit.
3593
3594 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3595
3596         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
3597         (gst_audio_convert_create_silence_buffer),
3598         (gst_audio_convert_transform):
3599         Make audioconvert GAP-aware by outputting silence buffers when the
3600         input has the GAP flag set. This is up to 8x faster.
3601         Based on a patch by Stefan Kost. Fixes bug #517813.
3602
3603 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3604
3605         * gst/volume/gstvolume.c: (volume_process_double):
3606         Use oil_scalarmultiply_f64_ns() for double processing when it's
3607         available at compile time.
3608
3609 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3610
3611         * configure.ac:
3612         Fix lrint/lrintf checks to actually work. These functions are
3613         in libm on Linux at least so try to link to it.
3614
3615 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
3616
3617         * configure.ac:
3618         Back to development - 0.10.18.1
3619
3620 === release 0.10.18 ===
3621
3622 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
3623
3624         * configure.ac:
3625           releasing 0.10.18, "I will follow"
3626
3627 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
3628
3629         * configure.ac:
3630         * win32/common/config.h:
3631         0.10.17.4 pre-release
3632
3633 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3634
3635         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
3636         Use GST_STR_NULL when trying to print strings that could be NULL because
3637         this might crash on some platforms. See #520808.
3638
3639 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3640
3641         Patch by: Ole André Vadla RavnÃ¥s  <ole.andre.ravnas@tandberg.com>
3642
3643         * gst-libs/gst/rtsp/gstrtspconnection.c:
3644         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3645         (read_line), (gst_rtsp_connection_read_internal):
3646         Generic Windows fixes that makes libgstrtsp work on Windows when
3647         coupled with the new GstPoll API. See #520808.
3648
3649 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
3650
3651         Patch by: Milosz Derezynski <internalerror at gmail dot com>
3652
3653         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
3654           If seeking to a new position succeeds don't simply return from
3655           create() without creating a buffer. Do this only in the case
3656           seeking to the new position fails. Fixes bug #523054.
3657
3658 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
3659
3660         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
3661           (gst_video_format_from_rgba32_masks):
3662           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
3663           (#522635).
3664
3665         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
3666           Add unit test for the RGB caps parsing and creation, checking for
3667           internal consistency of the new API and consistency of the API with
3668           the old GST_VIDEO_CAPS_* defines.
3669
3670 2008-03-14  David Schleef  <ds@schleef.org>
3671
3672         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
3673           because -base is in freeze.
3674
3675 2008-03-14  David Schleef  <ds@schleef.org>
3676
3677         Patch by: William M. Brack
3678
3679         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
3680
3681 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3682
3683         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
3684         (gst_selector_pad_chain):
3685         * gst/playback/gststreamselector.h:
3686         Revert change that caused regression until a real fix is found.
3687         Fixes #522203.
3688
3689 2008-03-12  Michael Smith <msmith@fluendo.com>
3690
3691         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3692         * gst-libs/gst/audio/gstringbuffer.h:
3693           Rename recently added buffer types to make more sense.
3694         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
3695         (gst_alsasink_write):
3696           Adapt for above API changes.
3697           Fixes bug #520523.
3698
3699 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
3700
3701         * win32/common/libgstnetbuffer.def:
3702         Add new symbol gst_netaddress_equal. Fixes bug #521743.
3703
3704 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
3705
3706         * configure.ac:
3707         * win32/common/config.h:
3708         0.10.17.3 pre-release
3709
3710 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3711
3712         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3713         (gst_base_audio_src_create):
3714         Fix duration when no clock was provided. Fixes #520300.
3715
3716 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3717
3718         Patch by: Olivier Crete  <tester at tester ca>
3719
3720         * docs/libs/gst-plugins-base-libs-sections.txt:
3721         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
3722         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3723         Add trivial function to compare GstNetAddress. See #520626.
3724         API: GstNetBuffer::gst_netaddress_equal
3725
3726 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3727
3728         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3729         Update mode property docs, it's deprecated now.
3730
3731 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3732
3733         * gst-libs/gst/rtsp/gstrtspconnection.c:
3734         (gst_rtsp_connection_create):
3735         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
3736         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
3737         * gst/tcp/gstmultifdsink.h:
3738         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
3739         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
3740         Remove GstPollMode from gstpoll constructor.
3741
3742 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
3743
3744         * configure.ac:
3745         * win32/common/config.h:
3746         0.10.17.2 pre-release
3747
3748 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
3749
3750         * gst/Makefile.am:
3751         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
3752         them twice
3753
3754         * win32/common/libgstinterfaces.def:
3755         * win32/common/libgstrtp.def:
3756         Add new API to the defs
3757
3758 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3759
3760         Patch by: Mersad Jelacic  <mersad at axis dot com>
3761
3762         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3763         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3764         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
3765         possible to specify the sample size in bits. (#509637)
3766
3767 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3768
3769         * tests/check/libs/mixer.c:
3770           Add a few simple checks for the new message types.
3771
3772 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3773
3774         * docs/libs/gst-plugins-base-libs-sections.txt:
3775         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
3776           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
3777           (gst_mixer_message_get_type),
3778           (gst_mixer_message_parse_option_changed),
3779           (gst_mixer_message_parse_options_list_changed):
3780         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
3781           (GST_MIXER_MESSAGE_OPTION_CHANGED),
3782           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
3783           (GST_MIXER_MESSAGE_MIXER_CHANGED):
3784           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
3785           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
3786
3787 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3788
3789         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
3790           (gst_mixer_options_get_values):
3791         * gst-libs/gst/interfaces/mixeroptions.h:
3792           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
3793           (_GstMixerOptions), (_GstMixerOptionsClass):
3794           API: add GstMixerOptions::get_values vfunc (#519906)
3795
3796 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3797
3798         * configure.ac:
3799         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
3800         plug-ins are included/excluded. (#498222)
3801
3802 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
3803
3804         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3805         Add typefinder for IMelody files, using audio/x-imelody.
3806         See bug #519516.
3807
3808 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
3809
3810         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
3811         * ext/alsa/gstalsasink.c: (set_hwparams):
3812         * ext/alsa/gstalsasrc.c: (set_hwparams):
3813         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
3814         * ext/ogg/gstoggmux.h:
3815         * ext/ogg/gstogmparse.c:
3816         * gst-libs/gst/audio/audio.c:
3817         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
3818         * gst-libs/gst/pbutils/missing-plugins.c:
3819         (gst_missing_uri_sink_message_new),
3820         (gst_missing_element_message_new),
3821         (gst_missing_decoder_message_new),
3822         (gst_missing_encoder_message_new):
3823         * gst-libs/gst/rtp/gstbasertppayload.c:
3824         * gst-libs/gst/rtp/gstrtcpbuffer.c:
3825         (gst_rtcp_packet_bye_get_reason):
3826         * gst/audioconvert/gstaudioconvert.c:
3827         * gst/audioresample/gstaudioresample.c:
3828         * gst/ffmpegcolorspace/imgconvert.c:
3829         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
3830         * gst/typefind/gsttypefindfunctions.c:
3831         * gst/videoscale/vs_4tap.c:
3832         * gst/videoscale/vs_4tap.h:
3833         * sys/v4l/gstv4lelement.c:
3834         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
3835         * sys/v4l/v4l_calls.c:
3836         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
3837         (gst_v4lsrc_try_capture):
3838         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
3839         (gst_ximagesink_ximage_new):
3840         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
3841         (gst_xvimagesink_xvimage_new):
3842         * tests/check/elements/audioconvert.c:
3843         * tests/check/elements/audioresample.c:
3844         (fail_unless_perfect_stream):
3845         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
3846         * tests/check/elements/decodebin.c:
3847         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
3848         (setup_gdpdepay_streamheader):
3849         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
3850         (setup_gdppay_streamheader):
3851         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
3852         * tests/check/elements/multifdsink.c: (setup_multifdsink):
3853         * tests/check/elements/textoverlay.c:
3854         * tests/check/elements/videorate.c: (setup_videorate):
3855         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
3856         * tests/check/elements/volume.c: (setup_volume):
3857         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
3858         * tests/check/elements/vorbistag.c:
3859         * tests/check/generic/clock-selection.c:
3860         * tests/check/generic/states.c: (setup), (teardown):
3861         * tests/check/libs/cddabasesrc.c:
3862         * tests/check/libs/video.c:
3863         * tests/check/pipelines/gio.c:
3864         * tests/check/pipelines/oggmux.c:
3865         * tests/check/pipelines/simple-launch-lines.c:
3866         (simple_launch_lines_suite):
3867         * tests/check/pipelines/streamheader.c:
3868         * tests/check/pipelines/theoraenc.c:
3869         * tests/check/pipelines/vorbisdec.c:
3870         * tests/check/pipelines/vorbisenc.c:
3871         * tests/examples/seek/scrubby.c:
3872         * tests/examples/seek/seek.c: (query_positions_elems),
3873         (query_positions_pads):
3874         * tests/icles/stress-xoverlay.c: (myclock):
3875         Correct all relevant warnings found by the sparse semantic code
3876         analyzer. This include marking several symbols static, using
3877         NULL instead of 0 for pointers and using "foo (void)" instead
3878         of "foo ()" for declarations.
3879
3880         * win32/common/libgstrtp.def:
3881         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
3882
3883 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3884
3885         Patch by: José Alburquerque <jaalburqu svn gnome org>
3886
3887         * gst/playback/gstplaybin2.c:
3888           Make the function signature of the _get_*_tags() functions match
3889           the signature of the vfuncs they implement, ie. return a
3890           GstTagList rather than a GstStructure, which is more correct,
3891           even if one is typedef'ed to the other (#518940).
3892
3893 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3894
3895         * gst-libs/gst/rtsp/gstrtspconnection.c:
3896           Don't include unix headers unconditionally (fixes #518037).
3897
3898 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3899
3900         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
3901           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
3902           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
3903           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
3904           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
3905           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
3906           (gst_video_format_is_packed), (video_format_is_packed):
3907           Add unit test that makes sure that the strides, offsets and
3908           sizes returned for the various YUV formats by the new video API
3909           match the old reference implementation in videotestsrc.
3910
3911 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3912
3913         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
3914           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
3915           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
3916           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
3917           (gst_video_format_get_pixel_stride),
3918           (gst_video_format_get_component_width),
3919           (gst_video_format_get_component_height),
3920           (gst_video_format_get_component_offset), (gst_video_format_get_size):
3921         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
3922           (GST_VIDEO_FORMAT_Y42B):
3923           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
3924
3925 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3926
3927         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
3928           YV12 is I420 with swapped components 1 and 2, so the offset of
3929           component 1 for I420 should be the offset for component 2 for YV12
3930           and vice versa.
3931
3932 2008-02-29  Rene Stadler  <mail@renestadler.de>
3933
3934         * sys/v4l/gstv4lelement.c:
3935         Add missing semicolon to fix indentation.
3936
3937 2008-02-29  Julien Moutte  <julien@fluendo.com>
3938
3939         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
3940         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
3941         if we can do SPDIF output.
3942         * ext/alsa/gstalsa.h:
3943         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
3944         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
3945         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
3946         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3947         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
3948         to support AC3, EC3 and IEC958 buffers.
3949
3950 2008-02-29  Tim-Philipp Müller  <tim at centricular dot net>
3951
3952         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
3953           (gst_mixer_message_parse_mute_toggled),
3954           (gst_mixer_message_parse_record_toggled),
3955           (gst_mixer_message_parse_volume_changed),
3956           (gst_mixer_message_parse_option_changed):
3957           De-cruft and fix message type assertions (NULL is not a really
3958           valid mixer message type string).
3959
3960 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3961
3962         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
3963         When negotiating, actually start from a format that we can support
3964         instead of from the too generic template.
3965
3966 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3967
3968         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
3969         Enable vis setting.
3970
3971         * gst/playback/gstplaysink.c: (gst_play_sink_init),
3972         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
3973         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
3974         (gen_vis_chain):
3975         Implement vis switching while playing.
3976
3977 2008-02-28  David Schleef  <ds@schleef.org>
3978
3979         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
3980
3981 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3982
3983         Patch by: Peter Kjellerstedt  <pkj at axis com>
3984
3985         * gst/tcp/Makefile.am:
3986         * gst/tcp/fdsetstress.c:
3987         * gst/tcp/gstfdset.c:
3988         * gst/tcp/gstfdset.h:
3989         Removed fdset and stress test, they are now known as GstPoll in
3990         core. 
3991
3992         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
3993         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
3994         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
3995         (gst_multi_fd_sink_handle_client_write),
3996         (gst_multi_fd_sink_queue_buffer),
3997         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
3998         (gst_multi_fd_sink_stop):
3999         * gst/tcp/gstmultifdsink.h:
4000         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
4001         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
4002         (gst_tcp_gdp_read_caps):
4003         * gst/tcp/gsttcp.h:
4004         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
4005         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
4006         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
4007         * gst/tcp/gsttcpclientsink.h:
4008         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
4009         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
4010         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
4011         * gst/tcp/gsttcpclientsrc.h:
4012         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
4013         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
4014         * gst/tcp/gsttcpserversink.h:
4015         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
4016         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
4017         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
4018         * gst/tcp/gsttcpserversrc.h:
4019         Port to GstPoll. See #505417.
4020
4021 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4022
4023         Patch by: Peter Kjellerstedt  <pkj at axis com>
4024
4025         * gst-libs/gst/rtsp/gstrtspconnection.c:
4026         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
4027         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
4028         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
4029         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
4030         (gst_rtsp_connection_flush):
4031         * gst-libs/gst/rtsp/gstrtspconnection.h:
4032         Use GstPoll for the rtsp connection. See #505417.
4033
4034 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4035
4036         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
4037         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
4038         Add combo box for visualisations, populate it with a factory list
4039         of all visualisation plugins, configure vis plugin instance in
4040         playbin2. 
4041
4042 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4043
4044         * tests/check/libs/rtp.c: (GST_START_TEST):
4045         Add check for RTP buffer defaults, padding and marker bit API.
4046
4047 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
4048
4049         * gst-libs/gst/cdda/sha1.c: (sha_transform):
4050         Use memcpy() instead of upcasting a byte array to long *. This
4051         fixes an unaligned memory access, resulting in SIGBUS on IA64.
4052         This should be ported to GCheckSum once we can use GLib 2.16.
4053         Partially fixes bug #500833.
4054
4055 2008-02-27  Tim-Philipp Müller  <tim at centricular dot net>
4056
4057         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
4058           Push tag event after the newsegment event. Log the pointer of
4059           the buffer we're actually going to push rather than the buffer
4060           we're feeding to _make_metadata_writable().
4061
4062 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4063
4064         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4065         Comment smoke typefinder for now. The smokedec plugin needs one
4066         frame per buffer but we have no parser yet, thus it simply crashes
4067         in most situations.
4068
4069 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4070
4071         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4072         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
4073
4074 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4075
4076         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
4077         (plugin_init):
4078         Add midi typefinder, copied from the timidity plugin.
4079
4080 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4081
4082         Based on patch by: Tomasz SaÅ‚aciÅ„ski <tsalacinski gmail com>
4083
4084         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4085         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
4086           (subparse_suite):
4087           Forward slashes at the beginning and end of a line also signify
4088           italics (Fixes: #518162).
4089
4090 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4091
4092         * tests/check/gst-plugins-base.supp:
4093         Add a suppression for a cached value in GIO that wasn't moved
4094         while moving gio from -bad to -base.
4095
4096 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4097
4098         Patch by: Brian Cameron <brian dot cameron at sun dot com>
4099
4100         * configure.ac:
4101         Don't hardcode -Wall and -Werror for configure checks, this fails
4102         with non-GCC compilers. Fixes bug #517991.
4103
4104 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4105
4106         * gst/audioconvert/gstaudioconvert.c:
4107         * gst/audioconvert/gstaudioquantize.c:
4108         * gst/audioconvert/gstaudioquantize.h:
4109           Make audioconvert gap aware. If noiseshaping is used, wait for
4110           noiseshaping to converge before marking as GAP. Fixes #517813.
4111
4112 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4113
4114         * gst/audiotestsrc/gstaudiotestsrc.c:
4115           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
4116
4117 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
4118
4119         * ext/gnomevfs/gstgnomevfssink.c:
4120         (gst_gnome_vfs_sink_handle_event):
4121         Return FALSE when seeking for a new segment fails instead
4122         of silently ignoring the failure and appending every buffer
4123         that comes for the new segment.
4124
4125 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4126
4127         * gst/playback/gstplaysink.c: (find_property),
4128         (gst_play_sink_find_property), (gen_video_chain),
4129         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
4130         Recursively search the sink element for a last-frame property so that we
4131         can also find the property in autovideosink and friends that don't
4132         always proxy the internal sink properties.
4133
4134 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4135
4136         * gst-libs/gst/audio/multichannel.c:
4137           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
4138           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
4139           (gst_audio_set_structure_channel_positions_list),
4140           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
4141           (gst_audio_fixate_channel_positions):
4142           Fix confusing terminology in docs and code: structure fields are
4143           'fields' and not 'properties'.
4144
4145 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4146
4147         * gst-libs/gst/audio/multichannel.c:
4148           (gst_audio_check_channel_positions), (add_list_to_struct):
4149           Give more useful warning messages if one of the channel
4150           layout enums passed to us is invalid and if the "channels"
4151           field in the caps has a GType we don't expect.
4152
4153 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4154
4155         * gst-libs/gst/audio/multichannel.c:
4156           Fix typo in docs blurb.
4157
4158 2008-02-19  Julien Moutte  <julien@fluendo.com>
4159
4160         Patch by: Josep Torra Valles <josep@fluendo.com>
4161
4162         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
4163         typefind lookup to fix typefinding on HD clips.
4164
4165 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4166
4167         * gst/playback/gstscreenshot.c:
4168         * gst/playback/gstscreenshot.h:
4169           Fix up copyright (I rewrote the GStreamer-0.10 code for
4170           this from scratch back in the days).
4171
4172 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
4173
4174         * gst/playback/Makefile.am:
4175         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
4176         (create_element), (gst_play_frame_conv_convert):
4177         * gst/playback/gstscreenshot.h:
4178         Add screenshot conversion code from totem.
4179
4180         * gst/playback/gstplay-marshal.list:
4181         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
4182         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
4183         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
4184         Implement frame property to get a color-unconverted snapshot.
4185         Implement convert-frame action signal to get a converted snapshot image.
4186         Configure connection speed in uridecodebin.
4187         Document some more properties.
4188
4189         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4190         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
4191         (gst_play_sink_get_last_frame):
4192         * gst/playback/gstplaysink.h:
4193         Use last-buffer property of the video sink to get a video snapshot.
4194
4195         * tests/examples/seek/seek.c: (shot_cb), (main):
4196         Add snapshot button for playbin2 and use the frame property to save the
4197         frame as a png in the current directory.
4198
4199 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4200
4201         Patch by: Josep Torra Valles <josep at fluendo dot com>
4202
4203         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
4204         (plugin_init):
4205         Add typefinding support for h264 elementary streams.
4206         Fixes bug #517420.
4207
4208 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
4209
4210         * configure.ac:
4211           Require CVS of core for new API in collectpads.
4212
4213         * gst/adder/gstadder.c:
4214           Use new API to make adder sparse stream aware.
4215
4216 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4217
4218         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
4219         (no_more_pads_cb):
4220         Get the object data correct so that we can remove our channels
4221         correctly.
4222
4223         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4224         (gen_vis_chain), (gst_play_sink_reconfigure),
4225         (gst_play_sink_request_pad):
4226         Add option to disable async behaviour in the sinks when possible. This
4227         makes it possible to avoid an audio queue when dealing with
4228         visualisations.
4229         Add option to add a queue for the audio path.
4230
4231         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
4232         (main):
4233         Disable the vis checkbox to match the defaults of playbin2.
4234         Only get the stream info when we need to.
4235
4236 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
4237
4238         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
4239         (gst_gio_base_sink_set_stream):
4240         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
4241         (gst_gio_base_src_set_stream):
4242         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
4243         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
4244         Don't use async operations as they require a running main loop.
4245         This makes us block again when closing streams and unable
4246         to mount the enclosing volume of an URI if it isn't yet.
4247
4248 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
4249
4250         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4251         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
4252         (gen_vis_chain), (gst_play_sink_reconfigure),
4253         (gst_play_sink_request_pad):
4254         Move tee in front of the audio and vis pipelines.
4255         Add queue for audio for now.
4256         Add visualisation support.
4257
4258         * tests/examples/seek/seek.c: (main):
4259         Visualisation is by default disabled.
4260
4261 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
4262
4263         * ext/gio/gstgiobasesink.c: (close_stream_cb):
4264         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
4265         Improve debugging a bit.
4266
4267         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
4268         * ext/gio/gstgiosink.h:
4269         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
4270         * ext/gio/gstgiosrc.h:
4271         Try to mount the enclosing volume of a GFile if it isn't mounted
4272         yet. This requires us to wait for an async operation to finish, done
4273         with an nested GMainLoop. Authentication is not supported yet, will
4274         come later.
4275
4276 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4277
4278         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4279         (gst_play_bin_set_property), (gst_play_bin_get_property),
4280         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
4281         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4282         (gst_play_sink_get_mute), (gen_audio_chain):
4283         * gst/playback/gstplaysink.h:
4284         Add mute property.
4285
4286         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4287         (gst_selector_pad_chain):
4288         * gst/playback/gststreamselector.h:
4289         Make sure we forward the event only once.
4290
4291         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
4292         Add and implement the mute button for playbin2.
4293
4294 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4295
4296         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4297
4298         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
4299         Add some more debug info.
4300         Make sure we never return a negative delay. Fixes #516246.
4301
4302 2008-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4303
4304         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
4305           Revert patch that makes the sink hold the object lock when
4306           calling snd_pcm_delay(), since it breaks playback for me.
4307
4308 2008-02-12  Julien Moutte  <julien@fluendo.com>
4309
4310         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
4311         some seek flags when changing rate.
4312
4313 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4314
4315         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4316         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4317         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4318         Fix potential leaks.
4319
4320         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
4321         Fix leak when there is no function configured.
4322
4323 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4324
4325         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
4326         (gst_v4lsrc_buffer_finalize):
4327         Correctly chain up the finalize method.
4328
4329 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4330
4331         * ext/gio/gstgiostreamsink.c:
4332         * ext/gio/gstgiostreamsrc.c:
4333         Add documentation and example code for giostreamsink/giostreamsrc.
4334
4335         * tests/check/pipelines/gio.c: (GST_START_TEST):
4336         Ask the GMemoryOutputStream for the data instead of assuming that
4337         the pointer to the data stayed the same. It could've been realloc'ed.
4338
4339 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4340
4341         * ext/gio/gstgiosink.c:
4342         * ext/gio/gstgiosrc.c:
4343         Make the documentation of giosink/giosrc complete, large parts
4344         are based on the gnomevfssink/gnomevfssrc docs.
4345
4346 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4347
4348         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4349         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4350         * docs/plugins/gst-plugins-base-plugins.args:
4351         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4352         * docs/plugins/gst-plugins-base-plugins.interfaces:
4353         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4354         * docs/plugins/gst-plugins-base-plugins.signals:
4355         * docs/plugins/inspect/plugin-adder.xml:
4356         * docs/plugins/inspect/plugin-audioconvert.xml:
4357         * docs/plugins/inspect/plugin-audiorate.xml:
4358         * docs/plugins/inspect/plugin-audioresample.xml:
4359         * docs/plugins/inspect/plugin-decodebin.xml:
4360         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4361         * docs/plugins/inspect/plugin-gdp.xml:
4362         * docs/plugins/inspect/plugin-gio.xml:
4363         * docs/plugins/inspect/plugin-gnomevfs.xml:
4364         * docs/plugins/inspect/plugin-libvisual.xml:
4365         * docs/plugins/inspect/plugin-ogg.xml:
4366         * docs/plugins/inspect/plugin-pango.xml:
4367         * docs/plugins/inspect/plugin-playback.xml:
4368         * docs/plugins/inspect/plugin-queue2.xml:
4369         * docs/plugins/inspect/plugin-subparse.xml:
4370         * docs/plugins/inspect/plugin-theora.xml:
4371         * docs/plugins/inspect/plugin-uridecodebin.xml:
4372         * docs/plugins/inspect/plugin-videorate.xml:
4373         * docs/plugins/inspect/plugin-videoscale.xml:
4374         * docs/plugins/inspect/plugin-volume.xml:
4375         * docs/plugins/inspect/plugin-vorbis.xml:
4376         Add the GIO documentation again and while at that run make update.
4377
4378 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4379
4380         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
4381         * ext/alsa/gstalsasink.c: (set_swparams):
4382         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
4383           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
4384           against libasound >= 1.0.16, since it's been deprecated in
4385           0.10.16, and alignment is always 1 then, apparently. (#512899)
4386
4387 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4388
4389         * gst/playback/gstplaybin.c: (gen_audio_element):
4390         * gst/playback/gstplaysink.c: (gen_audio_chain):
4391           Handle case where we can't create the volume element a bit
4392           better (#514307).
4393
4394 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4395
4396         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
4397         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4398           Add support for https protocol. Fixes #510229.
4399
4400 2008-02-11  Julien Moutte  <julien@fluendo.com>
4401         
4402         Patch by: Alan Peevers <peeves@pacbell.net>
4403
4404         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
4405         lock when calling alsa methods.
4406
4407 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4408
4409         * gst/typefind/gsttypefindfunctions.c:
4410           Bump rank of jpeg and png typefinders, which will return maximum
4411           probability in the most common cases (thus short-circuiting more
4412           expensive typefinders like the mp3 one for these two quite common
4413           image types).
4414
4415 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4416
4417         * ext/theora/theoraparse.c:
4418         Fix long description of the theora parser to be more verbose than just
4419         the type name.
4420
4421 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4422
4423         Patch by: Branko ÄŒibej <brane at xbc dot nu>
4424
4425         * sys/xvimage/xvimagesink.c:
4426         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
4427         Fixes bug #515654.
4428
4429 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4430
4431         * gst/playback/gstplaybasebin.c:
4432         Set is_dynamic as True if there are elements with both request
4433         and sometimes src pad templates instead of breaking out when it
4434         finds the first pad template that is a src.
4435
4436 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4437
4438         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
4439         (update_streams), (video_combo_cb), (audio_combo_cb),
4440         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
4441         Add some stream switching and volume gui for playbin2.
4442
4443 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4444
4445         * gst/playback/gstplay-marshal.list:
4446         Added marshal for streamselector Tags.
4447
4448         * gst/playback/gstplaybasebin.c: (set_active_source):
4449         Streamselector now selects pads based on the pad object instead of its
4450         name.
4451
4452         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4453         (init_group), (gst_play_bin_init), (get_group), (get_tags),
4454         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
4455         (gst_play_bin_get_text_tags),
4456         (gst_play_bin_set_current_video_stream),
4457         (gst_play_bin_set_current_audio_stream),
4458         (gst_play_bin_set_current_text_stream),
4459         (gst_play_bin_set_property), (gst_play_bin_get_property),
4460         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
4461         Remove option to mute streams with the current-a/v/t property, we have
4462         this functionality in the flags.
4463         Add signals to notify when the number of A/V/T channels changed.
4464         Add action signals to get tags for the A/V/T streams.
4465         Implement setting the current A/V/T stream.
4466         Rearrange some things to simplify stream selection.
4467         Implement volume.
4468
4469         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
4470         (gst_play_sink_get_volume), (gst_play_sink_set_property),
4471         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
4472         (activate_vis), (gst_play_sink_reconfigure):
4473         * gst/playback/gstplaysink.h:
4474         Add and implement volume setting methods.
4475
4476         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4477         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
4478         (gst_selector_pad_event), (gst_stream_selector_class_init),
4479         (gst_stream_selector_init), (gst_stream_selector_finalize),
4480         (gst_stream_selector_set_property),
4481         (gst_stream_selector_get_property),
4482         (gst_stream_selector_get_linked_pad),
4483         (gst_stream_selector_request_new_pad):
4484         * gst/playback/gststreamselector.h:
4485         Add pad properties for tags and status of pads.
4486         Keep tags on pads.
4487         Make active pad selection based on pad object instead of name.
4488
4489 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
4490
4491         * configure.ac:
4492           Revert last change as we now check in gtk-doc.m4 for sed.
4493
4494 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
4495
4496         * configure.ac:
4497         Find and subst SED when building the docs.
4498
4499 2008-02-08  Julien Moutte  <julien@fluendo.com>
4500
4501         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
4502         (main): Make sure bus signals are reconnected when pressing STOP
4503         and then PLAY again for a parse launch pipeline. Fix a ref leak
4504         on the bus.
4505         * win32/common/config.h: Updated.
4506
4507 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4508
4509         * configure.ac:
4510         Make DISABLE_DEPRECATED defined *only* during CVS, not during
4511         pre-releases or releases.
4512
4513 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4514
4515         * configure.ac:
4516         * ext/gio/Makefile.am:
4517         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
4518         reporting
4519
4520 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4521
4522         * docs/plugins/Makefile.am:
4523         Add the headers which need scanning for the GIO plugin. The rest of
4524         the docs still need migrating.
4525
4526 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4527
4528         * ext/Makefile.am:
4529         * tests/check/Makefile.am:
4530         * tests/check/pipelines/.cvsignore:
4531         Add gio in a few more places.
4532
4533 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4534
4535         * configure.ac:
4536         * ext/Makefile.am:
4537         * tests/check/Makefile.am:
4538         Move gio plugin from -bad and mark as experimental.
4539
4540 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4541
4542         * gst-libs/gst/interfaces/mixeroptions.c:
4543         * gst-libs/gst/interfaces/mixertrack.c:
4544         Comment out a couple of other things which break the build when
4545         GST_DISABLE_DEPRECATED isn't on but -Werror is.
4546
4547 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4548
4549         * docs/libs/gst-plugins-base-libs-sections.txt:
4550           Fix pbutils header.
4551
4552 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4553
4554         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
4555         Fix compiler warning.
4556
4557 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4558
4559         Patch by: Peter Kjellerstedt  <pkj at axis com>
4560
4561         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4562         Clear the addrinfo struct using memset. Fixes #514937.
4563
4564 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
4565
4566         * gst/tcp/gstfdset.h:
4567         Remove unused field to same some memory.
4568
4569         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4570         Mark action signals as such.
4571
4572 2008-02-06  Michael Smith <msmith@fluendo.com>
4573
4574         * ext/theora/theoradec.c: (_theora_granule_frame),
4575         (_inc_granulepos):
4576           Increment granulepos for new-bitstream versions appropriately.
4577           Fixes #514623.
4578
4579 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4580
4581         * tests/examples/seek/seek.c: (do_seek),
4582         (rate_spinbutton_changed_cb), (update_streams), (main):
4583         Remove obsolete stream_time reset after flushing seek, core does that
4584         automatically now.
4585         Improve accuracy of speed spinbutton.
4586         Only do playbin2 stuff when we actually use it.
4587
4588 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4589
4590         * tests/check/Makefile.am:
4591           Revert previous change of the test environment's GST_PLUGIN_PATH.
4592           The problem is not with the plugins, but with element factories
4593           and only occurs if elements are split out from existing plugins
4594           or if plugins change name (see #512740).
4595
4596 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4597
4598         * tests/check/Makefile.am:
4599           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
4600           with the core's plugins first and our local build directories last,
4601           since we might be building against an installed core, and that
4602           core's plugin directory may contain older or other versions of
4603           our own -base plugins, but we really do want to test our local
4604           ones (if there are multiple plugins or element factories with the
4605           same name, those inspected last will trump those read in earlier).
4606           Fixes #512740 for the most part.
4607
4608 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4609
4610         * configure.ac:
4611         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4612         Use gmtime_r if available as gmtime is not MT-safe.
4613         Fixes bug #511810.
4614
4615 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4616
4617         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4618         Cast glong to time_t as time_t might have a different type on
4619         other platforms, like FreeBSD, and we get a compiler warning
4620         otherwise. Fixes bug #511825.
4621
4622 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4623
4624         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4625         (get_group), (get_n_pads), (gst_play_bin_get_property),
4626         (pad_added_cb), (no_more_pads_cb), (perform_eos),
4627         (autoplug_select_cb), (deactivate_group):
4628         Remove stream-info, we going for something easier.
4629         Refactor getting the current group.
4630         Implement getting the number of audio/video/text streams.
4631
4632         * gst/playback/gststreamselector.c:
4633         (gst_stream_selector_class_init), (gst_stream_selector_init),
4634         (gst_stream_selector_get_property),
4635         (gst_stream_selector_request_new_pad),
4636         (gst_stream_selector_release_pad):
4637         * gst/playback/gststreamselector.h:
4638         Add property for number of pads.
4639
4640         * tests/examples/seek/seek.c: (set_scale), (update_flag),
4641         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
4642         (text_toggle_cb), (update_streams), (msg_async_done),
4643         (msg_state_changed), (main):
4644         Block slider callback when updating the slider position.
4645         Add gui elements for controlling playbin2.
4646         Add callback for async_done that updates position/duration.
4647
4648 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
4649
4650         * docs/plugins/Makefile.am:
4651         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4652         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4653         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4654         * docs/plugins/gst-plugins-base-plugins.interfaces:
4655         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4656           First round of plugin docs cleansups.
4657
4658         * docs/plugins/inspect/plugin-adder.xml:
4659         * docs/plugins/inspect/plugin-alsa.xml:
4660         * docs/plugins/inspect/plugin-audioconvert.xml:
4661         * docs/plugins/inspect/plugin-audiorate.xml:
4662         * docs/plugins/inspect/plugin-audioresample.xml:
4663         * docs/plugins/inspect/plugin-audiotestsrc.xml:
4664         * docs/plugins/inspect/plugin-cdparanoia.xml:
4665         * docs/plugins/inspect/plugin-decodebin.xml:
4666         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4667         * docs/plugins/inspect/plugin-gdp.xml:
4668         * docs/plugins/inspect/plugin-gnomevfs.xml:
4669         * docs/plugins/inspect/plugin-libvisual.xml:
4670         * docs/plugins/inspect/plugin-ogg.xml:
4671         * docs/plugins/inspect/plugin-pango.xml:
4672         * docs/plugins/inspect/plugin-subparse.xml:
4673         * docs/plugins/inspect/plugin-tcp.xml:
4674         * docs/plugins/inspect/plugin-theora.xml:
4675         * docs/plugins/inspect/plugin-typefindfunctions.xml:
4676         * docs/plugins/inspect/plugin-video4linux.xml:
4677         * docs/plugins/inspect/plugin-videorate.xml:
4678         * docs/plugins/inspect/plugin-videoscale.xml:
4679         * docs/plugins/inspect/plugin-videotestsrc.xml:
4680         * docs/plugins/inspect/plugin-volume.xml:
4681         * docs/plugins/inspect/plugin-vorbis.xml:
4682         * docs/plugins/inspect/plugin-ximagesink.xml:
4683         * docs/plugins/inspect/plugin-xvimagesink.xml:
4684           Regenerate.
4685
4686         * ext/ogg/Makefile.am:
4687         * ext/ogg/gstoggmux.c:
4688         * ext/ogg/gstoggmux.h:
4689           Add header for oggmux. the c-file needs a doc blob still.
4690
4691 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4692
4693         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4694
4695         * gst-libs/gst/rtp/gstrtpbuffer.c:
4696         (gst_rtp_buffer_set_extension_data):
4697         * gst-libs/gst/rtp/gstrtpbuffer.h:
4698         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
4699         Add gst_rtp_buffer_set_extension_data() 
4700         Add a unit test for this addition. Fixes #511478.
4701         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
4702
4703 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4704
4705         * configure.ac:
4706         Back to CVS
4707
4708 === release 0.10.17 ===
4709
4710 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
4711
4712         * configure.ac:
4713           releasing 0.10.17, "Peanut Butter and Jelly"
4714
4715 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4716
4717         * gst-libs/gst/interfaces/mixeroptions.c:
4718         * gst-libs/gst/interfaces/mixertrack.c:
4719         Also remove the conditional registration of the signals
4720         that disappeared with the ABI change in 0.10.14
4721
4722 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4723
4724         * gst-libs/gst/rtsp/gstrtspconnection.c:
4725         Revert patch to gstrtspconnection.c for brown paper bag
4726         release of -base. Re-opens: #511825
4727
4728 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4729
4730         * gst-libs/gst/interfaces/mixeroptions.h:
4731         * gst-libs/gst/interfaces/mixertrack.h:
4732         Change the way these deprecated function pointers are removed
4733         so that the compiled ABI is unconditionally smaller. This 
4734         sets in stone an ABI break that actually occurred when the
4735         things were deprecated in 0.10.14, which seems to be the best
4736         fix as the only known users are oss-mixer and sunaudio-mixer in 
4737         gst-plugins-good.
4738         Fixes: #513018
4739
4740 2008-01-30  Tim-Philipp Müller  <tim at centricular dot net>
4741
4742         * win32/common/libgstpbutils.def:
4743           Export the two new _get_type() functions which are needed
4744           by the python bindings.
4745
4746 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4747
4748         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4749         Cast glong to time_t as time_t might have a different type on
4750         other platforms, like FreeBSD, and we get a compiler warning
4751         otherwise. Fixes bug #511825.
4752
4753 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4754
4755         * gst-libs/gst/audio/gstaudiofilter.c:
4756         (gst_audio_filter_class_init):
4757         Initialize the GstRingerBuffer class to get it's debug category
4758         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
4759         category and otherwise we get some g_critical(). Fixes bug #512334.
4760
4761 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
4762
4763         * configure.ac:
4764         Back to CVS
4765
4766 === release 0.10.16 ===
4767
4768 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
4769
4770         * configure.ac:
4771           releasing 0.10.16, "Scheduled Interruption"
4772
4773 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
4774
4775         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4776
4777         * gst-libs/gst/rtp/gstrtpbuffer.c:
4778         (gst_rtp_buffer_get_extension_data):
4779         Fix typos and wrong extension check. Fixes #511274.
4780
4781 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
4782
4783         * po/sk.po:
4784         Oops - add new sk.po mentioned in the LINGUAS I just committed
4785
4786 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
4787
4788         * po/LINGUAS:
4789         Add ca translation to the disted list.
4790
4791         * win32/vs6/libgstsdp.dsp:
4792         Convert line endings to CRLF
4793
4794 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
4795
4796         * win32/MANIFEST:
4797         Add win32/vs6/libgstrtsp.dsp to MANIFEST
4798
4799 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
4800
4801         * win32/common/libgstsdp.def:
4802         * win32/common/libgstvideo.def:
4803         Add new API declarations
4804
4805 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
4806
4807         * ext/theora/gsttheoradec.h:
4808         * ext/theora/gsttheoraparse.h:
4809         * ext/theora/theoradec.c:
4810         * ext/theora/theoraparse.c:
4811         Take a 2nd stab at handling libtheora granulepos changes in the decoder
4812         and parser by inspecting the bitstream version of the incoming data.
4813
4814 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
4815
4816         * configure.ac:
4817         * pkgconfig/Makefile.am:
4818         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
4819         * pkgconfig/gstreamer-audio.pc.in:
4820         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
4821         * pkgconfig/gstreamer-cdda.pc.in:
4822         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
4823         * pkgconfig/gstreamer-fft.pc.in:
4824         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
4825         * pkgconfig/gstreamer-floatcast.pc.in:
4826         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
4827         * pkgconfig/gstreamer-interfaces.pc.in:
4828         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
4829         * pkgconfig/gstreamer-netbuffer.pc.in:
4830         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
4831         * pkgconfig/gstreamer-pbutils.pc.in:
4832         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
4833         * pkgconfig/gstreamer-riff.pc.in:
4834         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
4835         * pkgconfig/gstreamer-rtp.pc.in:
4836         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
4837         * pkgconfig/gstreamer-rtsp.pc.in:
4838         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
4839         * pkgconfig/gstreamer-sdp.pc.in:
4840         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
4841         * pkgconfig/gstreamer-tag.pc.in:
4842         * pkgconfig/gstreamer-video-uninstalled.pc.in:
4843         * pkgconfig/gstreamer-video.pc.in:
4844         Provide one pkg-config file for every gst-plugins-base library.
4845         This makes linking to those libraries much more intuitive and
4846         provides standard pkg-config behaviour for them. Fixes bug #499697.
4847
4848 2008-01-13  David Schleef  <ds@schleef.org>
4849
4850         * gst/videoscale/vs_4tap.c:
4851           Fix valgrind error on 4tap scaling method.
4852
4853 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
4854
4855         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4856         Include Winsock2.h for VS6 and use a different way initialize
4857         hints structure so it can build with VS6.
4858         * win32/MANIFEST:
4859         * win32/vs6/libgstsdp.dsp:
4860         * win32/common/libgstsdp.def:
4861         Add new files for libgstsdp.
4862         * win32/vs6/grammar.dsp:
4863         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
4864         * win32/vs6/gst_plugins_base.dsw:
4865         * win32/vs6/libgstdecodebin.dsp:
4866         * win32/vs6/libgstdecodebin2.dsp:
4867         * win32/vs6/libgstplaybin.dsp:
4868         * win32/vs6/libgstvolume.dsp:
4869         Add new dependencies to the link list.
4870
4871 2008-01-13  Julien Moutte  <julien@fluendo.com>
4872
4873         * win32/common/config.h:
4874         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
4875         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
4876         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
4877         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
4878         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
4879         * win32/common/interfaces-enumtypes.c:
4880         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
4881         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
4882         (gst_mixer_track_flags_get_type),
4883         (gst_tuner_channel_flags_get_type):
4884         * win32/common/multichannel-enumtypes.c:
4885         (gst_audio_channel_position_get_type):
4886         * win32/common/pbutils-enumtypes.c:
4887         (gst_install_plugins_return_get_type):
4888         * win32/common/pbutils-enumtypes.h: Update/Add generated files
4889         in the win32 build directory.
4890
4891 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4892
4893         * tests/check/Makefile.am:
4894         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
4895
4896         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
4897         * tests/check/elements/playbin.c:
4898         * tests/check/libs/mixer.c: (test_element_interface_supported),
4899         (gst_implements_interface_init):
4900         * tests/check/libs/rtp.c: (GST_START_TEST):
4901         Fix various assignment type mismatches.
4902
4903 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4904
4905         * configure.ac:
4906         * gst-libs/gst/rtsp/Makefile.am:
4907         Add test to see if hstrerror is available or if we need libresolv
4908         (Solaris) for it, then use it in libgstrtsp.
4909
4910 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4911
4912         * gst-libs/gst/tag/Makefile.am:
4913         Fix include path order
4914
4915 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
4916
4917         * gst-libs/gst/pbutils/install-plugins.c:
4918         (gst_install_plugins_context_copy),
4919         (gst_install_plugins_context_get_type):
4920         * gst-libs/gst/pbutils/install-plugins.h:
4921         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
4922         for bindings.
4923
4924 2008-01-11  Michael Smith <msmith@fluendo.com>
4925
4926         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
4927         (_theora_granule_frame), (_theora_granule_start_time),
4928         (theora_dec_sink_convert), (theora_dec_decode_buffer):
4929           Adapt for post-alpha meaning of granulepos, when we
4930           have a newer version of libtheora.
4931         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4932         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
4933         (theora_enc_is_discontinuous), (theora_enc_chain):
4934           Likewise.
4935         * tests/check/Makefile.am:
4936           Link libtheora into theoraenc test so we can check which version of
4937           libtheora we're testing against.
4938         * tests/check/pipelines/theoraenc.c: (check_libtheora),
4939         (check_buffer_granulepos),
4940         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
4941         (theoraenc_suite):
4942           Adapt tests to check the values that are now defined for theora; make
4943           the tests backwards-adapt the passed values if we're running against an
4944           old libtheora.
4945           Fixes #497964
4946
4947 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
4948
4949         * gst-libs/gst/audio/gstbaseaudiosink.c:
4950           (gst_base_audio_sink_class_init):
4951         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4952           (gst_base_audio_src_class_init):
4953           Ref audio clock class from a thread-safe context to make sure
4954           we're not bit by GObjects lack of thread-safety here (#349410),
4955            however unlikely that may be in practice.
4956
4957 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
4958
4959         * autogen.sh:
4960           Add -Wno-portability to the automake parameters to stop warnings
4961           about GNU make extensions being used. We require GNU make in almost
4962           every Makefile anyway.
4963           
4964         * configure.ac:
4965           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
4966           at the same time is required for per target flags.
4967
4968 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4969
4970         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
4971           Post an error message if we can't pull as many bytes as we need
4972           for the tag. This makes sure the user gets to see a proper error
4973           message if a file with a partial ID3 tag is fed to decodebin, and
4974           not a 'no ID3 tag demuxer' error, which would be confusing
4975           (see #508138).
4976
4977 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4978
4979         * gst-libs/gst/pbutils/descriptions.c: (formats):
4980           Add description strings for ID3, APE, and ICY tags.
4981
4982 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4983
4984         * gst/playback/gstdecodebin.c: (try_to_link_1):
4985           Make sure we error out correctly if we can't activate one of
4986           the elements we've added.  Fixes #508138.
4987           
4988 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
4989
4990         Patch by: Bastien Nocera <hadess at hadess net>
4991
4992         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
4993           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
4994           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
4995           the volume is the same for all channels. This works around
4996           some problem in alsa that leaves us with inconsistent state
4997           for some reason (#486840).
4998
4999 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5000
5001         Patch by: Jerone Young <jerone at gmail com>
5002
5003         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
5004           If there's no mixer track by the name of 'Master' or 'Front',
5005           check if there's one called 'PCM' before trying the generic
5006           fallback logic (fixes #506928, where we pick 'Mic' as master
5007           track for the AD1984 card in a Thinkpad T61/X61 laptop).
5008
5009 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5010
5011         * gst/playback/gstplay-enum.c:
5012         (register_gst_autoplug_select_result),
5013         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
5014         (gst_play_flags_get_type):
5015         * gst/playback/gstplay-enum.h:
5016         Add enums for configuration flags.
5017
5018         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5019         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
5020         (gst_play_bin_get_property), (no_more_pads_cb),
5021         (autoplug_select_cb), (gst_play_bin_change_state):
5022         Merge mode with flags.
5023         Add more property getters/setters, defaults and docs.
5024         Add properties to get number of audio/video/text streams.
5025         Create sink object in _init so that we can always rely on it being
5026         there.
5027
5028         * gst/playback/gstplaysink.c: (gst_play_sink_init),
5029         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
5030         (activate_vis), (gst_play_sink_reconfigure),
5031         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
5032         (gst_play_sink_change_state):
5033         * gst/playback/gstplaysink.h:
5034         Use flags to configure the sink pipelines.
5035         Add tee before audio pipeline so that we can use it for visualisations.
5036         Start working on integrating visualisations.
5037         Remove mode, we can do everything with the flags now.
5038         Add method to configue the sink pipeline.
5039
5040 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
5041
5042         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
5043           (check_buffer_timestamp), (check_buffer_duration):
5044           Turn these functions into macros so we can see right away
5045           where the failure occured.
5046
5047 2008-01-05  Julien Moutte  <julien@fluendo.com>
5048
5049         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
5050         debugging information to understand how X calculates the stride
5051         for XvImages.
5052
5053 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5054
5055         * gst/volume/Makefile.am:
5056         * gst/volume/gstvolume.c: (volume_choose_func),
5057         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
5058         (volume_setup):
5059         * gst/volume/gstvolume.h:
5060         Use GstAudioFilter as base class for the volume element instead of
5061         plain GstBaseTransform.
5062
5063 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5064
5065         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
5066         Don't set element details for the abstract GstAudioFilter class.
5067
5068 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
5069
5070         * gst-libs/gst/audio/gstaudiofilter.c:
5071         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
5072         Implement get_unit_size() vmethod of GstBaseTransform.
5073
5074 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
5075
5076         * gst-libs/gst/pbutils/Makefile.am:
5077         * gst-libs/gst/pbutils/pbutils.h:
5078         Use glib-enum generator to have a proper enum GType for
5079         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
5080
5081 2007-12-31  David Schleef  <ds@schleef.org>
5082
5083         * tests/check/Makefile.am:
5084         * tests/check/pipelines/theoraenc.c:
5085           Reenable theoraenc test, which fails on the buildbot but
5086           not locally.
5087
5088 2007-12-31  David Schleef  <ds@schleef.org>
5089
5090         * docs/libs/.cvsignore:
5091         * docs/plugins/.cvsignore:
5092           Add *-undeclared.txt to fix buildbot.
5093
5094 2007-12-31  David Schleef  <ds@schleef.org>
5095
5096         * tests/check/Makefile.am:
5097           Second attempt at disabling theoraenc test long enough to
5098           get buildbot to compile -base.
5099
5100 2007-12-31  David Schleef  <ds@schleef.org>
5101
5102         * tests/check/pipelines/theoraenc.c:
5103           Disable theoraenc test long enough to get the buildbot to
5104           compile a recent -base.
5105
5106 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5107
5108         * tests/examples/seek/seek.c: (stop_cb):
5109         Make sure we reset the slider value to 0.0 without racing against a
5110         possible g_idle that sets it to something else.
5111
5112 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
5113
5114         * sys/ximage/ximagesink.c:
5115         fix typo
5116
5117 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
5118
5119         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
5120         * gst-libs/gst/rtsp/gstrtspdefs.h:
5121         Add Location header so that we can start implementing redirects.
5122         See #506025.
5123
5124 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5125
5126         * gst/subparse/gstssaparse.c:
5127         combine if's
5128
5129 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5130
5131         * gst/subparse/gstssaparse.c:
5132         remove duplicate log message
5133
5134 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
5135
5136         * ext/libvisual/visual.c: (gst_visual_chain):
5137         Fix 'xyz may be used uninitialized' compiler warnings caused
5138         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5139         abort() in any case but properly report the error.
5140
5141 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5142
5143         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5144         (gst_play_bin_finalize), (gst_play_bin_set_uri),
5145         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5146         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
5147         (autoplug_select_cb), (activate_group), (deactivate_group),
5148         (setup_next_source), (save_current_group),
5149         (gst_play_bin_change_state):
5150         Code cleanups.
5151         Remove next-uri, we can use the uri property just fine.
5152         Fix some crasher.
5153         Unref uridecodebin when switching.
5154         Fix going to READY.
5155
5156         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
5157         (gst_play_sink_init), (gst_play_sink_dispose),
5158         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
5159         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5160         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5161         (gst_play_sink_set_property), (gst_play_sink_get_property),
5162         (gen_video_chain), (gen_text_element), (gen_audio_chain),
5163         (gen_vis_element), (gst_play_sink_get_mode),
5164         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
5165         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
5166         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5167         (gst_play_sink_change_state):
5168         * gst/playback/gstplaysink.h:
5169         Add some locking to make things threadsafe.
5170
5171         * gst/playback/test7.c: (about_to_finish_cb):
5172         Fix test.
5173
5174 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
5175
5176         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
5177           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
5178           (gst_video_scale_transform):
5179           Don't claim to be able to handle/transform caps that can't really
5180           be handled by the currently selected scaling method (here: RGB or
5181           packed YUV with 4-tap method). Also add locking to method property.
5182
5183         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
5184           (test_basetransform_based):
5185           Some test pipelines for the above (not entirely valgrind clean yet
5186           apparently).
5187
5188 2007-12-21  David Schleef  <ds@schleef.org>
5189
5190         * gst-libs/gst/video/video.c:
5191         * gst-libs/gst/video/video.h:
5192           Add additional RGBA and RGB-24 video formats.
5193
5194 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5195
5196         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
5197           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5198           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
5199         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
5200           (cddabasesrc_suite):
5201           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
5202           deprecated in the future (see #498924).
5203
5204 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5205
5206         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
5207           Don't leak event.
5208
5209 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
5210
5211         * gst-libs/gst/riff/riff-read.c:
5212         Use GST_ROUND_UP_2 macro
5213
5214 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5215
5216         * gst/playback/.cvsignore:
5217           Ignore more.
5218
5219 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5220
5221         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
5222         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
5223           (set_active_source):
5224         * gst/playback/gstplaybasebin.h:
5225         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5226           (setup_sinks), (playbin_set_subtitles_visible):
5227           Make switching off of subtitles work. To avoid all kind of
5228           problems with unlinking of the subtitle input, we just keep
5229           the subtitle inputs linked as they are and tell textoverlay
5230           not to render them. Fixes #373011.
5231           Other subtitle switching issues (esp. when there are both
5232           external and in-stream subtitles) remain. They'll be solved
5233           in playbin2.
5234
5235 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5236
5237         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
5238         Init the pad segment too.
5239
5240 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5241
5242         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
5243         (gst_audioringbuffer_open_device),
5244         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5245         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5246         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
5247         (gst_audio_sink_create_ringbuffer):
5248         Improve debug output.
5249
5250         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
5251         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
5252         Prevent some functions from doing things and failing when the
5253         ringbuffer is not yet acquired.
5254
5255 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5256
5257         * gst-libs/gst/interfaces/interfaces.h:
5258           Also remove interfaces.h from CVS as it is not needed anymore.
5259
5260 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5261
5262         * gst-libs/gst/interfaces/Makefile.am:
5263           interfaces.h is not used anymore so remove it from the build
5264           process.
5265
5266 2007-12-17  David Schleef  <ds@schleef.org>
5267
5268         * gst/videotestsrc/gstvideotestsrc.c:
5269         * gst/videotestsrc/gstvideotestsrc.h:
5270           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
5271           for testing vertical refresh synchronization.
5272
5273 2007-12-17  David Schleef  <ds@schleef.org>
5274
5275         * docs/libs/gst-plugins-base-libs-sections.txt:
5276         * gst-libs/gst/video/video.c:
5277         * gst-libs/gst/video/video.h:
5278           Add new GstVideFormat enum and write a bunch of helper functions
5279           based around it.
5280
5281 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
5282
5283         * Makefile.am:
5284           Use new common/win32.mak.
5285
5286 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5287
5288         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5289         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5290         Add debug info.
5291         When going from PLAYING to PAUSED, pause the ringbuffer before calling
5292         the parent state change function, just like the audiosink, because the
5293         parent waits for the element to finish its processing before completing
5294         the state change. This makes going to PAUSED a lot snappier.
5295         When going from READY to PAUSED, don't allow the ringbuffer to start
5296         yet.
5297
5298 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5299
5300         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5301         Yet another fix for broken software that produce files with an empty
5302         blockalign field. Instead of completely failing, make a second attempt
5303         at guessing the width/depth by looking at strf->size.
5304
5305 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
5306
5307         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
5308           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
5309         * gst-libs/gst/pbutils/install-plugins.c:
5310           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
5311         * gst-libs/gst/pbutils/missing-plugins.c:
5312           (gst_missing_plugin_message_get_installer_detail),
5313           (gst_missing_encoder_installer_detail_new):
5314         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
5315         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5316           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
5317           avoid compiler warnings (#503930).
5318
5319 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5320
5321         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5322         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
5323         for jpeg video streams.
5324         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
5325         for the above modification.
5326
5327 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
5328
5329         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
5330           (gst_x_overlay_handle_events):
5331           More guards (we don't want klass to end up being NULL).
5332
5333 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
5334
5335         * configure.ac:
5336         * gst/volume/gstvolume.c: (gst_volume_init):
5337           Use new gst_base_transform_set_gap_aware() function as volume
5338           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
5339           for this.
5340
5341 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5342
5343         * tests/examples/seek/seek.c: (msg_segment_done), (main):
5344         Don't go to READY on EOS as this avoids testing of seeking and
5345         restarting after EOS, use the stop button when you want to READY.
5346         Don't try to do a flushing seek in segment-done, it does not make
5347         sense to use this for gapless playback and is not needed.
5348
5349 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5350
5351         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
5352         (reset_rate_timer), (update_in_rates), (update_out_rates),
5353         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
5354         (gst_queue_chain), (gst_queue_loop):
5355         Use separate timers for input and output rates.
5356         Pause measuring the output rate when we block for more data.
5357         See #503262.
5358
5359 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5360
5361         * gst/playback/gstqueue2.c: (gst_queue_chain):
5362         Pause the timer to measure the input rate when we block because the
5363         queue is filled. See #503262.
5364
5365 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5366
5367         Patch by: Peter Kjellerstedt  <pkj at axis com>
5368
5369         * gst-libs/gst/rtsp/gstrtspconnection.c:
5370         (gst_rtsp_connection_free):
5371         Close control sockets. Fixes #503440.
5372
5373 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5374
5375         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
5376         Expose the right pad in the right place with the right element.
5377
5378 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5379
5380         * gst-libs/gst/pbutils/descriptions.c: (formats):
5381           Add description for 'private' dts caps (who come up with that name?).
5382
5383 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5384
5385         * Makefile.am:
5386           Add check-exports target and run it with 'make check'.
5387
5388         * configure.ac:
5389           Be stricter about what we export in our libraries: change regexp so that
5390           we only export _gst_foo(), but not __gst_foo().
5391
5392         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
5393         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
5394           Change internal functions to __gst_foo so they dont' get exported.
5395
5396         * win32/common/libgstaudio.def:
5397           Add missing symbols.
5398
5399 2007-12-11  David Schleef  <ds@schleef.org>
5400
5401         * ChangeLog: remove conflict markers
5402
5403 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5404
5405         * ext/gnomevfs/Makefile.am:
5406         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
5407           Use gst_tag_freeform_string_to_utf8() here, which also takes
5408           into account any character sets specified by the user via
5409           environment variables.
5410
5411 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5412
5413         * gst/audioconvert/Makefile.am:
5414         Also link to libm.
5415
5416 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5417
5418         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5419         No need for floating point operations here. avoids having to link
5420         against the math library too.
5421
5422 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
5423
5424         * gst-libs/gst/pbutils/descriptions.c: (formats),
5425           (format_info_get_desc):
5426         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
5427           (GST_START_TEST):
5428           Add one or two missing formats.  Generate ADPCM description
5429           dynamically depending on layout/format.
5430
5431 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5432
5433         * configure.ac:
5434           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
5435
5436 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
5437
5438         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
5439
5440         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
5441           Some .srt files start with chunk number 0 and not chunk number 1,
5442           recognise and accept those as well (fixes #502497).
5443
5444         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
5445           (test_src):
5446           Add unit test for the above.
5447
5448 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
5449
5450         * gst/playback/gstplay-enum.c:
5451         (register_gst_autoplug_select_result),
5452         (gst_autoplug_select_result_get_type):
5453         * gst/playback/gstplay-enum.h:
5454         Add missing files.
5455
5456 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
5457
5458         * gst/playback/Makefile.am:
5459         Group decodebin2 and uridecodebin into the same plugin so that they
5460         can share the GEnumType.
5461
5462         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
5463         (_gst_select_accumulator), (gst_decode_bin_class_init),
5464         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
5465         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
5466         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
5467         Add signal to sort factories instead of the more awkward autoplug-select
5468         signal.
5469         Modify autoplug_select so that we can try, skip or expose the
5470         autopluggin of an element on a pad.
5471
5472         * gst/playback/gstfactorylists.c: (compare_ranks),
5473         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
5474         (element_filter), (gst_factory_list_get_elements),
5475         (gst_factory_list_debug), (gst_factory_list_filter):
5476         * gst/playback/gstfactorylists.h:
5477         Simplify the API, allow getting elements based on mask.
5478
5479         * gst/playback/gstplay-marshal.list:
5480         Add some more marshallers.
5481
5482         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
5483         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
5484         (autoplug_select_cb), (activate_group):
5485         Add support for managing non-raw sinks by providing a custom element and
5486         sink list to decodebin2.
5487         Try to plug non-raw sinks when decodebin2 using autoplug-select of
5488         decodebin2.
5489
5490         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
5491         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
5492         * gst/playback/gstplaysink.h:
5493         Add support for raw and non-raw sinks. 
5494         Add support to force sinks selected by playbin2.
5495         Don't plug raw converters for non-raw sinks.
5496
5497         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
5498         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
5499         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
5500         (plugin_init):
5501         Use right accumulators.
5502         Proxy new signal.
5503
5504 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5505
5506         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5507         Use runnning time as the base time instead of the timestamp.
5508         Spotted by Saur on IRC.
5509
5510 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
5511
5512         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5513         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
5514
5515 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5516
5517         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
5518         (gst_ogg_demux_read_chain):
5519         If we find a new serial number but it does not contain a BOS page, make
5520         sure we initialize the chain to NULL because else we will try to scan it
5521         and crash. Fixes #500763
5522
5523 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
5524
5525         * gst/playback/Makefile.am:
5526         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
5527         (get_feature_array), (decoders_filter), (sinks_filter),
5528         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
5529         (gst_factory_list_filter):
5530         * gst/playback/gstfactorylists.h:
5531         Refactor some common code to filter factories and check caps compat.
5532
5533         * gst/playback/gstdecodebin.c:
5534         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5535         (gst_decode_bin_init), (gst_decode_bin_dispose),
5536         (gst_decode_bin_autoplug_continue),
5537         (gst_decode_bin_autoplug_factories),
5538         (gst_decode_bin_autoplug_select), (analyze_new_pad),
5539         (find_compatibles):
5540         * gst/playback/gstplaybin.c:
5541         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5542         (gst_play_bin_init), (gst_play_bin_finalize),
5543         (autoplug_factories_cb), (activate_group):
5544         * gst/playback/gstqueue2.c:
5545         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
5546         (proxy_autoplug_continue_signal),
5547         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5548         (proxy_drained_signal):
5549         Add some more debug info and use factor filtering code.
5550
5551 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5552
5553         * gst/audiotestsrc/gstaudiotestsrc.c:
5554         * gst/volume/gstvolume.c:
5555         * gst/volume/gstvolume.h:
5556           Add GAP-flag support.
5557
5558 2007-11-24  Julien MOUTTE  <julien@moutte.net>
5559
5560         * tests/examples/seek/seek.c: (main): Increase the range of the
5561         rate selector as I would like to test QOS behavior at higher
5562         forward and reverse playback speed like say 64x.
5563
5564 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
5565
5566         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5567         (audioresample_query), (audioresample_query_type),
5568         (gst_audioresample_set_property):
5569         Implement latency query.
5570
5571 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5572
5573         * gst-libs/gst/audio/gstbaseaudiosink.c:
5574         (gst_base_audio_sink_drain):
5575         Our EOS time contains the base_time, _wait_eos() expects a running_time
5576         so we have to subtract the base_time again before calling the function.
5577         This fixes an EOS regression where the base_time was added twice and EOS
5578         took longer and longer in certain situations.
5579         Fixes #498767.
5580
5581 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5582
5583         * docs/libs/gst-plugins-base-libs-sections.txt:
5584         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
5585         (gst_base_audio_sink_set_provide_clock),
5586         (gst_base_audio_sink_get_provide_clock),
5587         (gst_base_audio_sink_set_slave_method),
5588         (gst_base_audio_sink_get_slave_method),
5589         (gst_base_audio_sink_set_property),
5590         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
5591         (gst_base_audio_sink_none_slaving),
5592         (gst_base_audio_sink_handle_slaving):
5593         * gst-libs/gst/audio/gstbaseaudiosink.h:
5594         Expose methods for some object properties so that subclasses can more
5595         easily configure them.
5596         Added slave method none, that completely disables slaving to the
5597         internal clock.
5598         API: gst_base_audio_sink_set_provide_clock()
5599         API: gst_base_audio_sink_get_provide_clock()
5600         API: gst_base_audio_sink_set_slave_method()
5601         API: gst_base_audio_sink_get_slave_method()
5602
5603         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5604         (gst_base_audio_src_set_provide_clock),
5605         (gst_base_audio_src_get_provide_clock),
5606         (gst_base_audio_src_set_property),
5607         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
5608         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5609         Expose methods for some object properties so that subclasses can more
5610         easily configure them.
5611         API: gst_base_audio_src_set_provide_clock()
5612         API: gst_base_audio_src_get_provide_clock()
5613
5614 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
5615
5616         Patch by: Joe Peterson <lavajoe at gentoo dot org>
5617
5618         * gst-libs/gst/sdp/gstsdpmessage.c:
5619         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
5620
5621 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
5622
5623         * tests/check/libs/fft.c: (GST_START_TEST):
5624         Fix scaling to really have dB instead of something else.
5625
5626 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5627
5628         * tests/examples/seek/seek.c: (main): There's a nice macro to check
5629         GTK version, use it.
5630
5631 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5632
5633         * tests/examples/seek/seek.c: (main): Try to support stable version
5634         of GTK.
5635
5636 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
5637
5638         * gst/playback/README:
5639         * gst/playback/test7.c:
5640           Fix the build + little README update.
5641
5642 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5643
5644         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
5645         Add playbin2 seek pipeline.
5646
5647 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5648
5649         * gst/playback/Makefile.am:
5650         * gst/playback/gstplayback.c: (plugin_init):
5651         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
5652         (eos_cb), (about_to_finish_cb), (main):
5653         Add playbin2.
5654         Added gapless playback example.
5655
5656         * gst/playback/gstplaybasebin.c:
5657         * gst/playback/gstplaybasebin.h:
5658         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
5659         * gst/playback/gstqueue2.c:
5660         * gst/playback/test.c:
5661         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5662         (pad_removed_cb):
5663         * gst/playback/gststreaminfo.h:
5664         Change email.
5665
5666         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
5667         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
5668         (gst_play_bin_dispose), (gst_play_bin_set_uri),
5669         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5670         (gst_play_bin_get_property), (gst_play_bin_handle_message),
5671         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
5672         (drained_cb), (unlink_group), (activate_group),
5673         (setup_next_source), (gst_play_bin_change_state),
5674         (gst_play_bin2_plugin_init):
5675         Added raw first version of playbin2. Does chained oggs and gapless
5676         playback fine. No support for raw sinks yet. No visualisations or
5677         subtitles yet.
5678
5679         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
5680         (gst_play_sink_class_init), (gst_play_sink_init),
5681         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
5682         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5683         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5684         (gst_play_sink_set_property), (gst_play_sink_get_property),
5685         (post_missing_element_message), (free_chain), (add_chain),
5686         (activate_chain), (gen_video_chain), (gen_text_element),
5687         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
5688         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
5689         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5690         (gst_play_sink_send_event), (gst_play_sink_change_state):
5691         * gst/playback/gstplaysink.h:
5692         Added Element that abstracts the sinks and their pipelines for playbin2.
5693
5694 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5695
5696         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
5697         (gst_selector_pad_class_init), (gst_selector_pad_init),
5698         (gst_selector_pad_finalize), (gst_selector_pad_reset),
5699         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
5700         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
5701         (gst_selector_pad_chain), (gst_stream_selector_get_type),
5702         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
5703         (gst_stream_selector_init), (gst_stream_selector_set_property),
5704         (gst_stream_selector_get_linked_pad),
5705         (gst_stream_selector_getcaps),
5706         (gst_stream_selector_is_active_sinkpad),
5707         (gst_stream_selector_activate_sinkpad),
5708         (gst_stream_selector_get_linked_pads),
5709         (gst_stream_selector_request_new_pad),
5710         (gst_stream_selector_release_pad):
5711         * gst/playback/gststreamselector.h:
5712         Improve streamselector, make it select and unselect the current pad more
5713         intelligently. 
5714         Subclass GstPad for the sinkpads of the selector.
5715         Handle segments more correctly.
5716         Fix caps negotiation.
5717         Implement release_pad.
5718
5719 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5720
5721         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5722         (gst_decode_group_check_if_drained), (source_pad_event_probe),
5723         (remove_fakesink):
5724         Add drained signal fired when decodebin finishes decoding the data.
5725         Remove deprecated STATE_DIRTY message.
5726
5727         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5728         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
5729         (analyse_source), (proxy_drained_signal), (make_decoder),
5730         (source_new_pad), (value_list_append_structure_list),
5731         (handle_redirect_message), (handle_message):
5732         Proxy the new drained signal.
5733         Handle pad removed from decodebin.
5734         Handle redirect messages by sorting multiple redirections based on the
5735         connection speed.
5736
5737 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5738
5739         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5740
5741         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5742         Fix leaking headers. Fixes #496761.
5743
5744 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5745
5746         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5747
5748         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
5749         (gst_ximagesink_change_state):
5750         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
5751         Don't leak the PAR on errors. Fixes #496731.
5752
5753 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
5754
5755         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
5756           (gst_tag_from_id3_user_tag):
5757           Add mapping for audio cd discid tags, so we can extract
5758           them from tags as well (see #347848). Also compare identifiers
5759           in ID3v2 TXXX frames in a case-insensitive way to increase
5760           compatibility when reading tags (discid vs. DiscID vs. DiscId).
5761
5762 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5763
5764         * gst-plugins-base.doap:
5765         Oops, fix the release name.
5766
5767 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5768
5769         * gst-plugins-base.doap:
5770         Add 0.10.15 release
5771
5772 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5773
5774         * configure.ac:
5775         Back to CVS
5776
5777 === release 0.10.15 ===
5778
5779 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
5780
5781         * configure.ac:
5782           releasing 0.10.15, "No need to argue"
5783
5784 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
5785
5786         * win32/vs6/libgstfft.dsp:
5787         Convert line endings to DOS.
5788
5789 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
5790
5791         * win32/vs6/gst_plugins_base.dsw:
5792         * win32/vs6/libgstfft.dsp:
5793         * win32/MANIFEST:
5794         Add a project file for fft plugin and remove socket
5795         based plugin which don't build from the workspace.
5796         * win32/vs6/libgstaudio.dsp:
5797         * win32/vs6/libgstrtp.dsp:
5798         * win32/vs6/libgsttag.dsp:
5799         Convert line endings back to DOS.
5800         Fixes #496724
5801
5802 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
5803
5804         * win32/vs6/libgstinterfaces.dsp:
5805         * win32/vs6/libgstrtsp.dsp:
5806         Convert line endings back to DOS
5807
5808 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
5809
5810         * gst-libs/gst/fft/kiss_fft_f32.h:
5811         * gst-libs/gst/fft/kiss_fft_f64.h:
5812         * gst-libs/gst/fft/kiss_fft_s16.h:
5813         * gst-libs/gst/fft/kiss_fft_s32.h:
5814         Don't include malloc.h which doesn't exist on Mac OSX.
5815         Instead, pull in glib.h and use g_malloc/g_free for 
5816         consistency. Fixes: #496548
5817
5818 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
5819
5820         * gst/playback/gstdecodebin2.c:
5821           Dont leak ghostpad. Fixes #475451.
5822
5823 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
5824
5825         * docs/design/design-decodebin.txt:
5826         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
5827         Update some more docs and comments.
5828
5829 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5830
5831         Patch by: Sebastien Moutte  <sebastien moutte net>
5832
5833         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
5834           (gst_rtcp_unix_to_ntp):
5835         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
5836           Fix some C99-isms and and a missing function that some versions of
5837           MSVC don't like too much (#494346).
5838
5839         * win32/vs6/gst_plugins_base.dsw:
5840         * win32/vs6/libgstaudio.dsp:
5841         * win32/vs6/libgstrtp.dsp:
5842         * win32/vs6/libgsttag.dsp:
5843           Update vs6 projects files (#494346).
5844
5845 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5846
5847         Patch by: Ole André Vadla RavnÃ¥s  <ole.andre.ravnas@tandberg.com>
5848
5849         * win32/common/libgstaudio.def:
5850         * win32/common/libgstcdda.def:
5851         * win32/common/libgstinterfaces.def:
5852         * win32/common/libgstnetbuffer.def:
5853         * win32/common/libgstpbutils.def:
5854         * win32/common/libgstrtp.def:
5855         * win32/common/libgstrtsp.def:
5856         * win32/common/libgsttag.def:
5857         * win32/common/libgstvideo.def:
5858           More missing symbols to export (fixes #493986).
5859
5860 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
5861
5862         * docs/libs/gst-plugins-base-libs-sections.txt:
5863         * gst-libs/gst/fft/gstfftf32.c:
5864         * gst-libs/gst/fft/gstfftf32.h:
5865         * gst-libs/gst/fft/gstfftf64.c:
5866         * gst-libs/gst/fft/gstfftf64.h:
5867         * gst-libs/gst/fft/gstffts16.c:
5868         * gst-libs/gst/fft/gstffts16.h:
5869         * gst-libs/gst/fft/gstffts32.c:
5870         * gst-libs/gst/fft/gstffts32.h:
5871         * tests/check/libs/fft.c: (GST_START_TEST):
5872         Remove the magnitude and phase calculation functions as these have
5873         very special use cases and can't even be used for the spectrum
5874         element. Also adjust the docs to mention some properties of the used
5875         FFT implemention, i.e. how the values are scaled. Fixes #492098.
5876
5877 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5878
5879         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
5880           (finish_source):
5881           Avoid crash when there are external subtitles (fixes #491722).
5882
5883 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
5884
5885         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
5886         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
5887           'Could not open resource for writing' is not an acceptable
5888           error message when we can't open the audio device (see #492334),
5889           even less so when we're trying to open it to record something.
5890
5891 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
5892
5893         Patch by: Ole André Vadla RavnÃ¥s  <ole.andre.ravnas@tandberg.com>
5894
5895         * win32/common/libgstrtp.def:
5896           Add some more missing symbols (#492813).
5897
5898 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
5899
5900         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
5901
5902         * tests/check/elements/audioconvert.c: (verify_convert):
5903           Add check to make sure that the out caps have a channel layout
5904           set on them where they should have one.
5905
5906 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
5907
5908         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
5909
5910         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
5911         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
5912           Include our own _stdint.h instead of sys/types.h, makes MingW happy
5913           (#492306).
5914
5915         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
5916           Use _pipe directly, GLib doesn't have a pipe() macro any longer
5917           (it disappeared in GLib 2.14.0) (#492306).
5918
5919         * gst-libs/gst/sdp/Makefile.am:
5920         * gst-libs/gst/sdp/gstsdpmessage.c:
5921           Fix includes and LIBS for win32/Mingw (#492306).
5922
5923         * tests/examples/dynamic/addstream.c (pause_play_stream):
5924           Use more portable g_usleep() instead of sleep() (#492306).
5925
5926 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
5927
5928         Patch by: Ole André Vadla RavnÃ¥s  <ole.andre.ravnas@tandberg.com>
5929
5930         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
5931           (gst_ring_buffer_parse_caps):
5932           Return NULL instead of an enum that happens to be 0, fixes warning
5933           on MSVC (#492114).
5934
5935         * gst-libs/gst/audio/gstringbuffer.h:
5936           No trailing commas in enum list (for gcc-2.9x).
5937
5938         * gst/videotestsrc/videotestsrc.c: (random_char):
5939           Make information loss explicit instead of implicitly truncating to
5940           eight bits via the return value.  Fixes runtime error on MSVC when
5941           using the debug CRT (#492114).
5942
5943         * win32/common/config.h.in:
5944           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
5945
5946         * win32/common/libgstinterfaces.def:
5947         * win32/common/libgstrtp.def:
5948           Export a few more symbols (#492114).
5949
5950 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
5951
5952         * gst-libs/gst/audio/audio.c:
5953         * gst-libs/gst/audio/audio.h:
5954           Readd the deprecation guards, but preserve compilability.
5955
5956 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5957
5958         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
5959           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
5960           Preserve channel layout when fixating the number of channels in the
5961           output caps, or make sure there's a suitable channel position layout
5962           set on the caps if required. Fixes #430677.
5963
5964 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5965
5966         * tests/check/elements/decodebin.c: (test_text_plain_streams):
5967           Make sure the pipeline really operates in push mode as it should
5968           in this case.
5969
5970 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5971
5972         * gst-libs/gst/audio/audio.h:
5973           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
5974           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
5975           (ie. normal cvs builds) will fail.
5976
5977 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
5978
5979         * docs/libs/Makefile.am:
5980         * gst-libs/gst/audio/audio.c:
5981         * gst-libs/gst/audio/audio.h:
5982         * gst-libs/gst/interfaces/mixer.c:
5983           tell gtk-doc about the deprecation guard. Apply more doc fixes.
5984
5985 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5986
5987         * tests/check/libs/audio.c: (init_value_to_channel_layout),
5988           (test_channel_layout_value_intersect), (audio_suite):
5989           Add simple unit test to make sure GstValue intersection
5990           of channel layouts works the way I think it does.
5991
5992 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
5993
5994         * docs/libs/gst-plugins-base-libs-sections.txt:
5995         * gst-libs/gst/audio/gstaudiofilter.h:
5996         * gst-libs/gst/interfaces/mixer.h:
5997         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5998         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5999         * gst-libs/gst/sdp/gstsdpmessage.c:
6000           Fix the docs according to what gtk-doc complained about.
6001
6002 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6003
6004         * tests/icles/stress-playbin.c:
6005           Fix the build.
6006
6007 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
6008
6009         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
6010         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6011           Post nice/more useful error message if we don't have a decoder for
6012           the primary type.
6013
6014 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6015
6016         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
6017         Be a bit more useful, unblock the pads after we fired the no-more-pads
6018         signal so that we can use the signal to inspect and connect all pads
6019         without having to keep extra state outside of decodebin.
6020
6021 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6022
6023         * gst/playback/gsturidecodebin.c:
6024         (gst_uri_decode_bin_autoplug_continue),
6025         (gst_uri_decode_bin_class_init), (no_more_pads_full):
6026         Implement default signal handler so that we return TRUE when nothing is
6027         connected.
6028
6029 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
6030
6031         * gst-libs/gst/riff/riff-media.c:
6032         (gst_riff_wavext_add_channel_layout),
6033         (gst_riff_wave_add_default_channel_layout),
6034         (gst_riff_wavext_get_default_channel_mask),
6035         (gst_riff_create_audio_caps):
6036         Use the ALSA channel layout as default for wav files without channel
6037         layout information. This fixes playback of chan-id.wav on 5.1 systems
6038         for example. Also refactor the channel layout setting a bit and add
6039         more default channel orders. Fixes #489010.
6040
6041 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6042
6043         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
6044           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
6045           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
6046           instead.
6047
6048 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
6049
6050         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6051         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
6052         (gst_decode_bin_set_subs_encoding),
6053         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
6054         (gst_decode_bin_get_property), (analyze_new_pad):
6055         Move subtitle encoding property to decodebin2 so that it can set the
6056         property value on all elements that it autoplugs and that require it.
6057         Make caps refcounting more consistent in get/set.
6058
6059         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
6060         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
6061         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
6062         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
6063         (proxy_autoplug_continue_signal),
6064         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6065         (make_decoder):
6066         Proxy properties and relevant signals from the internal decodebin.
6067         Make properties MT safe.
6068
6069 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6070
6071         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
6072         * gst-libs/gst/tag/tags.c:
6073           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
6074           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
6075
6076         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
6077           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
6078
6079         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
6080           (gst_tag_to_vorbis_comments):
6081           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
6082           just mapping everything I found in the wild) (#414539).
6083
6084 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
6085
6086         Inspired by patch of: René Stadler <mail at renestadler dot de>
6087
6088         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6089         (gst_decode_bin_autoplug_continue),
6090         (gst_decode_bin_autoplug_factories),
6091         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
6092         (find_compatibles):
6093         * gst/playback/gstplay-marshal.list:
6094         Remove the autoplug-sort signal and replace it with a binding friendly
6095         autoplug-select signal.
6096         Add an autoplug-factories signal that can be used to generate a list of
6097         factories to try to autoplug.
6098         Add the GstPad to the autoplugging signal args as it might be needed to
6099         make a good factory selection.
6100         Fix up the marshallers for this. Fixes #407282.
6101
6102 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
6103
6104         * gst-libs/gst/tag/gsttagdemux.c:
6105           Don't abort with an assertion if we receive a seek event with
6106           a start type of NONE (see launchpad bug #155878).
6107
6108 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6109
6110         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
6111         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
6112         (gst_ximagesink_change_state), (gst_ximagesink_reset):
6113         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
6114         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
6115         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
6116         Make sure that before we clean up the X resources, we shutdown and join
6117         the event thread.
6118         Also make sure the event thread does not shut down immediatly after
6119         startup because the running variable is not yet correctly set.
6120         Fixes #378770. 
6121
6122 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6123
6124         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
6125         Make the window for a race in typefind and shutting down smaller until
6126         we figure out the right locking here. Avoids #485753 usually.
6127
6128         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
6129         Remove unneeded lock causing a race in typefind and shutting down.
6130         Fixes #485753.
6131
6132         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
6133         Also remove sinks when going to NULL because we might not complete the
6134         state change to PAUSED, causing the PAUSED->READY state change not to
6135         happen.
6136
6137 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6138
6139         * gst-libs/gst/audio/gstbaseaudiosink.c:
6140         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
6141         Also explicitly release the ringbuffer when going to NULL because it
6142         is required in the setcaps function, before the state change to PAUSED
6143         completes.
6144
6145 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
6146
6147         * tests/icles/.cvsignore:
6148         * tests/icles/Makefile.am:
6149         * tests/icles/stress-playbin.c:
6150           Does what it says on the tin.
6151
6152 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
6153
6154         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
6155         Fix queue negotiation. See #486758.
6156
6157 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
6158
6159         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
6160         (gst_xvimagesink_xwindow_new),
6161         (gst_xvimagesink_update_colorbalance),
6162         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
6163
6164         Fix handling of some of the X atoms. If the last parameter is True,
6165         XInternAtom won't create the atom if it doesn't exist, and therefore
6166         might return None. This causes X errors on Xv implementations that
6167         don't provide the colour balance attributes.
6168
6169 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6170
6171         * gst-libs/gst/tag/gstvorbistag.c:
6172         * tests/check/libs/tag.c:
6173           Extract vorbis comment LICENSE tags correctly.
6174
6175 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6176
6177         Patch by: Jason Kivlighn  <jkivlighn gmail com>
6178
6179         * gst-libs/gst/tag/gstid3tag.c:
6180         * tests/check/libs/tag.c:
6181           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
6182
6183 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
6184
6185         * gst-libs/gst/tag/gsttagdemux.c:
6186           Don't error out when a buggy downstream element doesn't
6187           handle the newsegment event we send properly (especially
6188           not without posting a meaningful error message on the
6189           bus). See bug #471370 and launchpad bug #136264.
6190
6191 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
6192
6193         * gst-libs/gst/audio/gstbaseaudiosink.c:
6194         (gst_base_audio_sink_drain):
6195         Use new basesink method to make our EOS drain interruptable.
6196
6197 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
6198
6199         * gst-libs/gst/rtp/gstrtppayloads.c:
6200         Fix silly search-replace oversight.
6201
6202 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
6203
6204         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6205
6206         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6207         (gst_basertppayload_set_outcaps):
6208         Fix caps memleak. Fixes #484989.
6209
6210
6211 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6212
6213         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6214         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
6215         Fix debug output.
6216
6217 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6218
6219         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6220         (gst_base_audio_src_create):
6221         Also handle the case where there is no clock set on the audio source,
6222         like in the unit tests.
6223
6224 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6225
6226         * gst-libs/gst/rtp/gstrtppayloads.c:
6227         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
6228         to avoid compiler warnings
6229
6230 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6231
6232         * gst/playback/gstdecodebin.c: (type_found),
6233         (gst_decode_bin_change_state):
6234         * gst/playback/gstdecodebin2.c: (type_found),
6235         (gst_decode_bin_change_state):
6236         Don't disconnect the have_type signal because we never reconnect it
6237         later on. Instead keep a variable to see if we already detected a type.
6238
6239 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6240
6241         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
6242         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
6243         (type_found):
6244         Unlink the signal handler when we found the type, we're not going to do
6245         anything sensible with more type_found signals anyway.
6246
6247 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6248
6249         * gst-libs/gst/tag/gsttagdemux.c:
6250           Don't leak caps.
6251
6252 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6253
6254         * gst-libs/gst/tag/Makefile.am:
6255         * gst-libs/gst/tag/gsttagdemux.c:
6256         * gst-libs/gst/tag/gsttagdemux.h:
6257           API: add GstTagDemux base class for simple tag demuxers.
6258
6259         * docs/libs/gst-plugins-base-libs-docs.sgml:
6260         * docs/libs/gst-plugins-base-libs-sections.txt:
6261           Add GstTagDemux to docs.
6262
6263 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
6264
6265         * gst-libs/gst/rtp/gstrtpbuffer.c:
6266         (gst_rtp_buffer_get_payload_subbuffer):
6267         Fix bug introduced with last commit which inverted the logic and
6268         caused all buffers to be dropped. Fixes #483620.
6269         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
6270
6271 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6272
6273         * gst-libs/gst/rtp/gstrtpbuffer.c:
6274           Replace g_return_if_val (as it could be disabled), with regular return
6275           and warning.
6276
6277 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
6278
6279         * tests/check/pipelines/simple-launch-lines.c:
6280           Print message name and not just number.
6281
6282 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
6283
6284         * gst-libs/gst/audio/gstbaseaudiosink.c:
6285         (gst_base_audio_sink_async_play):
6286         When slaved to the clock, don't try to align a sample with the previous
6287         one when going to PLAYING again.
6288
6289 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6290
6291         * tests/examples/snapshot/snapshot.c:
6292           Fix the build.
6293
6294 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6295
6296         * gst-libs/gst/sdp/gstsdpmessage.h:
6297         Add RFC 3556 bandwidth modifiers.
6298
6299 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6300
6301         * docs/libs/gst-plugins-base-libs-docs.sgml:
6302         * docs/libs/gst-plugins-base-libs-sections.txt:
6303         * gst-libs/gst/rtp/gstrtppayloads.c:
6304         Update documentation.
6305
6306 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6307
6308         * gst-libs/gst/rtp/Makefile.am:
6309         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
6310         (gst_rtp_payload_info_for_name):
6311         * gst-libs/gst/rtp/gstrtppayloads.h:
6312         Added new file and header to deal with payload info.
6313
6314         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6315         (gst_rtp_buffer_default_clock_rate):
6316         * gst-libs/gst/rtp/gstrtpbuffer.h:
6317         Payload specific stuff is move to new headers.
6318         Implement _default_clock rate using the new payload function.
6319
6320         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
6321         (gst_sdp_parse_line):
6322         * gst-libs/gst/sdp/gstsdpmessage.h:
6323         Add some more comments.
6324
6325 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6326
6327         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6328         (sdp_check_header), (sdp_type_find), (plugin_init):
6329         Add typefind function for application/sdp.
6330         Remove some old dirac typefind code that was ifdeffed out.
6331
6332 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
6333
6334         * win32/common/libgstaudio.def:
6335         Add new exported functions.
6336         * win32/vs6/grammar.dsp:
6337         Add autogeneration and copy of some autegenerated files from win32/common
6338         for rtsp library.
6339         * win32/vs6/libgstaudioconvert.dsp:
6340         Add gstaudioquantize.c to the build.
6341         * win32/vs6/libgstinterfaces.dsp:
6342         Add videoorientation.c to the build.
6343         * win32/vs6/libgstriff.dsp:
6344         Add libgsttag to the link libraries list.
6345         * win32/vs6/libgstvolume.dsp:
6346         Add liboil to the link.
6347         * win32/vs6/gst_plugins_base.dsw:
6348         * win32/vs6/libgstrtsp.dsp:
6349         * win32/common/libgstrtsp.def:
6350         Add files to build libgstrtsp library.
6351         
6352 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6353
6354         * tests/examples/snapshot/snapshot.c: (main):
6355         Print error when pipeline failed to construct.
6356
6357 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6358
6359         * configure.ac:
6360         * gst-libs/gst/tag/gstid3tag.c:
6361         * gst-libs/gst/tag/gstvorbistag.c:
6362           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
6363           and ID3v2 tags.
6364
6365 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6366
6367         * gst-libs/gst/floatcast/floatcast.h:
6368           Don't include config.h in an installed public header, this
6369           might break compilation of applications that don't have such
6370           a header and doesn't necessarily do what it's supposed to do
6371           anyway (ie. check for the lrint/lrintf defines) (#442065).
6372           Add docs for the various macros and document how this header
6373           has to be used (link against libm, etc.); add a few FIXMEs;
6374           include math.h for non-c99 code path.  Based on patch by
6375           Jan Schmidt.
6376           
6377 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6378
6379         * configure.ac:
6380         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
6381         of duplicating these macros in configure.ac.
6382
6383 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6384
6385         * po/hu.po:
6386         * po/sv.po:
6387         * po/uk.po:
6388           Updated translations to 0.10.14
6389
6390 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6391
6392         translated by: Jakub Bogusz <qboosh@pld-linux.org>
6393
6394         * po/pl.po:
6395           Added Polish translation.
6396
6397 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6398
6399         translated by: Ilkka Tuohela <hile@iki.fi>
6400
6401         * po/fi.po:
6402           Added Finnish translation.
6403
6404 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6405
6406         translated by: Jorge González González <aloriel@gmail.com>
6407
6408         * po/es.po:
6409           Added Spanish translation.
6410
6411 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6412
6413         translated by: Mogens Jaeger <mogens@jaeger.tf>
6414
6415         * po/da.po:
6416           Added Danish translation.
6417
6418 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6419
6420         translated by: Funda Wang <fundawang@linux.net.cn>
6421
6422         * po/zh_CN.po:
6423           Added Chinese (simplified) translation.
6424
6425 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6426
6427         translated by: Alexander Shopov <ash@contact.bg>
6428
6429         * po/bg.po:
6430           Added Bulgarian translation.
6431
6432 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
6433
6434         * gst/playback/gstqueue2.c: (gst_queue_push_one):
6435         Fix compilation wrt printf arguments.
6436
6437 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
6438
6439         * configure.ac:
6440         * tests/examples/Makefile.am:
6441         * tests/examples/snapshot/.cvsignore:
6442         * tests/examples/snapshot/Makefile.am:
6443         * tests/examples/snapshot/snapshot.c: (main):
6444         Add simple snapshot example program using appsink.
6445
6446 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
6447
6448         * tests/check/generic/states.c:
6449           Improved state change unit test.
6450
6451 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6452
6453         * docs/plugins/.cvsignore:
6454         * tests/check/.cvsignore:
6455           Ignore registries in any format.
6456
6457 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6458
6459         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6460         (gst_base_rtp_depayload_chain),
6461         (gst_base_rtp_depayload_set_gst_timestamp):
6462         Only copy timestamp on outgoing packets if the depayloader did not set
6463         one.
6464         Also copy duration on outgoing packets.
6465
6466 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6467
6468         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6469         (gst_basertppayload_set_outcaps):
6470         Fix compilation because of missing %d in printf.
6471         When fixating caps, fixate what we can and throw away all remaining
6472         unfixed caps, subclasses should do something smart if they need to.
6473
6474 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6475
6476         * ext/gnomevfs/gstgnomevfssrc.c:
6477           Improve debug logs a bit and be more verbose if things go wrong.
6478
6479 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
6480
6481         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6482         (gst_text_overlay_set_property):
6483         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6484         * gst-libs/gst/audio/gstbaseaudiosink.c:
6485         (gst_base_audio_sink_render):
6486         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6487         (gst_rtcp_unix_to_ntp):
6488         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
6489         * gst/playback/gstqueue2.c:
6490         * tests/examples/seek/seek.c: (set_scale):
6491         Fix a bunch of compile warnings shown with Forte.
6492
6493         * gst/audiorate/gstaudiorate.c:
6494         Always pull in config.h before including any system headers.
6495
6496 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
6497
6498         * gst/playback/gstqueue2.c: (update_buffering),
6499         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
6500         (gst_queue_handle_sink_event), (gst_queue_chain),
6501         (gst_queue_push_one), (gst_queue_sink_activate_push),
6502         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
6503         Also fix #476514 for queue2.
6504
6505 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6506
6507         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6508         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
6509         (gst_base_rtp_depayload_chain),
6510         (gst_base_rtp_depayload_handle_sink_event),
6511         (gst_base_rtp_depayload_push_full),
6512         (gst_base_rtp_depayload_set_gst_timestamp),
6513         (gst_base_rtp_depayload_change_state):
6514         Remove code to deal with RTP to GST time conversion, we now just copy
6515         the GST timestamp we receive to the outgoing buffers.
6516         Handle segment and flushes correctly.
6517
6518         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6519         When we have no valid input timestamp, use the previous rtp timestamp on
6520         the outgoing RTP packet instead of the RTP base time.
6521
6522 2007-09-15  David Schleef  <ds@schleef.org>
6523
6524         * ext/alsa/gstalsa.c:
6525         * ext/alsa/gstalsadeviceprobe.c:
6526         * ext/alsa/gstalsamixer.c:
6527         * ext/alsa/gstalsasink.c:
6528         * ext/alsa/gstalsasrc.c:
6529           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
6530
6531 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
6532
6533         * gst-libs/gst/rtp/gstbasertppayload.c:
6534         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
6535         Add some debug info when negotiating caps.
6536
6537 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6538
6539         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
6540         A buffer with an empty payload is also a valid buffer.
6541
6542 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6543
6544         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
6545         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
6546         (gst_basertppayload_change_state):
6547         Make sure we start our RTP timestamp from the random base RTP
6548         timestamp even if the buffer timestamp starts from some random value.
6549
6550 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6551
6552         * configure.ac:
6553         * tests/examples/Makefile.am:
6554         * tests/examples/dynamic/.cvsignore:
6555         * tests/examples/dynamic/Makefile.am:
6556         * tests/examples/dynamic/addstream.c: (create_stream),
6557         (pause_play_stream), (message_received), (eos_message_received),
6558         (perform_step), (main):
6559         Add simple exmple app to demonstrate starting and pausing live and
6560         non-live bins in a PLAYING pipeline.
6561
6562 2007-09-14  Julien MOUTTE  <julien@moutte.net>
6563
6564         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
6565         typefind for QCP files (RFC #3625)
6566
6567 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
6568
6569         * gst-libs/gst/audio/gstbaseaudiosink.c:
6570         (gst_base_audio_sink_init):
6571         Disable pull mode scheduling, we're not ready for it yet and it subtly
6572         breaks a lot of things.
6573
6574 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6575
6576         * tests/check/elements/libvisual.c:
6577           Test all libvisual plugins, not just the first one; this reproduces
6578           bug #450336 quite easily.  Looks like a problem with the 'jess'
6579           visualisation.
6580
6581 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6582
6583         * tests/check/Makefile.am:
6584         * tests/check/elements/.cvsignore:
6585         * tests/check/elements/libvisual.c:
6586           Add basic libvisual test case in an attempt to reproduce bug #450336.
6587           Doesn't reproduce that bug, but some other crasher instead (invalid
6588           free), at least with make elements/libvisual.forever and the bumscope
6589           plugin on x86-64/gutsy. Leaving test disabled for now.
6590
6591 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
6592
6593         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6594
6595         * gst-libs/gst/rtsp/gstrtspconnection.c:
6596         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
6597         (read_body), (gst_rtsp_connection_receive):
6598         Make sure we can not cancel in the middle of receiving a message.
6599         Fixes #475731.
6600
6601 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
6602
6603         Patch by: Josep Torra Valles <josep@fluendo.com>
6604
6605         * gst/playback/gstplaybasebin.c:
6606           Increase upper limit for audio queue a bit; fixes preroll problem
6607           with playbin and decodebin2 when playing a quicktime trailer with
6608           multichannel audio via http (#464666).
6609
6610 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
6611
6612         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6613         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
6614         (gst_base_audio_src_provide_clock),
6615         (gst_base_audio_src_set_property),
6616         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6617         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6618         Allow othe clocks than the internal clock to be used for the pipeline.
6619         Add property to disable clock provide.
6620         API: GstBaseAudioSrc::provide-clock
6621
6622 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
6623
6624         * gst/playback/gstdecodebin2.c:
6625           Don't leak request pads. Fixes #475395.
6626
6627 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6628
6629         Patch by: René Stadler <mail at renestadler dot de>
6630
6631         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6632         (gst_ximage_buffer_class_init):
6633         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6634         (gst_xvimage_buffer_class_init):
6635         Correctly chain up finalize with the parent class to prevent
6636         memory leaks. Fixes #474880.
6637
6638 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6639
6640         * gst/volume/gstvolume.c: (volume_choose_func):
6641         * tests/check/elements/volume.c: (GST_START_TEST):
6642         Revert the latest change: floating point samples are allowed to
6643         have any value, not only values in the range [-1,1]. Thanks to Andy
6644         Wingo for noticing.
6645         Also fix processing of int32 samples with volumes > 4 by making the
6646         unity value smaller which prevents overflows.
6647
6648 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6649
6650         * gst-libs/gst/rtp/gstrtpbuffer.c:
6651         * tests/check/libs/rtp.c:
6652           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
6653
6654 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6655
6656         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
6657
6658         * gst-libs/gst/rtp/gstrtpbuffer.c:
6659           Fix up GstRTPHeader helper struct so that compilers will not under
6660           any circumstances add padding in between our fields, as currently
6661           happens with MSVC on win32, because that would lead to us sending
6662           out RTP payloads with broken RTP headers (#471194).
6663           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
6664           
6665         * tests/check/Makefile.am:
6666         * tests/check/libs/.cvsignore:
6667         * tests/check/libs/rtp.c:
6668           Add some simple unit tests for GstRTPBuffer. Some are disabled
6669           because the code tested still needs fixing (set_csrc() does not work).
6670
6671 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6672
6673         * win32/MANIFEST:
6674         * win32/common/gstrtsp-enumtypes.c:
6675         * win32/common/gstrtsp-enumtypes.h:
6676         * win32/common/interfaces-enumtypes.c:
6677         * win32/common/interfaces-enumtypes.h:
6678         * win32/common/multichannel-enumtypes.c:
6679           Add rtsp enumtypes (#474384) and update others.
6680
6681 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
6682
6683         * configure.ac:
6684           Fix configure check for HAVE_LIBXML_HTML.
6685
6686 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
6687
6688         * tests/check/libs/.cvsignore:
6689           Ignore more, in case the build bots work again one day.
6690
6691 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
6692
6693         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
6694
6695         * configure.ac:
6696         * gst-libs/gst/Makefile.am:
6697         * gst-libs/gst/fft/Makefile.am:
6698         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
6699         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
6700         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
6701         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
6702         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
6703         * gst-libs/gst/fft/gstfft.h:
6704         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
6705         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
6706         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
6707         * gst-libs/gst/fft/gstfftf32.h:
6708         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
6709         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
6710         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
6711         * gst-libs/gst/fft/gstfftf64.h:
6712         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
6713         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
6714         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
6715         * gst-libs/gst/fft/gstffts16.h:
6716         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
6717         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
6718         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
6719         * gst-libs/gst/fft/gstffts32.h:
6720         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
6721         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6722         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
6723         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
6724         * gst-libs/gst/fft/kiss_fft_f32.h:
6725         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
6726         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6727         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
6728         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
6729         * gst-libs/gst/fft/kiss_fft_f64.h:
6730         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
6731         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6732         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
6733         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
6734         * gst-libs/gst/fft/kiss_fft_s16.h:
6735         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
6736         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6737         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
6738         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
6739         * gst-libs/gst/fft/kiss_fft_s32.h:
6740         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
6741         (kiss_fftr_f32), (kiss_fftri_f32):
6742         * gst-libs/gst/fft/kiss_fftr_f32.h:
6743         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
6744         (kiss_fftr_f64), (kiss_fftri_f64):
6745         * gst-libs/gst/fft/kiss_fftr_f64.h:
6746         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
6747         (kiss_fftr_s16), (kiss_fftri_s16):
6748         * gst-libs/gst/fft/kiss_fftr_s16.h:
6749         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
6750         (kiss_fftr_s32), (kiss_fftri_s32):
6751         * gst-libs/gst/fft/kiss_fftr_s32.h:
6752         * gst-libs/gst/fft/kiss_version:
6753         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
6754         * pkgconfig/gstreamer-plugins-base.pc.in:
6755         Add libgstfft, a FFT library based on Kiss FFT which is
6756         BSD licensed. Supported sample formats are int16, int32,
6757         float and double. For those formats a real FFT and IFFT
6758         can be done, different windowing functions can be applied
6759         and functions for extracting the magnitude and phase exist.
6760         Fixes #468619.
6761
6762         * docs/libs/Makefile.am:
6763         * docs/libs/gst-plugins-base-libs-docs.sgml:
6764         * docs/libs/gst-plugins-base-libs-sections.txt:
6765         Integrate libgstfft into the docs.
6766
6767         * tests/check/Makefile.am:
6768         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
6769         Add unit tests for libgstfft, currently only testing the FFT.
6770         Unit tests for IFFT will follow soon.
6771
6772 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
6773
6774         Patch by: Peter Kjellerstedt  <pkj at axis com>
6775
6776         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
6777         (gst_sdp_message_init), (gst_sdp_message_uninit),
6778         (is_multicast_address), (gst_sdp_message_as_text),
6779         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
6780         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
6781         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
6782         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
6783         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
6784         (gst_sdp_media_init), (gst_sdp_media_uninit),
6785         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
6786         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
6787         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
6788         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
6789         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
6790         * gst-libs/gst/sdp/gstsdpmessage.h:
6791         Separate INIT_ARRAY() and related macros into two versions, one for
6792         structures and one for pointers (e.g., INIT_ARRAY() and
6793         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
6794         lists of emails and phone numbers.
6795         Add missing const as appropriate.
6796         Change all gint to guint since they all actually represent unsigned
6797         values.
6798         Do not use time as a variable name as it shadows the global time().
6799         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
6800         Actually implement gst_sdp_message_add_time().
6801         Make gst_sdp_message_add_time() take repeat times as an argument.
6802         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
6803         Corrected the definition of gst_sdp_media_get_bandwidth() (was
6804         misspelled as badwidth).
6805         gst-indented and a little clean up. Fixes #471067.
6806
6807 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
6808
6809         * gst/volume/gstvolume.c: (volume_choose_func),
6810         (volume_process_double), (volume_process_double_clamp),
6811         (volume_process_float_clamp):
6812         Correctly clamp float/double samples in the [-1.0,1.0] range to
6813         prevent weird effects.
6814         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
6815         Add unit tests for all samples types that had none before.
6816
6817 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6818
6819         * gst-libs/gst/rtp/gstrtpbuffer.c:
6820           Need to include stdlib.h for abs() here too.
6821
6822 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6823
6824         * gst/playback/gststreaminfo.c:
6825           Fix build.
6826
6827 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
6828
6829         * gst/playback/gststreaminfo.c:
6830           Clean up some half-disabled code and comment.
6831
6832 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
6833
6834         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6835
6836         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6837         (gst_base_rtp_payload_audio_handle_event):
6838         Return FALSE from the event handler to let the parent class handle the
6839         event. Fixes #446766.
6840
6841         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6842         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
6843         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
6844
6845         * gst-libs/gst/rtp/gstbasertppayload.c:
6846         Bump the MTU to 1400.
6847
6848 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
6849
6850         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
6851         Add an audio/x-nsf typefind function for the nsfdec element.
6852
6853 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
6854         * gst/playback/gstplaybasebin.c:
6855         Included "myth://" on stream_uris list for enable buffering to mythtv files
6856
6857 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6858
6859         * docs/libs/gst-plugins-base-libs-sections.txt:
6860         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
6861         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
6862         (gst_rtcp_unix_to_ntp):
6863         * gst-libs/gst/rtp/gstrtcpbuffer.h:
6864         Fix parsing of RB blocks.
6865         Fix docs.
6866         Added helper functions to convert to/from UNIX and NTP time.
6867         API: gst_rtcp_ntp_to_unix()
6868         API: gst_rtcp_unix_to_ntp()
6869
6870         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6871         (gst_rtp_buffer_get_header_len),
6872         (gst_rtp_buffer_get_extension_data),
6873         (gst_rtp_buffer_get_payload_subbuffer),
6874         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
6875         (gst_rtp_buffer_ext_timestamp):
6876         * gst-libs/gst/rtp/gstrtpbuffer.h:
6877         Fix some more docs.
6878         Implement handling of packets with extensions.
6879         Fix padding check in _validate().
6880         Added function to get extension data.
6881         API: gst_rtp_buffer_get_header_len()
6882         API: gst_rtp_buffer_get_extension_data()
6883
6884 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6885
6886         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6887         (gst_base_rtp_depayload_class_init),
6888         (gst_base_rtp_depayload_set_gst_timestamp):
6889         Add some more docs for the queue-delay property and fix a typo in a
6890         comment.
6891
6892         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6893         Fix typo.
6894
6895 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6896
6897         * gst-libs/gst/audio/gstbaseaudiosink.c:
6898         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
6899         (gst_base_audio_sink_change_state):
6900         When skew slaving, try to hover around the middle of a segment so that
6901         we at most drift by half a segment.
6902         If we are aligning in the oposite direction of the clock skew, we don't
6903         have to resync.
6904
6905 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6906
6907         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6908         (gst_base_rtp_depayload_setcaps),
6909         (gst_base_rtp_depayload_set_gst_timestamp):
6910         Be less silly with the segment start, just apply the clock-base to the
6911         timestamp.
6912
6913 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6914
6915         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6916         (gst_base_rtp_depayload_class_init),
6917         (gst_base_rtp_depayload_finalize),
6918         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
6919         (gst_base_rtp_depayload_handle_sink_event),
6920         (gst_base_rtp_depayload_set_gst_timestamp),
6921         (gst_base_rtp_depayload_change_state):
6922         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6923         Deprecate the queue handling thread thing and remove the code.
6924         Use new method to calculate the extended timestamp.
6925
6926 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6927
6928         * gst-libs/gst/rtp/gstrtcpbuffer.c:
6929         (gst_rtcp_packet_sdes_copy_entry):
6930         Use g_strndup which does exactly what we want.
6931
6932         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
6933         (gst_rtp_buffer_ext_timestamp):
6934         * gst-libs/gst/rtp/gstrtpbuffer.h:
6935         Add helper function to compare seqnums.
6936         Add helper function to calculate extended timestamps.
6937         API: gst_rtp_buffer_compare_seqnum()
6938         API: gst_rtp_buffer_ext_timestamp()
6939
6940 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
6941
6942         * gst-libs/gst/rtp/gstrtcpbuffer.c:
6943         (gst_rtcp_packet_sdes_get_entry),
6944         (gst_rtcp_packet_sdes_copy_entry):
6945         * gst-libs/gst/rtp/gstrtcpbuffer.h:
6946         Fix and document SDES item data function.
6947         Add new function that makes a proper copy of SDES item data.
6948         API: gst_rtcp_packet_sdes_copy_entry()
6949
6950 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
6951
6952         * configure.ac:
6953         * gst/Makefile.am:
6954           The tcp and subparse plugins are under gst, but not totaly free of
6955           dependencies. Handle selection inconfigure.ac, so that they show up
6956           on the final list of what is build and what is not. Maybe they should
6957           better be moved to ext.
6958
6959 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
6960
6961         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
6962
6963         * configure.ac:
6964         * gst/Makefile.am:
6965           Check if libxml provides HTML parser which subparse needs.
6966           Fixes #451970.
6967
6968 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6969
6970         * ext/alsa/gstalsa.c:
6971           Fix typo and compilation on big endian systems.
6972
6973 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6974
6975         * gst/subparse/gstssaparse.c:
6976           Convert SSA newline codes into actual newline characters (#470766).
6977
6978 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
6979
6980         * docs/libs/gst-plugins-base-libs-sections.txt:
6981         * gst-libs/gst/pbutils/install-plugins.c:
6982         * gst-libs/gst/pbutils/install-plugins.h:
6983         * tests/check/libs/pbutils.c:
6984           API: also add gst_install_plugins_supported() while we're at it
6985           (see #470456).
6986
6987 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
6988
6989         * docs/libs/gst-plugins-base-libs-sections.txt:
6990         * gst-libs/gst/pbutils/missing-plugins.c:
6991         * gst-libs/gst/pbutils/missing-plugins.h:
6992         * tests/check/libs/pbutils.c:
6993           API: add gst_missing_*_installer_detail_new() convenience API so
6994           that applications that know exactly what they're missing can request
6995           installer detail strings for those items directly instead of having
6996           to first create a dummy missing-plugin message and then get the
6997           installer detail string from that.  Fixes #470456.
6998
6999 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7000
7001         * gst/playback/gstdecodebin.c: (close_pad_link):
7002         We need to set up delayed-linking whenever the caps are non-fixed,
7003         not just when there are multiple types - use gst_pad_is_fixed()
7004         to test.
7005
7006 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
7007
7008         * gst-libs/gst/pbutils/missing-plugins.c:
7009           (gst_missing_plugin_message_get_installer_detail):
7010           Add missing separator in PID fallback case.
7011
7012 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
7013
7014         * ext/alsa/Makefile.am:
7015         There is no GST_PLUGINS_BASE_LIBS defined.
7016         
7017         * ext/alsa/gstalsa.c:
7018         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
7019         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
7020         Add support for ALSA 24-bit formats.
7021         snd_pcm_delay can return an error code, especially
7022         during XRUNS. In that case, the best we can do is assume
7023         delay = 0.
7024
7025         * gst/audioconvert/Makefile.am:
7026         Add flags from -base before any more-remote dependencies.
7027
7028 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
7029
7030         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
7031
7032         * gst/volume/gstvolume.c: (volume_choose_func),
7033         (volume_update_real_volume), (gst_volume_set_volume),
7034         (gst_volume_init), (volume_process_int32),
7035         (volume_process_int32_clamp), (volume_process_int24),
7036         (volume_process_int24_clamp), (volume_process_int16),
7037         (volume_process_int16_clamp), (volume_process_int8),
7038         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
7039         * gst/volume/gstvolume.h:
7040         Add support for int32, int24 and int8 to the volume element.
7041         Fixes #445529.
7042
7043 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
7044
7045         * tests/examples/Makefile.am:
7046           Fix even more.
7047
7048 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7049
7050         * configure.ac:
7051         * docs/libs/Makefile.am:
7052         * docs/libs/gst-plugins-base-libs-docs.sgml:
7053         * docs/libs/gst-plugins-base-libs-sections.txt:
7054         * ext/gnomevfs/gstgnomevfssrc.c:
7055         * ext/gnomevfs/gstgnomevfssrc.h:
7056         * gst-libs/gst/Makefile.am:
7057         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7058         * pkgconfig/gstreamer-plugins-base.pc.in:
7059         * sys/v4l/v4lsrc_calls.c:
7060         * tests/examples/Makefile.am:
7061         * win32/common/config.h:
7062           Revert unwanted commit. many thanks to moap. I want a fix for 
7063           https://thomas.apestaart.org/moap/trac/ticket/239
7064
7065 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7066
7067         * gst/volume/gstvolume.c:
7068           Move passthrough below gst_object_sync_values(). Fixes #442654.
7069
7070 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7071
7072         * gst-libs/gst/audio/audio.c:
7073         Clarify the docs a little.
7074
7075 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7076
7077         * gst/volume/gstvolume.c:
7078           Enable liboil for float and add more details about problems with
7079           int16.
7080
7081 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7082
7083         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
7084         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
7085
7086 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7087
7088         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7089         When calculating the first timestamp of the buffers, don't go below 0
7090         and clip the samples because the offset was on the eos page.
7091         Fixes #466717.
7092
7093 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7094
7095         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
7096         (gst_ogg_demux_collect_chain_info):
7097         Also submit the eos page when trying to find the first timestamp.
7098         See #466717.
7099
7100 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7101
7102         * gst-libs/gst/audio/audio.h:
7103         Use gst_util_uint64_scale() instead of doing the math
7104         with double for GST_FRAMES_TO_CLOCK_TIME() and
7105         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
7106         prevents rounding errors. Fixes #467667.
7107
7108 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7109
7110         * gst-libs/gst/rtsp/gstrtspconnection.c:
7111         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
7112         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
7113         * gst-libs/gst/rtsp/gstrtspconnection.h:
7114         Small cleanups.
7115         On shutdown, don't read the control socket yet.
7116         Set timeout value correctly in all cases.
7117         Add function to check if the server accepts reads or writes.
7118         API: gst_rtsp_connection_poll()
7119
7120         * gst-libs/gst/rtsp/gstrtspdefs.h:
7121         Fix compilation with -pedantic.
7122         Add enum for _poll.
7123
7124 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7125
7126         Patch by: Olivier Crete  <tester at tester ca>
7127
7128         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7129         (gst_basertppayload_getcaps):
7130         * gst-libs/gst/rtp/gstbasertppayload.h:
7131         Add getcaps vfunc to basertppayload. See #465146.
7132
7133 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7134
7135         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
7136         Only post buffering messages when we are a stream.
7137
7138 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
7139
7140         * gst-libs/gst/pbutils/install-plugins.c:
7141         * gst-libs/gst/pbutils/missing-plugins.c:
7142           Small docs fix and addition.
7143
7144 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7145
7146         * tests/icles/.cvsignore:
7147         * tests/icles/Makefile.am:
7148         * tests/icles/test-textoverlay.c:
7149           Add a dumb little test for textoverlay alignments.
7150
7151 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7152
7153         Patch by: Dan Williams  <dcbw redhat com>
7154
7155         * ext/pango/gsttextoverlay.c:
7156         * ext/pango/gsttextoverlay.h:
7157           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
7158           "silent" property so there's a Since tag in the API reference.
7159
7160 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7161
7162         * gst-libs/gst/rtp/gstbasertppayload.c:
7163         (gst_basertppayload_set_outcaps):
7164         * gst-libs/gst/rtp/gstbasertppayload.h:
7165         Improve caps negotiation so that downstream elements can confiure
7166         certain RTP properties by fixing them on the caps. See #465146.
7167         Add docs.
7168
7169 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
7170
7171         * docs/libs/gst-plugins-base-libs-sections.txt:
7172         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7173         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7174           Mark as deprecated some macros which were presumably meant to be
7175           private API and accidentally exposed in the public header file.
7176           Also actually _init() lock (only works at the moment because the
7177           struct is zeroed out when created and the initial values in the
7178           mutex struct are zeroes too). (#459585)
7179
7180 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7181
7182         * docs/libs/Makefile.am:
7183           Remove cruft and do some cleanups.
7184
7185         * docs/libs/gst-plugins-base-libs-docs.sgml:
7186           Prepare for comming gtkdoc features (rebase against online docs).
7187
7188 2007-08-10  Michael Smith <msmith@fluendo.com>
7189
7190         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7191           Debug output fixes.
7192         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
7193         (GST_START_TEST):
7194           Change the number of buffers used; 500 is too many and leads to
7195           timeouts.
7196
7197 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
7198
7199         * gst/playback/gstqueue2.c:
7200         * gst/videorate/gstvideorate.c:
7201           Printf format fixes (#465028).
7202
7203 2007-08-09  Michael Smith <msmith@fluendo.com>
7204
7205         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7206           If we have a large (> 1 second) discontinuity, push a series of
7207           smaller buffers rather than a single very large buffer. Avoids
7208           unreasonably large single buffer allocations when encountering a
7209           large gap.
7210         * tests/check/elements/audiorate.c: (GST_START_TEST),
7211         (audiorate_suite):
7212           Add a test for this.
7213
7214 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
7215
7216         * gst/playback/gstplaybasebin.c: (group_commit),
7217         (queue_remove_probe), (queue_threshold_reached):
7218
7219         Patch by: Josep Torra Valles <josep@fluendo.com>
7220         Fixes: #465015
7221         Make sure we remove the check_queues buffer probe from the 
7222         correct queue to avoid racily going back to "buffering 99%" when
7223         buffering is actually complete.
7224
7225         Also, fix the spelling of Josep's surname in the ChangeLog.
7226
7227 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
7228
7229         * ext/ogg/gstoggmux.c:
7230           Do not leak oggmux instance.
7231         
7232         * ext/vorbis/vorbisenc.c:
7233           Also log values.
7234
7235 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7236
7237         * po/hu.po:
7238         * po/it.po:
7239         * po/nl.po:
7240         * po/uk.po:
7241         * po/vi.po:
7242           Updated translations.
7243
7244 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
7245
7246         patch by: Yang Hong <hongyang@redflag-linux.com>
7247
7248         * ext/pango/gsttextoverlay.c:
7249         * ext/pango/gsttextoverlay.h:
7250           Add 'silent' property to GstTimeOverlay. Fixes #462979
7251
7252 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7253
7254         Patch by: Josep Torra Valles <josep@fluendo.com>
7255
7256         * docs/plugins/gst-plugins-base-plugins.args:
7257         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
7258         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
7259         (gst_uri_decode_bin_get_property), (gen_source_element):
7260         Add connection-speed property. Fixes #464690.
7261
7262 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7263
7264         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
7265
7266         * configure.ac:
7267         * gst-libs/gst/rtsp/Makefile.am:
7268         * gst-libs/gst/rtsp/gstrtspconnection.c:
7269         (gst_rtsp_connection_connect):
7270         Fix compilation on windows. Fixes #464320.
7271
7272 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7273
7274         Patch by: Josep Torra Valles <josep@fluendo.com>
7275
7276         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7277         (gst_play_base_bin_init), (queue_threshold_reached),
7278         (gen_source_element), (setup_substreams),
7279         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7280         (gst_play_base_bin_get_streaminfo_value_array):
7281         * gst/playback/gstplaybasebin.h:
7282         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7283         (gst_play_bin_set_property), (gst_play_bin_get_property),
7284         (gst_play_bin_handle_redirect_message):
7285         Move connection-speed property from playbin to playbasebin so that we
7286         can also configure it in source elements that have the connection-speed
7287         property. Fixes #464028.
7288         Add some debug info here and there.
7289
7290 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
7291
7292         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7293         Properly respond to conversion queries. Fixes #464079.
7294
7295 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7296
7297         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
7298         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
7299         (gst_audio_test_src_init_sine_table),
7300         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
7301         * gst/audiotestsrc/gstaudiotestsrc.h:
7302         Add float/double and int32 support to audiotestsrc. Fixes #460422.
7303         Also set the default volume to the default value specified in the
7304         GParamSpec.
7305
7306 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7307
7308         Patch by: Jens Granseuer <jensgr at gmx dot net>
7309
7310         * gst/audioconvert/gstaudioquantize.c:
7311         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
7312
7313 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7314
7315         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
7316         Add rdt manager for rdt transport.
7317         Fix parsing of RDT transport.
7318
7319 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
7320
7321         * configure.ac:
7322         Back to CVS
7323
7324 === release 0.10.14 ===
7325
7326 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
7327
7328         * configure.ac:
7329           releasing 0.10.14, "Light Years Ahead"
7330
7331 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7332
7333         * tests/check/libs/audio.c: (GST_START_TEST):
7334         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
7335
7336 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7337
7338         * gst-libs/gst/audio/audio.c:
7339         When clipping a buffer with no timestamp, assume it is
7340         within the segment without warnings.
7341
7342         Fixes: #460978
7343
7344 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7345
7346         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
7347         Fire the signal on the object, not the interface.
7348
7349 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7350
7351         * gst-libs/gst/rtsp/.cvsignore:
7352         Ber. Don't include the full path, idiot.
7353
7354 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7355
7356         * gst-libs/gst/rtsp/.cvsignore:
7357         Ignore generated files.
7358
7359 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7360
7361         * gst-libs/gst/interfaces/Makefile.am:
7362         * gst-libs/gst/interfaces/interfaces-marshal.list:
7363         * gst-libs/gst/interfaces/rtspextension.c:
7364         * gst-libs/gst/interfaces/rtspextension.h:
7365         * gst-libs/gst/rtsp/Makefile.am:
7366         * gst-libs/gst/rtsp/gstrtsp.h:
7367         * gst-libs/gst/rtsp/gstrtspextension.c:
7368         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7369         (gst_rtsp_extension_detect_server),
7370         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7371         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7372         (gst_rtsp_extension_configure_stream),
7373         (gst_rtsp_extension_get_transports),
7374         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7375         * gst-libs/gst/rtsp/gstrtspextension.h:
7376         * gst-libs/gst/rtsp/rtsp-marshal.list:
7377         Move the rtspextension.h interface into gstrtspextension.h
7378         as part of libgstrtsp instead of libgstinterfaces, because it's
7379         only for use within plugins, not applications. 
7380         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
7381         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
7382         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
7383         is abstract.
7384
7385 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7386
7387         * gst-libs/gst/interfaces/Makefile.am:
7388         * gst-libs/gst/interfaces/interfaces-marshal.list:
7389         * gst-libs/gst/interfaces/rtspextension.c:
7390         (gst_rtsp_extension_iface_init),
7391         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7392         * gst-libs/gst/interfaces/rtspextension.h:
7393         Fix marshaller for the send signal.
7394         Add URL to stream selection interface method.
7395
7396 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7397
7398         * gst-libs/gst/riff/Makefile.am:
7399         Pull in our dependencies from -base before those from outside.
7400
7401 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7402
7403         * docs/libs/gst-plugins-base-libs-sections.txt:
7404         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
7405         * gst-libs/gst/rtsp/gstrtspbase64.h:
7406         API: gst_rtsp_base64_decode_ip()
7407         Added function to decode Base64 in-place.
7408
7409 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7410
7411         * tests/check/libs/.cvsignore:
7412         Ignore the mixer test binary.
7413
7414 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7415
7416         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7417         Gratuitous comment change to trigger a rebuild on the buildbots.
7418
7419 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7420
7421         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
7422         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7423         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
7424         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
7425         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7426         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
7427         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
7428         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
7429         (gst_sdp_media_get_attribute_val):
7430         * gst-libs/gst/sdp/gstsdpmessage.h:
7431         Constify args where we can.
7432
7433 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7434
7435         * gst-libs/gst/interfaces/Makefile.am:
7436         * gst-libs/gst/interfaces/rtspextension.c:
7437         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7438         (gst_rtsp_extension_detect_server),
7439         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7440         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7441         (gst_rtsp_extension_configure_stream),
7442         (gst_rtsp_extension_get_transports),
7443         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7444         * gst-libs/gst/interfaces/rtspextension.h:
7445         Move interface for RTSP extensions from -good to here.
7446         Added helper methods to invoke interface methods.
7447
7448 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7449
7450         * docs/libs/gst-plugins-base-libs-sections.txt:
7451         * gst-libs/gst/rtsp/gstrtspdefs.h:
7452         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7453         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
7454         (gst_rtsp_message_init_response),
7455         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
7456         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
7457         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7458         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7459         (gst_rtsp_message_get_body), (dump_key_value):
7460         * gst-libs/gst/rtsp/gstrtspmessage.h:
7461         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7462         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7463         (gst_rtsp_range_parse):
7464         * gst-libs/gst/rtsp/gstrtsprange.h:
7465         * gst-libs/gst/rtsp/gstrtsptransport.c:
7466         * gst-libs/gst/rtsp/gstrtspurl.c:
7467         Fix some more RTSP docs.
7468         Add some missing methods for dealing with messages.
7469
7470 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7471
7472         * docs/libs/gst-plugins-base-libs-docs.sgml:
7473         * docs/libs/gst-plugins-base-libs-sections.txt:
7474         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7475         * gst-libs/gst/rtsp/gstrtspbase64.h:
7476         * gst-libs/gst/rtsp/gstrtspconnection.c:
7477         (gst_rtsp_connection_connect), (add_auth_header),
7478         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
7479         (read_body), (gst_rtsp_connection_receive),
7480         (gst_rtsp_connection_next_timeout),
7481         (gst_rtsp_connection_reset_timeout),
7482         (gst_rtsp_connection_set_auth):
7483         * gst-libs/gst/rtsp/gstrtspconnection.h:
7484         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
7485         * gst-libs/gst/rtsp/gstrtspdefs.h:
7486         * gst-libs/gst/rtsp/gstrtspmessage.h:
7487         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7488         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7489         (gst_rtsp_range_parse):
7490         * gst-libs/gst/rtsp/gstrtspurl.h:
7491         Added beginnings of RTSP documentation.
7492
7493 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7494
7495         * docs/libs/Makefile.am:
7496         * docs/libs/gst-plugins-base-libs-docs.sgml:
7497         * docs/libs/gst-plugins-base-libs-sections.txt:
7498         * gst-libs/gst/sdp/gstsdp.h:
7499         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
7500         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
7501         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7502         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
7503         (gst_sdp_message_get_attribute_val),
7504         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
7505         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
7506         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
7507         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7508         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
7509         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
7510         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
7511         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
7512         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7513         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
7514         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
7515         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
7516         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
7517         (gst_sdp_media_get_attribute_val_n),
7518         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
7519         (print_media), (gst_sdp_message_dump):
7520         * gst-libs/gst/sdp/gstsdpmessage.h:
7521         Document the SDP library.
7522         Add some of the missing SDPMedia methods.
7523
7524 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7525
7526         * configure.ac:
7527         * gst-libs/gst/Makefile.am:
7528         * gst-libs/gst/rtsp/Makefile.am:
7529         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7530         * gst-libs/gst/rtsp/gstrtspbase64.h:
7531         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
7532         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
7533         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
7534         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
7535         (parse_response_status), (parse_request_line), (parse_line),
7536         (gst_rtsp_connection_read), (read_body),
7537         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
7538         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
7539         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
7540         (gst_rtsp_connection_set_auth):
7541         * gst-libs/gst/rtsp/gstrtspconnection.h:
7542         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
7543         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
7544         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
7545         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
7546         (gst_rtsp_find_method):
7547         * gst-libs/gst/rtsp/gstrtspdefs.h:
7548         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7549         (gst_rtsp_message_new), (gst_rtsp_message_init),
7550         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
7551         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
7552         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
7553         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
7554         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7555         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7556         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
7557         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
7558         (gst_rtsp_message_dump):
7559         * gst-libs/gst/rtsp/gstrtspmessage.h:
7560         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7561         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7562         (gst_rtsp_range_parse), (gst_rtsp_range_free):
7563         * gst-libs/gst/rtsp/gstrtsprange.h:
7564         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
7565         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
7566         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
7567         (range_as_text), (rtsp_transport_mode_as_text),
7568         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
7569         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
7570         (gst_rtsp_transport_free):
7571         * gst-libs/gst/rtsp/gstrtsptransport.h:
7572         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
7573         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
7574         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
7575         * gst-libs/gst/rtsp/gstrtspurl.h:
7576         * gst-libs/gst/sdp/Makefile.am:
7577         * gst-libs/gst/sdp/gstsdp.h:
7578         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
7579         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
7580         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
7581         (gst_sdp_attribute_init), (gst_sdp_message_new),
7582         (gst_sdp_message_init), (gst_sdp_message_uninit),
7583         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
7584         (gst_sdp_media_uninit), (gst_sdp_media_free),
7585         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
7586         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
7587         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
7588         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
7589         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7590         (gst_sdp_message_get_attribute_val),
7591         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
7592         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
7593         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
7594         (gst_sdp_media_get_attribute_val_n),
7595         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
7596         (read_string), (read_string_del), (gst_sdp_parse_line),
7597         (gst_sdp_message_parse_buffer), (print_media),
7598         (gst_sdp_message_dump):
7599         * gst-libs/gst/sdp/gstsdpmessage.h:
7600         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7601         Move SDP and RTSP from helper objects in -good to a reusable library.
7602         Use a proper gst_ namespace.
7603
7604 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7605
7606         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
7607         (vorbis_dec_flush_decode):
7608         Use the new buffer clipping function from gstaudio here.
7609
7610 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7611
7612         * docs/libs/gst-plugins-base-libs-sections.txt:
7613         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
7614         * gst-libs/gst/audio/audio.h:
7615         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
7616         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
7617         Also add deprecation guards for gst_audio_structure_set_int() to the
7618         header.
7619
7620 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
7621
7622         * docs/libs/gst-plugins-base-libs-sections.txt:
7623           Cleanup the docs.
7624
7625 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
7626
7627         Patch by: Dan Williams <dcbw at redhat dot com>
7628
7629         * gst/playback/gstplaybasebin.c:
7630         (gst_play_base_bin_get_streaminfo_value_array):
7631         Don't return NULL when querying the stream info value array but instead
7632         return an empty array. Fixes #459204.
7633
7634 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
7635
7636         * gst/playback/gsturidecodebin.c:
7637           Init debug category before using it.
7638
7639 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
7640
7641         * gst-libs/gst/interfaces/mixer.h:
7642         Add padding vars in place of the signal pointers
7643         when building with DISABLE_DEPRECATED so that the
7644         interface structure doesn't change size.
7645
7646 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
7647
7648         * docs/libs/gst-plugins-base-libs-sections.txt:
7649         * ext/alsa/gstalsamixer.c:
7650         * ext/alsa/gstalsamixer.h:
7651         * ext/alsa/gstalsamixerelement.c:
7652         * ext/alsa/gstalsamixertrack.c:
7653         * gst-libs/gst/interfaces/mixer.c:
7654         * gst-libs/gst/interfaces/mixer.h:
7655         * gst-libs/gst/interfaces/mixeroptions.c:
7656         * gst-libs/gst/interfaces/mixeroptions.h:
7657         * gst-libs/gst/interfaces/mixertrack.c:
7658         * gst-libs/gst/interfaces/mixertrack.h:
7659         * tests/check/Makefile.am:
7660         * tests/check/libs/mixer.c:
7661
7662         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
7663         Fixes: #152864 
7664
7665         Add support for notifying mixer changes on the message bus, and
7666         implement it in alsamixer.
7667
7668         API: gst_mixer_get_mixer_flags
7669         API: gst_mixer_message_parse_mute_toggled
7670         API: gst_mixer_message_parse_record_toggled
7671         API: gst_mixer_message_parse_volume_changed
7672         API: gst_mixer_message_parse_option_changed
7673         API: GstMixerMessageType
7674         API: GstMixerFlags
7675
7676 2007-07-20  Michael Smith <msmith@fluendo.com>
7677
7678         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7679         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
7680           xcontext->im_format is only for testing XShm support (as the header
7681           file comments document). Use xvimage->im_format for everything else.
7682           Avoids spurious warnings on buffer allocation before setcaps.
7683
7684 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7685
7686         * tests/examples/volume/Makefile.am:
7687         * tests/icles/Makefile.am:
7688           We should use $(LIBM).
7689
7690 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7691
7692         * tests/icles/Makefile.am:
7693           This needs -lm.
7694
7695 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
7696
7697         * gst-libs/gst/rtp/gstbasertppayload.c:
7698         (gst_basertppayload_class_init), (gst_basertppayload_init),
7699         (gst_basertppayload_set_property),
7700         (gst_basertppayload_get_property):
7701         Don't break ABI, restore previous ranges. Keep the default random
7702         selection of timestamp and seqnum offset but as soon as the app sets a
7703         specific value, use that one.
7704
7705 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7706
7707         Patch by: Bastien Nocera <hadess at hadess dot net>
7708
7709         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7710         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7711         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7712         * sys/xvimage/xvimagesink.h:
7713         Add option to turn off double-buffering for debugging purposes.
7714         Fixes #437169.
7715
7716 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7717
7718         Patch by: Jorn Baayen <jorn at openedhand dot com>
7719
7720         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
7721         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
7722         (gst_ximagesink_init), (gst_ximagesink_class_init):
7723         * sys/ximage/ximagesink.h:
7724         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
7725         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7726         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7727         * sys/xvimage/xvimagesink.h:
7728         add 'handle-expose' property. Useful for video widgets which may want to
7729         be in control of Expose behaviour. Fixes #380625
7730
7731 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7732
7733         * gst-libs/gst/rtp/gstbasertppayload.c:
7734         (gst_basertppayload_class_init), (gst_basertppayload_init),
7735         (gst_basertppayload_event), (gst_basertppayload_push),
7736         (gst_basertppayload_set_property),
7737         (gst_basertppayload_get_property),
7738         (gst_basertppayload_change_state):
7739         * gst-libs/gst/rtp/gstbasertppayload.h:
7740         Fix ranges of rtp payloader properties so that the full range can be
7741         used in addition to -1 (random).
7742         Fix wrong seqnum reporting in caps.
7743         Fixes #420326.
7744
7745 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
7746
7747         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
7748         (gst_video_rate_query):
7749         Use boilerplate.
7750         Add latency query, might not be perfect yet but already works a lot
7751         better. Fixes #442557.
7752
7753 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7754
7755         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
7756         (gst_xvimagesink_setcaps):
7757         * sys/xvimage/xvimagesink.h:
7758         After a caps change, redraw our borders to avoid garbage left there
7759         when the image format changes to a smaller size, like 16:9 -> 4:3
7760         Also, hold the flow_lock a bit longer in the set_caps while we're
7761         fiddling with the xcontext.
7762
7763 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7764
7765         * Makefile.am:
7766         * configure.ac:
7767         * tests/Makefile.am:
7768         Remove bogus check for libcheck, since we check for
7769         gstreamer-check and it pulls in the required info from there, and we
7770         weren't actually _using_ the information for libcheck ourselves
7771         anyway.
7772
7773 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7774
7775         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7776         (gst_ffmpeg_caps_to_pixfmt):
7777         Fix the r_mask test for RGBA32 on little-endian.
7778         Fix a stupid typo that would have obviously broken 
7779         compilation on big-endian, if anyone was testing.
7780
7781 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
7782
7783         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
7784         (paint_hline_str4):
7785         * gst/videotestsrc/videotestsrc.h:
7786         Add alpha to the color struct.
7787         Use a default alpha value of 255 instead of 128.
7788
7789 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
7790
7791         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
7792         (setup_source):
7793         Clear the dynamic pads counter when starting a new uri. This makes
7794         reusing playbin work again.
7795         Fixes #454264.
7796
7797 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
7798
7799         * configure.ac:
7800           Use pkg-config to locate check.
7801
7802 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
7803
7804         * configure.ac:
7805         * tests/check/elements/volume.c: (GST_START_TEST):
7806           Fix 'make check' build against core CVS.
7807
7808 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
7809
7810         * gst-libs/gst/interfaces/propertyprobe.c:
7811         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7812         * gst-libs/gst/tag/gstvorbistag.c:
7813           Make gtk-doc happy.
7814
7815 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
7816
7817         * gst-libs/gst/audio/gstbaseaudiosink.c:
7818         (gst_base_audio_sink_callback):
7819           Quick hack to make audiosinks stop at EOS when operating in
7820           pull-mode; needs to be fixed properly some day.
7821
7822 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
7823
7824         * docs/libs/gst-plugins-base-libs-sections.txt:
7825           Fix location of includes in the docs.
7826
7827 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
7828
7829         * gst/ffmpegcolorspace/avcodec.h:
7830         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7831         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7832         (gst_ffmpegcsp_avpicture_fill):
7833         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
7834         (img_get_alpha_info):
7835         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
7836         of the existing BGRA32 and RGBA32 formats with the alpha at the other
7837         end of the word. Partially fixes #451908
7838
7839 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
7840
7841         * docs/libs/Makefile.am:
7842         * docs/plugins/Makefile.am:
7843           Simplify --extra-dir as gtkdoc scans recursively.
7844
7845 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
7846
7847         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
7848         (gst_adder_request_new_pad):
7849         Make getcaps more robust by not using the proxycaps function. This makes
7850         sure that we don't end up recursively calling getcaps upstream.
7851         See #316248.
7852
7853 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
7854
7855         * gst/audioconvert/audioconvert.c:
7856         Include math.h to fix compilation.
7857
7858 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
7859
7860         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7861         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
7862         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
7863         format, as produced by some dc1394 cameras like the iSight.
7864         See http://www.fourcc.org/yuv.php#IYU1
7865
7866 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
7867
7868         * gst/audioconvert/Makefile.am:
7869         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
7870         (check_default), (audio_convert_prepare_context),
7871         (audio_convert_clean_context), (audio_convert_convert):
7872         * gst/audioconvert/audioconvert.h:
7873         * gst/audioconvert/gstaudioconvert.c:
7874         (gst_audio_convert_dithering_get_type),
7875         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
7876         (gst_audio_convert_init), (gst_audio_convert_set_caps),
7877         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
7878         * gst/audioconvert/gstaudioconvert.h:
7879         * gst/audioconvert/gstaudioquantize.c:
7880         (gst_audio_quantize_setup_noise_shaping),
7881         (gst_audio_quantize_free_noise_shaping),
7882         (gst_audio_quantize_setup_dither),
7883         (gst_audio_quantize_free_dither),
7884         (gst_audio_quantize_setup_quantize_func),
7885         (gst_audio_quantize_setup), (gst_audio_quantize_free):
7886         * gst/audioconvert/gstaudioquantize.h:
7887         Implement dithering and noise shaping in audioconvert. By default now
7888         TPDF dithering (and no noise shaping) will be used when converting
7889         from a higher bit depth to 20 bit depth or smaller, otherwise
7890         everything will be as it is now.
7891         For the last audioconvert in a pipeline it would make sense to
7892         use some kind of noise shaping, enabling it by default for all
7893         conversions would give undesired results though. Fixes #360246.
7894         * tests/check/elements/audioconvert.c: (setup_audioconvert),
7895         (GST_START_TEST):
7896         Adjust unit test for the new audioconvert.
7897
7898 2007-06-28  Wim Taymans  <wim@fluendo.com>
7899
7900         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
7901         Use other metrics as well when estimating the buffer level.
7902
7903 2007-06-28  Wim Taymans  <wim@fluendo.com>
7904
7905         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
7906         Small debug improvement.
7907
7908         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
7909         (plugin_init):
7910         Tweak the rate estimation period.
7911         When calculating the buffer filledness in rate estimation mode, don't
7912         mix it with other metrics.
7913
7914 2007-06-28  Wim Taymans  <wim@fluendo.com>
7915
7916         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
7917         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
7918         When creating the groups, allow for a 5 second, unlimited buffers
7919         preroll phase after which we expose the group.
7920         When the group is exposed, use a small number of buffers up to a 2
7921         second limit. Also disconnect the overrun signal from multiqueue when we
7922         exposed the group because it is not needed anymore.
7923
7924 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
7925
7926         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
7927           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
7928           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
7929           (#451707); also, output some debugging info when dealing with
7930           freeform strings.
7931
7932         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
7933           Add unit test for the above.
7934
7935 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
7936
7937         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
7938           Add description for Windows Media RTP caps.
7939
7940         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
7941           Remove RTP fields that don't define the format from caps.
7942
7943 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
7944
7945         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
7946           Skip empty buffers, but not empty header buffers. That way the original
7947           vorbisdec unit test still passes (#451145); also, take into account
7948           that those empty packets might carry a granulepos.
7949
7950         * tests/check/Makefile.am:
7951         * tests/check/elements/vorbisdec.c:
7952         (_create_codebook_header_buffer), (_create_audio_buffer),
7953         (GST_START_TEST), (vorbisdec_suite):
7954           Add unit test that sends an empty packet.
7955
7956 2007-06-27  Wim Taymans  <wim@fluendo.com>
7957
7958         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
7959         Don't error out on 0-sized packets, just emit a warning because this is
7960         not a fatal error. Fixes #451145.
7961
7962 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
7963
7964         * docs/plugins/gst-plugins-base-plugins.args:
7965         * docs/plugins/gst-plugins-base-plugins.signals:
7966         * docs/plugins/inspect/plugin-adder.xml:
7967         * docs/plugins/inspect/plugin-alsa.xml:
7968         * docs/plugins/inspect/plugin-audioconvert.xml:
7969         * docs/plugins/inspect/plugin-audiorate.xml:
7970         * docs/plugins/inspect/plugin-audioresample.xml:
7971         * docs/plugins/inspect/plugin-audiotestsrc.xml:
7972         * docs/plugins/inspect/plugin-cdparanoia.xml:
7973         * docs/plugins/inspect/plugin-decodebin.xml:
7974         * docs/plugins/inspect/plugin-decodebin2.xml:
7975         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
7976         * docs/plugins/inspect/plugin-gdp.xml:
7977         * docs/plugins/inspect/plugin-gnomevfs.xml:
7978         * docs/plugins/inspect/plugin-libvisual.xml:
7979         * docs/plugins/inspect/plugin-ogg.xml:
7980         * docs/plugins/inspect/plugin-pango.xml:
7981         * docs/plugins/inspect/plugin-playbin.xml:
7982         * docs/plugins/inspect/plugin-subparse.xml:
7983         * docs/plugins/inspect/plugin-tcp.xml:
7984         * docs/plugins/inspect/plugin-theora.xml:
7985         * docs/plugins/inspect/plugin-typefindfunctions.xml:
7986         * docs/plugins/inspect/plugin-video4linux.xml:
7987         * docs/plugins/inspect/plugin-videorate.xml:
7988         * docs/plugins/inspect/plugin-videoscale.xml:
7989         * docs/plugins/inspect/plugin-videotestsrc.xml:
7990         * docs/plugins/inspect/plugin-volume.xml:
7991         * docs/plugins/inspect/plugin-vorbis.xml:
7992         * docs/plugins/inspect/plugin-ximagesink.xml:
7993         * docs/plugins/inspect/plugin-xvimagesink.xml:
7994           Update docs with caps info.
7995
7996 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
7997
7998         * po/POTFILES.in:
7999           Add more files with translatable strings (#450875).
8000
8001 2007-06-23  Edward Hervey  <edward@fluendo.com>
8002
8003         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
8004         The chain should be freed if we error out here, else it will leak.
8005         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
8006         (cleanup_decodebin):
8007         Don't forget to *properly* remove the signals, else it will leak.
8008
8009 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8010
8011         * MAINTAINERS:
8012         Updating all the maintainers files
8013
8014 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
8015
8016         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
8017         (main):
8018           Destroy and recreate parse-launch based pipeline after stop to be able
8019           to play again. Reorder some code and add more comments.
8020
8021 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
8022
8023         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
8024         When handling a delayed-caps notification case, mark
8025         the group as dynamic so that the nbdynamic count is
8026         incremented and decremented correctly. Fixes: #449156
8027         Patch by: Wim Taymans <wim@fluendo.com>
8028
8029 2007-06-19  Andy Wingo  <wingo@pobox.com>
8030
8031         * gst-libs/gst/audio/gstbaseaudiosink.c
8032         (gst_base_audio_sink_init): Enable pull-mode operation.
8033
8034 2007-06-19  Michael Smith <msmith@fluendo.com>
8035
8036         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8037           Change minimum rate back to 1000 to allow low-sample-rate wav files
8038           to play back.
8039
8040 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8041
8042         * po/vi.po:
8043           Update translations.
8044
8045 2007-06-15  David Schleef  <ds@schleef.org>
8046
8047         * gst/playback/gstqueue2.c:
8048           Fix compile error from ignored return value.
8049
8050 2007-06-15  Michael Smith <msmith@fluendo.com>
8051
8052         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
8053           Update tmpbuf for all neccesary rows, not just one, as is required
8054           when downscaling.
8055           Fixes #402076.
8056
8057 2007-06-15  Michael Smith <msmith@fluendo.com>
8058
8059         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
8060         (eos_buffer_probe):
8061           Add a test that ensures we set DELTA_UNIT on all non-header,
8062           non-video buffers, if we have a video stream.
8063         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8064         (gst_ogg_mux_process_best_pad):
8065           Move setting delta_pad to earlier, where we inspect all pads, so
8066           that leading audio pages don't get DELTA_UNIT unset if they come
8067           before the first DELTA_UNIT from video pages. Fixes the newly-added
8068           test. Fixes #385527.
8069
8070 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
8071
8072         * tests/check/pipelines/streamheader.c: (streamheader_suite):
8073           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
8074           fails on the p5-ppc64 build bot and the failure looks like it is due
8075           to the same issue as #348114, ie. a compiler bug.
8076
8077 2007-06-13  Edward Hervey  <edward@fluendo.com>
8078
8079         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8080         Fix build on MacOSX.
8081
8082 2007-06-13  Wim Taymans  <wim@fluendo.com>
8083
8084         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8085         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
8086         Fix compilation on mingw. Fixes #446972.
8087
8088 2007-06-12  Wim Taymans  <wim@fluendo.com>
8089
8090         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8091
8092         * gst/playback/gstqueue2.c: (update_buffering),
8093         (gst_queue_locked_enqueue):
8094         Fix a division by zero when the max percent is <= 0. Fixes #446572.
8095         also update the buffering status when receiving events. Fixes #446551.
8096
8097 2007-06-11  Wim Taymans  <wim@fluendo.com>
8098
8099         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8100
8101         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
8102         (gst_queue_handle_src_query):
8103         Wait for preroll before attempting to forward a duration query upstream.
8104         Fixes #445505.
8105
8106 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
8107
8108         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
8109         (gst_base_rtp_depayload_set_gst_timestamp):
8110         Use G_GINT64_CONSTANT macro for int64 constant.
8111         * win32/common/libgstinterfaces.def:
8112         * win32/common/libgsttag.def:
8113         Add new exported functions.
8114
8115 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
8116
8117         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
8118           The BOS page of the first Dirac video stream needs to come before
8119           the BOS page of any Vorbis streams or other audio streams, just like
8120           it is with Theora.
8121
8122 2007-06-07  Wim Taymans  <wim@fluendo.com>
8123
8124         * gst/playback/gstqueue2.c: (gst_queue_get_range):
8125         Fix compilation.
8126
8127 2007-06-06  Wim Taymans  <wim@fluendo.com>
8128
8129         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8130
8131         * gst/playback/gstqueue2.c: (gst_queue_init),
8132         (gst_queue_handle_sink_event), (gst_queue_chain),
8133         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
8134         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
8135         (gst_queue_src_activate_pull):
8136         Add pull based scheduling and fix some deadlocks. Fixes #444523.
8137         Does not yet completely work because duration queries upstream won't
8138         block yet.
8139
8140 2007-06-06  Wim Taymans  <wim@fluendo.com>
8141
8142         * configure.ac:
8143         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8144         Some more fseeko checks.
8145
8146 2007-06-06  Wim Taymans  <wim@fluendo.com>
8147
8148         * configure.ac:
8149         check for large file support.
8150
8151 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
8152
8153         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
8154
8155         * gst/subparse/gstsubparse.c: (parse_subrip),
8156         (subviewer_unescape_newlines), (parse_subviewer),
8157         (gst_sub_parse_data_format_autodetect),
8158         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
8159         * gst/subparse/gstsubparse.h:
8160         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
8161         * tests/check/elements/subparse.c: (GST_START_TEST),
8162         (subparse_suite):
8163         Add a unit test for both SubViewer formats.
8164
8165 2007-06-01  Michael Smith <msmith@fluendo.com>
8166
8167         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8168           Don't overflow intermediate values when seeking to large time values
8169           in audiotestsrc.
8170
8171 2007-06-05  Wim Taymans  <wim@fluendo.com>
8172
8173         * gst/playback/gstqueue2.c: (gst_queue_have_data),
8174         (gst_queue_create_read), (gst_queue_read_item_from_file),
8175         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
8176         Include stdio to define fseeko.
8177
8178 2007-06-05  Wim Taymans  <wim@fluendo.com>
8179
8180         Patch by: Edward Hervey  <edward@fluendo.com>
8181
8182         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
8183         (gst_v4lsrc_query):
8184         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
8185
8186 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8187
8188         * gst-libs/gst/riff/Makefile.am:
8189         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
8190           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8191           our own implementation.
8192
8193 2007-06-05  Wim Taymans  <wim@fluendo.com>
8194
8195         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8196         (gst_base_rtp_depayload_setcaps),
8197         (gst_base_rtp_depayload_set_gst_timestamp),
8198         (gst_base_rtp_depayload_change_state):
8199         Handle timestamp wraparound.
8200
8201 2007-06-05  Wim Taymans  <wim@fluendo.com>
8202
8203         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
8204         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
8205         (gst_uri_decode_bin_change_state):
8206         Make sure we name srcpads uniquely even when using different internal
8207         decodebins.
8208         Signal no-more-pads when no more dynamic elements exist.
8209         Remove pads on cleanup.
8210
8211 2007-06-05  Wim Taymans  <wim@fluendo.com>
8212
8213         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8214
8215         * gst/playback/gstqueue2.c: (gst_queue_class_init),
8216         (gst_queue_init), (gst_queue_finalize),
8217         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
8218         (gst_queue_create_read), (gst_queue_read_item_from_file),
8219         (gst_queue_open_temp_location_file),
8220         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
8221         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8222         (gst_queue_is_empty), (gst_queue_is_filled),
8223         (gst_queue_change_state), (gst_queue_set_temp_location),
8224         (gst_queue_set_property):
8225         Add support for filebased buffering. Fixes #441264.
8226
8227 2007-06-05  Wim Taymans  <wim@fluendo.com>
8228
8229         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
8230         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
8231         (caps_notify_group_cb), (gst_decode_group_new),
8232         (gst_decode_group_free):
8233         Add support for delayed caps fixation when autoplugging.
8234         Optimize cases where a multiqueue is not needed/wanted, like right after
8235         anything that is not a demuxer.
8236
8237 2007-06-05  Wim Taymans  <wim@fluendo.com>
8238
8239         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
8240         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
8241         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
8242         consideratly speedup ogg chain detection by not trying to find a base
8243         timestamp for skeleton streams. 
8244
8245 2007-06-05  Wim Taymans  <wim@fluendo.com>
8246
8247         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8248         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
8249         (gst_multi_fd_sink_remove_flush),
8250         (gst_multi_fd_sink_remove_client_link),
8251         (gst_multi_fd_sink_handle_client_write),
8252         (gst_multi_fd_sink_handle_clients):
8253         * gst/tcp/gstmultifdsink.h:
8254         Add support for remove_flush.
8255
8256 2007-06-05  Wim Taymans  <wim@fluendo.com>
8257
8258         * docs/design/draft-keyframe-force.txt:
8259         * ext/theora/theoraenc.c: (theora_enc_sink_event),
8260         (theora_enc_chain):
8261         Add draft design for forcing keyframes in encoders and implement in
8262         theoraenc.
8263
8264 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
8265
8266         * configure.ac:
8267           Back to CVS
8268
8269 === release 0.10.13 ===
8270
8271 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
8272
8273         * configure.ac:
8274           releasing 0.10.13, "What's Going on?"
8275
8276 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8277
8278         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8279         In riff, the depth is stored in the size field but it just means that
8280         the least significant bits are cleared. We can therefore just play
8281         the sample as if it had a depth == width. Fixes: #440997
8282
8283         Patch by: Wim Taymans <wim@fluendo.com> 
8284         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
8285
8286 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8287
8288         * gst-libs/gst/floatcast/floatcast.h:
8289         Define inline when needed on win32 builds. Fixes: #441295
8290         Patch by: Sebastien Moutte  <sebastien@moutte.net>
8291
8292 2007-05-29  Wim Taymans  <wim@fluendo.com>
8293
8294         * gst/playback/gstplaybasebin.c: (queue_overrun),
8295         (no_more_pads_full):
8296         Stop buffering when the group is commited because the queues filled up.
8297         Fixes #442024.
8298
8299 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8300
8301         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
8302         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
8303         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8304         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8305         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8306         * ext/alsa/gstalsamixer.h:
8307         * ext/alsa/gstalsamixerelement.c:
8308         (gst_alsa_mixer_element_interface_supported),
8309         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8310         (gst_alsa_mixer_element_set_property),
8311         (gst_alsa_mixer_element_get_property),
8312         (gst_alsa_mixer_element_change_state):
8313         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
8314         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
8315         (gst_mixer_option_changed):
8316         * gst-libs/gst/interfaces/mixer.h:
8317         Revert commits towards #152864 made so far. We'll pick it up again
8318         after the 0.10.13 release.
8319
8320 2007-05-24  Wim Taymans  <wim@fluendo.com>
8321
8322         * gst-libs/gst/audio/gstbaseaudiosink.c:
8323         (gst_base_audio_sink_render):
8324         After an interrupt (PAUSED/flush) assume that the next sample should not
8325         be aligned to the previous sample. Fixes #417992.
8326
8327 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8328
8329         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8330           Don't add channels and rate fields to the template caps for
8331           audio/x-dts, as wavparse might not always be able to set them,
8332           which would then lead to 'caps are not a real subset of the
8333           template caps' warnings.
8334
8335 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8336
8337         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
8338         Handle unknown or invalid pads without crashing, as might occur if
8339         a media file like an mp3 is specified as a subtitle file.
8340         Fixes: #410039
8341
8342 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8343
8344         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
8345         (setup_sinks):
8346         Block the subtitle bin output queue before ghosting it and linking,
8347         then unblock after. This avoids spurious not-linked errors caused 
8348         by the queue starting up (because it gets linked when it is ghosted). 
8349         Fixes: #350299
8350
8351 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
8352
8353         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
8354         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
8355         file. Avoids flukes where the input gets typefound to some valid but
8356         useless type.
8357
8358 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8359
8360         * tests/check/Makefile.am:
8361         * tests/check/elements/.cvsignore:
8362         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
8363         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
8364           Add unit test for gnomevfssink seeking and position reporting for
8365           file:// URIs.
8366
8367 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8368
8369         Patch by: Mark Nauwelaerts <manauw at skynet be>
8370
8371         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
8372         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
8373         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
8374         * ext/gnomevfs/gstgnomevfssink.h:
8375           Fix position reporting, especially after a seek (from upstream),
8376           see #412648.
8377
8378 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8379
8380         * ext/cdparanoia/gstcdparanoiasrc.c:
8381           Repair umlaut.
8382
8383 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
8384
8385         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8386         Specify the full valid range for MP3 samplerates. Fixes a regression
8387         caused by extra header checks since the last release.
8388
8389 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
8390
8391         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
8392         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
8393         Fix a locking-order bug I introduced with my changes the other day.
8394         Patch by Mike Smith.
8395
8396 2007-05-21  Michael Smith <msmith@fluendo.com>
8397
8398         * ext/theora/theoradec.c: (theora_handle_data_packet):
8399           Don't look inside 0-length packets (which indicate duplicated
8400           frames)
8401
8402 2007-05-21  Wim Taymans  <wim@fluendo.com>
8403
8404         * ext/cdparanoia/gstcdparanoiasrc.c:
8405         (gst_cd_paranoia_src_read_sector):
8406         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8407         (gst_base_audio_src_create):
8408         Small cleanups.
8409
8410         * ext/theora/theoradec.c: (theora_dec_sink_event):
8411         Fix typo.
8412
8413         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8414         (gst_base_rtp_depayload_set_gst_timestamp):
8415         Add some FIXME
8416
8417         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
8418         And some debug info when a FIXME path is hit.
8419
8420 2007-05-21  Wim Taymans  <wim@fluendo.com>
8421
8422         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8423         (gst_base_rtp_audio_payload_class_init),
8424         (gst_base_rtp_audio_payload_init),
8425         (gst_base_rtp_audio_payload_finalize),
8426         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8427         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8428         (gst_base_rtp_payload_audio_handle_event):
8429         Some cleanups, remove minptime property as it is now in the parent
8430         class.
8431         Override parent class event function.
8432
8433         * gst-libs/gst/rtp/gstbasertppayload.c:
8434         (gst_basertppayload_class_init), (gst_basertppayload_init),
8435         (gst_basertppayload_event), (gst_basertppayload_set_property),
8436         (gst_basertppayload_get_property):
8437         * gst-libs/gst/rtp/gstbasertppayload.h:
8438         Add min-ptime property.
8439         Add handle-event vmethod. Fixes #415001.
8440
8441 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8442
8443         * gst-libs/gst/audio/gstbaseaudiosink.c
8444           (gst_base_audio_sink_change_state):
8445           Fix typo in comment.
8446
8447         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
8448           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
8449           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
8450           close_link):
8451         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
8452           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
8453           Remove trailing whitespaces in comments.
8454
8455         * gst/volume/Makefile.am:
8456           Fix tabs.
8457
8458 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8459
8460         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8461
8462         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
8463           set_option, get_option, _gst_reserved):
8464           Revert reordering functions (keep ABI).
8465
8466 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
8467
8468         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
8469         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
8470         (gst_ximagesink_show_frame):
8471         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8472         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
8473         (gst_xvimagesink_show_frame):
8474         When we create our own window, indicate that we handle the 
8475         WM_DELETE client message from the window manager, so that it won't 
8476         kill our window (and our app) along with it. Handle ClientMessage,
8477         post an error on the bus, and close the window. Further buffers
8478         arriving will result in a FlowError because the window has been
8479         destroyed.
8480
8481         Fixes: #393975
8482
8483         Clean up the X event handling loop and make them the same for
8484         both xvimagesink and ximagesink while I'm at it.
8485
8486 2007-05-17  Wim Taymans  <wim@fluendo.com>
8487
8488         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
8489         Make decodebin2 autoplug depayloaders too.
8490
8491         * gst/playback/gsturidecodebin.c: (source_new_pad):
8492         Set the newly created decoder in a usable state when autoplugging a
8493         dynamic source such as RTSP.
8494
8495 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8496
8497         * gst/playback/gststreaminfo.c: (cb_probe):
8498           Ignore video-codec tag for audio streams and ignore audio-codec tags
8499           for video streams. Should make codec name collection a bit more
8500           robust against sloppy demuxers that send tag events containing both
8501           tags down each pad.
8502
8503 2007-05-17  Wim Taymans  <wim@fluendo.com>
8504
8505         * gst/playback/gstqueue2.c: (update_rates):
8506         Tweak the buffering thresholds a little.
8507         Update the buffer size with the previously calculate rate instead of
8508         only when we calculate a new rate so that we get smoother buffering
8509         updates.
8510
8511         * gst/playback/Makefile.am:
8512         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
8513         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
8514         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
8515         (gst_uri_decode_bin_get_property), (unknown_type),
8516         (add_element_stream), (no_more_pads_full), (no_more_pads),
8517         (source_no_more_pads), (new_decoded_pad), (array_has_value),
8518         (gen_source_element), (has_all_raw_caps), (analyse_source),
8519         (remove_decoders), (make_decoder), (remove_source),
8520         (source_new_pad), (setup_source), (decoder_query_init),
8521         (decoder_query_duration_fold), (decoder_query_duration_done),
8522         (decoder_query_position_fold), (decoder_query_position_done),
8523         (decoder_query_latency_fold), (decoder_query_latency_done),
8524         (decoder_query_seeking_fold), (decoder_query_seeking_done),
8525         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
8526         (gst_uri_decode_bin_change_state), (plugin_init):
8527         New element that intergrates a source, optional buffering element and
8528         decodebin.
8529
8530 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8531
8532         * configure.ac:
8533           Bump libtheora requirement to 1.0alpha5 for the pixformat check
8534           (also has a .pc file, so we don't need the fallback check any
8535           longer). Fixes #438840.
8536
8537 2007-05-17  Wim Taymans  <wim@fluendo.com>
8538
8539         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8540         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
8541         (apply_segment), (apply_buffer), (update_buffering),
8542         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
8543         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8544         (gst_queue_handle_sink_event), (gst_queue_is_filled),
8545         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
8546         (plugin_init):
8547         fix build.
8548
8549 2007-05-17  Wim Taymans  <wim@fluendo.com>
8550
8551         * gst/playback/Makefile.am:
8552         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8553         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
8554         (gst_queue_getcaps), (gst_queue_bufferalloc),
8555         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
8556         (apply_buffer), (update_buffering), (reset_rate_timer),
8557         (update_rates), (gst_queue_locked_flush),
8558         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8559         (gst_queue_handle_sink_event), (gst_queue_is_empty),
8560         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
8561         (gst_queue_loop), (gst_queue_handle_src_event),
8562         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
8563         (gst_queue_src_activate_push), (gst_queue_change_state),
8564         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
8565         On our way to playbin2 this is the new network queue that does buffering
8566         all by itself using high and low watermarks. It can also measure up and
8567         downstream bandwidth to optimally size the queue.
8568
8569 2007-05-17  Michael Smith <msmith@fluendo.com>
8570
8571         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8572         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
8573           Use the segment->last_stop value to calculate the next timestamp to
8574           generate after a seek; not the segment->start value.
8575
8576 2007-05-15  David Schleef  <ds@schleef.org>
8577
8578         * docs/Makefile.am: Install docs even when --disable-gtk-doc
8579           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
8580
8581 2007-05-15  Wim Taymans  <wim@fluendo.com>
8582
8583         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8584         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
8585         Some more chained streaming ogg timestamp fixes.
8586
8587 2007-05-15  Wim Taymans  <wim@fluendo.com>
8588
8589         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8590         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8591         (gst_ogg_demux_handle_page):
8592         Add some FIXMEs.
8593         Fix chain start/stop segment handling based on patch by
8594         <ahalda at cs dot mcgill dot ca> see #320984.
8595
8596 2007-05-15  Michael Smith <msmith@fluendo.com>
8597
8598         * configure.ac:
8599           We don't require a C++ compiler. So don't require one.
8600
8601 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8602
8603         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
8604           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8605           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
8606           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8607           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
8608           gst_alsa_mixer_update_track):
8609           Apply some of the cleanup Tim suggested in #152864 afterwards.
8610
8611 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8612
8613         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8614
8615         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
8616           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
8617           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
8618           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8619           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
8620           gst_alsa_mixer_handle_source_callback,
8621           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8622           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
8623           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
8624           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
8625           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
8626           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
8627         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
8628         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
8629           gst_alsa_mixer_element_interface_supported,
8630           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
8631           gst_alsa_mixer_element_set_property,
8632           gst_alsa_mixer_element_get_property,
8633           gst_alsa_mixer_element_change_state):
8634         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
8635         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
8636           gst_mixer_option_changed):
8637         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
8638           volume_changed, option_changed, _gst_reserved):
8639           Implement notification for alsamixer. Fixes #152864
8640
8641 2007-05-14  David Schleef  <ds@schleef.org>
8642
8643         * gst/videotestsrc/videotestsrc.c:
8644         * gst/videotestsrc/videotestsrc.h:
8645           Add support for video/x-raw-bayer.
8646
8647 2007-05-12  David Schleef  <ds@schleef.org>
8648
8649         * sys/xvimage/xvimagesink.c:
8650           Add some sanity checking for the XVImage size returned by X.
8651           Related to #377400.
8652
8653 2007-05-12  Wim Taymans  <wim@fluendo.com>
8654
8655         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8656         (gst_base_rtp_depayload_setcaps),
8657         (gst_base_rtp_depayload_set_gst_timestamp):
8658         Parse and use additional caps fields as described in updated
8659         application/x-rtp caps spec.
8660
8661 2007-05-12  Wim Taymans  <wim@fluendo.com>
8662
8663         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8664         (gst_ogg_demux_collect_chain_info):
8665         If there is a stream in a chain without any data packets, ignore the
8666         stream in the total length calculations. Might be related to #436820.
8667
8668 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
8669
8670         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
8671         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
8672         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
8673         (mpeg_video_type_find), (mpeg_video_stream_type_find),
8674         (plugin_init):
8675
8676         Consolidate and re-work our mpeg system stream detection to probe
8677         more packets and produce a higher confidence result. Fixes a
8678         regression caused by lowering the typefind probability last year
8679         - related to bug #397810. Remove the redundant MPEG-1 specific 
8680         typefind function, as the new one detects both MPEG-1 & MPEG-2
8681         happily.
8682
8683         Also cleanup the MPEG elementary and MPEG-TS detection functions a
8684         little. 
8685
8686         Tested against my media test directory, with some improvements and
8687         no regressions.
8688
8689 2007-05-10  Wim Taymans  <wim@fluendo.com>
8690
8691         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
8692         (queue_out_of_data):
8693         Connect to the new queue "pushing" signal instead of the broken
8694         "running" one.
8695
8696 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
8697
8698         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8699         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
8700         Move variable declaration before the first instruction.
8701         * gst/videotestsrc/videotestsrc.c:
8702         Define M_PI if it's not defined yet.
8703         * win32/common/libgstrtp.def:
8704         Add new exported functions.
8705
8706 2007-05-09  Michael Smith <msmith@fluendo.com>
8707
8708         * ext/theora/theoradec.c: (theora_handle_type_packet):
8709           gst_pad_push_event() does not return a GstFlowReturn!
8710
8711 2007-05-09  Wim Taymans  <wim@fluendo.com>
8712
8713         * tests/examples/seek/scrubby.c: (stop_cb), (main):
8714         * tests/examples/seek/seek.c: (do_seek):
8715         Some small cosmetic changes.
8716
8717 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
8718
8719         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
8720           gst_adder_change_state):
8721         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
8722           segment_pending, segment_position, segment_rate):
8723           Handle playback-rate on adder.
8724
8725 2007-05-07  Michael Smith <msmith@fluendo.com>
8726
8727         * ext/theora/gsttheoradec.h:
8728         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8729         (theora_dec_sink_event), (theora_handle_comment_packet),
8730         (theora_handle_type_packet), (theora_dec_change_state):
8731           Don't push events (newsegment, tags) before initialising the
8732           decoder.
8733           This is neccesary for seeking to work correctly in gnonlin.
8734
8735 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8736
8737         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8738         * gst/adder/gstadder.c:
8739         * gst/audiotestsrc/gstaudiotestsrc.c
8740           (gst_audio_test_src_create_white_noise):
8741         * gst/videotestsrc/gstvideotestsrc.c:
8742         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
8743           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
8744           volume_sink_template, volume_src_template, gst_volume_init,
8745           volume_process_double, volume_process_int16,
8746           volume_process_int16_clamp):
8747           Doc fixes and formatting.
8748
8749 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
8750
8751         * tests/check/Makefile.am:
8752         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
8753           Minimal check for volume's GstController usability; also another
8754           test for #422295.
8755
8756 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
8757
8758         * gst-libs/gst/cdda/gstcddabasesrc.c:
8759         (gst_cdda_base_src_add_track):
8760           Fix it so that it (a) makes sense and (b) doesn't break
8761           everything cdda-related including the unit test.
8762
8763 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8764
8765         * gst-libs/gst/cdda/gstcddabasesrc.c:
8766         (gst_cdda_base_src_add_track):
8767           Fix build when disabling asserts.
8768
8769 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
8770
8771         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
8772           When XShm is not available, we might get row strides that are not
8773           rounded up to multiples of four; this is bad, because virtually
8774           every RGB-processing element in GStreamer assumes rowstrides are
8775           rounded up to multiples of four, so let's allocate at least enough
8776           memory to avoid crashes in this case. The image will still be
8777           displayed distorted though if this happens, so that still needs
8778           fixing (maybe by allocating a bigger image with an 'even' width
8779           and then clipping it appropriately when rendering - something for
8780           Xlib aficionados in any case).
8781
8782 2007-05-03  Michael Smith <msmith@fluendo.com>
8783
8784         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
8785           If a buffer doesn't have a timestamp, assume it's contiguous with
8786           the previous buffer, and synthesise timestamps appropriately.
8787
8788 2007-05-03  Edward Hervey  <edward@fluendo.com>
8789
8790         * tests/check/elements/videorate.c: (GST_START_TEST):
8791         Set buffer timestamp to a valid value in order to test the buffer
8792         really does stay in videorate.
8793
8794 2007-05-03  Edward Hervey  <edward@fluendo.com>
8795
8796         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8797         There is no sensible way to handle incoming buffers which don't have a
8798         valid timestamp. We therefore discard them and wait for the next one.
8799
8800 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
8801
8802         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
8803         * gst/playback/gstdecodebin2.c: (plugin_init):
8804           Better error message for text files.
8805
8806 2007-04-29  Wim Taymans  <wim@fluendo.com>
8807
8808         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
8809         Fix offset bug in generation RR packets.
8810
8811 2007-04-27  Julien MOUTTE  <julien@moutte.net>
8812
8813         * ext/theora/theoradec.c: (_theora_granule_time),
8814         (theora_dec_push_forward), (theora_handle_data_packet),
8815         (theora_dec_decode_buffer): Calculate buffer duration correctly
8816         to generate a perfect stream (#433888).
8817         * gst/audioresample/gstaudioresample.c:
8818         (audioresample_check_discont): Glib provides ABS.
8819
8820 2007-04-27  Wim Taymans  <wim@fluendo.com>
8821
8822         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
8823         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
8824         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
8825         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
8826         (gst_rtcp_packet_bye_set_reason):
8827         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8828         Fix RB block parsing and writing.
8829         Add support for constructing BYE packets.
8830
8831 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
8832
8833         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
8834         (gst_base_audio_src_create):
8835         * po/POTFILES.in:
8836           When posting a warning message because samples were dropped, post
8837           something more intelligible than he default error message for clock
8838           errors which is just confusing in this context (#432984).
8839
8840 2007-04-25  Wim Taymans  <wim@fluendo.com>
8841
8842         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
8843         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
8844         (read_packet_header), (gst_rtcp_packet_move_to_next),
8845         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
8846         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
8847         (gst_rtcp_packet_sdes_get_item_count),
8848         (gst_rtcp_packet_sdes_first_item),
8849         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
8850         (gst_rtcp_packet_sdes_first_entry),
8851         (gst_rtcp_packet_sdes_next_entry),
8852         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
8853         (gst_rtcp_packet_sdes_add_entry):
8854         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8855         Implement code to write SR, RR and SDES packets.
8856
8857 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
8858
8859         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
8860
8861         * sys/ximage/ximagesink.c:
8862           Fix build if XShm is not available (#432362).
8863
8864 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
8865
8866         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
8867         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
8868         pointers to random memory which are passed to g_free() when
8869         audio_convert_prepare_context() is called the first time.
8870
8871 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
8872
8873         Patch by: Dan Williams <dcbw redhat com>
8874
8875         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8876           Don't leak incoming buffer if gst_pad_push() returns a
8877           non-OK flow. Fixes #432755.
8878          
8879         * tests/check/elements/videorate.c: (GST_START_TEST),
8880         (videorate_suite):
8881           Unit test for the above by Yours Truly.
8882
8883 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
8884
8885         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
8886         (gst_adder_sink_event), (gst_adder_collected):
8887           Fix non-flushing segmented seeks, Fixes #340060 for me
8888
8889 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8890
8891         Patch by: Olivier Crete  <tester at tester ca>
8892
8893         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8894         (gst_base_rtp_audio_payload_class_init),
8895         (gst_base_rtp_audio_payload_init),
8896         (gst_base_rtp_audio_payload_dispose):
8897           Chain up to parent class in dispose function; get rid of
8898           unnecessary 'diposed' flag in private structure (#415001).
8899
8900 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8901
8902         * docs/libs/gst-plugins-base-libs.types:
8903         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8904         (gst_base_rtp_audio_payload_class_init):
8905         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8906         * gst-libs/gst/rtp/gstbasertppayload.c:
8907           Some minor docs fixes and additions; also add missing 'Since' bits.
8908
8909 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8910
8911         Patch by: Zeeshan Ali  <zeenix gmail com>
8912
8913         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8914         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8915         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8916         (gst_base_rtp_audio_payload_push):
8917         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
8918           The recently-added gst_base_rtp_audio_payload_push() should take an
8919           object of type GstBaseRTPAudioPayload as first argument (#431672).
8920
8921 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8922
8923         * gst/audioresample/gstaudioresample.c:
8924           Make more functions static, just because we can.
8925
8926 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8927
8928         * tests/check/elements/audioresample.c:
8929           Add unit test for audioresample shutdown crasher (#420106).
8930
8931 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
8932
8933         * gst/subparse/gstsubparse.c:
8934         * gst/subparse/samiparse.c:
8935           Use GST_DISABLE_XML here
8936
8937         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8938         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
8939         (gst_xvimagesink_buffer_alloc),
8940         (gst_xvimagesink_navigation_send_event):
8941         * sys/xvimage/xvimagesink.h:
8942           Include stdlib.h when using atoi.
8943           
8944         * tests/check/elements/playbin.c: (playbin_suite):
8945           Use GST_DISABLE_REGISTRY here
8946
8947 2007-04-19  Michael Smith  <msmith@fluendo.com>
8948
8949         * ext/theora/gsttheoraenc.h:
8950         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
8951         (theora_enc_sink_event), (theora_enc_change_state):
8952           Track initialisation state; don't try to use encoder state if we're
8953           not initialised (it'll segfault).
8954
8955 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
8956
8957         * tests/check/pipelines/.cvsignore:
8958         Fix build.
8959
8960 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8961
8962         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8963         Allow random depths between 1 and 32 instead of only multiplies of 8.
8964
8965 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8966
8967         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8968         Set the maximum number of channels for PCM and float in the correct
8969         place to have it also used when creating the template caps.
8970
8971 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8972
8973         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8974         Correctly support 4, 6 and 8 channels with normal PCM and float
8975         wav files.
8976
8977         Fix the depth and signedness calculation in extensible wav files and
8978         also handle 1, 2, 4, 6, 8 channels here when a file without channel
8979         mask is found.
8980
8981         Add support for float, alaw and mulaw in extensible wav files.
8982
8983         This allows correct playback of all but 5 files from
8984         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
8985         
8986         (gst_riff_create_audio_template_caps):
8987         Add voxware and float formats to the template caps.     
8988
8989 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8990
8991         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
8992
8993         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
8994         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
8995
8996         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8997         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
8998         Use the correct format strings for integer formats.
8999
9000 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9001
9002         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
9003           Don't use pad_alloc_buffer_and_set_caps to create a small header
9004           packet, or, worse, to create a big temporary video buffer using the
9005           src pad.
9006
9007 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9008
9009         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
9010         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9011           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
9012           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
9013
9014 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9015
9016         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9017           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
9018           streamheader_suite):
9019           Add another test set up for failure
9020
9021 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9022
9023         * tests/check/Makefile.am:
9024         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
9025           GST_START_TEST, streamheader_suite, main):
9026           Add a test for the streamheader bug Wim fixed.
9027
9028 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
9029
9030         * ext/theora/theoradec.c: (theora_dec_sink_event):
9031         Fix misleading comment.
9032
9033 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9034
9035         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9036           More sanity checks for the header fields.
9037
9038 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9039
9040         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9041           Try encodings from all environment variables, not just those in the
9042           first environment variable that is set.
9043
9044 2007-04-12  Wim Taymans  <wim@fluendo.com>
9045
9046         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9047         (gst_video_rate_chain):
9048         Add some debug.
9049
9050         * tests/check/elements/videorate.c: (GST_START_TEST),
9051         (videorate_suite):
9052         Added check for videorate changing caps handling. Closes #421834.
9053
9054 2007-04-12  Michael Smith  <msmith@fluendo.com>
9055
9056         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9057           Use scale functions to avoid overflow when calculating duration of 
9058           vorbis buffers.
9059
9060 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9061
9062         * docs/libs/gst-plugins-base-libs-sections.txt:
9063         * gst-libs/gst/tag/tag.h:
9064         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9065           API: add gst_tag_freeform_string_to_utf8() (#405072).
9066
9067         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
9068           Use gst_tag_freeform_string_to_utf8() here.
9069
9070 2007-04-12  Wim Taymans  <wim@fluendo.com>
9071
9072         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
9073         (gst_gdp_pay_sink_event):
9074         Make sure we set the IN_CAPS flag correctly.
9075
9076         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
9077         Get the IN_CAPS flag before we call functions that mess with the flags.
9078
9079 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9080
9081         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
9082           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
9083           Only stamp buffers with offset/offset_end right before they get
9084           pushed.  This ensures offset continuity, which was not the case
9085           before as shown by
9086           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
9087
9088 2007-04-06  Wim Taymans  <wim@fluendo.com>
9089
9090         * gst/playback/gstplaybin.c: (add_sink),
9091         (gst_play_bin_change_state):
9092         Activate sync in playbin, we are ready to handle it for live streams.
9093
9094 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
9095
9096         * tests/check/elements/playbin.c:
9097         (test_sink_usage_video_only_stream), (playbin_suite):
9098           Add small test for stream-info-value-array code paths.
9099
9100 2007-04-05  Wim Taymans  <wim@fluendo.com>
9101
9102         * gst-libs/gst/audio/gstbaseaudiosink.c:
9103         (gst_base_audio_sink_skew_slaving):
9104         Don't try to create invalid calibration parameters by making the
9105         internal time go backwards, instead make external time go forward.
9106
9107 2007-04-05  Wim Taymans  <wim@fluendo.com>
9108
9109         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9110
9111         * gst/playback/gstplaybasebin.c: (add_stream):
9112         Fix leak in add_stream(), when g_value_set_object() increases the
9113         refcount of streaminfo object. Fixes #426250.
9114
9115 2007-04-03  David Schleef  <ds@schleef.org>
9116
9117         * gst/videotestsrc/gstvideotestsrc.c:
9118         * gst/videotestsrc/gstvideotestsrc.h:
9119         * gst/videotestsrc/videotestsrc.c:
9120         * gst/videotestsrc/videotestsrc.h:
9121           Add a test pattern called "circular", which has concentric
9122           rings with varying radial frequency.  The main purpose of this
9123           pattern is to test fidelity loss in a filter or scaler element.
9124           Notably, this pattern is scale invariant, and is optimally viewed
9125           with a width (and height) of 400.
9126
9127 2007-04-03  Wim Taymans  <wim@fluendo.com>
9128
9129         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9130
9131         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
9132         (deactivate_free_recursive):
9133         Decodebin2 doesn't unref pads it obtains in some occasions:
9134         - multiqueue src pads, when either connecting further or exposing
9135         - sink pads of new autoplugged elements
9136         - peer pads when recursively freeing elements
9137         Fixes #425455.
9138
9139 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9140
9141         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9142         Add audio/x-raw-float support, now that audioconvert support
9143         non-native endianness floats.
9144
9145 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
9146
9147         * docs/libs/gst-plugins-base-libs-docs.sgml:
9148           gstreamer-plugins-base.pc doesn't exist, it's
9149           gstreamer-plugins-base-0.10.pc.
9150
9151 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9152
9153         Patch by: René Stadler <mail at renestadler dot de>
9154         with some minor changes
9155
9156         * gst-libs/gst/floatcast/floatcast.h:
9157         Use more efficient float endianness conversion functions that don't
9158         involve 2 function calls per value.
9159         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
9160         (check_default), (audio_convert_prepare_context):
9161         * gst/audioconvert/gstaudioconvert.c:
9162         (gst_audio_convert_parse_caps), (make_lossless_changes):
9163         Support non-native endianness floats as input and output.
9164         Fixes #339838.
9165         * tests/check/elements/audioconvert.c: (verify_convert),
9166         (GST_START_TEST):
9167         Add unit tests for the non-native endianness float conversions.
9168
9169 2007-03-29  Wim Taymans  <wim@fluendo.com>
9170
9171         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9172         (gst_base_rtp_depayload_base_init),
9173         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9174         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
9175         (gst_base_rtp_depayload_set_gst_timestamp),
9176         (gst_base_rtp_depayload_change_state),
9177         (gst_base_rtp_depayload_set_property),
9178         (gst_base_rtp_depayload_get_property):
9179         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9180         Add Private structure.
9181         Bring element code to 2007.
9182         Parse clock-base caps param and use it when generating the
9183         newsegment.
9184         Reset variables before going to PAUSED.
9185         Fix some docs.
9186
9187 2007-03-29  Wim Taymans  <wim@fluendo.com>
9188
9189         * docs/libs/gst-plugins-base-libs-docs.sgml:
9190         * docs/libs/gst-plugins-base-libs-sections.txt:
9191         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9192         (gst_base_rtp_audio_payload_get_adapter):
9193         Add RTCP docs.
9194         Fix some more docs.
9195
9196         * gst-libs/gst/rtp/Makefile.am:
9197         * gst-libs/gst/rtp/gstrtcpbuffer.c:
9198         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
9199         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
9200         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
9201         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
9202         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
9203         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
9204         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
9205         (gst_rtcp_packet_sr_get_sender_info),
9206         (gst_rtcp_packet_sr_set_sender_info),
9207         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
9208         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
9209         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
9210         (gst_rtcp_packet_sdes_get_chunk_count),
9211         (gst_rtcp_packet_sdes_first_chunk),
9212         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
9213         (gst_rtcp_packet_sdes_first_item),
9214         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
9215         (gst_rtcp_packet_bye_get_ssrc_count),
9216         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
9217         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9218         (gst_rtcp_packet_bye_get_reason_len),
9219         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
9220         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9221         Add new helper object for parsing and creating RTCP messages.
9222
9223 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9224
9225         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9226         PCM samples with width=8 must be always unsigned, no matter what
9227         depth they have.
9228
9229 2007-03-29  Andy Wingo  <wingo@pobox.com>
9230
9231         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
9232         perfect offsets also, not just timestamps.
9233
9234         * tests/check/elements/videorate.c (test_more): Test that given
9235         any incoming offsets, that videorate produces perfect offsets.
9236
9237 2007-03-29  Wim Taymans  <wim@fluendo.com>
9238
9239         * gst-libs/gst/riff/riff-ids.h:
9240         Add some more RIFF formats.
9241
9242 2007-03-29  Wim Taymans  <wim@fluendo.com>
9243
9244         * gst-libs/gst/rtp/gstrtpbuffer.c:
9245         (gst_rtp_buffer_default_clock_rate):
9246         * gst-libs/gst/rtp/gstrtpbuffer.h:
9247         Fix fixed payload names and docs.
9248         Added method to get the default clock rates of fixed payload types.
9249         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
9250
9251 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9252
9253         * tests/check/pipelines/.cvsignore:
9254         Add new vorbisdec test to cvsignore.
9255
9256 2007-03-28  Wim Taymans  <wim@fluendo.com>
9257
9258         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
9259         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9260         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
9261         (gst_base_audio_sink_set_property),
9262         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
9263         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
9264         (gst_base_audio_sink_skew_slaving),
9265         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
9266         (gst_base_audio_sink_async_play):
9267         * gst-libs/gst/audio/gstbaseaudiosink.h:
9268         Store private stuff in GstBaseAudioSinkPrivate.
9269         Add configurable clock slaving modes property.
9270         API:: GstBaseAudioSink::slave-method property
9271         Some more latency reporting tweaks.
9272         Added skew based clock slaving correction and make it the default until
9273         the resampling method is more robust.
9274
9275 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
9276
9277         * gst/audioconvert/audioconvert.c:
9278         Add docs to the integer pack functions and implement proper
9279         rounding. Before we had rounding towards negative infinity, i.e.
9280         always the smaller number was taken. Now we use natural rounding,
9281         i.e. rounding to the nearest integer and to the one with the largest
9282         absolute value for X.5. The old rounding introduced some minor
9283         distortions. Fixes #420079
9284         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9285         Fix one unit test that assumed the old rounding and added unit tests
9286         for checking signed/unsigned int16 <-> signed/unsigned int16 with
9287         depth 8, one for signed int16 <-> unsigned int16 and one for the new
9288         rounding from signed int32 to signed/unsigned int16.
9289
9290 2007-03-27  Michael Smith  <msmith@fluendo.com>
9291
9292         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
9293         (gst_audio_convert_transform_caps):
9294           Fix typo in debug line introduced recently, as pointed out on irc.
9295
9296 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9297
9298         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9299         * tests/check/libs/tag.c: (GST_START_TEST):
9300           Make sure we parse floating-point numbers in vorbis comments
9301           correctly with either '.' or ',' as separator, no matter what
9302           the current locale is. Add unit test for this too.
9303
9304 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
9305
9306         Patch by: René Stadler  <mail at renestadler de>
9307
9308         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9309           When writing out floating-point numbers to vorbis comment tags, always
9310           use the same character as separator no matter what the current locale is
9311           (fixes #423051).
9312
9313         * tests/check/libs/tag.c: (GST_START_TEST):
9314           Add unit tests for replaygain tags in vorbis comments (closes #423055).
9315
9316 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9317
9318         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
9319           vorbis_handle_data_packet):
9320           Correctly set DURATION to generate a timestamp-continuous stream.
9321           One bug left at the end; see
9322           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
9323         * tests/check/Makefile.am:
9324         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
9325           Add a test to check this.  Without the above patch this test fails.
9326
9327 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
9328
9329         * gst-libs/gst/rtp/Makefile.am:
9330         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
9331
9332 2007-03-23  Michael Smith  <msmith@fluendo.com>
9333
9334         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9335         (gst_video_rate_reset), (gst_video_rate_chain):
9336           If videorate changes caps, we can no longer use the old buffer
9337           (which may have a different size, incompatible with our caps).
9338           So don't do that; just duplicate the new frame more times.
9339
9340 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
9341
9342         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9343         Remove playbin's override of the set_clock vmethod. It's irrelevant
9344         after Wim's commit on the 19th.
9345
9346 2007-03-22  Wim Taymans  <wim@fluendo.com>
9347
9348         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
9349         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9350         * ext/gnomevfs/gstgnomevfssrc.h:
9351         Don't cache file sizes. Fixes #341078.
9352
9353 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9354
9355         * gst/playback/gstplaybin.c: (add_sink):
9356           Use GST_PTR_FORMAT to log caps. 
9357
9358 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9359
9360         Patch by: Young-Ho Cha <ganadist at chollian net>
9361
9362         * gst/subparse/samiparse.c: (handle_start_font):
9363           Special-case some more colour names that pango doesn't handle by
9364           default. Fixes #420578.
9365
9366 2007-03-20  Michael Smith  <msmith@fluendo.com>
9367
9368         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
9369           If we get a zero-sized input buffer, don't pass it to libvorbis, as
9370           that marks EOS internally. After that, libvorbis will buffer all
9371           input data, and encode none of it, eventually leading to memory
9372           exhaustion.
9373
9374 2007-03-19  Wim Taymans  <wim@fluendo.com>
9375
9376         * gst/playback/gstdecodebin.c: (remove_fakesink):
9377         Don't post STATE_DIRTY anymore.
9378
9379         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
9380         (gst_play_bin_change_state):
9381         Remove stream_time reset in seek handling, core does that now.
9382         Disable clocking for live pipelines by forcing a NULL clock to the
9383         complete pipeline, core is too smart now for our previous hack.
9384         We can always autoplug in PAUSED now.
9385
9386 2007-03-17  David Schleef  <ds@schleef.org>
9387
9388         * REQUIREMENTS:  Update this file, change the formatting to make
9389         it more consistent, plus more machine readable.
9390
9391 2007-03-16  Michael Smith  <msmith@fluendo.com>
9392
9393         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9394         (strip_width_64), (append_with_other_format):
9395           Previous fix was too simplistic, and broke the tests. Use a better
9396           approach; only strip 64 from widths for integer audio.
9397
9398 2007-03-16  Michael Smith  <msmith@fluendo.com>
9399
9400         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9401         (gst_audio_convert_transform_caps):
9402           We don't support 64 bit integer audio, so don't try to claim we can.
9403           Stops us producing caps don't match our template caps.
9404           Update comments.
9405
9406 2007-03-15  Michael Smith  <msmith@fluendo.com>
9407
9408         * gst/audioresample/gstaudioresample.c:
9409         (audioresample_check_discont), (audioresample_transform):
9410           Don't trigger discontinuities for very small imperfections; a filter
9411           flush will sound bad, and many plugins have rounding errors leading
9412           to these.
9413
9414 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9415
9416         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
9417
9418         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9419         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9420         API: add "min-ptime" property to RTP base audio payloader.
9421         API: add gst_base_rtp_audio_payload_push().
9422         API: add gst_base_rtp_audio_payload_get_adapter().
9423         Fixes #415001
9424         Indentation/whitespace/documentation fixes.
9425
9426 2007-03-14  Julien MOUTTE  <julien@moutte.net>
9427
9428         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9429         (audioresample_transform_size), (audioresample_do_output),
9430         (audioresample_transform), (audioresample_pushthrough): Handle
9431         discontinuous streams.
9432         * gst/audioresample/gstaudioresample.h:
9433         * tests/check/elements/audioresample.c:
9434         (test_discont_stream_instance), (GST_START_TEST),
9435         (audioresample_suite): Add a test for discontinuous streams.
9436         * win32/common/config.h: Updated.
9437
9438 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9439
9440         * po/af.po:
9441         * po/az.po:
9442         * po/cs.po:
9443         * po/en_GB.po:
9444         * po/it.po:
9445         * po/nb.po:
9446         * po/nl.po:
9447         * po/or.po:
9448         * po/sq.po:
9449         * po/sr.po:
9450         * po/sv.po:
9451         * po/uk.po:
9452         * po/vi.po:
9453           Update translations from translation project.
9454
9455 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9456
9457         * gst/audioresample/debug.h:
9458         * gst/audioresample/resample.c: (resample_init):
9459           Since I really am not interested in a debug line for each sample
9460           being processed, move the library's debugging to its own category,
9461           libaudioresample
9462
9463 2007-03-13  Michael Smith  <msmith@fluendo.com>
9464
9465         * ext/theora/theoradec.c: (theora_handle_type_packet):
9466           Since the plugin doesn't support anything other than 4:2:0 right
9467           now, post an error and fail if we get something else. Won't matter
9468           until libtheora supports the other pixel formats, but hopefully
9469           that'll be soon...
9470
9471 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
9472
9473         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
9474         Use gst_guint64_to_gdouble for conversion.
9475         * win32/MANIFEST:
9476         Add new files to the win32 MANIFEST.
9477         * win32/common/libgstaudio.def:
9478         * win32/common/libgstpbutils.def:
9479         Add new exported functions.
9480         * win32/vs6/gst_plugins_base.dsw:
9481         * win32/vs6/libgstdecodebin.dsp:
9482         * win32/vs6/libgstplaybin.dsp:
9483         Change the link to libgstpbutils.lib.
9484         * win32/vs6/libgstdecodebin2.dsp:
9485         Add a new project for decodebin2.
9486         * win32/vs6/libgstpbutils.dsp:
9487         Add a new project for pbutils.
9488
9489 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9490
9491         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9492           Also accept partial dates with only year and month,
9493           like 1999-12-00 (fixes #410396 even more).
9494
9495         * tests/check/libs/tag.c: (GST_START_TEST):
9496           Add unit test for the above.
9497
9498 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9499
9500         * tests/check/elements/subparse.c: (GST_START_TEST),
9501         (subparse_suite):
9502           Add unit test for MPL2 subtitle format (#413799).
9503
9504 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9505
9506         Patch by: Kamil Pawlowski  <kamilpe gmail com>
9507
9508         * gst/subparse/Makefile.am:
9509         * gst/subparse/gstsubparse.c:
9510         (gst_sub_parse_data_format_autodetect),
9511         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
9512         (gst_subparse_type_find):
9513         * gst/subparse/gstsubparse.h:
9514         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
9515         * gst/subparse/mpl2parse.h:
9516           Add support for MPL2 subtitle format (#413799).
9517
9518 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9519
9520         * configure.ac:
9521           We require core CVS for the new buffer metadata copy functions.
9522
9523 2007-03-09  Wim Taymans  <wim@fluendo.com>
9524
9525         * gst-libs/gst/tag/gstid3tag.c:
9526         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
9527         Fixes #414496.
9528
9529         Patch by: Alex Lancaster <alexl at users sourceforge net>
9530
9531 2007-03-09  Wim Taymans  <wim@fluendo.com>
9532
9533         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
9534         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
9535         Improve adapter usage and comments.
9536
9537 2007-03-09  Wim Taymans  <wim@fluendo.com>
9538
9539         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9540         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
9541         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
9542         Use new metadata copy function.
9543
9544         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9545         (gst_ffmpegcsp_transform):
9546         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
9547         Basetransform copied the metadata for us.
9548
9549 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9550
9551         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
9552         (gst_text_overlay_video_event):
9553           Some more logging. Only accept newsegment events in TIME format and
9554           send a WARNING message if they are not in TIME format.
9555
9556         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
9557         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
9558         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
9559         * gst/subparse/gstsubparse.h:
9560           No need to allocate GstSegment structure dynamically, just put it
9561           into the instance structure; ignore newsegment events in BYTE
9562           format and in particular don't let it overwrite our saved TIME
9563           segment from the last seek.
9564
9565 2007-03-09  Michael Smith  <msmith@fluendo.com>
9566
9567         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
9568           Replace AC3 typefinder with one that isn't terrible, and actually
9569           works usefully.
9570
9571 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9572
9573         * gst/audioconvert/gstaudioconvert.c:
9574         (gst_audio_convert_transform):
9575           fix error category and translatable string
9576           
9577
9578 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9579
9580         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9581         * pkgconfig/gstreamer-plugins-base.pc.in:
9582           Fix up utils => pbutils here too.
9583
9584 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9585
9586         * gst/subparse/gstsubparse.c: (handle_buffer):
9587           Break out of loop in chain function as soon as possible if we get
9588           a non-OK flow return.
9589
9590 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9591
9592         * tests/check/elements/alsa.c: (GST_START_TEST):
9593         Unref the mixer if the state change fails too (if the
9594         alsa devices are inaccessible, for example)
9595
9596 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9597
9598         * tests/check/Makefile.am:
9599         Don't test libvisual elements in the states check, because libvisual
9600         seems to leak internally.
9601
9602         Re-enable the alsa and states tests now that there's new suppressions
9603         in gst.supp.
9604
9605         * tests/check/elements/alsa.c: (GST_START_TEST):
9606         Don't leak the alsamixer we instantiated.
9607
9608 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9609
9610         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
9611         (gst_ximagesink_change_state), (gst_ximagesink_reset),
9612         (gst_ximagesink_finalize):
9613         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
9614         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
9615         Move some cleanup stuff from the state change handler into a _reset()
9616         function that can be called from _finalize(). This ensures that things
9617         get freed even if (for some reason) the NULL->READY state transition
9618         fails in the parent class.
9619         Even if a parent state change fails, process our downward state change
9620         logic instead of bailing out early.
9621         Free the correct xcontext pointer in ximagesink's xcontext_clear.
9622
9623 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9624
9625         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
9626         Extra log line.
9627
9628         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
9629         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
9630         Use pango_font_description_set_family_static instead of 
9631         pango_font_description_set_family to save a string copy (it was
9632         leaking due to the strdup anyway)
9633
9634         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
9635         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
9636         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
9637         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
9638         Chain up in finalize.
9639
9640 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9641
9642         * gst-libs/gst/interfaces/mixertrack.c:
9643         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
9644         (gst_mixer_track_set_property):
9645           API: add "untranslated-label" property which should be set by
9646           implementations at construct time (#414645).
9647
9648         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
9649         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9650           Set "untranslated-label" when constructing mixer track objects.
9651
9652         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
9653           Unit test to check the above.
9654
9655 2007-03-07  Wim Taymans  <wim@fluendo.com>
9656
9657         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
9658         Fix confusing debug message.
9659
9660 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9661
9662         * gst-plugins-base.doap:
9663         update doap file with new version
9664
9665 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9666
9667         * configure.ac:
9668         Back to CVS
9669
9670 === release 0.10.12 ===
9671
9672 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
9673
9674         * configure.ac:
9675           releasing 0.10.12, "Zombie Horde"
9676
9677 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
9678
9679         * configure.ac:
9680         Bump version to 0.10.11.4 pre-release
9681
9682 2007-03-06  Wim Taymans  <wim@fluendo.com>
9683
9684         * gst-libs/gst/audio/gstbaseaudiosink.c:
9685         (gst_base_audio_sink_async_play):
9686         Fix regression that made GStreamer skip the first samples of audio.
9687         Fixes #414684.
9688
9689 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
9690
9691         * configure.ac:
9692         Bump version to 0.10.11.3 pre-release
9693
9694 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
9695
9696         * po/POTFILES.in:
9697           Update paths for the rename from utils to pbutils to fix the build.
9698
9699 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
9700
9701         * gst-libs/gst/pbutils/Makefile.am:
9702           Change directory to install headers in from gst/utils to gst/pbutils
9703           as well.
9704
9705 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9706
9707         * configure.ac:
9708         * docs/libs/gst-plugins-base-libs-docs.sgml:
9709         * docs/libs/gst-plugins-base-libs-sections.txt:
9710         * gst-libs/gst/Makefile.am:
9711         * gst-libs/gst/interfaces/mixer.c:
9712         * gst-libs/gst/pbutils/Makefile.am:
9713         * gst-libs/gst/pbutils/descriptions.c:
9714         (gst_pb_utils_get_source_description),
9715         (gst_pb_utils_get_sink_description),
9716         (gst_pb_utils_get_decoder_description),
9717         (gst_pb_utils_get_encoder_description),
9718         (gst_pb_utils_get_element_description),
9719         (gst_pb_utils_add_codec_description_to_tag_list),
9720         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
9721         * gst-libs/gst/pbutils/descriptions.h:
9722         * gst-libs/gst/pbutils/install-plugins.c:
9723         * gst-libs/gst/pbutils/install-plugins.h:
9724         * gst-libs/gst/pbutils/missing-plugins.c:
9725         (gst_missing_uri_source_message_new),
9726         (gst_missing_uri_sink_message_new),
9727         (gst_missing_element_message_new),
9728         (gst_missing_decoder_message_new),
9729         (gst_missing_encoder_message_new),
9730         (gst_missing_plugin_message_get_description):
9731         * gst-libs/gst/pbutils/missing-plugins.h:
9732         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
9733         * gst-libs/gst/pbutils/pbutils.h:
9734         * gst-libs/gst/utils/Makefile.am:
9735         * gst-libs/gst/utils/base-utils.c:
9736         * gst-libs/gst/utils/base-utils.h:
9737         * gst-libs/gst/utils/descriptions.c:
9738         * gst-libs/gst/utils/descriptions.h:
9739         * gst-libs/gst/utils/install-plugins.c:
9740         * gst-libs/gst/utils/install-plugins.h:
9741         * gst-libs/gst/utils/missing-plugins.c:
9742         * gst-libs/gst/utils/missing-plugins.h:
9743         * gst-plugins-base.spec.in:
9744         * gst/playback/Makefile.am:
9745         * gst/playback/gstdecodebin.c:
9746         * gst/playback/gstdecodebin2.c:
9747         * gst/playback/gstplaybasebin.c: (setup_subtitle),
9748         (gen_source_element):
9749         * gst/playback/gstplaybin.c: (plugin_init):
9750         * tests/check/Makefile.am:
9751         * tests/check/libs/pbutils.c: (GST_START_TEST),
9752         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
9753         * tests/check/libs/utils.c:
9754           rename utils to pbutils
9755
9756 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
9757
9758         * docs/plugins/Makefile.am:
9759         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9760         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9761         * docs/plugins/inspect/plugin-decodebin2.xml:
9762         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
9763         Add documentation for decodebin2 that indicates that the API
9764         is still unstable.
9765
9766 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
9767
9768         * configure.ac:
9769         Update to 0.10.11.2 (0.10.12 pre-release)
9770
9771 2007-03-01  Wim Taymans  <wim@fluendo.com>
9772
9773         * gst-libs/gst/audio/gstbaseaudiosink.c:
9774         (gst_base_audio_sink_async_play):
9775         base time is irrelevant here.
9776
9777 2007-03-01  Wim Taymans  <wim@fluendo.com>
9778
9779         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
9780         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
9781         Improve debugging.
9782
9783         * gst-libs/gst/audio/gstbaseaudiosink.c:
9784         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
9785         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
9786         Improve latency and clock slaving calculations.
9787         Improve slave clock calibration.
9788
9789         * gst-libs/gst/audio/gstringbuffer.c:
9790         (gst_ring_buffer_commit_full):
9791         When we are asked to render N sample to 0 bytes, return N.
9792
9793 2007-03-01  Wim Taymans  <wim@fluendo.com>
9794
9795         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
9796         (gst_alsasink_write), (gst_alsasink_reset):
9797         * ext/alsa/gstalsasink.h:
9798         Remove unused dispose function.
9799         Rename lock to not interfere with alsasrc lock.
9800
9801         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
9802         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
9803         (gst_alsasrc_read), (gst_alsasrc_reset):
9804         * ext/alsa/gstalsasrc.h:
9805         Implement finalize function.
9806         Use lock to protect alsa access.
9807         Implement _reset.
9808         Fine tune sw params.
9809
9810 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9811
9812         * configure.ac:
9813           Convert to new AG_GST style.
9814
9815 2007-02-28  Wim Taymans  <wim@fluendo.com>
9816
9817         Patch by: Ed Catmur <ed at catmur dot co dot uk>
9818
9819         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
9820         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
9821         Fix race condition when rapidly switching visualisations in playbin.
9822         Fixes #401029.
9823
9824 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
9825
9826         * tests/check/Makefile.am:
9827         Include local stuff before system installed things in LDFLAGS and
9828         CFLAGS.
9829
9830 2007-02-28  Wim Taymans  <wim@fluendo.com>
9831
9832         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
9833         Improve debugging.
9834
9835 2007-02-28  Wim Taymans  <wim@fluendo.com>
9836
9837         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
9838         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
9839         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
9840         Fix duration and timestamping, taking latency into account.
9841         Implement latency query.
9842
9843 2007-02-28  Wim Taymans  <wim@fluendo.com>
9844
9845         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
9846         (gst_audio_clock_new):
9847         Fix clock name.
9848
9849         * gst-libs/gst/audio/gstbaseaudiosink.c:
9850         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
9851         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
9852         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
9853         (gst_base_audio_src_create):
9854         Improve latency query code.
9855         Use proper clock names.
9856
9857 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9858
9859         * tests/check/generic/states.c: (GST_START_TEST):
9860           Copy the states.c test from core again
9861         * tests/check/Makefile.am:
9862           ignore cdio and cdparanoiasrc
9863
9864 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
9865
9866         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9867         (double_hq), (audio_convert_get_func_index), (check_default),
9868         (audio_convert_prepare_context), (audio_convert_convert):
9869           Also make valgrind happy and avoid copying data in some cases.
9870
9871 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
9872
9873         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9874         (double_hq), (audio_convert_get_func_index),
9875         (audio_convert_prepare_context), (audio_convert_convert):
9876         * gst/audioconvert/gstaudioconvert.c:
9877         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
9878         (gst_audio_convert_transform_caps):
9879         * tests/check/elements/audioconvert.c: (GST_START_TEST),
9880         (audioconvert_suite):
9881           Don't run inplace if that overwrites source data as we go. Add more
9882           tests. Fixes #339837 even more.
9883
9884 2007-02-27  Julien MOUTTE  <julien@moutte.net>
9885
9886         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
9887         (msg_segment_done): Fix various seeking bugs (Slider was not
9888         updating when doing a non flushing seek, Reverse playback 
9889         on segment seek was wrong).
9890
9891 2007-02-26  Wim Taymans  <wim@fluendo.com>
9892
9893         * tests/examples/seek/seek.c: (stop_seek):
9894         When we stop scrubbing, don't leave the pipeline PLAYING when we
9895         requested a PAUSED state.
9896
9897 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
9898
9899         Patch by: René Stadler <mail at renestadler de>
9900
9901         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9902           Parse date strings in vorbis comments that have an invalid (zero)
9903           month or day (#410396).
9904
9905         * tests/check/libs/tag.c: (GST_START_TEST):
9906           Test case for the above.
9907
9908 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
9909
9910         Patch by: Loïc Minier <lool+gnome at via ecp fr>
9911
9912         * configure.ac:
9913         * ext/alsa/Makefile.am:
9914         * gst/audiotestsrc/Makefile.am:
9915           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
9916
9917 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
9918
9919         * gst/playback/gstplaybin.c:
9920           Improve docs: point out that the application needs to assist playbin
9921           with buffering.
9922
9923 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
9924
9925         * gst-libs/gst/utils/install-plugins.c:
9926         * gst-libs/gst/utils/missing-plugins.c:
9927         * tests/check/libs/utils.c: (missing_msg_check_getters):
9928           Change GStreamer marker prefix in detail string from 'gstreamer.net'
9929           to just 'gstreamer'. Document the caps string component of the
9930           decoder/encoder detail a bit better, since not everyone will be
9931           familiar with the GStreamer media type/caps system (but they better
9932           enjoy nested itemized lists).
9933
9934 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
9935
9936         * gst-libs/gst/netbuffer/gstnetbuffer.c:
9937         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
9938           Fix copying of GstNetBuffer (would crash before, or at least lead to
9939           invalid memory access, #410772), for now by copying the GstBuffer copy
9940           code from the core over here so we can copy the GstBuffer fields on a
9941           provided buffer instance (of type GstNetBuffer in this case). Would be
9942           better to fix this with some support by the core though (and in the long
9943           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
9944
9945         * tests/check/Makefile.am:
9946           Enable unit test for GstNetBuffer.
9947
9948 2007-02-22  Andy Wingo  <wingo@pobox.com>
9949
9950         * gst-libs/gst/audio/gstbaseaudiosink.c
9951         (gst_base_audio_sink_init): Disable pull-mode activation until we
9952         figure out how to make audio sinks go to PLAYING.
9953
9954 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
9955
9956         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9957         (double_hq), (audio_convert_get_func_index),
9958         (audio_convert_prepare_context), (audio_convert_convert):
9959         * gst/audioconvert/audioconvert.h:
9960         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
9961         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
9962         * gst/audioconvert/gstchannelmix.h:
9963         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9964           Add float as an intermediate format, as well as float mixing. Enable
9965           test that was failing before. Fixes #339837
9966
9967 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
9968
9969         * tests/examples/seek/seek.c: (do_seek):
9970         Undo the previous commit: -1 as a stop time implies that the stop
9971         time is the end of file, clearing any previously configured segment.
9972
9973 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
9974
9975         * tests/examples/seek/seek.c: (do_seek):
9976         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
9977
9978 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
9979
9980         * gst/volume/gstvolume.c: (volume_process_int16),
9981         (volume_process_int16_clamp), (volume_set_caps):
9982           Unbreak volume, value remains gint.
9983
9984 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
9985
9986         * gst/volume/gstvolume.c: (volume_choose_func),
9987         (volume_update_real_volume), (gst_volume_set_volume),
9988         (gst_volume_init), (volume_process_double), (volume_process_float),
9989         (volume_process_int16), (volume_process_int16_clamp),
9990         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
9991         * gst/volume/gstvolume.h:
9992           Extend float audio support (double) and some int->uint cleanups.
9993
9994 2007-02-20  Edward Hervey  <edward@fluendo.com>
9995
9996         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
9997         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
9998         (sort_end_pads), (gst_decode_group_expose),
9999         (gst_decode_group_hide):
10000         Don't free groups from the streaming threads. Just put them aside and
10001         free them in dispose.
10002
10003 2007-02-20  Edward Hervey  <edward@fluendo.com>
10004
10005         * gst/playback/gstdecodebin2.c: (connect_element),
10006         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
10007         (sort_end_pads), (gst_decode_group_expose):
10008         Handle dynamic pads within groups.
10009         Sort pads before exposing them in order to make playbin happy.
10010         There still is a race with the multiqueue filling up. This should be
10011         solved separately.
10012         Fixes #398721
10013
10014 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10015
10016         * gst-libs/gst/utils/base-utils.c:
10017         * gst-libs/gst/utils/descriptions.c:
10018         * gst-libs/gst/utils/install-plugins.c:
10019         * gst-libs/gst/utils/missing-plugins.c:
10020           Some more docs (and descriptions for two subtitle formats).
10021
10022 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10023
10024         * gst-libs/gst/audio/audio.c:
10025           Fix documentation.
10026
10027 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10028
10029         Patch by: Yves Lefebvre  <ivanohe abacom com>
10030
10031         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
10032           Don't leak caps. Fixes #408278.
10033
10034 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
10035
10036         * ext/cdparanoia/gstcdparanoiasrc.h:
10037         * ext/ogg/gstoggdemux.h:
10038         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
10039         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
10040         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
10041         * gst-libs/gst/audio/audio.h:
10042         * gst-libs/gst/audio/gstaudiofilter.h:
10043         * gst-libs/gst/interfaces/videoorientation.h:
10044         * gst/adder/gstadder.h:
10045           More docs coverage and some ChangeLog surgery (add missing names)
10046
10047 2007-02-15  Wim Taymans  <wim@fluendo.com>
10048
10049         * sys/ximage/ximagesink.c:
10050         (gst_ximagesink_calculate_pixel_aspect_ratio):
10051         * sys/xvimage/xvimagesink.c:
10052         (gst_xvimagesink_calculate_pixel_aspect_ratio):
10053         Small constifications.
10054
10055 2007-02-15  Wim Taymans  <wim@fluendo.com>
10056
10057         * gst-libs/gst/audio/gstbaseaudiosink.c:
10058         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
10059         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
10060         (gst_base_audio_sink_async_play),
10061         (gst_base_audio_sink_change_state):
10062         Answer latency query.
10063         Use configured latency when syncing.
10064         Fix clock slaving.
10065
10066         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10067         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
10068         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
10069         Fix possible memleak.
10070         Implement latency query.
10071         Small cleanups.
10072
10073 2007-02-15  Wim Taymans  <wim@fluendo.com>
10074
10075         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
10076         Ignore errors in reset, these are not fatal. They also grab the element
10077         lock which is already taking when this function is called. Fixes
10078         #405451.
10079
10080 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10081
10082         * configure.ac:
10083           Remove 'tests/examples/xerror/Makefile' from output files again.
10084
10085 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10086
10087         * configure.ac:
10088         * docs/plugins/Makefile.am:
10089           Also crossref against gst-plugins-base-libs.
10090
10091 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10092
10093         * configure.ac:
10094         * docs/libs/Makefile.am:
10095         * docs/plugins/Makefile.am:
10096           Add crossreferences to glib/gobject/gstream docs.
10097
10098         * gst-libs/gst/audio/audio.h:
10099           Source formatting.
10100
10101         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
10102           Add own debug category.
10103
10104 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10105
10106         Patch by: René Stadler <mail at renestadler de>
10107
10108         * gst-libs/gst/tag/gstvorbistag.c:
10109           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
10110           (#403597).
10111
10112 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10113
10114         * gst/playback/gstplaybasebin.c: (setup_source):
10115           When we have external subtitles and wait for the subtitle decodebin
10116           to get up and running, we set up a (sync) bus handler for the
10117           subtitle decodebin, so we can stop waiting when it posts an error
10118           message. However, we should do that before we set the subtitle
10119           decodebin's state to playing, otherwise things are racy and we might
10120           miss error messages posted before we had a chance to set up the bus.
10121           This should finally fix totem hanging on .txt pseudo-subtitle files.
10122           
10123 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
10124
10125         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
10126           Use gst_gdouble_to_guint64 for conversions.
10127         * win32/common/config.h.in:
10128           Add a define for GST_INSTALL_PLUGINS_HELPER
10129         * win32/common/libgstaudio.def:
10130         * win32/common/libgstcdda.def:
10131         * win32/common/libgstnetbuffer.def:
10132         * win32/common/libgstrtp.def:
10133         * win32/common/libgutils.def:
10134           Add new exported functions.
10135         * win32/vs6/gst_plugins_base.dsw:
10136         * win32/vs6/libgstdecodebin.dsp:
10137         * win32/vs6/libgstnetbuffer.dsp:
10138         * win32/vs6/libgstplaybin.dsp:
10139         * win32/vs6/libgstrtp.dsp:
10140         * win32/vs6/libgstvorbis.dsp:
10141         * win32/vs6/libgstcdda.dsp:
10142         * win32/vs6/libgstgdp.dsp:
10143         * win32/vs6/libgstutils.dsp:
10144           Update and add new project files.
10145
10146 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10147
10148         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
10149         (subrip_remove_unhandled_tags), (parse_subrip):
10150           For SubRip (.srt) subtitles, ignore all markup tags we don't
10151           handle (like font tags, for example).
10152
10153         * tests/check/elements/subparse.c:
10154           Add test for this.
10155
10156 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10157
10158         * gst/playback/gstdecodebin.c: (add_fakesink),
10159         (gst_decode_bin_change_state):
10160         * gst/playback/gstdecodebin2.c: (add_fakesink),
10161         (gst_decode_bin_change_state):
10162           Don't error out if there is no fakesink in the NULL to READY state
10163           change, since when decodebin is re-used, we're only adding the
10164           fakesink element in READY to PAUSED.
10165
10166         * tests/check/elements/decodebin.c:
10167         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
10168         (decodebin_suite):
10169           Minimal unit test to make sure we can use the same decodebin
10170           instance twice (at least with audiotestsrc input).
10171
10172 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10173
10174         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
10175           Try to get devic-name from device string first, and from handle only
10176           as fallback (seems to yield better results and is more robust
10177           against buggy probing code on the application side).
10178
10179 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
10180
10181         Based on patch by: Julien Puydt <julien.puydt at laposte net>
10182
10183         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
10184         (gst_alsa_find_device_name):
10185         * ext/alsa/gstalsa.h:
10186         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
10187         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
10188           Improve device-name detection a bit, especially in the case where
10189           the device is not actually open (#405020, #405024). Move common code
10190           into gstalsa.c instead of duplicating it.
10191
10192 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10193
10194         * gst/audioconvert/gstaudioconvert.c:
10195           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
10196
10197 2007-02-06  Julien MOUTTE  <julien@moutte.net>
10198
10199         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
10200         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
10201         (gst_xvimagesink_interface_supported),
10202         (gst_xvimagesink_probe_get_properties),
10203         (gst_xvimagesink_probe_probe_property),
10204         (gst_xvimagesink_probe_needs_probe),
10205         (gst_xvimagesink_probe_get_values),
10206         (gst_xvimagesink_property_probe_interface_init),
10207         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10208         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
10209         (gst_xvimagesink_get_type):
10210         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
10211         for XVAdaptors so that one can choose the adaptor to use with 
10212         gstreamer-properties.
10213
10214 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
10215
10216         * gst/audioconvert/gstaudioconvert.c:
10217           Also mention that a conversion from double to float is suboptimal still.
10218
10219 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10220
10221         * gst-libs/gst/audio/gstaudiofilter.c:
10222         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
10223           Clear our formats structure and free the caps contained in it when
10224           shutting down.
10225
10226 2007-02-05  Andy Wingo  <wingo@pobox.com>
10227
10228         * gst-libs/gst/audio/gstbaseaudiosink.c
10229         (gst_base_audio_sink_callback): Update basesink->offset so that we
10230         pull monotonically increasing offsets instead of, um, seeking back
10231         to 0 each time. Fixes alsasrc ! alsasink!
10232
10233 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10234
10235         * gst/videoscale/gstvideoscale.c:
10236           A width and height of 1 makes us crash, so increase minimum size to
10237           2x2 pixels until someone feels like fixing this (#404512).
10238
10239 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10240
10241         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
10242           Add small test to make sure request pads are cleaned up properly
10243           even if oggmux never changes state out of NULL.
10244
10245 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10246
10247         * tests/check/libs/utils.c: (GST_START_TEST):
10248           Fix unit test. Turns out things work much better when you
10249           NULL-terminate string arrays. Should make p5 build bot happy again.
10250
10251 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10252
10253         * gst-libs/gst/audio/Makefile.am:
10254         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10255         (gst_audio_filter_template_base_init),
10256         (gst_audio_filter_template_class_init),
10257         (gst_audio_filter_template_init),
10258         (gst_audio_filter_template_set_property),
10259         (gst_audio_filter_template_get_property),
10260         (gst_audio_filter_template_setup),
10261         (gst_audio_filter_template_filter),
10262         (gst_audio_filter_template_filter_inplace), (plugin_init):
10263           Oops, forgot to commit fixed-up example.
10264
10265 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10266
10267         * docs/libs/gst-plugins-base-libs-sections.txt:
10268         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
10269         (gst_audio_filter_class_init), (gst_audio_filter_init),
10270         (gst_audio_filter_set_caps),
10271         (gst_audio_filter_class_add_pad_templates):
10272         * gst-libs/gst/audio/gstaudiofilter.h:
10273           Port GstAudioFilter to 0.10. This change technically breaks
10274           API and ABI (and thus also every library developer's heart),
10275           but seems justifiable on the grounds that the base class was
10276           completely unusable before (ie. would crash immediately when
10277           actually used). Fixes #403963 (and eventually also #403572).
10278           Also document all of this a bit.
10279
10280 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10281
10282         * gst-libs/gst/utils/install-plugins.c:
10283         (gst_install_plugins_spawn_child):
10284         * tests/check/libs/utils.c:
10285         (test_base_utils_install_plugins_do_callout):
10286           Lowering log level to see why things fail on the p5 build bot;
10287           fix some typos in unit test messages.
10288
10289 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10290
10291         * tests/check/libs/utils.c:
10292         (test_base_utils_install_plugins_do_callout):
10293           Don't hard-code temp directory for test helper; use GLib functions
10294           to write out file and do error checking etc.
10295
10296 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10297
10298         * gst-libs/gst/utils/Makefile.am:
10299         * gst-libs/gst/utils/base-utils.h:
10300         * gst-libs/gst/utils/install-plugins.c:
10301         (gst_install_plugins_context_set_xid),
10302         (gst_install_plugins_context_new),
10303         (gst_install_plugins_context_free),
10304         (gst_install_plugins_get_helper),
10305         (gst_install_plugins_spawn_child),
10306         (gst_install_plugins_return_from_status),
10307         (gst_install_plugins_installer_exited),
10308         (gst_install_plugins_async), (gst_install_plugins_sync),
10309         (gst_install_plugins_return_get_name),
10310         (gst_install_plugins_installation_in_progress):
10311         * gst-libs/gst/utils/install-plugins.h:
10312           API: add API for applications to initiate installation of missing
10313           plugins, ie. gst_install_plugins_async() primarily.
10314           Based on libgimme-codec by Ryan Lortie.
10315
10316         * configure.ac:
10317           Add --with-install-plugins-helper configure option so distros can specify
10318           the path of the helper script or program to call when plugin installation
10319           is requested (distros: please do any argument munging in this helper
10320           script instead of patching GStreamer to pass arguments differently
10321           to another program directly).
10322
10323         * docs/libs/gst-plugins-base-libs-docs.sgml:
10324         * docs/libs/gst-plugins-base-libs-sections.txt:
10325           Build and document new API.
10326
10327         * tests/check/libs/utils.c: (result_cb),
10328         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
10329         (libgstbaseutils_suite):
10330           Some simple checks for the new API.
10331
10332 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10333
10334         * tests/check/elements/audioconvert.c: (test_float_conversion):
10335           Add small test for 32bit float <=> 64bit float conversion (works
10336           only one way so far, 32=>64 produces structured noise).
10337
10338 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10339
10340         * gst/audioconvert/gstaudioconvert.c:
10341         (set_structure_widths_32_and_64), (make_lossless_changes):
10342           We don't support floats with a width of 40, 48 or 56 bits.
10343
10344 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
10345
10346         * gst/audioconvert/audioconvert.c: (float), (double),
10347         (audio_convert_get_func_index):
10348         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
10349         (make_lossless_changes):
10350           Support for 64-bit float audio in audioconvert (#339837)
10351
10352 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10353
10354         Patch by: Holger Wansing  <linux wansing-online de>
10355
10356         * po/LINGUAS:
10357         * po/de.po:
10358           Add German translation (#352069).
10359
10360 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
10361
10362         reviewed by: Wim Taymans <wim@fluendo.com>
10363
10364         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
10365         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
10366         Use newly added GstCollectPads API to free the allocated resources in
10367         the GstOggPad structures (#402393).
10368
10369 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
10370
10371         * gst/playback/gstplaybin.c: (gen_vis_element):
10372           Add audioresample+audioconvert in front of the visualisation
10373           element, so that elements like libvisual 0.4 that don't support all
10374           samplerates can work.
10375
10376           Fixes: #402505
10377
10378 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
10379
10380         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
10381         (gst_play_base_bin_get_streaminfo_value_array):
10382           Take some locks and make a copy of the streaminfo value array we
10383           maintain while holding the lock, so that the application can
10384           retrieve the stream-info as a value array in a thread-safe way.
10385
10386 2007-01-30  Wim Taymans  <wim@fluendo.com>
10387
10388         * gst/audioconvert/gstaudioconvert.c:
10389         Don't fail on 0 sized buffers. Fixes #396835.
10390
10391 2007-01-29  David Schleef  <ds@schleef.org>
10392
10393         * gst/typefind/gsttypefindfunctions.c:
10394           Detect BBCD as video/x-dirac, so we can play raw dirac
10395           streams.
10396
10397 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
10398
10399         * ext/theora/theoraenc.c: (theora_enc_chain):
10400           Check return value of theora_encode_header(), or we might try to
10401           allocate a random number of bytes. theora_encode_header() can fail
10402           if libtheora has been compiled with encoding support disabled.
10403           Fixes #398110.
10404
10405 2007-01-29  Wim Taymans  <wim@fluendo.com>
10406
10407         * tests/check/gst/.cvsignore:
10408         Do as buildbot says.
10409
10410 2007-01-29  Wim Taymans  <wim@fluendo.com>
10411
10412         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
10413         Fix strides in libvisual. Gst uses X strides.
10414         Inspired by: <ed at catmur dot co dot uk> and 
10415         <tim at centricular dot net>
10416         Fixes #401118.
10417
10418 2007-01-27  Wim Taymans  <wim@fluendo.com>
10419
10420         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
10421         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10422         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
10423         (gst_ogg_demux_perform_seek),
10424         (gst_ogg_demux_bisect_forward_serialno),
10425         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10426         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
10427         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
10428         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
10429         * ext/ogg/gstoggdemux.h:
10430         Properly propagate streaming errors when we are scanning the file for
10431         chains so that we don't crash when shut down. Might fix some crashers
10432         when quickly switching oggs in RB such as #332503 and #378436.
10433
10434 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
10435
10436         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
10437           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
10438           error code as well.
10439
10440 2007-01-25  Wim Taymans  <wim@fluendo.com>
10441
10442         * gst/playback/gstplaybasebin.c: (remove_source):
10443         Don't try to disconnect a signal from a finalized object.
10444
10445 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10446
10447         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
10448           Cast lock macro parameters to make sure we're actually accessing the
10449           lock member at the right class level. Free list itself in _dispose()
10450           as well and NULL it in case dispose gets called multiple times.
10451
10452 2007-01-25  Edward Hervey  <edward@fluendo.com>
10453
10454         * gst/playback/gstdecodebin2.c:
10455         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
10456         Free GstDecodeGroups no longer used.
10457         (gst_decode_group_expose):
10458         Don't unlock too many times !
10459         (deactivate_free_recursive):
10460         Free iterator once we're done with it.
10461         Fix for recursively deactivating elements (stop at ghostpads).
10462
10463 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10464
10465         * gst/playback/gstplaybin.c: (handoff):
10466           Fix up caps on the frame buffer before we save it and potentially
10467           make it accessible to other threads via g_object_get; also use
10468           gst_buffer_replace() instead of gst_mini_object_replace().
10469
10470 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10471
10472         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
10473           Make getting the current frame thread-safe.
10474
10475 2007-01-25  Edward Hervey  <edward@fluendo.com>
10476
10477         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
10478         (gst_decode_group_new), (gst_decode_group_free):
10479         Set queues to bigger sizes to cope with HD contents.
10480         Fix some mutex freeing and add comment about MT safe methods.
10481
10482 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
10483
10484         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
10485         (gst_text_overlay_text_event):
10486           Don't unnecessarily ref (and then leak) upstream events if the text
10487           pad is not linked. Fixes #399948.
10488
10489         * tests/check/gst-plugins-base.supp:
10490           Add suppression for pango on edgy/x86 for textoverlay test.
10491
10492 2007-01-24  Wim Taymans  <wim@fluendo.com>
10493
10494         * gst-libs/gst/rtp/gstrtpbuffer.h:
10495         Add some more fixed payloads.
10496
10497 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10498
10499         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10500           Error out properly if we get an error from libogg while reading the
10501           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
10502
10503 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10504
10505         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
10506           Don't leak mutex.
10507
10508         * tests/check/elements/playbin.c:
10509         (test_sink_usage_video_only_stream),
10510         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
10511         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
10512         (test_missing_suburisource_handler),
10513         (test_missing_primary_decoder), (playbin_suite):
10514           Run all tests once with decodebin and once with decodebin2.
10515           One test does not pass yet with decodebin2.
10516
10517 2007-01-23  Edward Hervey  <edward@fluendo.com>
10518
10519         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
10520         Fix the cases where oggmux doesn't properly figure out that all
10521         sinkpads have gone EOS, and therefore doesn't push out the remaining
10522         buffers and the final EOS event.
10523         Fixes #363379
10524
10525 2007-01-23  Julien MOUTTE  <julien@moutte.net>
10526
10527         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10528         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10529         Don't lock on navigation event push, just on keysym to string.
10530         Fixes #397673 again.
10531
10532 2007-01-22  Edward Hervey  <edward@fluendo.com>
10533
10534         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
10535         (get_current_group), (group_demuxer_event_probe),
10536         (gst_decode_group_expose), (deactivate_free_recursive),
10537         (gst_decode_group_free):
10538         Cleanups.
10539         Don't forget to emit 'no-more-pads' once a group is exposed.
10540         Cleanup elements from a DecodeGroup once we remove it.
10541         Protect call to gst_decode_group_expose() with the decodebin lock.
10542
10543 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10544
10545         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10546         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10547         Looking at Xorg code i can't figure out if that XKeysymToString
10548         function is thread sensible or not. Lock it just in case as
10549         recommended by Radek Doulik <rodo at ximian dot com>.
10550
10551 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10552
10553         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10554         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10555         Lock that X Call as well. Fixes #397673.
10556
10557 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10558
10559         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
10560           Don't go into an endless loop if the file starts with 00 00 01 2X,
10561           like quicktime redirect files might. Fixes #396042.
10562
10563         * tests/check/Makefile.am:
10564         * tests/check/gst/.cvsignore:
10565         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
10566         (typefindfunctions_suite):
10567           Add unit test for the above.
10568
10569 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10570
10571         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10572           On second thought, use "depth" field rather than "bpp" field.
10573
10574 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10575
10576         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10577           Camtasia caps apparently need a bpp field (#398875).
10578
10579 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10580
10581         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10582         (gen_source_element), (gst_play_base_bin_change_state):
10583           Attempt at a better error message in case we don't have the required
10584           URI handler installed; post missing-plugin message also when we're
10585           missing an URI handler for the subtitle URI; clean up properly also
10586           when an error occurs and we never made it to PAUSED state.
10587
10588         * tests/check/elements/playbin.c: (GST_START_TEST),
10589         (playbin_suite):
10590           Check that we're also getting a missing-plugin messsage for a
10591           missing subtitle URI handler (and clean up properly).
10592
10593 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10594
10595         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
10596           Plug a few reference leaks.
10597
10598 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10599
10600         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10601           Lower probability a bit if the marker isn't right at the start,
10602           to decrease the chance of false positives.
10603
10604 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10605
10606         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10607           Small mpeg2 system stream typefinding improvement: make typefinder
10608           probe a bit into the stream instead of just looking for a marker
10609           at the beginning. Fixes #397810.
10610
10611 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
10612
10613         * gst/audioconvert/gstchannelmix.c:
10614           Remove compatibility cruft for prehistoric GLib versions.
10615
10616 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
10617
10618         * gst/playback/Makefile.am:
10619         * gst/playback/gstdecodebin.c: (close_pad_link):
10620         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
10621         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10622         (gst_play_base_bin_handle_message_func), (unknown_type):
10623           Let decodebin be the element to post missing-plugin messages for
10624           missing decoders (rather than playbin); make playbin implement
10625           GstBin::handle_message so we can suppress missing-plugin messages
10626           for types we're not handling on purpose (don't want to bring up an
10627           installer in those cases).
10628
10629 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
10630
10631         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10632         * gst-libs/gst/tag/gstvorbistag.c:
10633         (gst_tag_list_to_vorbiscomment_buffer):
10634         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
10635           Fix potentially unaligned access (#397207).
10636
10637 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10638
10639         * tests/examples/seek/seek.c: (set_scale), (update_scale),
10640         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
10641         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
10642         (main):
10643           Allow to toggle looping while it plays. Fix callback prototype. Clean
10644           up code a bit more. Add copyright header.
10645
10646 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10647
10648         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
10649           Red and blue mask was swapped (spotted by Dan Williams).
10650
10651 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
10652
10653         * gst-libs/gst/tag/gstid3tag.c:
10654         * gst-libs/gst/tag/gstvorbistag.c:
10655           Use new beats-per-minute tag from core.
10656
10657 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
10658
10659         * po/POTFILES.in:
10660           Add new files with translatable strings, so they actually make it
10661           into the template file one day.
10662
10663 2007-01-12  Andy Wingo  <wingo@pobox.com>
10664
10665         * gst-libs/gst/audio/gstbaseaudiosink.c
10666         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
10667         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
10668         stuff, as the base class handles this now. Actually tell the ring
10669         buffer to start.
10670         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
10671         How did this work before? Maybe I'm not as awesome a programmer as
10672         I think.
10673
10674         * gst-libs/gst/audio/gstbaseaudiosrc.c
10675         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
10676         of a pad function.
10677
10678 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10679
10680         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
10681           Remove more fields so that the application can better blacklist
10682           formats that have been tried before.
10683
10684 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10685
10686         * gst-libs/gst/audio/mixerutils.h:
10687           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
10688           used when compiling with c++ compilers as well.
10689
10690 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10691
10692         * gst/typefind/gsttypefindfunctions.c:
10693           Fix comment.
10694
10695 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
10696
10697         * gst/playback/gstplaybin.c: (post_missing_element_message),
10698         (gen_video_element), (gen_text_element), (gen_audio_element),
10699         (gen_vis_element):
10700           Post missing-plugin messages also when we error out because
10701           converters, textoverlay or auto*sinks are missing (#161922).
10702
10703 2007-01-10  Wim Taymans  <wim@fluendo.com>
10704
10705         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
10706         (is_demuxer_element), (new_caps):
10707         * gst/playback/gstplaybasebin.c: (source_new_pad):
10708         Fix the case where we try to ref a NULL element when we delay a link
10709         because of unfixed caps.
10710         Set the state of autoplugged decodebins to PAUSED.
10711         RTSP now works in playbin, we can remove it from the blacklist.
10712
10713 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10714
10715         * gst/playback/Makefile.am:
10716         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
10717         (unknown_type), (setup_subtitle), (gen_source_element):
10718         * gst/playback/gstplaybin.c: (plugin_init):
10719           Post missing-plugin messages on the bus for missing sources and
10720           missing decoders/demuxers/depayloaders; fix error code used when
10721           we're missing an URI handler source; for media types that we are not
10722           handling on purpose at the moment, don't print "don't know how to
10723           handle xyz" messages to the terminal or post missing-plugin
10724           messages on the bus.
10725
10726         * tests/check/elements/playbin.c: (create_playbin),
10727         (GST_START_TEST), (gst_codec_src_uri_get_type),
10728         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
10729         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
10730         (gst_codec_src_init_type), (gst_codec_src_base_init),
10731         (gst_codec_src_create), (gst_codec_src_class_init),
10732         (gst_codec_src_init), (plugin_init), (playbin_suite):
10733           Add some tests for the missing-plugin stuff.
10734
10735 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10736
10737         * configure.ac:
10738         * gst-libs/gst/Makefile.am:
10739         * gst-libs/gst/utils/Makefile.am:
10740         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
10741         * gst-libs/gst/utils/base-utils.h:
10742         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
10743         (find_format_info), (caps_are_rtp_caps),
10744         (gst_base_utils_get_source_description),
10745         (gst_base_utils_get_sink_description),
10746         (gst_base_utils_get_decoder_description),
10747         (gst_base_utils_get_encoder_description),
10748         (gst_base_utils_get_element_description),
10749         (gst_base_utils_add_codec_description_to_tag_list),
10750         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
10751         * gst-libs/gst/utils/descriptions.h:
10752         * gst-libs/gst/utils/missing-plugins.c:
10753         (missing_structure_get_type), (copy_and_clean_caps),
10754         (gst_missing_uri_source_message_new),
10755         (gst_missing_uri_sink_message_new),
10756         (gst_missing_element_message_new),
10757         (gst_missing_decoder_message_new),
10758         (gst_missing_encoder_message_new),
10759         (missing_structure_get_string_detail),
10760         (missing_structure_get_caps_detail),
10761         (gst_missing_plugin_message_get_installer_detail),
10762         (gst_missing_plugin_message_get_description),
10763         (gst_is_missing_plugin_message):
10764         * gst-libs/gst/utils/missing-plugins.h:
10765           API: add new libgstbaseutils library with functions
10766           - to create and parse missing-plugins messages
10767           - that provide (translated) descriptions for caps/decoders/sources/etc.
10768           Closes #392393.
10769
10770         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10771         * pkgconfig/gstreamer-plugins-base.pc.in:
10772           Add new lib.
10773
10774         * docs/libs/gst-plugins-base-libs-docs.sgml:
10775         * docs/libs/gst-plugins-base-libs-sections.txt:
10776           Generate docs for new lib and API.
10777
10778         * tests/check/Makefile.am:
10779         * tests/check/libs/.cvsignore:
10780         * tests/check/libs/utils.c: (missing_msg_check_getters),
10781         (GST_START_TEST), (libgstbaseutils_suite):
10782           Add some basic unit tests.
10783
10784 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10785
10786         * ext/ogg/Makefile.am:
10787           Dist gstoggdemux.h to fix 'make distcheck'.
10788
10789         * sys/v4l/Makefile.am:
10790           Fix 'make distcheck' even more.
10791
10792 2007-01-09  Wim Taymans  <wim@fluendo.com>
10793
10794         * docs/plugins/Makefile.am:
10795         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10796         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10797         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
10798         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
10799         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
10800         (gst_ogg_demux_perform_seek):
10801         * ext/ogg/gstoggdemux.h:
10802         Added docs.
10803         Add some more comments.
10804         Small cleanups.
10805
10806 2007-01-09  Wim Taymans  <wim@fluendo.com>
10807
10808         * ext/theora/theoradec.c:
10809         * ext/vorbis/vorbisdec.c:
10810         * gst-libs/gst/audio/gstringbuffer.c:
10811         (gst_ring_buffer_commit_full):
10812         * gst-libs/gst/audio/gstringbuffer.h:
10813         * gst-libs/gst/rtp/gstrtpbuffer.c:
10814         * gst-libs/gst/tag/gstvorbistag.c:
10815         Small documentation updates/fixes
10816
10817 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10818
10819         * configure.ac:
10820           Require core CVS HEAD for Andy's basesrc/sink API additions.
10821
10822 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10823
10824         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
10825
10826         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
10827         (plugin_init):
10828           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
10829           on flac.sf.net (there appear to be other versions of the first
10830           ogg page in the wild) (#391365).
10831
10832 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10833
10834         * configure.ac:
10835           Check if localtime_r() is available.
10836
10837         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
10838           If localtime_r() is not available, fall back to localtime(). Should
10839           fix build on MingW (#393310).
10840
10841 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10842
10843         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10844         * gst/subparse/gstsubparse.h:
10845           Remove spurious 1000 subtrahend when calculating the timestamp from
10846           the frame number and the frame rate . Also, use the frames/second
10847           value specified in the first line of the file, if one is specified
10848           there. Should fix #357503.
10849
10850         * tests/check/elements/subparse.c: (do_test),
10851         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
10852         (subparse_suite):
10853           Add some basic unit tests for the microdvd subtitle format.
10854
10855 2007-01-07  Julien MOUTTE  <julien@moutte.net>
10856
10857         Patch by: Young-Ho Cha <ganadist at chollian dot net>
10858
10859         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10860         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
10861         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
10862         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
10863         (gst_xvimagesink_set_xwindow_id),
10864         (gst_xvimagesink_set_event_handling),
10865         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10866         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10867         Fixes: #390076.
10868         Add an adaptor property to select a specific XV adaptor.
10869         * sys/xvimage/xvimagesink.h:
10870
10871 2007-01-07  Julien MOUTTE  <julien@moutte.net>
10872
10873         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10874         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
10875         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
10876         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
10877         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
10878         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
10879         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10880         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
10881         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
10882         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
10883         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
10884         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
10885         Use flow_lock much more to protect every access to xwindow.
10886         Try to catch erros while creating images in case some drivers are
10887         just generating an XError when the requested image is too big.
10888         Should fix : #354698, #384008, #384060.
10889         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
10890         Implement some stress testing of setting window xid.
10891
10892 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
10893
10894         * win32/common/libgsaudio.def:
10895           Add new exported function.
10896         * win32/common/libgstogg.dsp:
10897           Add gstoggaviparse.c to the build.
10898         * win32/common/libgstvideoscale.dsp:
10899           Add vs_4tap.c to the build.
10900         * win32/common/libgstvorbis.dsp:
10901           Add vorbistag.c to the build.
10902         
10903 2007-01-06  Andy Wingo  <wingo@pobox.com>
10904
10905         * gst-libs/gst/audio/gstbaseaudiosink.c
10906         (gst_base_audio_sink_class_init)
10907         (gst_base_audio_sink_init): 
10908         (gst_base_audio_sink_activate_pull): Add an activate_pull function
10909         to baseaudiosink, and tell basesink that we can work in pull mode.
10910         This way the ring buffer thread drives the pipeline directly, if
10911         pull mode is possible. There is some lingering nastiness regarding
10912         capsnego, however.
10913         (gst_base_audio_sink_callback): Implement the callback to pull
10914         data. This interface is a bit light, though -- it should get a
10915         GstFlowReturn return value at least.
10916
10917 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10918
10919         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
10920         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10921         * gst/playback/gstdecodebin2.c:
10922         (gst_decode_group_check_if_blocked):
10923           Printf format and missing argument fixes.
10924
10925 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
10926
10927         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
10928         (gst_ogm_parse_change_state):
10929         Activate pads before adding them to the element.
10930
10931 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10932
10933         * tests/examples/seek/scrubby.c: (main):
10934         * tests/examples/seek/seek.c: (main):
10935           Call g_thread_init() first thing in main() (see #391278).
10936
10937 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10938
10939         * tests/check/Makefile.am:
10940         * tests/check/libs/.cvsignore:
10941         * tests/check/libs/netbuffer.c: (GST_START_TEST),
10942         (netbuffer_suite):
10943           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
10944           for the time being, since it's broken, see #393099.
10945
10946 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10947
10948         * tests/check/Makefile.am:
10949           Update to use GST_PLUGINS_BASE_CFLAGS as well.
10950
10951 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10952
10953         * configure.ac:
10954           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
10955           so that GST_BASE_CFLAGS can go inbetween them, making sure
10956           we use uninstalled gst-libs headers
10957         * docs/libs/Makefile.am:
10958         * ext/alsa/Makefile.am:
10959         * ext/cdparanoia/Makefile.am:
10960         * ext/gnomevfs/Makefile.am:
10961         * ext/libvisual/Makefile.am:
10962         * ext/ogg/Makefile.am:
10963         * ext/theora/Makefile.am:
10964         * ext/vorbis/Makefile.am:
10965         * gst-libs/gst/audio/Makefile.am:
10966         * gst-libs/gst/cdda/Makefile.am:
10967         * gst-libs/gst/interfaces/Makefile.am:
10968         * gst-libs/gst/riff/Makefile.am:
10969         * gst-libs/gst/rtp/Makefile.am:
10970         * gst-libs/gst/tag/Makefile.am:
10971         * gst/adder/Makefile.am:
10972         * gst/audioconvert/Makefile.am:
10973         * gst/audiorate/Makefile.am:
10974         * gst/audioresample/Makefile.am:
10975         * gst/playback/Makefile.am:
10976         * gst/tcp/Makefile.am:
10977         * gst/videoscale/Makefile.am:
10978         * gst/volume/Makefile.am:
10979         * sys/ximage/Makefile.am:
10980         * sys/xvimage/Makefile.am:
10981         * tests/icles/Makefile.am:
10982           adapt
10983
10984 2007-01-04  Julien MOUTTE  <julien@moutte.net>
10985
10986         * gst-libs/gst/interfaces/xoverlay.c:
10987         (gst_x_overlay_handle_events):
10988         * gst-libs/gst/interfaces/xoverlay.h:
10989         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
10990         (gst_ximagesink_set_xwindow_id),
10991         (gst_ximagesink_set_event_handling),
10992         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
10993         (gst_ximagesink_get_property), (gst_ximagesink_init),
10994         (gst_ximagesink_class_init):
10995         * sys/ximage/ximagesink.h:
10996         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
10997         (gst_xvimagesink_set_xwindow_id),
10998         (gst_xvimagesink_set_event_handling),
10999         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
11000         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
11001         (gst_xvimagesink_class_init):
11002         * sys/xvimage/xvimagesink.h:
11003         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
11004         Add a method to the XOverlay interface to allow disabling of 
11005         event handling in x[v]imagesink elements. This will let X events
11006         propagate to parent windows which can be usefull in some cases.
11007         Be carefull that the application is then responsible of pushing
11008         navigation events and expose events to the video sink.
11009         Fixes: #387138.
11010
11011 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
11012
11013         * gst-libs/gst/tag/gstvorbistag.c:
11014         * tests/check/libs/tag.c: (GST_START_TEST):
11015           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
11016           (fixes #392070).
11017
11018 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
11019
11020         * configure.ac:
11021         * docs/Makefile.am:
11022         * docs/design/Makefile.am:
11023           Dist design docs.
11024
11025 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11026
11027         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
11028         typo. Fixes: #390063.
11029
11030 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11031
11032         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11033         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
11034         caps leak.
11035         * win32/common/config.h: Updated.
11036
11037 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11038
11039         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
11040         (setup_gdpdepay_streamheader):
11041         * tests/check/elements/gdppay.c: (cleanup_gdppay),
11042         (setup_gdppay_streamheader):
11043           Fix the dp tests, but activating the pads for the streamheader tests
11044           too and cleaning up conditionaly
11045
11046 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
11047
11048         * gst/ffmpegcolorspace/avcodec.h:
11049         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11050         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11051         (gst_ffmpegcsp_avpicture_fill):
11052         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
11053         (img_get_alpha_info):
11054         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
11055         other end of the word. Fixes: #387073.
11056
11057         Add some inconsequential branch hints in a couple of places.
11058
11059 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
11060
11061         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11062         (gst_ffmpeg_caps_to_smpfmt):
11063           The "signed" field in raw audio caps is of boolean type, trying to
11064           extract the value with _get_int() will fail (fix to keep in sync with
11065           the copy in gst-ffmpeg)
11066
11067 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11068
11069         * tests/check/elements/audioresample.c: (cleanup_audioresample):
11070         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
11071         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
11072         (cleanup_gdpdepay):
11073         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
11074         * tests/check/elements/subparse.c: (teardown_subparse):
11075         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
11076         * tests/check/elements/videorate.c: (cleanup_videorate):
11077         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
11078         * tests/check/elements/volume.c: (cleanup_volume):
11079         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
11080         (cleanup_vorbisdec):
11081         * tests/check/elements/vorbistag.c: (setup_vorbistag),
11082         (cleanup_vorbistag):
11083           consistent pad (de)activation
11084
11085 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11086
11087         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11088           Forgot to register the extensions.
11089
11090 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11091
11092         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
11093         (plugin_init):
11094           Add typefinder for VIVO files (my christmas present to the 90s).
11095
11096 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11097
11098         * gst/playback/gstdecodebin.c: (type_found):
11099           Special-case the text/plain media type: we only want to recognise it
11100           as a 'raw' decoded media type if it comes from a demuxer or subtitle
11101           parser, but not if the entire stream is of text/plain type. If the
11102           entire stream is text/plain, we should just error out.
11103
11104           This fixes playback of audio files with lyrics in totem. Totem can't
11105           distinguish between text files and subtitle files and passes any
11106           .txt file with the same basename as the main file to playbin as
11107           suburi, and playbin will then throw a 'subtitle found, but no video
11108           stream' error, which isn't entirely helpful. See #380342.
11109
11110           Also, with this change we'll show a slightly more correct error
11111           message in case totem passes a playlist file to us (although a
11112           custom error message wording instead of the default text would
11113           probably not be a bad idea either).
11114
11115           Same problem also needs to be fixed for playbin+decodebin2.
11116
11117         * tests/check/Makefile.am:
11118         * tests/check/elements/decodebin.c: (src_handoff_cb),
11119         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
11120         (decodebin_suite):
11121           Add simple unit test for decodebin for the above.
11122
11123 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11124
11125         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
11126         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
11127           Refuse to change state to READY when we failed to create any of the
11128           required elements in our instance init function.
11129
11130 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
11131
11132         * docs/libs/gst-plugins-base-libs-sections.txt:
11133           Small docs fixes/updates.
11134
11135         * gst-libs/gst/video/gstvideosink.h:
11136           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
11137           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
11138           removed from the base sink API between 0.9.6 and 0.9.7).
11139           API: add GST_VIDEO_SINK_CAST and use it for the height/width
11140           accessor macros, so we don't do a runtime GObject type check every
11141           time we use them.
11142
11143 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11144
11145         * Makefile.am:
11146         * gst-plugins-base.doap:
11147         * gst-plugins-base.spec.in:
11148           add doap file
11149
11150 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11151
11152         Patch by: Jens Granseuer <jensgr at gmx net>
11153
11154         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11155         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11156         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
11157         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
11158         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11159           Declare variables at the beginning of a block. Fixes #383195.
11160
11161 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
11162
11163         * configure.ac:
11164         Bump version nano - back to CVS.
11165
11166
11167 === release 0.10.11 ===
11168
11169 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
11170
11171         * configure.ac:
11172           releasing 0.10.11, "Dumb things"
11173
11174 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
11175
11176         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
11177         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
11178         Handle the case where an element has multiple pads with 
11179         unfixed caps as well as still possibly producing more dynamic 
11180         pads by storing each case as a distinct entry in the dynamic list.
11181         Fixes #38223 again.
11182
11183 2006-12-04  Wim Taymans  <wim@fluendo.com>
11184
11185         * gst/playback/gstdecodebin.c: (close_pad_link):
11186         Fix #382223, add more dynamic caps handling.
11187
11188 2006-12-04  Wim Taymans  <wim@fluendo.com>
11189
11190         * gst-libs/gst/audio/gstringbuffer.h:
11191         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
11192         (gst_netaddress_set_ip4_interface),
11193         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
11194         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
11195         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
11196         (gst_netaddress_get_ttl):
11197         * gst-libs/gst/netbuffer/gstnetbuffer.h:
11198         * gst/playback/gstdecodebin.c: (close_pad_link):
11199         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
11200         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
11201         * win32/common/config.h:
11202
11203 2006-12-01  Michael Smith  <msmith@fluendo.com>
11204
11205         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11206           Delete bad debug code.
11207           Fixes #381219
11208
11209 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11210
11211         * gst/videoscale/vs_4tap.c:
11212         * win32/MANIFEST:
11213         * win32/common/config.h:
11214         * win32/vs8/libgstvideoscale.vcproj:
11215         Fix compilation on win32 under VS8
11216         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11217         Partially fixes #381175
11218
11219 2006-11-30  Michael Smith  <msmith@fluendo.com>
11220
11221         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11222         (GST_START_TEST):
11223           It would be very bad if, after a discont buffer, we thought every
11224           single following buffer was also discont. So, add to the test to
11225           ensure that this isn't the case.
11226           
11227         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
11228           ... it was the case. So fix it.
11229
11230 2006-11-28  Wim Taymans  <wim@fluendo.com>
11231
11232         * gst/playback/gstplaybasebin.c: (check_queue_event):
11233         Improve debug.
11234
11235         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
11236         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
11237         padtemplate caps. Refixes #357577.
11238
11239 2006-11-28  Wim Taymans  <wim@fluendo.com>
11240
11241         * gst/playback/gstplaybasebin.c: (check_queue_event),
11242         (queue_threshold_reached), (queue_out_of_data),
11243         (gen_preroll_element):
11244         Add event probe to see when EOS is in a queue and we can disable the
11245         underrun signals. Fixes #357577.
11246
11247 2006-11-28  Edward Hervey  <edward@fluendo.com>
11248
11249         * gst/playback/Makefile.am:
11250         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
11251         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
11252         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
11253         (gst_decode_bin_init), (gst_decode_bin_dispose),
11254         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
11255         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
11256         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
11257         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
11258         (connect_element), (expose_pad), (type_found),
11259         (pad_added_group_cb), (pad_removed_group_cb),
11260         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
11261         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
11262         (are_raw_caps), (multi_queue_overrun_cb),
11263         (multi_queue_underrun_cb), (gst_decode_group_new),
11264         (get_current_group), (group_demuxer_event_probe),
11265         (gst_decode_group_control_demuxer_pad),
11266         (gst_decode_group_control_source_pad),
11267         (gst_decode_group_check_if_blocked),
11268         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
11269         (gst_decode_group_hide), (gst_decode_group_free),
11270         (gst_decode_group_set_complete), (source_pad_blocked_cb),
11271         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
11272         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
11273         (plugin_init):
11274         New decodebin2 element.
11275         Closes #370092
11276         * gst/playback/gstplay-marshal.list:
11277         Added marshallers for new signals in decodebin2
11278         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
11279         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
11280         is set.
11281
11282 2006-11-28  Wim Taymans  <wim@fluendo.com>
11283
11284         * gst/playback/gstplaybasebin.c: (setup_source),
11285         (gst_play_base_bin_change_state):
11286         Disable rtsp:// uris for the release, it's not good enough yet.
11287         Remove unused var.
11288
11289 2006-11-26  Wim Taymans  <wim@fluendo.com>
11290
11291         * ext/theora/theoradec.c: (gst_theora_dec_reset),
11292         (theora_dec_push_forward), (theora_dec_push_reverse),
11293         (theora_handle_data_packet), (theora_dec_decode_buffer),
11294         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11295         (theora_dec_chain_forward), (theora_dec_chain):
11296         Implement reverse playback.
11297
11298         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
11299         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
11300         (vorbis_dec_chain_forward):
11301         Clear buffers used for reverse playback in _reset.
11302         No need to set the eos flag, we clip samples using the segment.
11303
11304 2006-11-24  Wim Taymans  <wim@fluendo.com>
11305
11306         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11307         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
11308         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
11309         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
11310         Some cleanups.
11311         Handle continued pages in reverse mode.
11312
11313 2006-11-24  Wim Taymans  <wim@fluendo.com>
11314
11315         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
11316         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11317         (vorbis_dec_flush_decode):
11318         Small cleanups.
11319         Don't try to add invalid timestamps.
11320         Clipping will unref the buffer.
11321
11322 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11323
11324         * gst/adder/gstadder.h:
11325         * gst/audiotestsrc/gstaudiotestsrc.h:
11326           remove obsolete _factory_init protos
11327
11328 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11329
11330         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11331           Fix spacing in debug message.
11332
11333 2006-11-23  Wim Taymans  <wim@fluendo.com>
11334
11335         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11336         (gst_ogg_demux_chain):
11337         Don't just ignore return values from _pad_push().
11338         Small debug improvements.
11339
11340 2006-11-23  Michael Smith  <msmith@fluendo.com>
11341
11342         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
11343           If our incoming buffer is marked as DISCONT, then increment the page
11344           number (so that the discontinuity is marked in the final ogg
11345           bitstream) and flush the previous page.
11346
11347 2006-11-22  Michael Smith  <msmith@fluendo.com>
11348
11349         * ext/theora/gsttheoraenc.h:
11350         * ext/theora/theoraenc.c: (gst_theora_enc_init),
11351         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
11352         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
11353         (theora_enc_chain), (theora_enc_change_state):
11354           Mark discontinuities of > 3/4 of a frame, reinit encoder.
11355
11356         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11357         (GST_START_TEST), (theoraenc_suite):
11358           Enable discontinuity test, fix it.
11359
11360 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11361
11362         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11363         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
11364         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
11365         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
11366         (gst_text_overlay_change_state):
11367         * ext/pango/gsttextoverlay.h:
11368           Some textoverlay fixes: for one, in the video chain function,
11369           actually wait for a text buffer to come in if there is none at the
11370           moment and there should be one; also, deal more gracefully with
11371           incoming buffers that do not have a timestamp or duration; discard
11372           text buffer when not needed any longer. Fixes #341681.
11373
11374         * tests/check/Makefile.am:
11375         * tests/check/elements/.cvsignore:
11376         * tests/check/elements/textoverlay.c:
11377         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
11378         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
11379         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
11380         (test_video_waits_for_text_send_text_newsegment_thread),
11381         (test_video_waits_for_text_shutdown_element),
11382         (test_render_continuity_push_video_buffers_thread),
11383         (textoverlay_suite):
11384           Add some unit tests for textoverlay.
11385
11386 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11387
11388         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11389           Avoid integer underflow when the found probability for mp3 is
11390           smaller than the 'penalty' we subtract if there's not a clean
11391           mp3 header sync at offset 0.
11392
11393 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
11394
11395         * docs/libs/gst-plugins-base-libs-sections.txt:
11396           Add some new symbols to the docs
11397
11398 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11399
11400         * tests/check/Makefile.am:
11401         * tests/check/elements/ffmpegcolorspace.c:
11402         (ffmpegcolorspace_suite):
11403           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
11404           (for now not for valgrinding though, since it takes too long).
11405
11406 2006-11-20  Wim Taymans  <wim@fluendo.com>
11407
11408         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11409         (gst_ffmpeg_pixfmt_to_caps):
11410         Fix RGBA32 caps. Fixes #357038.
11411
11412 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11413
11414         * gst-libs/gst/interfaces/mixertrack.h:
11415           Add FIXME so we can add some padding here in 0.11
11416
11417 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11418
11419         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
11420           Fix GstBaseRTPAudioPayload structure so the whole GObject
11421           inheritance business actually works (parent class instance structure
11422           must always come first in the derived class instance structure).
11423
11424 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11425
11426         * gst/videotestsrc/Makefile.am:
11427         * tests/check/Makefile.am:
11428           Make sure our checks and the videotestsrc plugin link against the
11429           local uninstalled gst libs and not any installed gst libs that
11430           might happen to exist as well.
11431
11432         * tests/check/elements/adder.c: (message_received),
11433         (test_event_message_received), (test_play_twice_message_received):
11434         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
11435           Fix compiler warnings when compiling against core with disabled
11436           debugging system.
11437
11438 2006-11-16  Michael Smith  <msmith@fluendo.com>
11439
11440         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
11441         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
11442           Fix audiorate, so that it accurately sets offsets and timestamps.
11443           Doesn't change the fundamental algorithmic decisions; so should be
11444           safe.
11445
11446         * tests/check/Makefile.am:
11447           Enable audiorate test now that it passes.
11448
11449 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
11450
11451         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11452           clear xv when going to NULL, remove // commented non-existant proto
11453
11454         * tests/examples/seek/seek.c: (main):
11455           add missing tooltip description for scrub and play_scrub
11456
11457 2006-11-14  David Schleef  <ds@schleef.org>
11458
11459         * configure.ac:
11460           Bump liboil requirement to 0.3.8.
11461         * gst-libs/gst/riff/riff-media.c:
11462           Add Dirac fourcc.
11463         * gst/videoscale/vs_image.h:
11464         * gst/videoscale/vs_scanline.h:
11465           Use liboil's stdint.h.
11466         * gst/videotestsrc/videotestsrc.c:
11467           Remove liboil related ifdef's, since they aren't needed now, and
11468           won't work with future versions.
11469
11470 2006-11-14  David Schleef  <ds@schleef.org>
11471
11472         * gst/videoscale/Makefile.am:
11473         * gst/videoscale/gstvideoscale.c:
11474         * gst/videoscale/gstvideoscale.h:
11475         * gst/videoscale/vs_4tap.c:
11476         * gst/videoscale/vs_4tap.h:
11477         * gst/videoscale/vs_image.c:
11478         * gst/videoscale/vs_image.h:
11479         * gst/videoscale/vs_scanline.c:
11480         * gst/videoscale/vs_scanline.h:
11481           Add a 4-tap image scaler.  Theoretically looks much prettier.
11482           The tap calculation could use some improvement.
11483
11484 2006-11-14  Wim Taymans  <wim@fluendo.com>
11485
11486         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
11487
11488         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
11489         (gst_riff_parse_strf_iavs):
11490         * gst/subparse/gstsubparse.c: (convert_encoding):
11491         * gst/tcp/gstmultifdsink.c:
11492         (gst_multi_fd_sink_handle_client_write):
11493         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
11494         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
11495         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
11496         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
11497         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11498         (gst_ximagesink_ximage_new):
11499         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
11500         Various gsize and gssize printf fixes. Fixes #372507.
11501
11502 2006-11-13  Wim Taymans  <wim@fluendo.com>
11503
11504         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11505         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
11506         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11507         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
11508         (vorbis_dec_chain_forward), (vorbis_dec_chain):
11509         * ext/vorbis/vorbisdec.h:
11510         First stab at vorbis reverse playback.
11511
11512 2006-11-13  Wim Taymans  <wim@fluendo.com>
11513
11514         * gst-libs/gst/audio/gstbaseaudiosink.c:
11515         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11516         * gst-libs/gst/audio/gstbaseaudiosink.h:
11517         Make the clock sync code more accurate wrt resampling and playback
11518         at different rates.
11519         
11520         * gst-libs/gst/audio/gstringbuffer.c:
11521         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
11522         * gst-libs/gst/audio/gstringbuffer.h:
11523         Use better algorithm to interpolate sample rates. 
11524
11525 2006-11-13  Michael Smith  <msmith@fluendo.com>
11526
11527         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
11528           Improve a debug line slightly.
11529
11530         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
11531           Call gst_riff_init() in plugin_init, to avoid getting errors from
11532           the debug system (unrelated changes to another plugin made this turn
11533           up; not sure why).
11534
11535 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11536
11537         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
11538
11539         * win32/common/libgsttag.def:
11540           Add missing symbol (#366492).
11541
11542 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11543
11544         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
11545           Don't unref a NULL pad.
11546
11547 2006-11-09  Wim Taymans  <wim@fluendo.com>
11548
11549         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11550         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
11551         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
11552         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
11553         (gst_ogg_demux_loop):
11554         Implement first stab at reverse playback.
11555
11556 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
11557
11558         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11559         (gst_riff_create_video_template_caps):
11560           add h263/h264 variants to the caps, Fixes #363118
11561
11562 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
11563
11564         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
11565         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
11566           Use g_strerror instead of strerror so we get UTF-8.
11567
11568 2006-11-03  David Schleef  <ds@schleef.org>
11569
11570         * ext/ogg/gstoggdemux.c:
11571         * ext/ogg/gstoggmux.c:
11572           Add/remove KW-DIRAC header here, since it is ogg-specific.
11573
11574 2006-11-03  Michael Smith  <msmith@fluendo.com>
11575
11576         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11577           Recognise more mpeg4 elementary video streams.
11578
11579 2006-11-02  Edward Hervey  <edward@fluendo.com>
11580
11581         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11582         Lower the probability of mp3 typefinding functions if we don't find a
11583         valid mp3 header at the start of the file.
11584         Closes #369482
11585
11586 2006-11-02  Wim Taymans  <wim@fluendo.com>
11587
11588         * ext/theora/gsttheoradec.h:
11589         * ext/theora/theoradec.c: (gst_theora_dec_init),
11590         (theora_dec_sink_event), (theora_dec_chain_forward),
11591         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11592         (theora_dec_chain):
11593         Document and partially implement an algorithm for doing reverse playback
11594         of theora video.
11595
11596 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
11597
11598         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
11599
11600         * win32/common/config.h:
11601         * win32/common/interfaces-enumtypes.c:
11602         * win32/common/libgsttag.def:
11603         * win32/vs8/gst-plugins-base.sln:
11604         * win32/vs8/libgstaudioresample.vcproj:
11605         * win32/vs8/libgstinterfaces.vcproj:
11606         * win32/vs8/libgstogg.vcproj:
11607         * win32/vs8/libgstriff.vcproj:
11608         * win32/vs8/libgsttag.vcproj:
11609         * win32/vs8/libgsttheora.vcproj:
11610         * win32/vs8/libgstvideoscale.vcproj:
11611         * win32/vs8/libgstvorbis.vcproj:
11612           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
11613           to libgsttag.def; add missing dependencies for some vs8 projects;
11614           re-arrange placement of .def files in vs8 projects (#366334).
11615
11616 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
11617
11618         * ext/ogg/gstogg.c:
11619           Remove unused variable.
11620
11621         * ext/ogg/gstoggdemux.c:
11622           Fix Wim's surname in plugin description.
11623
11624 2006-10-31  Wim Taymans  <wim@fluendo.com>
11625
11626         * gst-plugins-base.spec.in:
11627         spec new .h file. Fixes #368310.
11628
11629 2006-10-31  Michael Smith  <msmith@fluendo.com>
11630
11631         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
11632         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
11633         (gst_multi_fd_sink_get_stats),
11634         (gst_multi_fd_sink_remove_client_link),
11635         (gst_multi_fd_sink_queue_buffer),
11636         (gst_multi_fd_sink_handle_clients):
11637         * gst/tcp/gstmultifdsink.h:
11638           Make using the remove or clear signals threadsafe.
11639           Make calling get-stats with an invalid fd not segfault.
11640           Fixes 368273.
11641
11642 2006-10-31  Wim Taymans  <wim@fluendo.com>
11643
11644         * gst-libs/gst/rtp/Makefile.am:
11645         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11646         (gst_base_rtp_audio_payload_init):
11647         Fix and activate base audio payloader.
11648
11649 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
11650
11651         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
11652         (plugin_init):
11653           Add typefinder for QuickTime Image Files (see #366156).
11654
11655 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
11656
11657         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
11658           Another typo fix (#366212).
11659
11660 2006-10-27  Wim Taymans  <wim@fluendo.com>
11661
11662         * gst/volume/gstvolume.c: (volume_transform_ip):
11663         Use stream time to synchronize volume property instead of rather random
11664         timestamps. This is needed when gnonlin does its time shifting.
11665
11666 2006-10-27  Wim Taymans  <wim@fluendo.com>
11667
11668         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
11669
11670         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
11671         Remove the pad from the element in release_pad. Fixes #364812.
11672
11673 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11674
11675         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
11676         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
11677           Explicitly create our custom buffer classes at a thread-safe
11678           location as well, since g_type_class_ref() doesn't seem to be
11679           entirely thread-safe either (#365501; also see #349410).
11680
11681 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11682
11683         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
11684         (gst_riff_parse_info):
11685           If strings in INFO chunk are not UTF-8, do something similar to
11686           what we do for ID3v1 tags: check a number of environment variables
11687           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
11688           character sets to try, otherwise try the current locale and/or fall
11689           back on ISO-8859-1. Fixes #360552.
11690
11691 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11692
11693         * gst/videotestsrc/gstvideotestsrc.c:
11694         (gst_video_test_src_pattern_get_type),
11695         (gst_video_test_src_set_pattern):
11696         * gst/videotestsrc/gstvideotestsrc.h:
11697         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
11698         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
11699         (gst_video_test_src_checkers8):
11700         * gst/videotestsrc/videotestsrc.h:
11701           Add a bunch of exciting new checkers patterns.
11702
11703 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11704
11705         * gst/subparse/Makefile.am:
11706         * gst/subparse/gstsubparse.c:
11707         (gst_sub_parse_data_format_autodetect),
11708         (gst_sub_parse_format_autodetect), (handle_buffer),
11709         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
11710         * gst/subparse/gstsubparse.h:
11711         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
11712         (parse_tmplayer):
11713         * gst/subparse/tmplayerparse.h:
11714           Add support for TMPlayer-type subtitles (#362845).
11715
11716         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
11717         (GST_START_TEST), (subparse_suite):
11718           Add some basic unit tests for the above.
11719
11720 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11721
11722         * tests/check/elements/audiorate.c: (test_injector_base_init),
11723         (test_injector_class_init), (test_injector_chain),
11724         (test_injector_init), (probe_cb), (do_perfect_stream_test),
11725         (GST_START_TEST), (audiorate_suite):
11726           More tests for audiorate: inject buffers to check behaviour when
11727           buffers overlap.
11728
11729 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
11730
11731         * tests/check/Makefile.am:
11732         * tests/check/elements/.cvsignore:
11733         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
11734         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
11735           Add some basic unit tests for audiorate. Disabled at the moment
11736           since it doesn't pass yet (see bug #363119).
11737
11738 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11739
11740         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
11741         (parse_subrip), (handle_buffer):
11742           Add missing closing tags for markup and fix broken markup,
11743           otherwise pango won't render anything (fixes #357531). Also,
11744           make sure the text we send out is always NUL-terminated
11745           (better safe than sorry etc.).
11746
11747         * tests/check/elements/subparse.c: (test_srt_do_test),
11748         (test_srt):
11749           Some more tests for .srt incl. tests for the above stuff.
11750
11751 2006-10-20  Julien MOUTTE  <julien@moutte.net>
11752
11753         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
11754         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
11755         Patch by: Stefan Kost  <ensonic@users.sf.net>
11756         Try to redraw borders only when needed. Apparently this consumes
11757         resources on small devices... :-O (#363607)
11758
11759 2006-10-20  Michael Smith  <msmith@fluendo.com>
11760
11761         * gst/tcp/gstmultifdsink.c:
11762         (gst_multi_fd_sink_client_queue_buffer):
11763           If caps change, then update the client's idea of the caps so that we
11764           don't end up re-sending streamheaders for every single buffer after
11765           the caps change.
11766
11767 2006-10-20  Michael Smith  <msmith@fluendo.com>
11768
11769         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
11770         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
11771           Set caps on pushed buffers; fix up refcounting of caps objects.
11772
11773 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11774
11775         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
11776         (plugin_init):
11777           Typefind mmsh header data packet to application/x-mmsh (#362625).
11778
11779 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11780
11781         * tests/check/Makefile.am:
11782         * tests/check/elements/.cvsignore:
11783         * tests/check/elements/subparse.c: (buffer_from_static_string),
11784         (setup_subparse), (teardown_subparse), (test_srt_do_test),
11785         (GST_START_TEST), (subparse_suite):
11786           Add very simple unit test for subparse.
11787
11788 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11789
11790         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
11791         (parse_subrip):
11792           Strip trailing newlines from subtitle text output.
11793
11794 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11795
11796         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
11797         (gst_sub_parse_change_state):
11798           Fix memleak; clear subparse->textbuf n state change function.
11799
11800 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11801
11802         * gst/subparse/gstsubparse.c:
11803         (gst_sub_parse_data_format_autodetect):
11804           Don't require subrip (.srt) files to start with a chunk number of 1.
11805
11806 2006-10-18  Wim Taymans  <wim@fluendo.com>
11807
11808         * gst-libs/gst/audio/gstbaseaudiosink.c:
11809         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11810         * gst-libs/gst/audio/gstbaseaudiosink.h:
11811         Extract rate from the NEWSEGMENT event.
11812         Use commit_full to also take rate adjustment into account when writing
11813         samples to the ringbuffer.
11814         
11815         * gst-libs/gst/audio/gstringbuffer.c:
11816         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
11817         (gst_ring_buffer_read):
11818         * gst-libs/gst/audio/gstringbuffer.h:
11819         Added _commit_full() to also take rate into account.
11820         Use simple interpolation algorithm to resample audio.
11821         API: gst_ring_buffer_commit_full()
11822
11823         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
11824         * tests/examples/seek/seek.c: (segment_done):
11825         Don't try to seek with 0.0 rate, just pause instead.
11826         Remove bogus debug line.
11827
11828 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11829
11830         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
11831         (setup_source):
11832           Catch async errors when starting up the subtitle bin, so we can
11833           stop waiting and continue with the main film instead of hanging
11834           forever. Fixes #339366.
11835
11836         * tests/check/elements/playbin.c: (playbin_suite):
11837           Enable unit test for the above.
11838
11839 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11840
11841         * tests/check/Makefile.am:
11842         * tests/check/elements/.cvsignore:
11843         * tests/check/elements/playbin.c: (GST_START_TEST),
11844         (gst_red_video_src_uri_get_type),
11845         (gst_red_video_src_uri_get_protocols),
11846         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
11847         (gst_red_video_src_uri_handler_init),
11848         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
11849         (gst_red_video_src_create), (gst_red_video_src_class_init),
11850         (gst_red_video_src_init), (plugin_init), (playbin_suite):
11851           Some small and basic unit tests for playbin; not very useful yet,
11852           but at least a start.
11853
11854 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11855
11856         * gst/playback/gstplaybin.c: (setup_sinks):
11857           The old pad activation spiel.
11858
11859 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11860
11861         * gst/playback/gstplaybasebin.c: (setup_source):
11862           Don't hang forever if the subbin already fails to start up in 
11863           the state change to PAUSED (#339366).
11864
11865 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
11866
11867         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
11868         (gst_tuner_set_channel), (gst_tuner_get_channel),
11869         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
11870         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
11871         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
11872         (gst_tuner_find_channel_by_name):
11873           Fix some function guards, add some more function guards.
11874
11875 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
11876
11877         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
11878         (remove_element_chain):
11879         Don't return a pad from get_our_ghost_pad unless it is actually the
11880         one we want.
11881         Change a cast in remove_element_chain slightly.
11882
11883 2006-10-13  Julien MOUTTE  <julien@moutte.net>
11884
11885         * tests/examples/seek/seek.c: (do_seek), (start_seek),
11886         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
11887         Segment seeking needs to use the rate and set stop to -1.
11888
11889 2006-10-13  Wim Taymans  <wim@fluendo.com>
11890
11891         * gst-libs/gst/audio/gstbaseaudiosink.c:
11892         (gst_base_audio_sink_setcaps):
11893         Don't crash when ringbuffer is not yet created.
11894         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
11895         Fixes #361634.
11896
11897         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
11898         * gst/playback/gststreamselector.c:
11899         (gst_stream_selector_request_new_pad):
11900         Activate pads befre adding them to running elements.
11901
11902 2006-10-13  Julien MOUTTE  <julien@moutte.net>
11903
11904         * tests/examples/seek/seek.c: (do_seek), (start_seek),
11905         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
11906         updater when we start grabing the slider. Don't wait for the
11907         pipeline to be PAUSED.
11908
11909 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
11910
11911         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
11912         (gst_mixer_set_volume), (gst_mixer_get_volume),
11913         (gst_mixer_set_mute), (gst_mixer_set_option),
11914         (gst_mixer_get_option), (gst_mixer_mute_toggled),
11915         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
11916         (gst_mixer_option_changed):
11917           Guard mixer interface functions against bogus arguments.
11918
11919 2006-10-12  Julien MOUTTE  <julien@moutte.net>
11920
11921         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
11922         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
11923         (msg_state_changed), (main): Use state-changed messages to trigger
11924         start/stop of scale update timer. Indeed the scale slider was
11925         jumping here and there because the update timer was activated 
11926         before seek completed. This fixes instant applying of rate changes
11927         by pressing the spinbutton like a crazy man !
11928
11929 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
11930
11931         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
11932
11933         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
11934         (gst_basertppayload_finalize):
11935           Fix two small memory leaks (#361456).
11936
11937 2006-10-10  Julien MOUTTE  <julien@moutte.net>
11938
11939         * tests/examples/seek/seek.c: (do_seek),
11940         (rate_spinbutton_changed_cb): When changing spinbutton we try
11941         to change the rate on the fly.
11942
11943 2006-10-10  Wim Taymans  <wim@fluendo.com>
11944
11945         * gst-libs/gst/riff/riff-ids.h:
11946         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
11947         (gst_riff_create_audio_template_caps):
11948         Add WMS caps.
11949
11950 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11951
11952         Patch by: Josep Torra Valles <josep@fluendo.com>
11953
11954         * ext/gnomevfs/gstgnomevfssink.c:
11955         * ext/gnomevfs/gstgnomevfssrc.c:
11956         Fix URI interface implementation return type.
11957         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
11958         Fix what looks like a copy/paste issue when assigning values.
11959         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11960         (gst_audio_filter_template_get_type):
11961         Cast to prevent Forte warnings.
11962         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11963         Fix URI interface implementation return type.
11964         gst_pad_query_position requires a signed integer pointer as
11965         3rd parameter, GstClockTime is unsigned.
11966         * gst/audioconvert/audioconvert.c:
11967         Fix integer overflow when treated as signed.
11968         * gst/audioresample/resample.c: (resample_add_input_data):
11969         Cast to prevent warnings on Forte.
11970         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
11971         Fix integer overflow when treated as signed.
11972         * gst/ffmpegcolorspace/imgconvert_template.h:
11973         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
11974         * gst/playback/gstdecodebin.c: (queue_filled_cb),
11975         (cleanup_decodebin):
11976         Who initialises a guint to -1!
11977         Cast function pointers to prevent warnings on Forte.
11978         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
11979         (queue_threshold_reached):
11980         Cast function pointers correctly to prevent warnings on Forte.
11981         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
11982         Cast function pointers correctly to prevent warnings on Forte.
11983         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
11984         Obvious change to unsigned, 0xEF > max signed char.
11985         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
11986         GstClockTime is unsigned, initialise correctly.
11987         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
11988         Cast so pointer arithemetic doesn't cause warnings on Forte.
11989         * gst/videorate/gstvideorate.c:
11990         Use correct return value.
11991         * tests/examples/seek/scrubby.c:
11992         GstClockTime is unsigned, initialise correctly.
11993
11994 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
11995
11996         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
11997
11998         * gst/typefind/gsttypefindfunctions.c:
11999           Recognise XML files and XML-like files shorter than 256 bytes as
12000           well (fixes #359237).
12001
12002 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
12003
12004         Patch by: Renato Filho <renato.filho@indt.org.br>
12005         
12006         * gst/typefind/gsttypefindfunctions.c:
12007         Added typefind functions to video/x-nuv media.
12008         
12009 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
12010
12011         * gst-libs/gst/interfaces/xoverlay.c:
12012         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
12013           Some more guards against invalid input.
12014
12015 2006-10-07  Julien MOUTTE  <julien@moutte.net>
12016
12017         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
12018         Useless goto.
12019         * tests/examples/seek/seek.c: (do_seek),
12020         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
12021         seek example to experiment with rates != 1.0 (reverse playback !)
12022
12023 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
12024
12025         * gst-libs/gst/interfaces/xoverlay.c:
12026           Unref message in doc-example (spotted by Robert McQueen)
12027
12028 2006-10-06  Wim Taymans  <wim@fluendo.com>
12029
12030         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12031         (mpeg1_parse_header), (mpeg1_sys_type_find):
12032         printf fix.
12033
12034 2006-10-06  Wim Taymans  <wim@fluendo.com>
12035
12036         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12037         (close_pad_link):
12038         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12039         Activate dynamic pads before adding them to the element.
12040
12041 2006-10-06  Michael Smith  <msmith@fluendo.com>
12042
12043         * gst-libs/gst/floatcast/floatcast.h:
12044           Fix obviously-bogus macros; use the correct types.
12045
12046 2006-10-06  Wim Taymans  <wim@fluendo.com>
12047
12048         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12049         (gst_base_rtp_depayload_change_state):
12050         Also call parent state change function to activate pads.
12051
12052         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12053         (mpeg1_parse_header), (mpeg1_sys_type_find):
12054         Add some more debug info in mpeg typefinding.
12055
12056 2006-10-06  Michael Smith  <msmith@fluendo.com>
12057
12058         * ext/theora/theoradec.c: (theora_dec_chain):
12059           Zero byte theora packets are valid and well-defined; don't warn on
12060           them.
12061
12062 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12063
12064         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
12065         (gst_multi_fd_sink_get_stats), (find_limits),
12066         (gst_multi_fd_sink_queue_buffer):
12067           API: add dropped_buffers to the get-stats GValueArray
12068
12069 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12070
12071         * ext/alsa/gstalsadeviceprobe.c:
12072         (gst_alsa_device_property_probe_get_values):
12073         * ext/alsa/gstalsasink.c: (set_hwparams):
12074         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
12075         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
12076         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
12077         (gst_ogg_mux_process_best_pad):
12078         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
12079         (gst_ogg_parse_chain):
12080         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
12081         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12082         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
12083         (gst_vorbis_enc_buffer_check_discontinuous):
12084         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
12085         * gst-libs/gst/audio/gstbaseaudiosink.c:
12086         (gst_base_audio_sink_render):
12087         * gst-libs/gst/cdda/gstcddabasesrc.c:
12088         (gst_cdda_base_src_handle_track_seek):
12089         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12090         (gst_base_rtp_depayload_push_full):
12091         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12092         * gst/audioresample/resample.c: (resample_input_pushthrough):
12093         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
12094         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12095         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12096         (wavpack_type_find):
12097         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12098         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12099         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12100         * tests/check/elements/volume.c: (GST_START_TEST):
12101           Printf format fixes.
12102
12103 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12104
12105         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
12106           Fix a simple mistake (see the docs)
12107           Fixes #359580
12108
12109 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12110
12111         * docs/plugins/Makefile.am:
12112         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12113         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12114         * docs/plugins/gst-plugins-base-plugins.args:
12115         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12116         * docs/plugins/inspect/plugin-adder.xml:
12117         * docs/plugins/inspect/plugin-alsa.xml:
12118         * docs/plugins/inspect/plugin-audioconvert.xml:
12119         * docs/plugins/inspect/plugin-audiorate.xml:
12120         * docs/plugins/inspect/plugin-audioresample.xml:
12121         * docs/plugins/inspect/plugin-audiotestsrc.xml:
12122         * docs/plugins/inspect/plugin-cdparanoia.xml:
12123         * docs/plugins/inspect/plugin-decodebin.xml:
12124         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12125         * docs/plugins/inspect/plugin-gdp.xml:
12126         * docs/plugins/inspect/plugin-gnomevfs.xml:
12127         * docs/plugins/inspect/plugin-libvisual.xml:
12128         * docs/plugins/inspect/plugin-ogg.xml:
12129         * docs/plugins/inspect/plugin-pango.xml:
12130         * docs/plugins/inspect/plugin-playbin.xml:
12131         * docs/plugins/inspect/plugin-subparse.xml:
12132         * docs/plugins/inspect/plugin-tcp.xml:
12133         * docs/plugins/inspect/plugin-theora.xml:
12134         * docs/plugins/inspect/plugin-typefindfunctions.xml:
12135         * docs/plugins/inspect/plugin-video4linux.xml:
12136         * docs/plugins/inspect/plugin-videorate.xml:
12137         * docs/plugins/inspect/plugin-videoscale.xml:
12138         * docs/plugins/inspect/plugin-videotestsrc.xml:
12139         * docs/plugins/inspect/plugin-volume.xml:
12140         * docs/plugins/inspect/plugin-vorbis.xml:
12141         * docs/plugins/inspect/plugin-ximagesink.xml:
12142         * docs/plugins/inspect/plugin-xvimagesink.xml:
12143           Add vorbistag element to docs; update version numbers to 0.10.10.1.
12144
12145 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12146
12147         Patch by: James "Doc" Livingston <doclivingston at gmail com>
12148
12149         * ext/vorbis/Makefile.am:
12150         * ext/vorbis/vorbis.c: (plugin_init):
12151         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
12152         (vorbis_parse_parse_packet), (vorbis_parse_chain):
12153         * ext/vorbis/vorbisparse.h:
12154         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
12155         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
12156         (gst_vorbis_tag_parse_packet):
12157         * ext/vorbis/vorbistag.h:
12158           Add new vorbistag element which derives from vorbisparse
12159           and is essentially the same as well, only that it implements
12160           the GstTagSetter interface and can modify the stream's
12161           vorbiscomment on the fly (#335635).
12162
12163         * tests/check/Makefile.am:
12164         * tests/check/elements/.cvsignore:
12165         * tests/check/elements/vorbistag.c: (setup_vorbistag),
12166         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
12167         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
12168         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
12169           Add unit test for new vorbistag element.
12170
12171 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12172
12173         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
12174         (vorbis_parse_push_headers), (vorbis_parse_chain):
12175           Set BOS flag in packet structure to fix 'jump depends
12176           on unitialized value' errors in valgrind; various minor
12177           clean-ups.
12178
12179 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
12180
12181         * gst/playback/gstdecodebin.c: (close_pad_link):
12182         Fix typo in a debug statement.
12183
12184         * gst/playback/gstplaybasebin.c: (probe_triggered),
12185         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
12186         (gen_source_element), (source_new_pad), (analyse_source),
12187         (setup_source):
12188         When handling no_more_pads in new_decoded_pad, make sure to treat
12189         subtitle pads correctly. Fixes playback with subtitle files.
12190
12191         Move a recurring message to LOG level.
12192
12193         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12194         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
12195         which ends up as -1 when cast to an int. Make the logic handle the
12196         max value as an unsigned mask and only change the colorkey when it's
12197         a value we recognise.
12198
12199 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12200
12201         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12202         Removed empty * between paragraphs
12203
12204 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12205
12206         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12207         * gst-libs/gst/rtp/README:
12208         Moved some documentation into .c file
12209
12210 2006-09-29  Wim Taymans  <wim@fluendo.com>
12211
12212         * gst/playback/gstdecodebin.c: (no_more_pads):
12213         Fix compilation.
12214
12215 2006-09-29  Wim Taymans  <wim@fluendo.com>
12216
12217         * gst/playback/gstdecodebin.c: (new_caps):
12218         Remove g_print
12219
12220         * gst/playback/gstplaybin.c:
12221         Add some docs.
12222
12223 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12224
12225         * tests/check/Makefile.am:
12226           Re-enable cddabasesrc test to see if it works again
12227           now.
12228
12229 2006-09-29  Wim Taymans  <wim@fluendo.com>
12230
12231         * gst/playback/gstplaybasebin.c: (setup_subtitle),
12232         (gen_source_element):
12233         Handle invalid URIs a bit more gracefully.
12234
12235 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12236
12237         * tests/check/pipelines/oggmux.c:
12238           Remove obsolete comment.
12239
12240 2006-09-29  Michael Smith  <msmith@fluendo.com>
12241
12242         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
12243         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
12244         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
12245         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
12246         (gst_ogg_mux_collected):
12247           Commit patch from James "Doc" Livingston, adds proper EOS handling
12248           in oggmux. GStreamer can, for the first time ever, create a valid
12249           Ogg file! Yay!
12250
12251         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
12252         (oggmux_suite):
12253           Reenable tests now that they pass.
12254
12255 2006-09-29  Wim Taymans  <wim@fluendo.com>
12256
12257         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12258         Stop reading commands when EOF (we read 0) as well.
12259
12260 2006-09-28  Wim Taymans  <wim@fluendo.com>
12261
12262         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
12263         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
12264         (find_dynamic), (unlinked), (close_link):
12265         Implement delayed caps linking needed for element with a lot of
12266         different caps on the src pads that get fixed at runtime.
12267         Improve management of dynamic elements.
12268
12269         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12270         (group_destroy), (group_commit), (check_queue), (queue_overrun),
12271         (gen_preroll_element), (remove_groups), (unknown_type),
12272         (add_element_stream), (no_more_pads_full), (no_more_pads),
12273         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
12274         (new_decoded_pad), (setup_subtitle), (array_has_value),
12275         (gen_source_element), (source_new_pad), (has_all_raw_caps),
12276         (analyse_source), (remove_decoders), (make_decoder),
12277         (remove_source), (setup_source), (finish_source), (prepare_output),
12278         (gst_play_base_bin_change_state):
12279         * gst/playback/gstplaybasebin.h:
12280         Use more _CAST instead of full type checking casts.
12281         Small cleanups, plug some leaks.
12282         Handle dynamic sources.
12283         Add some helper functions to create lists of strings used for
12284         blacklisting and other stuff.
12285         Refactor some code dealing with analysing the source.
12286         Re-enable sources without pads (like cd:// or other selfcontained
12287         elements).
12288
12289 2006-09-28  Wim Taymans  <wim@fluendo.com>
12290
12291         * gst-libs/gst/audio/gstbaseaudiosink.c:
12292         (gst_base_audio_sink_render):
12293         When we have a timestamp, we can still perform clipping.
12294         When we have no clock, we must play the sample ASAP.
12295
12296 2006-09-28  Wim Taymans  <wim@fluendo.com>
12297
12298         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12299         Set caps on outgoing buffers.
12300
12301         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
12302         (gst_video_rate_event), (gst_video_rate_chain):
12303         * gst/videorate/gstvideorate.h:
12304         Fix videorate some more. Fixes #357977
12305
12306 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12307
12308         * tests/check/elements/adder.c: (adder_suite):
12309           Don't set timeout to 6 seconds when we're running
12310           in valgrind ... (and how is 6 seconds longer than
12311           the default anyway?)
12312
12313 2006-09-28  Wim Taymans  <wim@fluendo.com>
12314
12315         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12316         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
12317         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
12318         Keep sink and src segment to keep track of time and support more
12319         input formats.
12320         Fix bogus next_offset and run_time calculation, don't understand how
12321         this could have worked before. Fixes #357976.
12322         Remove some unneeded vars.
12323
12324 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12325
12326         * gst/playback/gstplaybin.c: (remove_sinks):
12327           Only remove visualisation from visbin if there is a visbin (or:
12328           don't throw warnings when closing totem without playing a file).
12329
12330 2006-09-27  Wim Taymans  <wim@fluendo.com>
12331
12332         * gst-libs/gst/audio/gstbaseaudiosink.c:
12333         (gst_base_audio_sink_render):
12334         Add some more info in a WARNING.
12335
12336         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12337         (gst_base_audio_src_create):
12338         Handle PAUSE in create function, use new -core addition to
12339         wait for playing. Fixes pausing and resuming capture from an
12340         audiosrc.
12341
12342         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12343         (gst_ring_buffer_read):
12344         Constify some more.
12345         Caller supports interrupted reads now.
12346
12347 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12348
12349         * tests/check/Makefile.am:
12350           Another attempt to make the gen64 buildbot happy.
12351
12352 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
12353
12354         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
12355
12356         * ext/libvisual/visual.c: (gst_visual_clear_actors),
12357         (gst_visual_chain), (gst_visual_change_state):
12358           Libvisual plugin was not passing audio data to libvisual 0.4.0 
12359           correctly. Fixes #357800
12360
12361 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12362
12363         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
12364           Add timeout to _get_state() so we see which pipeline it is
12365           that causes trouble on the gen64 build bot.
12366
12367 2006-09-27  Wim Taymans  <wim@fluendo.com>
12368
12369         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12370         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
12371         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
12372         (gst_base_rtp_depayload_set_gst_timestamp):
12373         the source pad always uses fixed caps.
12374
12375 2006-09-27  Wim Taymans  <wim@fluendo.com>
12376
12377         * docs/libs/gst-plugins-base-libs-docs.sgml:
12378         * docs/libs/gst-plugins-base-libs-sections.txt:
12379         * gst-libs/gst/audio/gstaudioclock.c:
12380         * gst-libs/gst/audio/gstaudioclock.h:
12381         * gst-libs/gst/audio/gstaudiosink.c:
12382         * gst-libs/gst/audio/gstaudiosink.h:
12383         * gst-libs/gst/audio/gstaudiosrc.c:
12384         * gst-libs/gst/audio/gstbaseaudiosink.c:
12385         (gst_base_audio_sink_render):
12386         * gst-libs/gst/audio/gstbaseaudiosink.h:
12387         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
12388         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12389         * gst-libs/gst/audio/gstringbuffer.h:
12390         Added docs for the audio libs.
12391
12392 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12393
12394         * tests/check/Makefile.am:
12395           Temporarily disable test that fails on the bots for unknown reasons.
12396
12397 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12398
12399         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12400         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12401         Moved AudioCodecType into priv
12402         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
12403
12404 2006-09-25  Wim Taymans  <wim@fluendo.com>
12405
12406         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12407         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
12408         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
12409         (new_pad):
12410         Cleanups and small leak fixes.
12411         Added Depayloaders to valid list of autopluggable elements.
12412
12413 2006-09-25  Wim Taymans  <wim@fluendo.com>
12414
12415         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12416         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
12417         (gen_video_element), (gen_text_element), (gen_audio_element),
12418         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
12419         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
12420         Detect NO_PREROLL state change returns and disable clock distribution to
12421         the sinks so that sync is disabled.
12422         Avoid some type checking and do simple casts instead.
12423         Small cleanups, fix some FIXMEs.
12424         Be more robust when linking user specified elements, catch an report
12425         errors. Fixes #357404.
12426         Fix some leaks in the error paths.
12427
12428 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
12429
12430         * ChangeLog:
12431           ChangeLog surgery for missing bug-number
12432
12433 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12434
12435         Patch by: Peter Kjellerstedt  <pkj at axis com>
12436
12437         * gst/playback/test.c:
12438           Fix compilation with uClibc and -Werror (#357591).
12439
12440 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12441
12442         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12443           Parse dates that are followed by a time as well (#357532).
12444
12445         * tests/check/libs/tag.c: (test_vorbis_tags):
12446           Add unit test for this.
12447
12448 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12449
12450         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
12451         (gst_audio_convert_transform_caps):
12452         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
12453         * gst/videotestsrc/videotestsrc.h:
12454           A few array const-ifications.
12455
12456 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12457
12458         * tests/check/Makefile.am:
12459           See if this makes the build bots happy.
12460
12461         * tests/check/libs/cddabasesrc.c:
12462           UTF8-ise my name.
12463
12464 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12465
12466         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12467
12468         * gst/subparse/samiparse.c: (handle_start_font),
12469         (fix_invalid_entities):
12470           More case-insensitivity for certain tags; recognise entities with
12471           decimal codes as special entities as well (#357330).
12472
12473 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12474
12475         * gst-libs/gst/Makefile.am:
12476           Need to build tag directory before cdda.
12477
12478 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12479
12480         * docs/libs/gst-plugins-base-libs-sections.txt:
12481         * gst-libs/gst/cdda/Makefile.am:
12482         * gst-libs/gst/cdda/gstcddabasesrc.c:
12483         (gst_cdda_base_src_base_init):
12484         * gst-libs/gst/cdda/gstcddabasesrc.h:
12485         * gst-libs/gst/tag/tag.h:
12486         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
12487         (gst_tag_register_musicbrainz_tags):
12488           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
12489           depend on libgsttag. This is required so we can extract/read tags like
12490           DISCID without depending on libgstcddabasesrc (which used to register
12491           them).
12492
12493         * gst-libs/gst/tag/gstvorbistag.c:
12494           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
12495           tags (also see #347848).
12496
12497         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
12498           Log vorbis comments we are actually writing. Const-ify array.
12499
12500 2006-09-23  Wim Taymans  <wim@fluendo.com>
12501
12502         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
12503         Improve buffering a bit by avoiding a deadlock because we cannot assume
12504         the underrun is always called.
12505
12506 2006-09-23  Wim Taymans  <wim@fluendo.com>
12507
12508         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12509
12510         * gst-libs/gst/riff/riff-ids.h:
12511         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12512         (gst_riff_create_audio_template_caps):
12513         Added MPEG-4 AAC and id and caps. Fixes #357289
12514         Added WMA9 Lossless id.
12515
12516 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12517
12518         * ext/gnomevfs/gstgnomevfssrc.c:
12519           Fix misleading docs addition.
12520
12521         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12522           Get rid of compiler warning the right way.
12523
12524 2006-09-22  Wim Taymans  <wim@fluendo.com>
12525
12526         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12527         (gst_base_rtp_depayload_finalize),
12528         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
12529         (gst_base_rtp_depayload_push_full),
12530         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
12531         (gst_base_rtp_depayload_process),
12532         (gst_base_rtp_depayload_set_gst_timestamp),
12533         (gst_base_rtp_depayload_queue_release):
12534         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12535         Small cleanups.
12536         Fix some leaks.
12537         Refactored the process method and added methods to push from the process
12538         vmethod.
12539         Use _scale functions.
12540         API: gst_base_rtp_depayload_push_ts
12541         API: gst_base_rtp_depayload_push
12542
12543         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12544         timestamps are uint.
12545
12546 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
12547
12548         * gst-libs/gst/interfaces/xoverlay.c:
12549           Remove unused statement from doc example.
12550
12551 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
12552
12553         * gst-libs/gst/interfaces/videoorientation.c:
12554         (gst_video_orientation_iface_init),
12555         (gst_video_orientation_get_hflip),
12556         (gst_video_orientation_get_vflip),
12557         (gst_video_orientation_get_hcenter),
12558         (gst_video_orientation_get_vcenter),
12559         (gst_video_orientation_set_hflip),
12560         (gst_video_orientation_set_vflip),
12561         (gst_video_orientation_set_hcenter),
12562         (gst_video_orientation_set_vcenter):
12563           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
12564           in ChangeLog)
12565
12566 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
12567
12568         * tests/check/Makefile.am:
12569         * tests/check/elements/.cvsignore:
12570         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
12571         (create_rgb_conversions), (rgb_conversion_free),
12572         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
12573         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
12574           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
12575           but disable for now since it doesn't pass (something wrong with
12576           RGBA somewhere).
12577
12578 2006-09-21  Wim Taymans  <wim@fluendo.com>
12579
12580         * gst/playback/gstplaybasebin.c: (group_commit),
12581         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
12582         (queue_out_of_data), (gen_preroll_element),
12583         (preroll_remove_overrun), (probe_triggered):
12584         Refactor handling of overrun detection.
12585         Separate handling of group completion and deadlock detection when doing
12586         network buffering. This should fix some deadlocks that were not detected
12587         because the group was completed.
12588         Add more comments, improve debugging.
12589
12590 2006-09-21  Wim Taymans  <wim@fluendo.com>
12591
12592         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12593         * tests/check/libs/audio.c:
12594         Some more compilation fixes.
12595
12596 2006-09-21  Wim Taymans  <wim@fluendo.com>
12597
12598         * gst-libs/gst/audio/gstringbuffer.c:
12599         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12600         (gst_ring_buffer_read):
12601         Early morning compilation fix.
12602
12603 2006-09-20  Wim Taymans  <wim@fluendo.com>
12604
12605         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12606         * tests/check/elements/multifdsink.c: (GST_START_TEST):
12607         * tests/check/elements/videorate.c: (GST_START_TEST):
12608         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
12609         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
12610         Fix some warnings.
12611
12612 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12613
12614         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12615         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12616         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12617           Handcrafted merge to help CVS understanding what I changed and what
12618           not.
12619
12620 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12621
12622         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12623         (gst_xvimagesink_get_times):
12624           change colorkey behaviour back according to #354773 comment 6/7
12625
12626 2006-09-19  Michael Smith  <msmith@fluendo.com>
12627
12628         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12629         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
12630         (gst_multi_fd_sink_recover_client),
12631         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
12632         (gst_multi_fd_sink_get_property):
12633         * gst/tcp/gstmultifdsink.h:
12634           Implement stubbed out properties unit-type, units-soft-max,
12635           units-max, to allow specifying maximum sizes in units other than
12636           buffers.
12637           Fixes #355935
12638
12639 2006-09-19  Wim Taymans  <wim@fluendo.com>
12640
12641         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12642         (gst_riff_create_audio_template_caps):
12643         Reorder the audio formats a bit for clarity.
12644         Detect and create caps for MSGSM and MSN (WAV49).
12645         Fixes #356596.
12646
12647         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12648         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12649         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12650         Small cleanups, move error handling out of normal flow for clarity.
12651
12652 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12653
12654         * docs/libs/gst-plugins-base-libs-docs.sgml:
12655         * docs/libs/gst-plugins-base-libs.types:
12656         * gst-libs/gst/interfaces/Makefile.am:
12657         * gst-libs/gst/interfaces/videoorientation.c:
12658         (gst_video_orientation_get_type),
12659         (gst_video_orientation_iface_init),
12660         (gst_video_orientation_get_hflip),
12661         (gst_video_orientation_get_vflip),
12662         (gst_video_orientation_get_hcenter),
12663         (gst_video_orientation_get_vcenter),
12664         (gst_video_orientation_set_hflip),
12665         (gst_video_orientation_set_vflip),
12666         (gst_video_orientation_set_hcenter),
12667         (gst_video_orientation_set_vcenter):
12668         * gst-libs/gst/interfaces/videoorientation.h:
12669           API: Add new interface to control video orientation (fixes #354908)
12670
12671 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12672
12673         * gst/videotestsrc/gstvideotestsrc.c:
12674           Use G_UNLIKELY in _create and log one more detail.
12675           
12676         (gst_video_test_src_get_times), (gst_video_test_src_create):
12677         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12678           Use gst_util_uint64_scale_int in _get_times().
12679
12680 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12681
12682         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
12683           Give better warning message (add object and detail).
12684
12685 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12686
12687         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12688         (gst_xvimagesink_get_times):
12689           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
12690           #354773), use gst_util_uint64_scale_int in _get_times()
12691
12692 2006-09-18  Michael Smith  <msmith@fluendo.com>
12693
12694         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
12695           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
12696           always true, leading to dropping all timestamps.
12697
12698 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12699
12700         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
12701         (gst_visual_chain), (gst_visual_change_state):
12702           update to work also with libvisual 0.4 API, fix double unref (#355914)
12703           
12704         * tools/gst-launch-ext.1.in:
12705         * tools/gst-visualise.1.in:
12706           remove references to old man-pages
12707
12708         * tests/examples/seek/seek.c: (main):
12709           add real meadi-buttons, add tool-tips for the seek-options, arrange
12710           seek options in a table
12711
12712 2006-09-18  Michael Smith  <msmith@fluendo.com>
12713
12714         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
12715         (gst_ogg_mux_push_buffer):
12716           Don't generate out-of-order timestamps from oggmux, instead clamp
12717           output timestamps to be >= the previously output ts.
12718           Fixes #355595
12719
12720 2006-09-18  Michael Smith  <msmith@fluendo.com>
12721
12722         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12723         (gst_multi_fd_sink_class_init):
12724           Updates, fixes, and typo corrections for multifdsink. No functional
12725           changes.
12726
12727 2006-09-17  Michael Smith  <msmith@fluendo.com>
12728
12729         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
12730           Don't crash on truncated files - check that we got an 8 byte buffer
12731           before trying to memcmp it.
12732
12733 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
12734
12735         * gst/playback/gstplaybasebin.c: (get_active_source):
12736           Make stream-switching appear instant to the application
12737           (ie. make sure that a g_object_get on 'current-foo' returns
12738           the stream previously set with g_object_set(). Totem needs
12739           this to update stream-related meta-info (like audio-codec)
12740           correctly when switching streams.
12741
12742 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
12743
12744         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
12745         (gst_alsa_mixer_ensure_track_list):
12746           Try harder to guess which mixer track is the master mixer
12747           track (instead of just taking the first one that has a pvolume).
12748           Fixes #342228.
12749
12750 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12751
12752         reviewed by: <delete if not using a buddy>
12753
12754         * gst-libs/gst/audio/audio.h:
12755         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
12756
12757 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12758
12759         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
12760         (gst_audio_convert_transform_caps):
12761           Get structure-name just once.
12762
12763 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12764
12765         * tests/check/elements/audioresample.c: (GST_START_TEST):
12766         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12767         * tests/check/elements/volume.c: (GST_START_TEST):
12768         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
12769         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
12770         (test_pipeline), (GST_START_TEST):
12771         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
12772         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
12773           Fix big batch of compiler warnings.
12774
12775 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12776
12777         * ext/gnomevfs/gstgnomevfssrc.c:
12778           Add docs about icydemux usage in connection with gnomevfssrc
12779
12780         * ext/libvisual/visual.c:
12781         * ext/ogg/gstoggaviparse.c:
12782         * ext/ogg/gstoggdemux.c:
12783         * ext/ogg/gstoggmux.c:
12784         * ext/ogg/gstoggparse.c:
12785         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12786         * gst-libs/gst/audio/gstaudiosink.c:
12787         * gst-libs/gst/audio/gstaudiosrc.c:
12788         * gst/audiorate/gstaudiorate.c:
12789           More G_OBJECT macro fixing.
12790
12791         * gst/audiotestsrc/gstaudiotestsrc.h:
12792           Fix wrong info in header due to copy & paste
12793
12794 2006-09-15  Wim Taymans  <wim@fluendo.com>
12795
12796         * gst-libs/gst/audio/gstbaseaudiosink.c:
12797         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
12798         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12799         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
12800         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
12801         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12802         Do the delay calculation in the source/sink base classes as this is
12803         specific for the capture/playback mode.
12804         Try to fixate a bit better, like round depth up to a multiple of 8
12805         bigger than width.
12806         Handle underruns correctly by marking DISCONT on buffers and adjusting
12807         timestamps to handle the gap.
12808         Set offset/offset_end correctly on buffers.
12809
12810         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
12811         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12812         (gst_ring_buffer_read):
12813         Remove resync and underrun recovery from the ringbuffer.
12814         Fix ringbuffer read code on under/overrun.
12815
12816 2006-09-15  Wim Taymans  <wim@fluendo.com>
12817
12818         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12819         (gst_play_base_bin_init), (fill_buffer), (check_queue),
12820         (queue_threshold_reached), (gst_play_base_bin_set_property),
12821         (gst_play_base_bin_get_property):
12822         * gst/playback/gstplaybasebin.h:
12823         Don't use a 0 low watermark when buffering, it is catching starvation
12824         way too late. Instead, use a 3 second queue with 30 and 95
12825         percent low/high watermarks. 
12826         Added queue-min-threshold property to configure low watermark.
12827         Use new _buffering message API.
12828         Make queue_threshold variable big enough to store a uint64 time value.
12829         API: playbin::queue-min-threshold property.
12830
12831 2006-09-15  Wim Taymans  <wim@fluendo.com>
12832
12833         * configure.ac:
12834         We require 0.10.10.1 now because of _wait_preroll().
12835
12836         * gst-libs/gst/audio/gstbaseaudiosink.c:
12837         (gst_base_audio_sink_render):
12838         Use gst_base_sink_wait_preroll().
12839
12840 2006-09-15  Wim Taymans  <wim@fluendo.com>
12841
12842         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
12843         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
12844         Use DEBUG_OBJECT more.
12845
12846 === release 0.10.10 ===
12847
12848 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12849
12850         patch by: Michael Smith <msmith at fluendo dot com>
12851
12852         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
12853         (gst_multi_fd_sink_client_queue_buffer),
12854         (gst_multi_fd_sink_new_client):
12855         * tests/check/elements/multifdsink.c: (GST_START_TEST),
12856         (multifdsink_suite):
12857           Fix implementation of sync-method 'next-keyframe'
12858           Closes #354594
12859
12860 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12861
12862         patch by: Wim Taymans <wim at fluendo dot com>
12863
12864         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
12865         This patch removes the RANDOM flag that was incorrectly introduced with
12866         revision 1.91.  Fixes #354590
12867
12868 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
12869
12870         * tests/check/Makefile.am:
12871           Random variation in Makefile line to see if it makes the
12872           gen64-base-full bot any happier.
12873
12874 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
12875
12876         * tests/check/pipelines/oggmux.c: (oggmux_suite):
12877           Disable test that fails at the moment (killed after timeout).
12878
12879 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
12880
12881         Patch by: James Livingston  <doclivingston at gmail.com>
12882
12883         * tests/check/Makefile.am:
12884         * tests/check/pipelines/.cvsignore:
12885         * tests/check/pipelines/oggmux.c: (get_page_codec),
12886         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
12887         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
12888         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
12889         (test_theora_vorbis), (oggmux_suite):
12890           Add simple unit test for oggmux from #337026 with checking for the
12891           EOS flags disabled for the time being.
12892
12893 2006-09-04  Wim Taymans  <wim@fluendo.com>
12894
12895         patch by: Alessandro Dessina <alessandro nnva org>
12896
12897         * ext/ogg/gstoggmux.c:
12898         Add cmml caps to oggmux. Fixes #353912
12899
12900 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
12901
12902         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12903           Returning a return value often helps. In this case, we
12904           don't need the return value anyway, so just get rid of it.
12905           Should make build bots much happier.
12906
12907 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
12908
12909         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
12910         (paint_get_structure), (gst_video_test_src_get_size),
12911         (gst_video_test_src_smpte), (gst_video_test_src_snow),
12912         (gst_video_test_src_unicolor), (paint_setup_AYUV),
12913         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
12914         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
12915         * gst/videotestsrc/videotestsrc.h:
12916           Add support for AYUV and the various RGBA formats. Initialise
12917           fields of paintinfo structs allocated on the stack.
12918
12919         * tests/check/elements/videotestsrc.c: (right_shift_colour),
12920         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
12921         (check_rgb_buf), (videotestsrc_suite):
12922           Add unit tests for videotestsrc's RGB output.
12923
12924 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
12925
12926         * gst/videotestsrc/gstvideotestsrc.c:
12927         (gst_video_test_src_pattern_get_type),
12928         (gst_video_test_src_set_pattern):
12929         * gst/videotestsrc/gstvideotestsrc.h:
12930         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
12931         (gst_video_test_src_black), (gst_video_test_src_white),
12932         (gst_video_test_src_red), (gst_video_test_src_green),
12933         (gst_video_test_src_blue):
12934         * gst/videotestsrc/videotestsrc.h:
12935           Add more uni-colour patterns ("white", "red", "green", and "blue").
12936
12937 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
12938
12939         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
12940           Fix stride for YVYU, should be word-aligned (#353658).
12941
12942 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
12943
12944         * gst/adder/gstadder.c: (gst_adder_src_event):
12945           Fix build.
12946
12947 2006-08-31  Edward Hervey  <edward@fluendo.com>
12948
12949         * gst/adder/gstadder.c: (forward_event_func),
12950         (gst_adder_src_event), (gst_adder_collected),
12951         (gst_adder_change_state):
12952         * gst/adder/gstadder.h:
12953         Remember the start position asked in the incoming seeks, so we can
12954         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
12955         of assuming it will always be 0).
12956
12957 2006-08-31  Edward Hervey  <edward@fluendo.com>
12958
12959         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
12960         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
12961         (gst_ogg_demux_loop):
12962         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
12963
12964 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
12965
12966         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12967         (gst_ffmpegcsp_get_unit_size):
12968           Return FALSE instead of returning a random false unit
12969           size when the format isn't known/supported (even if
12970           this shouldn't happen under normal circumstances).
12971
12972 2006-08-29  Wim Taymans  <wim@fluendo.com>
12973
12974         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
12975
12976         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
12977         (gst_gnome_vfs_src_start):
12978         Try harder to get the size from a uri by using _info_uri() when
12979         _info_from_handle() does not give us enough info. 
12980         Also follow symlinks when getting the size.
12981         Partially Fixes #332864.
12982
12983 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
12984
12985         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
12986
12987         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
12988         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
12989         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
12990         (gst_alsa_mixer_set_record):
12991         * ext/alsa/gstalsamixertrack.c:
12992         (gst_alsa_mixer_track_update_alsa_capabilities),
12993         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
12994         (gst_alsa_mixer_track_update):
12995         * ext/alsa/gstalsamixertrack.h:
12996           Improve and fix mixer track handling, in particular better handling
12997           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
12998           separate track objects for tracks that have both capture and playback
12999           volume (and label them differently as well so they're not mistakenly
13000           assumed to be duplicates); classify mixer tracks that only affect
13001           the audible volume of something (rather than the capture volume)
13002           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
13003           for capture tracks to correspond to alsa-pswitch alsa-cswitch
13004           (following the meaning documented in the mixer interface header
13005           file); add support for alsa's exclusive cswitch groups; update/sync
13006           state/flags better if mixer settings are changed by another
13007           application. Fixes #336075.
13008
13009 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13010
13011         * gst/playback/gstplaybin.c:
13012           Improve docs: add section about BUFFERING messages sent by playbin.
13013
13014 2006-08-29  Michael Smith  <msmith@fluendo.com>
13015
13016         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
13017         (gst_vorbis_enc_buffer_check_discontinuous),
13018         (gst_vorbis_enc_chain):
13019           Ignore explicit DISCONT marked on buffers (which is often spurious,
13020           particularly when using multiple segments), in favour of solely
13021           using the timestamps/durations.
13022
13023 2006-08-29  Edward Hervey  <edward@fluendo.com>
13024
13025         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
13026         Don't rely on incoming buffers offset anymore, since it is completely
13027         broken when using multiple segments.
13028         Instead convert the incoming buffers timestamp to running time, and
13029         then convert that value to the offsets.
13030         Also inform GstSegment of the last outputted stop position, which is
13031         needed if we received several segments with an unknown stop value.
13032
13033 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13034
13035         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
13036           fix buffer unreffing on a header push failure
13037
13038 2006-08-28  Wim Taymans  <wim@fluendo.com>
13039
13040         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
13041         (gst_audio_rate_chain):
13042         Make the metadata of the buffer writable before changing its
13043         flags.
13044
13045 2006-08-28  Wim Taymans  <wim@fluendo.com>
13046
13047         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
13048         (gst_audio_rate_setcaps), (gst_audio_rate_init),
13049         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
13050         (gst_audio_rate_chain), (gst_audio_rate_change_state):
13051         Fix audiorate some more.
13052         Reset and resync counters on flush and READY.
13053         Handle the DISCONT flag correctly.
13054         Use GstSegment to track position.
13055         Fail when not negotiated.
13056         Fixes #353234.
13057
13058 2006-08-25  Michael Smith  <msmith@fluendo.com>
13059
13060         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13061           Fix spelling.
13062           Remove accidently included debug line.
13063
13064 2006-08-25  Wim Taymans  <wim@fluendo.com>
13065
13066         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13067         Small cleanups.
13068         If a buffer is received with no caps, make the buffer metadata
13069         writable and set the caps, making sure that we don't screw up the
13070         refcounts.
13071
13072 2006-08-25  Michael Smith  <msmith@fluendo.com>
13073
13074         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
13075         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
13076           Fix memory leaks and misleading debug messages, add a couple of
13077           comments.
13078
13079         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
13080         (gst_multi_fd_sink_render):
13081           Do not use gst_buffer_make_writable() in a basesink render method,
13082           as it may incorrectly unref the buffer. Instead, use convoluted
13083           dance to avoid copying the buffer except when we need to.
13084
13085 2006-08-25  Michael Smith  <msmith@fluendo.com>
13086
13087         * ext/vorbis/vorbisenc.c:
13088         (gst_vorbis_enc_buffer_check_discontinuous):
13089           Allow very small discontinuities in the timestamps. These we can't
13090           do anything useful with anyway (because vorbis's timestamps have
13091           only sample granularity), and are commonly produced by elements with
13092           minor bugs. Allow up to 1/2 a sample out.
13093           Fixes #351742.
13094
13095 2006-08-24  Wim Taymans  <wim@fluendo.com>
13096
13097         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
13098         (play_scrub_toggle_cb), (main):
13099         Add a checkbox to enable play scrubbing. Makes it possible to disable
13100         normal scrubbing.
13101
13102 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13103
13104         * tests/check/elements/.cvsignore:
13105           make buildbot happy
13106
13107 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13108
13109         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
13110         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
13111         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
13112         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
13113         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
13114         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
13115         (gst_ogm_text_parse_strip_trailing_zeroes),
13116         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
13117         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
13118           Refactor ogm parse, do better input checking, misc. clean-ups.
13119           Cache incoming events and push them once the source pad has
13120           been created. Don't pass unterminated strings to sscanf().
13121           Strip trailing zeroes from subtitle text output, since they
13122           are not valid UTF-8. Don't push vorbiscomment packets on
13123           the subtitle text pad. Output perfect streams if possible.
13124
13125 2006-08-23  Wim Taymans  <wim@fluendo.com>
13126
13127         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13128         Waits for tasks to settle down so that we clean up correctly for 
13129         valgrind.
13130
13131 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13132
13133         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
13134           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
13135           actually return return value in taglists_are_equal.
13136
13137 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13138
13139         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13140           Fix crash due to broken bitstream parsing on x86-64: can't make
13141           any assumptions about sizeof(struct) due to alignment/packing
13142           differences on different architectures. Fixes #351790.
13143
13144 2006-08-22  Wim Taymans  <wim@fluendo.com>
13145
13146         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13147         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
13148         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13149         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
13150         (gst_riff_parse_info):
13151         Protect public functions against bad input.
13152         Do some cleanups.
13153         Fix documentation.
13154
13155 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13156
13157         * gst-libs/gst/riff/riff-ids.h:
13158         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13159           Add voxware audio IDs (even if we can't play it) (#351795).
13160
13161 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13162
13163         * gst-libs/gst/riff/riff-media.c:
13164         (gst_riff_create_video_template_caps),
13165         (gst_riff_create_audio_template_caps),
13166         (gst_riff_create_iavs_template_caps):
13167           Const-ify some arrays and use G_N_ELEMENTS instead
13168           of wasting oodles of RAM on terminator bits.
13169
13170 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13171
13172         * gst-libs/gst/tag/gstvorbistag.c:
13173         (gst_tag_list_to_vorbiscomment_buffer):
13174         * tests/check/libs/tag.c: (GST_START_TEST):
13175           And the same for _to_vorbiscomment_buffer(): allow
13176           id_data_len == 0 for speex.
13177
13178 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13179
13180         * configure.ac:
13181         * docs/plugins/Makefile.am:
13182         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13183         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13184         * docs/plugins/inspect/plugin-gdp.xml:
13185         * gst/gdp/Makefile.am:
13186         * tests/check/Makefile.am:
13187           Move GDP plugin to -base from -bad.  Closes #347783.
13188
13189 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13190
13191         * gst-libs/gst/tag/gstvorbistag.c:
13192         (gst_tag_list_from_vorbiscomment_buffer):
13193           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
13194           Also add some checks to make sure we don't memcmp() beyond the end of
13195           vorbiscomment buffer if the ID to check for is larger than the buffer.
13196
13197         * tests/check/libs/tag.c: (GST_START_TEST):
13198           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
13199
13200 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13201
13202         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
13203         (gst_vorbis_enc_set_metadata):
13204           Use vorbis comment utility functions from libgsttag
13205           instead of re-inventing the wheel (partially fixes #347091).
13206
13207 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13208
13209         * tests/check/elements/audioconvert.c: (GST_START_TEST):
13210         Fix leaks. Wait for state transitions that might happen ASYNC, as well
13211         as some that won't.
13212
13213 2006-08-21  Wim Taymans  <wim@fluendo.com>
13214
13215         * docs/libs/Makefile.am:
13216         * docs/libs/gst-plugins-base-libs-sections.txt:
13217         * docs/libs/gst-plugins-base-libs.types:
13218         Don't try to GObject scan the netbuffer as it's not a GObject.
13219         Fixes #351308.
13220
13221         * gst-libs/gst/netbuffer/gstnetbuffer.c:
13222         * gst-libs/gst/netbuffer/gstnetbuffer.h:
13223         Document GstNetBuffer.
13224
13225 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13226
13227         * tests/check/elements/audioconvert.c: (GST_START_TEST),
13228         (audioconvert_suite):
13229           Add testcase for caps-size-explosion
13230
13231 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13232
13233         * gst/audioconvert/gstaudioconvert.c:
13234         (gst_audio_convert_get_unit_size), (set_structure_widths):
13235           Lower debug, use g_assert in _get_unit_size
13236
13237         * gst/audioresample/gstaudioresample.c:
13238         (audioresample_get_unit_size):
13239         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13240         (gst_ffmpegcsp_get_unit_size):
13241         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
13242           use g_assert in _get_unit_size
13243
13244 2006-08-18  Wim Taymans  <wim@fluendo.com>
13245
13246         * docs/libs/gst-plugins-base-libs-sections.txt:
13247         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
13248         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
13249         (gst_rtp_buffer_get_payload_buffer):
13250         * gst-libs/gst/rtp/gstrtpbuffer.h:
13251         Document GstRTPBuffer.
13252         Added function to efficiently strip payload headers.
13253         API: gst_rtp_buffer_get_payload_subbuffer()
13254
13255 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13256
13257         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
13258         (gst_tag_to_vorbis_comments):
13259           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
13260           tags and deserialise them properly as well (#347091).
13261           Add some more gtk-doc blurbs and also some g_return_if_fail().
13262
13263         * tests/check/libs/tag.c: (GST_START_TEST),
13264         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
13265           More tests.
13266
13267 2006-08-17  Wim Taymans  <wim@fluendo.com>
13268
13269         * ext/ogg/Makefile.am:
13270         * ext/ogg/gstogg.c: (plugin_init):
13271         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
13272         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
13273         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
13274         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
13275         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
13276         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
13277         Added ogg-in-avi parser element. Fixes #140139.
13278
13279         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
13280         Fixed a bug in oggdemux debug code.
13281
13282         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13283         (gst_riff_create_audio_template_caps):
13284         Recognise Ogg in the AVI extensible wave format.
13285
13286 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13287
13288         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
13289           Make buffer durations add up (duration should be next_ts-ts for
13290           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
13291           from CVS.
13292
13293         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
13294         (test_buffer_timestamps), (cddabasesrc_suite):
13295           Add unit test for the above.
13296
13297         * tests/check/Makefile.am:
13298           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
13299           to see what happens.
13300
13301 2006-08-16  Wim Taymans  <wim@fluendo.com>
13302
13303         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
13304         (gst_alsasink_open):
13305         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
13306         (gst_alsasrc_open):
13307         Avoid setting and using a NULL device name.
13308         Print more info when we fail to open a device.
13309
13310 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13311
13312         * docs/libs/gst-plugins-base-libs-sections.txt:
13313         * gst-libs/gst/tag/tag.h:
13314         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
13315           API: add gst_tag_parse_extended_comment() (#351426).
13316
13317         * tests/check/Makefile.am:
13318         * tests/check/libs/.cvsignore:
13319         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
13320           Add unit test for gst_tag_parse_extended_comment().
13321
13322 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13323
13324         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
13325         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
13326           Fix leak (#351502).
13327
13328 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13329
13330         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13331         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13332         * docs/plugins/gst-plugins-base-plugins.args:
13333         * gst/playback/gstplaybin.c:
13334           Document playbin.
13335           
13336         * docs/plugins/inspect/plugin-adder.xml:
13337         * docs/plugins/inspect/plugin-alsa.xml:
13338         * docs/plugins/inspect/plugin-audioconvert.xml:
13339         * docs/plugins/inspect/plugin-audiorate.xml:
13340         * docs/plugins/inspect/plugin-audioresample.xml:
13341         * docs/plugins/inspect/plugin-audiotestsrc.xml:
13342         * docs/plugins/inspect/plugin-cdparanoia.xml:
13343         * docs/plugins/inspect/plugin-decodebin.xml:
13344         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13345         * docs/plugins/inspect/plugin-gnomevfs.xml:
13346         * docs/plugins/inspect/plugin-ogg.xml:
13347         * docs/plugins/inspect/plugin-pango.xml:
13348         * docs/plugins/inspect/plugin-playbin.xml:
13349         * docs/plugins/inspect/plugin-subparse.xml:
13350         * docs/plugins/inspect/plugin-tcp.xml:
13351         * docs/plugins/inspect/plugin-theora.xml:
13352         * docs/plugins/inspect/plugin-typefindfunctions.xml:
13353         * docs/plugins/inspect/plugin-video4linux.xml:
13354         * docs/plugins/inspect/plugin-videorate.xml:
13355         * docs/plugins/inspect/plugin-videoscale.xml:
13356         * docs/plugins/inspect/plugin-videotestsrc.xml:
13357         * docs/plugins/inspect/plugin-volume.xml:
13358         * docs/plugins/inspect/plugin-vorbis.xml:
13359         * docs/plugins/inspect/plugin-ximagesink.xml:
13360         * docs/plugins/inspect/plugin-xvimagesink.xml:
13361           Update to CVS version.
13362
13363 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13364
13365         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13366         (gst_play_bin_set_property), (gst_play_bin_get_property),
13367         (value_list_append_structure_list),
13368         (gst_play_bin_handle_redirect_message),
13369         (gst_play_bin_handle_message):
13370           API: GstPlayBin::connection-speed
13371           Add "connection-speed" property; re-order redirect messages with
13372           multiple redirect locations depending on the minimum bitrate if
13373           that information is available and a connection speed is set
13374           (#350399).
13375
13376 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13377
13378         * gst/playback/gstplaybin.c:
13379           Update max volume to the same value that the volume element uses.
13380
13381 2006-08-14  Wim Taymans  <wim@fluendo.com>
13382
13383         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13384         Less uglyness..
13385
13386 2006-08-14  Wim Taymans  <wim@fluendo.com>
13387
13388         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
13389         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
13390         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
13391         Add some more debug info.
13392         Don't crash when a seek failed.
13393         Actually return the result of the seek instead of TRUE.
13394         Ignore multiple BOS pages with the same serial so that we don't create
13395         the same stream multiple times.
13396         Post an error when we fail to do the initial seek.
13397
13398 2006-08-13  Wim Taymans  <wim@fluendo.com>
13399
13400         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
13401         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
13402         Small code cleanup.
13403
13404         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
13405         (gst_alsa_mixer_new):
13406         Remove hack that always set the device to hw:0*.
13407         Properly find the card name for whatever device was configured.
13408         Do some better debugging.
13409         Fixes #350784.
13410
13411         * ext/alsa/gstalsamixerelement.c:
13412         (gst_alsa_mixer_element_set_property),
13413         (gst_alsa_mixer_element_change_state):
13414         Cleanups.
13415         Handle setting of a NULL device name better.
13416
13417 2006-08-11  Wim Taymans  <wim@fluendo.com>
13418
13419         * gst/adder/gstadder.c:
13420         Don't clip float values. Fixes #350900.
13421
13422 2006-08-11  Andy Wingo  <wingo@pobox.com>
13423
13424         * gst/tcp/gsttcp.c: Really fix the build?
13425
13426         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
13427         fixes the build.
13428
13429 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13430
13431         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
13432           Float caps shouldn't have a "signed" field.
13433
13434 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13435
13436         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
13437           Implement SEEKING query in its most basic form, so that we can
13438           at least check if we're seekable or not (#350655).
13439
13440 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13441
13442         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13443           The checks here are not even close to anything that would
13444           justify MAXIMUM probability, lowering to POSSIBLE until someone
13445           fixes the checks (case at hand: quicktime redirection files
13446           might start with 00 00 01 XX and pass the checks here just
13447           fine, see #350399).
13448
13449 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13450
13451         Patch by: Sjoerd Simons  <sjoerd at luon net>
13452
13453         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
13454           Better detection for multipart/x-mixed-replace: accept leading
13455           whitespaces before the boundary marker as well (as our very own
13456           multipartmux used to produce) (#349068).
13457
13458 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
13459
13460         Patch by: Young-Ho Cha  <ganadist at chollian net>
13461
13462         * gst-libs/gst/riff/riff-ids.h:
13463         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13464         (gst_riff_create_audio_template_caps):
13465           Detect DTS audio streams (#350157).
13466
13467 2006-08-05  Andy Wingo  <wingo@pobox.com>
13468
13469         * ext/theora/gsttheoraparse.h:
13470         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
13471         (theora_parse_dispose, theora_parse_set_property)
13472         (theora_parse_get_property, theora_parse_munge_granulepos)
13473         (theora_parse_push_buffer, theora_parse_change_state):
13474         API: GstTheoraParse::synchronization-points
13475         Add a property 'synchronization-points' to fix badly synchronized oggs.
13476
13477 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13478
13479         * tests/check/Makefile.am:
13480         * tests/check/libs/.cvsignore:
13481         * tests/check/libs/audio.c: (structure_contains_channel_positions),
13482         (fixed_caps_have_channel_positions), (GST_START_TEST),
13483         (audio_suite), (main):
13484           Add a few tests for the channel position stuff in libgstaudio.
13485
13486 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13487
13488         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
13489         (gst_alsa_detect_channels):
13490         * ext/alsa/gstalsasink.c:
13491           Add support for cards that (only) do more than 8 channels,
13492           like the Delta 44 (#345188).
13493
13494         * gst-libs/gst/audio/multichannel.c:
13495         (gst_audio_check_channel_positions):
13496         * gst-libs/gst/audio/multichannel.h:
13497           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
13498           unspecified channel position and cannot be combined with any
13499           of the other audio channel positions; adjust position layout
13500           checks accordingly (#345188).
13501
13502 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13503
13504         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13505           Recognise ancient RealAudio files (see #349779).
13506
13507 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13508
13509         Patch by: Jens Granseuer  <jensgr at gmx net>
13510
13511         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13512           Add typefinder for Interplay's MVE format (#348973).
13513
13514 2006-08-02  Wim Taymans  <wim@fluendo.com>
13515
13516         Patch by: Marcel Moreaux <marcelm at luon dot net>
13517
13518         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13519         (gst_base_rtp_depayload_add_to_queue):
13520         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13521         Handle RTP sequence number rollover.
13522         Disable jitterbuffer by default.
13523
13524 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
13525
13526         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
13527         (audioresample_set_caps):
13528         Don't leak references to the incoming caps. Clean them up when
13529         stopping.
13530
13531         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
13532         (gst_video_scale_finalize):
13533         Don't leak our temporary pixel buffer.
13534
13535         * tests/check/Makefile.am:
13536         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
13537         (GST_START_TEST), (simple_launch_lines_suite):
13538
13539         Fix leaks and re-enable the test for valgrind checking.
13540
13541 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13542
13543         Patch by: Sjoerd Simons  <sjoerd at luon net>
13544
13545         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
13546         (plugin_init):
13547           Add typefind function for multipart/x-mixed-replace (#348916).
13548
13549 2006-07-28  Wim Taymans  <wim@fluendo.com>
13550
13551         * gst/adder/gstadder.c: (gst_adder_setcaps),
13552         (gst_adder_query_duration):
13553         Fix leak in duration query.
13554         Reflow some docs and notes.
13555
13556 2006-07-28  Michael Smith  <msmith@fluendo.com>
13557
13558         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
13559         (vorbisenc_suite):
13560           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
13561           aspect of it.
13562
13563 2006-07-28  Michael Smith  <msmith@fluendo.com>
13564
13565         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
13566         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
13567         (gst_vorbis_enc_push_buffer),
13568         (gst_vorbis_enc_buffer_check_discontinuous),
13569         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
13570         * ext/vorbis/vorbisenc.h:
13571           Handle discontinuities in the input vorbis stream correctly,
13572           so that the output is properly timestamped (and has good granulepos
13573           values). Needs some oggmux fixes too.
13574
13575 2006-07-27  Wim Taymans  <wim@fluendo.com>
13576
13577         patch by: Kai Vehmanen <kv2004 eca cx>
13578
13579         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13580         (gst_base_rtp_depayload_chain),
13581         (gst_base_rtp_depayload_handle_sink_event),
13582         (gst_base_rtp_depayload_change_state):
13583         Don't send multiple newsegments with different formats.
13584         Fixes #348677.
13585
13586 2006-07-26  Wim Taymans  <wim@fluendo.com>
13587
13588         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13589         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
13590         Make seeking in ogg more accurate again by doing the more correct
13591         granuletime to stream time conversion.
13592
13593 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13594
13595         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
13596         (gst_multi_fd_sink_new_client):
13597           debug a little more understandably
13598           do not use goto as a substitute for break, especially if
13599           break is also being used
13600
13601 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
13602
13603         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
13604         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
13605           Remove GLib-2.6 compatibility cruft.
13606
13607 2006-07-24  Wim Taymans  <wim@fluendo.com>
13608
13609         * gst-libs/gst/audio/gstbaseaudiosink.c:
13610         (gst_base_audio_sink_render):
13611         Don't try to align a sample to an unknown value.
13612
13613 2006-07-24  Wim Taymans  <wim@fluendo.com>
13614
13615         * gst-libs/gst/audio/gstbaseaudiosink.c:
13616         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
13617         When the audio clock is slaved to another clock, never try to align
13618         samples but trust the rate interpolation algorithm.
13619
13620 2006-07-24  Wim Taymans  <wim@fluendo.com>
13621
13622         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13623         Don't try to calculate silence samples, base class does this much
13624         better now.
13625
13626         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13627         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
13628         (gst_ring_buffer_acquire):
13629         Calculate silence samples correctly.
13630
13631         * gst-libs/gst/audio/gstringbuffer.h:
13632         Add _CAST macro.
13633
13634 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
13635
13636         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
13637           Limit search for the first markup tag to the first few kB of
13638           the file. If we don't find one there, it's highly unlikely that
13639           this is an XML(-ish) file.
13640
13641 2006-07-21  Andy Wingo  <wingo@pobox.com>
13642
13643         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
13644         test to the one in vorbisenc. Also commented out.
13645
13646         * tests/check/pipelines/vorbisenc.c: 
13647         (test_discontinuity): New test, commented out until Mike lands
13648         some elite vorbisenc patches.
13649
13650         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
13651         Bufferstraw was actually factored out of these tests. Now we share
13652         code yay.
13653
13654         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
13655         for bufferstraw addition to gstcheck.
13656
13657 2006-07-21  Wim Taymans  <wim@fluendo.com>
13658
13659         * ext/theora/theoradec.c: (clip_buffer):
13660         Better clipping.
13661
13662 2006-07-21  Wim Taymans  <wim@fluendo.com>
13663
13664         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
13665         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
13666         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
13667         Fix leak.
13668         Avoid type casting when we can.
13669
13670         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
13671         Fix mem leak.
13672
13673 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
13674
13675         * ext/alsa/gstalsamixerelement.c:
13676         (gst_alsa_mixer_element_change_state):
13677           Make state change fail if the specified device can't be opened
13678           for some reason.
13679
13680 2006-07-20  Wim Taymans  <wim@fluendo.com>
13681
13682         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
13683         (cb_newpad), (main):
13684         Example of a small audio/video player using decodebin.
13685
13686 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
13687
13688         * gst-libs/gst/riff/riff-ids.h:
13689           Add 'fact' chunk id
13690
13691 2006-07-19  Wim Taymans  <wim@fluendo.com>
13692
13693         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13694         (gst_base_rtp_depayload_chain),
13695         (gst_base_rtp_depayload_change_state):
13696         Don't assert when not negotiated but post a meaningfull 
13697         error message. Fixes #347918.
13698
13699         * gst-libs/gst/rtp/gstbasertppayload.c:
13700         Add comment about better default MTU size.
13701
13702         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
13703         Small cleanups, start docs.
13704
13705 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
13706
13707         Patch by: Martin Szulecki
13708
13709         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
13710           If "device-name" is requested and the device is not
13711           open, try to temporarily open it to obtain this
13712           information (#342494).
13713
13714 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
13715
13716         * gst-libs/gst/tag/gstid3tag.c:
13717           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
13718
13719         * gst-libs/gst/tag/gsttageditingprivate.h:
13720         * gst-libs/gst/tag/gstvorbistag.c:
13721           Some more random const-ifications.
13722
13723 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
13724
13725         * gst-libs/gst/riff/riff-ids.h:
13726         * gst-libs/gst/riff/riff-media.c:
13727         (gst_riff_create_video_template_caps):
13728           Add more FOURCCs (sort list to make stuff easier to find),
13729           add comment what those 16 bytes in struct _gst_riff_strh according to
13730           one avi-dumper are
13731
13732 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
13733
13734         * gst-libs/gst/audio/multichannel.c:
13735         (gst_audio_check_channel_positions),
13736         (gst_audio_fixate_channel_positions):
13737           Const-ify two arrays.
13738
13739 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
13740
13741         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
13742           Fix typo, so that alsasink also advertises 8 channels
13743           if that's supported (tags: can, worms, open, alsa, ph34r).
13744
13745 2006-07-17  Wim Taymans  <wim@fluendo.com>
13746
13747         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13748         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
13749         *sigh*, when is the compiler going to warn when the comments
13750         are out-of-sync with the code.. Refix case of busted theora
13751         headers with 0 granule pos.
13752
13753 2006-07-14  Wim Taymans  <wim@fluendo.com>
13754
13755         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13756         (gst_base_rtp_depayload_wait),
13757         (gst_base_rtp_depayload_change_state),
13758         (gst_base_rtp_depayload_set_property),
13759         (gst_base_rtp_depayload_get_property):
13760         Fix 99% cpu load by waiting for absolute times on the
13761         clock. Fixes #347300.
13762
13763 2006-07-14  Andy Wingo  <wingo@pobox.com>
13764
13765         * ext/theora/gsttheoraparse.h: 
13766         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
13767         (theora_parse_push_headers, theora_parse_clear_queue)
13768         (theora_parse_drain_queue_prematurely, )
13769         (theora_parse_sink_event, theora_parse_change_state): Queue events
13770         until we initialized our state, like in vorbisparse.
13771
13772         * ext/vorbis/vorbisparse.h: 
13773         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
13774         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
13775         (vorbis_parse_drain_queue_prematurely, )
13776         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
13777         until we have initialized our state. Fixes seeking after an
13778         initial pad block.
13779
13780 2006-07-14  Andy Wingo  <wingo@pobox.com>
13781
13782         Patch by: Iain Holmes <iaingnome@gmail.com>
13783         
13784         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
13785
13786 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
13787
13788         * configure.ac:
13789         Bump nano back to CVS
13790
13791 === release 0.10.9 ===
13792
13793 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
13794
13795         * configure.ac:
13796           releasing 0.10.9, "I walk the line"
13797
13798 2006-07-14  Michael Smith  <msmith@fluendo.com>
13799
13800         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
13801           Move a g_cond_signal to earlier to avoid sometimes deadlocking
13802           (commonly happens when running this test under valgrind) when trying
13803           to remove the buffer probe.
13804
13805 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13806
13807         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
13808         Fix missing g_unlock from the previous commit
13809
13810 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13811
13812         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
13813         (gst_ximagesink_change_state):
13814         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13815         (gst_xvimagesink_change_state):
13816         Implement a locking order to ensure we always take the object lock
13817         before the x_lock and never vice-versa.
13818
13819 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13820
13821         * gst/playback/gstdecodebin.c: (find_compatibles):
13822         Fix a caps leak when linking (#347304)
13823
13824         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13825         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
13826         (gst_ximagesink_change_state):
13827         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13828         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
13829         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
13830         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
13831         Don't leak shared memory resources. Use the object lock to protect
13832         against the xcontext disappearing while returning a buffer from the
13833         pipeline. (#347304)
13834
13835 2006-07-12  Edward Hervey  <edward@fluendo.com>
13836
13837         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
13838         (vorbis_handle_comment_packet):
13839         gst_tag_list_merge() returns a new object. Take that into account when
13840         using it. This avoids memleak.
13841         Revert previous commit which is not needed.
13842
13843 2006-07-12  Edward Hervey  <edward@fluendo.com>
13844
13845         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
13846         Reset the decoder in finalize so that all fields get cleared.
13847
13848 2006-07-12  Wim Taymans  <wim@fluendo.com>
13849
13850         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13851         (gst_base_audio_src_set_clock),
13852         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
13853         Don't try to post an error message when setting the clock fails
13854         as this can happen when adding an element to a bin which will then
13855         deadlock. Fixes #347296.
13856
13857 2006-07-12  Edward Hervey  <edward@fluendo.com>
13858
13859         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
13860         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
13861         (vorbis_handle_type_packet):
13862         Post tag messages on the bus even if we're not initialized.
13863         If we're not initialized, we still postpone the event pushing of tags.
13864
13865 2006-07-12  Wim Taymans  <wim@fluendo.com>
13866
13867         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13868         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13869         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
13870         Revert last two changes that broke the freeze.
13871
13872 2006-07-12  Wim Taymans  <wim@fluendo.com>
13873
13874         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13875         basesink calculates silence sample correctly for us.
13876
13877 2006-07-12  Wim Taymans  <wim@fluendo.com>
13878
13879         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13880         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
13881         Calculate correct silence samples so we don't fill our ringbuffer
13882         with noise.
13883
13884 2006-07-12  Edward Hervey  <edward@fluendo.com>
13885
13886         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13887         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
13888         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
13889         * ext/vorbis/vorbisdec.h:
13890         Delay sending events (newsegment, tags) until the decoder is properly
13891         initialized.
13892         Fixes #347295
13893
13894 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
13895
13896         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
13897         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
13898           Patch from #347221 adding a test for audioconvert
13899           channel remappings.
13900
13901 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
13902
13903         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
13904         (gst_ssa_parse_parse_line):
13905           Don't include the terminating NUL in the buffer size,
13906           it's only there for extra paranoia (would add random
13907           '*' characters at the end of each subtitle since the
13908           terminator itself is not valid UTF-8 technically).
13909           Also fix indenting after boilerplate macro.
13910
13911 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
13912
13913         * gst/playback/gstdecodebin.c: (close_pad_link):
13914           Also emit 'unknown-type' signal (which should really be
13915           called unhandled-type) if we found potential decoders/demuxers
13916           in the registry but none of them worked in the end (as in the
13917           case where the plugins don't exist any longer but are still
13918           listed in the registry). Fixes #329798.
13919
13920 2006-07-08  Andy Wingo  <wingo@pobox.com>
13921
13922         * theoraparse.c (theora_parse_push_buffer)
13923         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
13924         Add some more debugging. Fix granulepos reconstruction in the face
13925         of discontinuities.
13926
13927 2006-07-06  Wim Taymans  <wim@fluendo.com>
13928
13929         * gst-libs/gst/audio/gstbaseaudiosink.c:
13930         (gst_base_audio_sink_class_init),
13931         (gst_base_audio_sink_provide_clock):
13932         Use gobject_class instead of G_OBJECT_CLASS (klass)
13933
13934         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13935         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
13936         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
13937         (gst_base_audio_src_get_time),
13938         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
13939         (gst_base_audio_src_create_ringbuffer):
13940         Fix latency and buffer-time constants and properties ala basesink.
13941         Implement pull based scheduling. Fixes #346527.
13942         Set default blocksize in GstBaseSrc to 0, we default to pushing out
13943         one segment.
13944         Refuse slaving to another clock instead of silently not working.
13945         Only provide a clock when we are actually able to do so.
13946         Various small cleanups and compiler hints.
13947
13948 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
13949
13950         Patch by: Lutz Mueller <lutz at topfrose de>
13951
13952         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
13953         (plugin_init):
13954           Add typefinding for text/html (#346581).
13955
13956 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
13957
13958         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
13959         (xml_check_first_element), (xml_type_find), (smil_type_find):
13960           Fix SMIL typefinding, make xml_check_first_element() more
13961           useful.
13962
13963 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
13964
13965         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
13966         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
13967         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
13968         * gst/playback/gstplaybasebin.h:
13969           Protect list of elements with a subtitle-encoding property and
13970           the subtitle encoding member itself with a lock of their own
13971           instead of using the object lock. This prevents a dead-lock in
13972           the element-remove callback in some circumstances when shutting
13973           down playbin.
13974
13975 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
13976
13977         * win32/common/libgsttag.def:
13978         Export some new functions.
13979         * win32/vs6/libgstogg.dsp:
13980         Add a link to libgsttag-0.10.lib.
13981
13982 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
13983
13984         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13985           Some const-ification.
13986
13987 2006-07-04  Wim Taymans  <wim@fluendo.com>
13988
13989         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
13990         Improve checking if we are dealing with a stream. Added some
13991         more uris that need buffering.
13992
13993 2006-07-03  Edward Hervey  <edward@fluendo.com>
13994
13995         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
13996         Remove unused variable.
13997
13998 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13999
14000         * Makefile.am:
14001           include lcov.mak
14002         * configure.ac:
14003           add GCOV_LIBS to GST_LIBS
14004
14005 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
14006
14007         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
14008
14009         * ext/alsa/gstalsasrc.c:
14010           Add 32 bps to template caps and increase channels range
14011           from [1,2] to [1,MAX]. See #346326.
14012
14013 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
14014
14015         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14016           Recognise 'WMVA' video codec fourcc (#345879).
14017           
14018 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14019          
14020         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14021           Fixed nasty memory leak
14022
14023 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14024
14025         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
14026         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
14027           fix logging
14028
14029 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
14030
14031         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14032         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
14033         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
14034         Protect remove_fakesink using a mutex, so that we don't try and
14035         remove the fakesink simultaneously from multiple threads.
14036
14037         When going from READY to PAUSED, restore the fakesink, so that
14038         it is there when decodebin gets reused.
14039
14040 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
14041
14042         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
14043         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14044         * gst-libs/gst/rtp/gstbasertppayload.c:
14045         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14046         * gst/tcp/gstmultifdsink.c:
14047         * gst/tcp/gsttcpclientsink.c:
14048         * gst/tcp/gsttcpclientsrc.c:
14049         * gst/tcp/gsttcpserversink.c:
14050         * gst/tcp/gsttcpserversrc.c:
14051         * gst/videorate/gstvideorate.c:
14052         * gst/videotestsrc/gstvideotestsrc.c:
14053         * sys/v4l/gstv4ljpegsrc.c:
14054         * sys/v4l/gstv4lmjpegsink.c:
14055         * sys/v4l/gstv4lsrc.c:
14056         * tests/examples/seek/scrubby.c:
14057         * tests/examples/seek/seek.c:
14058           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
14059
14060 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14061
14062         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
14063           Second field in GEnumValue shouldn't be a description,
14064           but a stringified version of the enum value.
14065
14066 2006-06-22  Wim Taymans  <wim@fluendo.com>
14067
14068         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14069         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
14070         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14071         Avoid type checking in buffer casts.
14072         Avoid caps copy in buffer_alloc when we can.
14073         Use pad_peer_accept.
14074
14075 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14076
14077         * gst-libs/gst/tag/tag.h:
14078           Oops, make that 'Since: 0.10.9'.
14079
14080 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14081
14082         * docs/libs/gst-plugins-base-libs-sections.txt:
14083         * gst-libs/gst/tag/tag.h:
14084         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
14085         (gst_tag_image_type_get_type):
14086           API: add GstTagImageType enum to describe images contained
14087           in image tags (#345641).
14088
14089 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14090
14091         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14092           Fix warnings with gst-inspect: "buffers-min" property
14093           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
14094           typo in property description.
14095
14096 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14097
14098         Patch by: Cody Russell <bratsche at gnome org>
14099
14100         * gst/audioresample/gstaudioresample.c:
14101         (gst_audioresample_class_init):
14102         * gst/playback/gststreamselector.c:
14103         (gst_stream_selector_class_init):
14104         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
14105         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14106         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
14107         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
14108         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
14109         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
14110         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
14111         * gst/videotestsrc/gstvideotestsrc.c:
14112         (gst_video_test_src_class_init):
14113         * gst/volume/gstvolume.c: (gst_volume_class_init):
14114           Avoid unnecessary class cast check in class_init
14115           functions (#337747).
14116
14117 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
14118
14119         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
14120         (gst_text_overlay_video_chain):
14121           g_markup_escape_text() REALLY doesn't like non-UTF8 input
14122           and doesn't validate its input either (and neither did
14123           textoverlay it seems). Let's do that then and fix #345206.
14124
14125 2006-06-19  Wim Taymans  <wim@fluendo.com>
14126
14127         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14128         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
14129         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
14130         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
14131         (find_syncframe), (find_limits), (assign_value),
14132         (count_burst_unit), (gst_multi_fd_sink_new_client),
14133         (gst_multi_fd_sink_handle_client_write),
14134         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
14135         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
14136         (gst_multi_fd_sink_change_state):
14137         * gst/tcp/gstmultifdsink.h:
14138         Added shiny new burst-on-connect methods.
14139         Add properties to control the minimal amount of data queued.
14140         Small cleanups.
14141         API: bytes-min property
14142         API: time-min property
14143         API: buffers-min property
14144         API: burst-unit property
14145         API: burst-value property
14146         API: add-full signal
14147
14148         * gst/tcp/gsttcp-marshal.list:
14149         Added new marshaller code for the new signal.
14150
14151         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14152         (multifdsink_suite):
14153         Added testcases for new burst methods.
14154
14155 2006-06-19  Edward Hervey  <edward@fluendo.com>
14156
14157         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
14158         Implement clipping for accurate seeking.
14159         Closes #345225
14160
14161 2006-06-19  Wim Taymans  <wim@fluendo.com>
14162
14163         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
14164
14165         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
14166         (gst_video_scale_transform):
14167         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
14168
14169 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14170
14171         * configure.ac:
14172           Fix --disable-external (can't set conditionals conditionally,
14173           #343602).
14174
14175 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14176
14177         * tests/check/elements/audioresample.c: (test_reuse),
14178         (audioresample_suite):
14179           Add test case for bug #342789 fixed below.
14180
14181 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14182
14183         * gst/audioresample/gstaudioresample.c:
14184         (gst_audioresample_class_init), (gst_audioresample_init),
14185         (audioresample_start), (audioresample_stop),
14186         (gst_audioresample_set_property), (gst_audioresample_get_property):
14187           Implement GstBaseTransform::start and ::stop so that audioresample
14188           can clear its internal state properly and be reused instead of
14189           causing non-negotiated errors with playbin under some circumstances
14190           (#342789).
14191
14192         * tests/check/elements/audioresample.c: (setup_audioresample),
14193         (cleanup_audioresample):
14194           Need to set element state here so that ::start and ::stop are
14195           called.
14196
14197 2006-06-16  Wim Taymans  <wim@fluendo.com>
14198
14199         Patch by: Young-Ho Cha <ganadist at chollian dot net>
14200
14201         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
14202         Parse extra data better, apparently it's right behind
14203         the normal strf header size. Fixes #343500.
14204
14205 2006-06-16  Wim Taymans  <wim@fluendo.com>
14206
14207         * ext/alsa/gstalsasink.c: (set_hwparams):
14208         If we fail to set the buffer_time and period_time alsa
14209         parameters, post a warning and leave alsa select a 
14210         default instead of failing. Fixes #342085
14211
14212 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14213
14214         * docs/libs/gst-plugins-base-libs-sections.txt:
14215         * gst-libs/gst/cdda/gstcddabasesrc.h:
14216           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
14217           out in the header file and shouldn't be listed in the docs.
14218
14219         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14220           Must dereference pointer to fourcc in the debug statement.
14221
14222 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
14223
14224         * docs/libs/Makefile.am:
14225         * docs/libs/gst-plugins-base-libs-docs.sgml:
14226         * docs/libs/gst-plugins-base-libs-sections.txt:
14227         * docs/libs/gst-plugins-base-libs.types:
14228         add remaining symbols into correct setions
14229         
14230         * gst-libs/gst/audio/gstringbuffer.c:
14231         fix incomplete docs
14232         
14233         * gst-libs/gst/audio/gstringbuffer.h:
14234         comment out not yet implemented function
14235         
14236         
14237         * gst-libs/gst/floatcast/floatcast.h:
14238         * gst-libs/gst/netbuffer/gstnetbuffer.c:
14239         add short descriptions
14240         
14241         
14242         * gst-libs/gst/interfaces/propertyprobe.c:
14243         fix return value docs   
14244         
14245         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14246         simplify debug logging
14247         
14248         * gst-libs/gst/riff/riff-read.h:
14249         sync function prototype and docs
14250         
14251         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14252         remove left over symbol
14253
14254 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14255
14256         * autogen.sh:
14257         * configure.ac:
14258         * docs/Makefile.am:
14259           Use GST_PLUGIN_DOCS macro in configure.ac, add
14260           --enable-plugin-docs default to autogen.sh and use
14261           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
14262
14263 2006-06-15  Wim Taymans  <wim@fluendo.com>
14264
14265         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14266         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
14267         (gst_ogg_demux_loop):
14268         Combine GstFlowReturn from the source pads to give a
14269         meaningfull result to the upstream peer or to stop the
14270         processing task in case of errors.
14271
14272 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14273
14274         * gst/playback/gststreaminfo.c: (cb_probe):
14275           Try GST_TAG_CODEC as fallback when extracting the
14276           codec name; more debug info.
14277
14278 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14279
14280         * ext/ogg/Makefile.am:
14281         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14282           Extract language tags from ogm subtitle streams, so that
14283           the subtitle menu choices are labelled correctly in
14284           Totem (fixes #344708).
14285
14286 2006-06-14  Wim Taymans  <wim@fluendo.com>
14287
14288         Patch by: Alessandro Decina <alessandro at nnva dot org>
14289
14290         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
14291         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
14292         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
14293         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14294         Fix various leaks. Fixes #343699.
14295         Add x-smoke mime type.
14296
14297 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14298
14299         * gst-libs/gst/riff/riff-ids.h:
14300           Add IDs for 'bext' chunks (see #343837).
14301
14302 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
14303
14304         Patch by: Young-Ho Cha  <ganadist at chollian net>
14305
14306         * gst/subparse/samiparse.c: (sami_context_pop_state),
14307         (handle_start_font), (end_sami_element):
14308           Honour font face tags in SAMI subtitles (#344503).
14309
14310 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14311
14312         * po/POTFILES.in:
14313           add missing files containing translatable strings
14314
14315 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14316
14317         * docs/libs/tmpl/.cvsignore:
14318           we don't want those *.sgml files in CVS either
14319
14320 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14321
14322         * docs/libs/.cvsignore:
14323         * tests/check/elements/.cvsignore:
14324         * tests/check/libs/.cvsignore:
14325           ignore more
14326
14327 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14328
14329         * docs/libs/Makefile.am:
14330           also commiting the changed Makefile.am (added more libs to the
14331           doc-build)
14332
14333 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14334
14335         * docs/libs/gst-plugins-base-libs-docs.sgml:
14336         * docs/libs/gst-plugins-base-libs-sections.txt:
14337         * docs/libs/gst-plugins-base-libs.types:
14338           first batch of reordering things, add index & hierarchy
14339
14340 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14341
14342         * configure.ac:
14343           use GST_PKG_CHECK_MODULES, cleans up output
14344
14345 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14346
14347         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14348           Add support for burn:// URIs (#343385); const-ify things a bit,
14349           use G_N_ELEMENTS instead of hard-coded array size.
14350
14351 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14352
14353         Patch by: Young-Ho Cha  <ganadist at chollian net>
14354
14355         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
14356           Fix up broken entities before passing them to libxml *sigh*.
14357           (#343303).
14358           
14359 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14360
14361         * configure.ac:
14362           back to TRUNK
14363
14364 === release 0.10.8 ===
14365
14366 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
14367
14368         * configure.ac:
14369           releasing 0.10.8, "Moar gij ziet mij nie"
14370
14371 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14372
14373         * configure.ac:
14374         * po/af.po:
14375         * po/az.po:
14376         * po/cs.po:
14377         * po/en_GB.po:
14378         * po/hu.po:
14379         * po/it.po:
14380         * po/nb.po:
14381         * po/nl.po:
14382         * po/or.po:
14383         * po/sq.po:
14384         * po/sr.po:
14385         * po/sv.po:
14386         * po/uk.po:
14387         * po/vi.po:
14388         * win32/common/config.h:
14389           0.10.7.2 prerelease
14390
14391 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14392
14393         * docs/libs/tmpl/gstaudio.sgml:
14394         * docs/libs/tmpl/gstcolorbalance.sgml:
14395         * docs/libs/tmpl/gstmixer.sgml:
14396         * docs/libs/tmpl/gstringbuffer.sgml:
14397         * docs/libs/tmpl/gsttuner.sgml:
14398         * docs/libs/tmpl/gstxoverlay.sgml:
14399         * gst-libs/gst/audio/audio.c:
14400         * gst-libs/gst/audio/gstringbuffer.c:
14401         * gst-libs/gst/interfaces/colorbalance.c:
14402         * gst-libs/gst/interfaces/mixer.c:
14403         * gst-libs/gst/interfaces/tuner.c:
14404         * gst-libs/gst/interfaces/xoverlay.c:
14405           move last template doc snippets to source code and delete them
14406
14407 2006-06-06  Michael Smith  <msmith@fluendo.com>
14408
14409         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
14410         (theora_parse_drain_queue):
14411           Mark DELTA_UNIT on non-keyframes.
14412
14413 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
14414
14415         * gst-libs/gst/audio/gstbaseaudiosink.c:
14416         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
14417         * gst-libs/gst/audio/gstbaseaudiosink.h:
14418         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
14419         (gst_ring_buffer_samples_done):
14420         * gst-libs/gst/audio/gstringbuffer.h:
14421         Document better the fact that latency_time and buffer_time are values
14422         stored in microseconds, and not the usual GStreamer nanoseconds.
14423         Change the variables (compatibly) that store them from GstClockTime 
14424         to guint64 to make it more clear that they're not storing clock times.
14425         Also, remove the bogus property description that says the user can
14426         specify -1 to get the default value, since that's never been the case.
14427
14428         When computing the default segment size for the ring buffer, make it
14429         an integer number of samples.
14430
14431         When the sub-class indicates a delay greater than the number of
14432         samples we've written return 0 from the audio sink get_time method.
14433
14434 2006-06-02  Michael Smith  <msmith@fluendo.com>
14435
14436         * tests/check/elements/audioconvert.c: (set_channel_positions),
14437         (get_float_mc_caps), (get_int_mc_caps):
14438         * tests/check/elements/audioresample.c:
14439         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
14440         * tests/check/elements/videorate.c:
14441         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
14442         * tests/check/elements/volume.c:
14443         * tests/check/elements/vorbisdec.c:
14444         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
14445           Don't busy-wait in tests; this was causing test timeouts very
14446           frequently when running under valgrind.
14447
14448 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14449
14450         * gst/tcp/README:
14451         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
14452         (gst_multi_fd_sink_remove_client_link),
14453         (gst_multi_fd_sink_client_queue_caps),
14454         (gst_multi_fd_sink_client_queue_buffer),
14455         (gst_multi_fd_sink_handle_client_write),
14456         (gst_multi_fd_sink_render):
14457         * gst/tcp/gstmultifdsink.h:
14458           make multifdsink properly deal with streamheader:
14459           - streamheader is taken from caps
14460           - buffers marked with IN_CAPS are not sent
14461           - streamheaders are sent, on connection, from the caps of the
14462             buffer where the client gets positioned to
14463           - further streamheader changes are done every time the client
14464             will receive a buffer with different caps
14465         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14466         (gst_multifdsink_create_streamheader):
14467           add tests for this
14468
14469 2006-06-02  Michael Smith  <msmith@fluendo.com>
14470
14471         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14472           Reinstate limit on channel count. Vorbis does not define the meaning
14473           of > 6 channels, so they're just independent channels. Gstreamer
14474           currently has no mechanism to represent N independent channels.
14475
14476 2006-06-02  Michael Smith  <msmith@fluendo.com>
14477
14478         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14479           Don't arbitrarily restrict channel counts and rate in vorbis.
14480           In terms of effects likely on real-world files, this fixes 96kHz
14481           playback of vorbis.
14482
14483 2006-06-02  Michael Smith  <msmith@fluendo.com>
14484
14485         * gst/audioconvert/audioconvert.c: (float):
14486           More correct float->int conversion.
14487
14488 2006-06-02  Michael Smith  <msmith@fluendo.com>
14489
14490         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
14491           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
14492           value. Fixes g-critical on trying to play back ogg containing
14493           unknown codec.
14494
14495 2006-06-02  Wim Taymans  <wim@fluendo.com>
14496
14497         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
14498         (setup_source):
14499         * gst/playback/gstplaybasebin.h:
14500         Make the subtitle detection work from any thread so we don't
14501         deadlock. Fixes #343397.
14502
14503 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14504
14505         * gst/volume/Makefile.am:
14506           Seriously, it's not *that* hard to get compilation right.  Even
14507           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
14508
14509 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14510
14511         * gst/volume/gstvolume.c: (volume_choose_func),
14512         (volume_update_real_volume), (gst_volume_class_init),
14513         (gst_volume_init), (volume_process_float), (volume_process_int16),
14514         (volume_process_int16_clamp), (volume_set_caps),
14515         (volume_transform_ip), (plugin_init):
14516         * gst/volume/gstvolume.h:
14517         rewrite the passthrough check, split _int16 and _int16_clamp, fix
14518         another property desc., remove unused param from process function
14519         
14520         * tests/check/elements/volume.c: (volume_suite):
14521         reactivate the passthrough test
14522
14523 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14524
14525         * ext/alsa/gstalsamixerelement.h:
14526         * ext/alsa/gstalsamixeroptions.h:
14527         * ext/alsa/gstalsamixertrack.h:
14528         * ext/gnomevfs/gstgnomevfssink.h:
14529         * ext/gnomevfs/gstgnomevfssrc.h:
14530         * ext/theora/gsttheoradec.h:
14531         * ext/theora/gsttheoraenc.h:
14532         * ext/theora/gsttheoraparse.h:
14533         * ext/vorbis/vorbisparse.h:
14534         * gst-libs/gst/audio/gstaudioclock.h:
14535         * gst-libs/gst/audio/gstaudiofilter.h:
14536         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14537         * gst/audioconvert/gstaudioconvert.h:
14538         * gst/audioresample/gstaudioresample.h:
14539         * gst/audiotestsrc/gstaudiotestsrc.h:
14540         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
14541         * gst/playback/gststreamselector.h:
14542         * gst/tcp/gstmultifdsink.h:
14543         * gst/tcp/gsttcpclientsink.h:
14544         * gst/tcp/gsttcpclientsrc.h:
14545         * gst/tcp/gsttcpserversink.h:
14546         * gst/tcp/gsttcpserversrc.h:
14547         * gst/videorate/gstvideorate.h:
14548         * gst/videoscale/gstvideoscale.h:
14549         * gst/videotestsrc/gstvideotestsrc.h:
14550         * gst/volume/gstvolume.h:
14551         * sys/v4l/gstv4ljpegsrc.h:
14552         * sys/v4l/gstv4lmjpegsink.h:
14553         * sys/v4l/gstv4lmjpegsrc.h:
14554         * sys/v4l/gstv4lsrc.h:
14555         * sys/ximage/ximagesink.h:
14556         * sys/xvimage/xvimagesink.h:
14557         * tests/old/testsuite/alsa/sinesrc.h:
14558         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
14559
14560 2006-05-31  Wim Taymans  <wim@fluendo.com>
14561
14562         * ext/libvisual/visual.c: (gst_visual_reset),
14563         (gst_visual_sink_setcaps), (gst_visual_sink_event),
14564         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
14565         Handle DISCONT.
14566         Use running time before doing QoS.
14567         Handle mono too.
14568
14569 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14570
14571         * docs/libs/Makefile.am:
14572           set a magic variable to indicate we know the docs are incomplete
14573
14574 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
14575
14576         * win32/common/libgstvideo.def:
14577           export gst_video_calculate_display_ratio
14578         * win32/vs6/libgstvideoscale.dsp:
14579           add link to libgstvideo-0.10.lib
14580
14581 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
14582
14583         * gst/playback/gstplaybasebin.c: (gen_source_element):
14584           Throw a more comprehensible error for rtsp:// URIs (rather
14585           than erroring out with a negotiation error later on) until
14586           we fix playbin to handle rtspsrc etc.
14587
14588 2006-05-30  Wim Taymans  <wim@fluendo.com>
14589
14590         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
14591         (gst_text_overlay_text_event):
14592         Added some FIXMEs.
14593
14594 2006-05-30  Wim Taymans  <wim@fluendo.com>
14595
14596         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
14597         (gst_adder_request_new_pad), (gst_adder_release_pad):
14598         * gst/adder/gstadder.h:
14599         Implement release_request_pad.
14600         Make padcounter atomic.
14601
14602         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
14603         Added check for release_pad in adder.
14604
14605 2006-05-30  Wim Taymans  <wim@fluendo.com>
14606
14607         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
14608         Fix build again.
14609
14610 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14611
14612         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14613         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
14614         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14615         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
14616         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
14617         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
14618         (gst_ogg_demux_bisect_forward_serialno),
14619         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
14620         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
14621           add more debugging
14622           clean up printf formats for granulepos and serialno
14623
14624 2006-05-30  Michael Smith  <msmith@fluendo.com>
14625
14626         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
14627         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
14628         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
14629         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
14630         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
14631         * ext/vorbis/vorbisenc.h:
14632           Multi-channel caps negotiation, so we can do proper multichannel
14633           vorbis encoding, negotiated through audioconvert.
14634
14635 2006-05-30  Wim Taymans  <wim@fluendo.com>
14636
14637         * tests/check/elements/adder.c: (test_event_message_received),
14638         (test_play_twice_message_received), (GST_START_TEST),
14639         (adder_suite):
14640         Added check to show that #339935 is fixed with ongoing
14641         adder and collectpads fixes.
14642
14643 2006-05-29  Wim Taymans  <wim@fluendo.com>
14644
14645         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
14646         Don't leak pad name.
14647
14648 2006-05-29  Wim Taymans  <wim@fluendo.com>
14649
14650         * gst/adder/gstadder.c: (gst_adder_query_duration),
14651         (forward_event_func), (forward_event), (gst_adder_src_event):
14652         Fix adder seeking.
14653         Make query/seeking code threadsafe.
14654
14655         * tests/check/Makefile.am:
14656         * tests/check/elements/adder.c: (test_event_message_received),
14657         (GST_START_TEST), (test_play_twice_message_received):
14658         Fix adder test case.
14659
14660 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
14661
14662         Patch by: Young-Ho Cha  <ganadist at chollian net>
14663
14664         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14665         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
14666         (set_encoding_element), (decodebin_element_added_cb),
14667         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
14668         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
14669         * gst/playback/gstplaybasebin.h:
14670           Add 'subtitle-encoding' property to playbin, so applications can
14671           force a subtitle encoding for non-UTF8 subtitles (#342268).
14672
14673         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
14674         (gst_sub_parse_set_property):
14675           Rename recently-added 'encoding' property to 'subtitle-encoding'
14676           (so it can be proxied by playbin/decodebin in a generic way
14677           with less danger of false positives).
14678
14679 2006-05-29  Michael Smith  <msmith@fluendo.com>
14680
14681         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
14682         (append_with_other_format), (set_structure_widths),
14683         (gst_audio_convert_transform_caps):
14684           Patch from #341562: give more specific audio caps in get_caps, so
14685           that basetransform  can make better decisions on what caps to
14686           negotiate.
14687
14688 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14689
14690         * tests/check/elements/volume.c:
14691         make it compile again
14692
14693 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14694
14695         * tests/check/elements/volume.c: (volume_suite):
14696         disable test until #343196 gets resolved
14697
14698 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14699
14700         * gst/adder/gstadder.c: (gst_adder_get_type):
14701         Make it easier to copy&paste
14702         
14703         * gst/volume/Makefile.am:
14704         * gst/volume/gstvolume.c: (volume_update_real_volume),
14705         (gst_volume_set_volume), (gst_volume_set_mute),
14706         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
14707         (volume_transform_ip), (volume_update_mute),
14708         (volume_update_volume):
14709         * gst/volume/gstvolume.h:
14710         Add own debug category, move duplicate code to helper function, fix
14711         property texts, add more comments and prepare ffor liboil-goodness
14712         
14713         * tests/check/Makefile.am:
14714         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
14715         add test for mute and passtrough case, be a bit more verbose to track
14716         failure
14717         
14718         * tests/check/generic/states.c: (GST_START_TEST):
14719         catch elements that fail to instantiate
14720
14721 2006-05-28  Edward Hervey  <edward@fluendo.com>
14722
14723         * tests/check/pipelines/simple-launch-lines.c:
14724         * tests/check/pipelines/theoraenc.c:
14725         * tests/check/pipelines/vorbisenc.c:
14726         Comment out tests using parse_launch() if core was built without
14727         parsing capabilities.
14728
14729 2006-05-27  Edward Hervey  <edward@fluendo.com>
14730
14731         * tests/check/Makefile.am:
14732         Extra bonus points for whoever explains to ensonic that you are meant
14733         to test unit tests thoroughly before commiting them, especially if
14734         you know it's going to break.
14735         De-activated element/adder tests.
14736
14737 2006-05-27  Edward Hervey  <edward@fluendo.com>
14738
14739         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14740         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
14741         Marking caps conversion issues as GST_WARNING is way too verbose,
14742         Moving them to GST_LOG.
14743
14744 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
14745
14746         * README:
14747           Replace current README (containing the release notes from
14748           some 0.9.x version) with a proper README taken from the core.
14749
14750 2006-05-26  Wim Taymans  <wim@fluendo.com>
14751
14752         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14753         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
14754         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
14755         (vorbis_dec_change_state):
14756         Small cleanups.
14757         Add some FIXMEs
14758         Clip output samples to segment boundaries.
14759
14760 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14761
14762         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14763         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
14764         Improve the errors produced on bad output, including some human
14765         readable description strings.
14766         Handle the (theoretical for ximagesink) case where the XServer 
14767         has a different idea about the size required for a particular 
14768         frame and gives us too small a memory allocation.
14769
14770 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14771
14772         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14773         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
14774         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
14775         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14776         Improve the errors produced on bad output, including some human 
14777         readable description strings.
14778         Handle RGB Xv formats properly by transforming them into our 
14779         big-endian caps description.
14780         Use gst_caps_truncate to ensure that we never try and choose a
14781         non-fixed caps in buffer_alloc.
14782         Handle the case where the XServer has a different idea about the size
14783         required for a particular frame and gives us too small a memory
14784         allocation.
14785         Use -1 to indicate 'no image format', because 0 is a valid XServer
14786         image format number.
14787         Put RGB Xv formats at the end of the caps, so that we always prefer
14788         YUV format frames.
14789         Iterate the available Xv Encodings to determine the maximum width and
14790         height, and then return that in our caps.
14791         (Closes #315312, #337544)
14792
14793 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
14794
14795         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
14796         When there is only one unfinished pad and it receives an event that
14797         doesn't match our requirements, we need to set alldone=FALSE so that
14798         the fakesink is not removed yet.
14799
14800 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
14801
14802         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
14803           Use gst_type_find_helper_for_buffer() to find the type
14804           of stream from the first packet.
14805
14806         * configure.ac:
14807           Bump requirements to core CVS (needed for vorbis
14808           typefinding to work).
14809
14810 2006-05-24  Edward Hervey  <edward@fluendo.com>
14811
14812         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
14813         Added the 'prfl' atom type which MQV (no, it's not a typo) files
14814         contain.  Else they play perfectly fine with qtdemux.
14815
14816 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
14817
14818         * ext/theora/theoradec.c:
14819         * ext/theora/theoraenc.c:
14820         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
14821         * gst/audiorate/gstaudiorate.c:
14822           make more debug catagories static
14823         
14824         * tests/check/Makefile.am:
14825         * tests/check/elements/adder.c: (message_received),
14826         (test_event_message_received), (GST_START_TEST),
14827         (test_play_twice_message_received), (adder_suite):
14828           added test case for using element twice, extra bonus points for anyone
14829           who can make these test run reliably
14830
14831 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
14832
14833         * ext/theora/theoradec.c: (theora_dec_chain):
14834           Make work with time-stamped input buffers that do not
14835           have a granulepos in BUFFER_OFFSET_END (like theora
14836           buffers coming from matroskademux). Fixes #342448.
14837
14838 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
14839
14840         Patch by: Peter Kjellerstedt  <pkj at axis com>
14841
14842         * gst/tcp/Makefile.am:
14843           fdstresstest doesn't need Gtk+, fix compilation if 
14844           gtk is not available (#342566).
14845
14846 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14847          
14848         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14849           80 line columns
14850           Removed redundant floor()
14851
14852 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
14853
14854         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14855           On second thought, just skip JUNK chunks automatically, so
14856           the caller doesn't have to handle this. Fixes #342345.
14857           Also, return GST_FLOW_UNEXPECTED if we get a short read,
14858           not GST_FLOW_ERROR.
14859
14860 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
14861
14862         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14863           Don't bail out on JUNK chunks with a size of 0 (would try to
14864           pull_range 0 bytes before, which sources don't like too much).
14865           See #342345.
14866
14867 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
14868
14869         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
14870         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
14871         Use the gstutil scaling function to preserve 64 bits while calculating
14872         output width and height from the display-aspect-ratio. (A continuation
14873         of #341542)
14874
14875 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
14876
14877         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
14878         (gst_xvimagesink_buffer_alloc):
14879         * sys/xvimage/xvimagesink.h:
14880         When performing buffer allocations, remember the caps and image format
14881         we return so that if the same caps are asked for next time we can
14882         return them immediately without doing any caps intersections.
14883
14884 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14885          
14886         * gst-libs/gst/rtp/README:
14887           Some new documentation
14888         * gst-libs/gst/rtp/gstrtpbuffer.h:       
14889           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
14890         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14891         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
14892           New RTP audio base payloader class. Supports frame or sample based
14893           codecs.  Not enabled in Makefile.am until approved.
14894
14895 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14896
14897         * tests/check/elements/alsa.c: (test_device_property_probe):
14898           Fix test case: don't try to free NULL GValueArray when there
14899           are no devices.
14900
14901 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14902
14903         * tests/check/Makefile.am:
14904         * tests/check/elements/alsa.c: (test_device_property_probe),
14905         (alsa_suite), (main):
14906           Add simple test that runs a device property probe on alsasrc,
14907           alsasink and alsamixer. Disable valgrind check for now (too
14908           many leaks in libasound, and valgrind ignored my suppressions
14909           additions).
14910
14911 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14912
14913         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
14914         (gst_alsa_device_property_probe_probe_property),
14915         (gst_alsa_device_property_probe_needs_probe),
14916         (gst_alsa_device_property_probe_get_values),
14917         (gst_alsa_type_add_device_property_probe_interface):
14918         * ext/alsa/gstalsadeviceprobe.h:
14919         * ext/alsa/gstalsamixerelement.c:
14920         (gst_alsa_mixer_element_init_interfaces):
14921         * ext/alsa/gstalsamixerelement.h:
14922           Clean up and simplify alsa device probing. Make it actually work
14923           for multiple classes. Don't cache results any longer.
14924
14925         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
14926         (gst_alsasink_init):
14927         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
14928         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
14929         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
14930           Make alsasink and alsasrc implement the GstPropertyProbe interface
14931           for device probing (#342181).
14932           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
14933
14934 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14935
14936         * gst/subparse/samiparse.c: (handle_start_font):
14937           Don't ignore return value of strtol (++compiler_happiness).
14938
14939 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
14940
14941         Patch by: Young-Ho Cha  <ganadist chollian net>
14942
14943         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
14944         (gst_sub_parse_class_init), (gst_sub_parse_init),
14945         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
14946         (convert_encoding):
14947         * gst/subparse/gstsubparse.h:
14948           Add 'encoding' property (#341681).
14949
14950         * gst/subparse/samiparse.c: (characters_sami):
14951           Output is pango markup, so we need to escape text
14952           between tags (#342143).
14953
14954 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
14955
14956         * gst-libs/gst/audio/multichannel.c:
14957         (gst_audio_check_channel_positions):
14958           It's okay to have caps with channels=1 and a channel position
14959           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
14960           (deinterleavers might want to keep the position in the caps,
14961           so that they can be re-interleaved again properly later).
14962           Leave check for unexpected 2-channel layouts intact for now.
14963
14964 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14965
14966         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
14967         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
14968         basesrc can do its job correctly.
14969
14970 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
14971
14972         * ext/alsa/Makefile.am:
14973         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
14974         (gst_alsa_detect_formats), (get_channel_free_structure),
14975         (caps_add_channel_configuration), (gst_alsa_detect_channels),
14976         (gst_alsa_probe_supported_formats):
14977         * ext/alsa/gstalsa.h:
14978         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
14979           Refactor and improve caps probing code: probe signedness
14980           when we probe the supported formats/widths; set endianness
14981           to the one we actually probed for (ie. cpu endianness).
14982           
14983         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
14984         (gst_alsasrc_close):
14985         * ext/alsa/gstalsasrc.h:
14986           Implement caps probing for alsasrc.
14987
14988 2006-05-15  Wim Taymans  <wim@fluendo.com>
14989
14990         * ext/theora/theoradec.c: (gst_theora_dec_reset),
14991         (theora_dec_src_query), (theora_dec_src_event),
14992         (theora_dec_sink_event), (theora_handle_comment_packet),
14993         (theora_handle_data_packet), (theora_dec_change_state):
14994         Cleanups, add some G_LIKELY.
14995         Use segment helpers instead of our own wrong code.
14996         Clear queued buffers on seek and READY.
14997
14998         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14999         (vorbis_dec_convert), (vorbis_dec_src_query),
15000         (vorbis_dec_src_event), (vorbis_dec_sink_event),
15001         (vorbis_handle_comment_packet), (vorbis_dec_push),
15002         (vorbis_handle_data_packet), (vorbis_dec_chain),
15003         (vorbis_dec_change_state):
15004         * ext/vorbis/vorbisdec.h:
15005         Remove old useless packetno variable.
15006         Do position query properly.
15007         Add some G_LIKELY.
15008         Do cleanup of queued buffers in new helper function
15009         and use it.
15010
15011 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15012
15013         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15014           Query supported sample rates. Fixes #341732.
15015
15016 2006-05-15  Julien MOUTTE  <julien@moutte.net>
15017
15018         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
15019         (gst_decode_bin_change_state): Make decodebin reusable
15020         when going from PAUSE_TO_READY and then back to PAUSED.
15021         Fixes #331678.
15022
15023 2006-05-15  Wim Taymans  <wim@fluendo.com>
15024
15025         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
15026         (vorbis_dec_convert), (vorbis_dec_src_query),
15027         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15028         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
15029         (vorbis_dec_clean_queued), (vorbis_dec_push),
15030         (vorbis_handle_data_packet), (vorbis_dec_change_state):
15031         Cleanups. Use refcounting and DEBUG_OBJECT.
15032         Reset segment on flush, use code methods instead of our
15033         own wrong version.
15034         Fix potential memleak.
15035
15036 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15037
15038         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
15039         (gst_alsasink_init):
15040         * ext/alsa/gstalsasink.h:
15041           Don't leak allocated snd_output_t structure if there's
15042           more than one alsasink instance at a time (#341873).
15043           Also fix GObject macros in header file.
15044           
15045 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15046
15047         * gst/subparse/gstsubparse.c:
15048         (gst_sub_parse_data_format_autodetect):
15049           Don't use libxml functions in the typefinding code.
15050
15051 2006-05-15  Wim Taymans  <wim@fluendo.com>
15052
15053         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15054         Fix seeking performance in the case where a non-header 
15055         packet has a 0 granulepos (busted theora case). 
15056         Fixes #341719
15057         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
15058          the first place, you limelight stealer you)
15059
15060 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15061
15062         * gst/subparse/gstsubparse.c:
15063         (gst_sub_parse_data_format_autodetect):
15064           Improve SAMI typefinding: handle case where there are
15065           whitespaces or newlines in front of the first <SAMI>
15066           tag (#169936).
15067
15068 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15069
15070         * configure.ac:
15071           Build video4linux plugin even if there's no XVIDEO, just
15072           without implementing the GstXOverlay interface (#334002).
15073          
15074 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15075
15076         * configure.ac:
15077         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
15078         (plugin_init):
15079           Add tentative support for libvisual-0.4 (#336881).
15080
15081 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15082
15083         Patch by: Young-Ho Cha <ganadist at chollian net>
15084
15085         * gst/subparse/samiparse.c: (handle_start_font):
15086           Need to map "silver" colour explicitly (#169936).
15087
15088 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15089
15090         Patch by: Young-Ho Cha  <ganadist at chollian net>
15091
15092         * gst/subparse/Makefile.am:
15093         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15094         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
15095         (gst_sub_parse_format_autodetect), (feed_textbuf),
15096         (gst_subparse_type_find), (plugin_init):
15097         * gst/subparse/gstsubparse.h:
15098         * gst/subparse/samiparse.c:
15099         * gst/subparse/samiparse.h:
15100           Add support for SAMI subtitles (#169936).
15101
15102 2006-05-14  Michael Smith  <msmith@fluendo.com>
15103
15104         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
15105           Fix #341696: crash when mixing L+R+C to mono or stereo.
15106         * tests/check/Makefile.am:
15107         * tests/check/elements/audioconvert.c: (set_channel_positions),
15108         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
15109         (audioconvert_suite):
15110           Add test for the above, including some generic framework bits for
15111           testing multichannel things.
15112
15113 === release 0.10.7 ===
15114
15115 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
15116
15117         * configure.ac:
15118           releasing 0.10.7, "Leave the gun"
15119
15120 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15121
15122         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15123         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15124         Fix the build.
15125
15126 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
15127
15128         * docs/libs/gst-plugins-base-libs-docs.sgml:
15129         * docs/libs/gst-plugins-base-libs-sections.txt:
15130         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
15131         * gst-libs/gst/video/video.h:
15132         * gst/videoscale/Makefile.am:
15133         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15134         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15135         * tests/check/Makefile.am:
15136         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
15137         (main):
15138           Fix integer overflow problem with pixel-aspect-ratio calculations
15139           in videoscale and xvimagesink (#341542)
15140
15141 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15142
15143         * gst-libs/gst/tag/gstid3tag.c:
15144           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
15145
15146 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
15147
15148         * win32/MANIFEST:
15149           update win32 files listing
15150
15151 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15152
15153         patch by: Sjoerd Simons (sjoerd@luon.net)
15154
15155         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15156         (group_create), (group_destroy), (add_stream),
15157         (gst_play_base_bin_get_property),
15158         (gst_play_base_bin_get_streaminfo_value_array):
15159         * gst/playback/gstplaybasebin.h:
15160           API: GstPlayBaseBin::stream-info-value-array property
15161           use a more bindings-friendly way of exposing streaminfo
15162           using a GValueArray.  Tested in ipython.
15163           Closes #341114
15164
15165 2006-05-11  Wim Taymans  <wim@fluendo.com>
15166
15167         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
15168         (queue_underrun_cb), (queue_filled_cb):
15169         Also catch queue underruns but don't do anything yet.
15170         Refactor and comment queue enlarging code a bit.
15171
15172         * gst/playback/gstplaybasebin.c: (queue_overrun),
15173         (queue_threshold_reached), (queue_out_of_data),
15174         (gen_preroll_element):
15175         If a queue over/underruns check that we don't create nasty
15176         deadlocks when the min-threshold is not reached but the
15177         max-bytes is. In those cases disable max-bytes when we
15178         know that the queue is fed timed data.
15179         Add more comments.
15180
15181 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15182
15183         * gst/playback/gstplaybin.c: (gen_audio_element):
15184           Make playbin automatically plug an 'audioresample'
15185           element before the audio sink as well. This solves
15186           problems with sinks that only accept a very specific
15187           sample rate, like esdsink (e.g. #340379).
15188
15189 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15190
15191         * gst/playback/gstplaybasebin.c: (gen_source_element):
15192           Make http sources send special headers so that we receive
15193           icecast metadata if the http stream is an icecast stream
15194           (otherwise the server will just ignore them). This also
15195           means that from now on users will need the 'icydemux'
15196           element from gst-plugins-good installed if they want to
15197           listen to icecast radio streams. (#341432, #333657).
15198
15199 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15200
15201         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
15202         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
15203           remove stupid example from docs - it should come with a simple
15204           C program instead.
15205           Clean up/fix docs
15206         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15207         (fail_if_can_read), (GST_START_TEST),
15208         (gst_multifdsink_create_streamheader), (multifdsink_suite):
15209           add a test for changing streamheader which exposes a bug in
15210           multifdsink
15211
15212 2006-05-11  Michael Smith  <msmith@fluendo.com>
15213
15214         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
15215         (gst_gnome_vfs_src_received_headers_callback):
15216         * ext/gnomevfs/gstgnomevfssrc.h:
15217           Don't set icy-caps unless we have a sane interval value. Move
15218           interval to a local variable; we never use it outside this function.
15219
15220 2006-05-11  Wim Taymans  <wim@fluendo.com>
15221
15222         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
15223         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
15224         Register special buffer types along with the objects so
15225         that they are not registered at runtime from N different
15226         streaming threads since they are not threadsafe.
15227
15228 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15229
15230         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15231         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
15232           add two more tests, one doing streamheader
15233
15234 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15235
15236         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
15237           clean up the bufqueue when shutting down
15238         * tests/check/Makefile.am:
15239         * tests/check/elements/multifdsink.c: (setup_multifdsink),
15240         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
15241         (main):
15242           add a test for the leak that was just fixed
15243
15244 2006-05-10  Wim Taymans  <wim@fluendo.com>
15245
15246         * gst/adder/gstadder.c: (gst_adder_setcaps),
15247         (gst_adder_query_duration), (gst_adder_query), (forward_event),
15248         (gst_adder_src_event), (gst_adder_sink_event),
15249         (gst_adder_class_init), (gst_adder_finalize),
15250         (gst_adder_request_new_pad), (gst_adder_collected):
15251         * gst/adder/gstadder.h:
15252         Updated some docs. Added comments and FIXMEs all over the place.
15253         Improve debugging info.
15254         Fix leak on finalize by not calling the parent.
15255         Implement duration query.
15256         Make event forwarding threadsafe.
15257         Correctly send NEWSEGMENT at start and after flush.
15258         Handle EOS correctly.
15259         Post error when not negotiated.
15260
15261         * tests/check/elements/adder.c: (GST_START_TEST):
15262         Added FIXME in the test.
15263
15264 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15265
15266         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
15267         (gst_text_overlay_halign_get_type),
15268         (gst_text_overlay_wrap_mode_get_type):
15269         * ext/theora/theoradec.c: (theora_handle_type_packet),
15270         (theora_handle_data_packet):
15271         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15272         (theora_enc_sink_setcaps), (theora_enc_chain):
15273         * gst-libs/gst/cdda/gstcddabasesrc.c:
15274         (gst_cdda_base_src_mode_get_type):
15275         * gst/audiotestsrc/gstaudiotestsrc.c:
15276         (gst_audiostestsrc_wave_get_type):
15277         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15278         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15279         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15280         (gst_sync_method_get_type), (gst_unit_type_get_type),
15281         (gst_client_status_get_type):
15282         * gst/videoscale/gstvideoscale.c:
15283         (gst_video_scale_method_get_type):
15284         * gst/videotestsrc/gstvideotestsrc.c:
15285         (gst_video_test_src_pattern_get_type):
15286         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
15287         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
15288         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
15289         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
15290         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
15291         (paint_setup_RGB565), (paint_setup_xRGB1555):
15292           Const-ify GEnumValue and GFlagsValue arrays. Use
15293           GST_ROUND_UP_* macros instead of home-made ones.
15294
15295 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15296
15297         * configure.ac:
15298           Require core CVS for the new newsegment stuff.
15299
15300 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15301
15302         Patch by: Sjoerd Simons  <sjoerd at luon net>
15303
15304         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
15305           Register nick for enum value (#341160).
15306
15307 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
15308
15309         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
15310         (plugin_init):
15311          backout typefind patch #340375
15312          
15313         * tests/check/elements/adder.c: (message_received),
15314         (GST_START_TEST), (adder_suite):
15315           redo, signal-handling of test
15316
15317 2006-05-09  Wim Taymans  <wim@fluendo.com>
15318
15319         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
15320         (gst_adder_collected):
15321         * gst/adder/gstadder.h:
15322         Remove bogus segment merging and forwarding, we don't
15323         care about timestamps anyway and we just produce a
15324         continuous stream. 
15325         Also create a nice NEWSEGMENT event when we start.
15326         Use _scale_int some more.
15327
15328 2006-05-09  Edward Hervey  <edward@fluendo.com>
15329
15330         * tests/icles/stress-xoverlay.c:
15331         Fix if core was built without parsing support.
15332
15333 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15334
15335         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15336           Add SEDG (Samsung MPEG-4) fourcc.
15337
15338 2006-05-09  Edward Hervey  <edward@fluendo.com>
15339
15340         * tests/icles/stress-xoverlay.c:
15341         * tests/examples/volume/volume.c:
15342         Fix if core was built without parsing support.
15343
15344         * tests/examples/seek/seek.c:
15345         Disable the parse_launch example if core was built without parsing
15346         support.
15347
15348 2006-05-08  Edward Hervey  <edward@fluendo.com>
15349
15350         * autogen.sh: (CONFIGURE_DEF_OPT): 
15351         libtoolize on Darwin/MacOSX is called glibtoolize
15352
15353 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15354
15355         * tests/check/Makefile.am:
15356         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
15357           Disable the adder test, until the build-slaves posses the kindness to 
15358           either like it or to give valid reason for not doing so 
15359
15360 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15361
15362         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15363         (adder_suite):
15364           Shuffle NULL state change around and raise timeout more
15365
15366 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15367
15368         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
15369         (mp4_type_find), (plugin_init):
15370           Add typefind to distinguish between "audio/x-m4a" and new type
15371           "video/mp4". Fixes #340375
15372
15373         * tests/check/elements/adder.c: (adder_suite):
15374           Raise timeout to make buildbot happy
15375
15376 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15377
15378         * gst/adder/gstadder.c: (gst_adder_sink_event),
15379         (gst_adder_request_new_pad), (gst_adder_change_state):
15380         * gst/adder/gstadder.h:
15381         * tests/check/Makefile.am:
15382         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15383         (adder_suite), (main):
15384           Add sink-event handling to adder. It tries to merge incomming
15385           newsegment-events. Added test to check if segment_done is comming
15386           through. Fixes #340060
15387
15388 2006-05-05  Andy Wingo  <wingo@pobox.com>
15389
15390         * ext/theora/theoraparse.c (gst_theora_parse_init)
15391         (theora_parse_src_convert, theora_parse_src_query):
15392         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
15393         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
15394         query functions on the source pads of the theora and vorbis parse
15395         elements. Fixes position querying when doing a remux.
15396
15397 2006-05-05  Michael Smith  <msmith@fluendo.com>
15398
15399         * ext/theora/theoraparse.c: (parse_granulepos),
15400         (theora_parse_drain_queue_prematurely),
15401         (theora_parse_queue_buffer), (theora_parse_sink_event):
15402           Fix flushing.
15403           Fix invalid granulepos outputs when starting with a non-keyframe.
15404
15405 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
15406
15407         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
15408         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
15409         Rearrange MPEG system stream detection, fixing some memleaks in the
15410         process.
15411         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
15412         they clean up their data correctly.
15413         Remove unused ogganx caps and move the 'is_annodex' check to inside
15414         the 'is_ogg' if statement.
15415
15416 2006-05-05  Wim Taymans  <wim@fluendo.com>
15417
15418         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
15419         Properly remove ghostpads. Fixes #340392
15420
15421 2006-05-04  David Schleef  <ds@schleef.org>
15422
15423         * gst/typefind/gsttypefindfunctions.c:
15424
15425 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
15426
15427         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
15428         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
15429
15430         When typefinding an MP3 in push-based mode, don't penalise the
15431         probability down to 74% when we found 5 valid frames just because we
15432         can't peek the end of the file.
15433
15434         Make the probability for detecting MPEG Transport Streams based on the
15435         number of sequential headers we successfully detected.
15436
15437 2006-05-03  Wim Taymans  <wim@fluendo.com>
15438
15439         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15440         (vorbis_dec_push), (vorbis_dec_chain):
15441         Still produce an error when we receive an empty packet.
15442
15443 2006-05-03  Wim Taymans  <wim@fluendo.com>
15444
15445         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
15446         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
15447         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
15448         Mark buffers with DISCONT after seek and after activating new
15449         chains.
15450
15451         * ext/theora/gsttheoradec.h:
15452         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15453         (theora_get_query_types), (theora_dec_sink_event),
15454         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
15455         (theora_dec_change_state):
15456         Fix frame counter.
15457         Detect and mark DISCONT buffers.
15458
15459         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15460         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
15461         (vorbis_dec_change_state):
15462         * ext/vorbis/vorbisdec.h:
15463         Use GstSegment.
15464         Detect and mark DISCONT buffers.
15465         Don't crash on 0 sized buffers.
15466
15467 2006-05-03  Wim Taymans  <wim@fluendo.com>
15468
15469         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
15470         (volume_transform_ip):
15471         Increase "volume" property to 10.0. Fixes #340369.
15472         Set the process function to NULL when capsnego fails so that
15473         we properly error out.
15474
15475 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15476
15477         * gst/playback/gstplaybin.c: (add_sink):
15478         * gst/playback/test.c: (main):
15479         * gst/playback/test5.c: (dump_element_stats):
15480         * gst/playback/test6.c: (main):
15481           free caps using gst_caps_unref, don't leak caps-strings
15482
15483 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
15484
15485         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
15486         (plugin_init):
15487           Refine musepack typefinding a bit. Return MAXIMUM
15488           probability when we detect stream version 7 to make
15489           sure the mpeg audio typefinder doesn't trump us.
15490
15491 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
15492
15493         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15494           Protect against unexpected NULL strf_data buffer.
15495
15496 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15497
15498         * tests/check/elements/audioconvert.c: (verify_convert),
15499         (GST_START_TEST):
15500           interpret the out[] buffer in the order the bytes are actually
15501           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
15502           Other tests should use BYTE_ORDER since the array is filled in
15503           with actual values
15504
15505 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15506
15507         * tests/check/elements/audioconvert.c: (verify_convert),
15508         (GST_START_TEST):
15509           when a test fails, give an indication of which it is
15510
15511 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15512
15513         * gst-libs/gst/cdda/gstcddabasesrc.c:
15514           compile fix; strtol() needs <stdlib.h>
15515
15516 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15517
15518         * ext/alsa/gstalsamixerelement.c:
15519         * ext/alsa/gstalsasrc.c:
15520         * ext/cdparanoia/gstcdparanoiasrc.c:
15521         * ext/gnomevfs/gstgnomevfssink.c:
15522         * ext/gnomevfs/gstgnomevfssrc.c:
15523         * ext/ogg/gstoggdemux.c:
15524         * ext/ogg/gstoggmux.c:
15525         * ext/ogg/gstoggparse.c:
15526         * ext/ogg/gstogmparse.c:
15527         * ext/pango/gstclockoverlay.c:
15528         * ext/pango/gsttextoverlay.c:
15529         * ext/pango/gsttextrender.c:
15530         * ext/pango/gsttimeoverlay.c:
15531         * ext/theora/theoradec.c:
15532         * ext/theora/theoraenc.c:
15533         * ext/vorbis/vorbisdec.c:
15534         * ext/vorbis/vorbisenc.c:
15535         * gst-libs/gst/audio/gstaudiofilter.c:
15536         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
15537         * gst/audioconvert/gstaudioconvert.c:
15538         * gst/audiorate/gstaudiorate.c:
15539         * gst/audioresample/gstaudioresample.c:
15540         * gst/audiotestsrc/gstaudiotestsrc.c:
15541         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15542         * gst/playback/gstdecodebin.c:
15543         * gst/playback/gstplaybin.c:
15544         * gst/playback/gststreamselector.c:
15545         * gst/subparse/gstsubparse.c:
15546         * gst/tcp/gstmultifdsink.c:
15547         * gst/tcp/gsttcpclientsink.c:
15548         * gst/tcp/gsttcpclientsrc.c:
15549         * gst/tcp/gsttcpserversink.c:
15550         * gst/tcp/gsttcpserversrc.c:
15551         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15552         * gst/videorate/gstvideorate.c:
15553         * gst/videoscale/gstvideoscale.c:
15554         * gst/videotestsrc/gstvideotestsrc.c:
15555         * gst/volume/gstvolume.c:
15556         * sys/v4l/gstv4ljpegsrc.c:
15557         * sys/v4l/gstv4lmjpegsink.c:
15558         * sys/v4l/gstv4lmjpegsrc.c:
15559         * sys/v4l/gstv4lsrc.c:
15560         * sys/ximage/ximagesink.c:
15561         * sys/xvimage/xvimagesink.c:
15562         * tests/check/libs/cddabasesrc.c:
15563           make GstElementDetails const
15564
15565 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15566
15567         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
15568         (gst_adder_init):
15569           send events from src-pad to all sink-pads fixes #338657
15570
15571 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15572
15573         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
15574         (alsasink_parse_spec):
15575           query width capabilities from alsa, fixes #338919
15576
15577 2006-04-28  Wim Taymans  <wim@fluendo.com>
15578
15579         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
15580         (gst_multi_fd_sink_remove_client_link):
15581         * gst/tcp/gstmultifdsink.h:
15582         Fix race condition in multifdsink that can lead to spurious 
15583         duplicate clients. this patch adds a new signal that is fired when
15584         multifdsink has removed all references to the fd.
15585         Fixes #339574.
15586         Updated documentation.
15587         API: client-fd-removed signal added
15588
15589 2006-04-28  Michael Smith  <msmith@fluendo.com>
15590
15591         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
15592           When asking g_value_array_new to prealloc elements, we may as well
15593           ask for the right number of elements.
15594
15595 2006-04-28  Wim Taymans  <wim@fluendo.com>
15596
15597         * gst-libs/gst/audio/gstbaseaudiosink.c:
15598         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
15599         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15600         patch to make timestamp checking more tollerant to rounding 
15601         errors given that real discontinuities are to be marked on
15602         buffers. Fixes some asf files and #338778.
15603         Also avoid some crashers when we receive an event in the 
15604         NULL state.
15605
15606 2006-04-28  Michael Smith  <msmith@fluendo.com>
15607
15608         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
15609         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
15610         (gst_gnome_vfs_src_get_property),
15611         (gst_gnome_vfs_src_send_additional_headers_callback),
15612         (gst_gnome_vfs_src_received_headers_callback),
15613         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
15614         (gst_gnome_vfs_src_stop):
15615         * ext/gnomevfs/gstgnomevfssrc.h:
15616           Remove ICY handling (mostly) from gnomevfssrc, in favour of
15617           proper shared support within icydemux.
15618
15619 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15620
15621         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
15622         (gst_video_rate_swap_prev), (gst_video_rate_chain):
15623           fix up docs
15624           fix a leak when no caps negotiated
15625           fix counting of input frames
15626         * tests/check/elements/.cvsignore:
15627         * tests/check/elements/videorate.c: (assert_videorate_stats),
15628         (GST_START_TEST), (videorate_suite):
15629           add tests for these
15630
15631 2006-04-28  Wim Taymans  <wim@fluendo.com>
15632
15633         * gst-libs/gst/audio/gstringbuffer.c:
15634         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
15635         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
15636         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
15637         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
15638         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
15639         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
15640         (gst_ring_buffer_commit), (gst_ring_buffer_read),
15641         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
15642         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
15643         Check arguments passed to public functions instead of
15644         crashing.
15645
15646 2006-04-28  Wim Taymans  <wim@fluendo.com>
15647
15648         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
15649         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
15650         GstBaseAudioSrc must be live or it does not work.
15651
15652         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
15653         Don't set live to TRUE as this is the default in the parentclass.
15654
15655 2006-04-28  Wim Taymans  <wim@fluendo.com>
15656
15657         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
15658         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
15659         Videoscale doesn't pass on pixel-aspect ratio. Handle all
15660         fixation cases better. Fixes #338991
15661
15662 2006-04-28  Wim Taymans  <wim@fluendo.com>
15663
15664         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
15665         Handle 0/1 framerate correctly Fixes #331901.
15666
15667 2006-04-28  Wim Taymans  <wim@fluendo.com>
15668
15669         * tests/check/elements/audioconvert.c: (get_float_caps),
15670         (GST_START_TEST), (audioconvert_suite):
15671         Added check for correct clipping when doing float samples
15672         in audioconvert.
15673
15674 2006-04-28  Wim Taymans  <wim@fluendo.com>
15675
15676         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
15677         (gst_video_rate_chain):
15678         Print more debugging info.
15679
15680 2006-04-28  Wim Taymans  <wim@fluendo.com>
15681
15682         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
15683         (resample_set_state_from_caps):
15684         Add support for other formats audioresample can handle such as
15685         32 bits in and float and 64 bits float. Fixes #301759
15686
15687 2006-04-28  Wim Taymans  <wim@fluendo.com>
15688
15689         * gst/audioconvert/audioconvert.c: (float):
15690         correctly clip float samples > 1.0. Fixes #338718
15691
15692 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15693
15694         Patch by: Young-Ho Cha  <ganadist at chollian net>
15695
15696         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
15697         (gst_text_overlay_render_text):
15698           Don't strip newlines from the text. Also, center lines
15699           within multi-line paragraphs (#339405).
15700
15701 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15702
15703         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
15704           Fix wavpack typefinding to work in more cases (don't peek
15705           for chunks of multiple hundred kBs at once, but process
15706           things step-by-step in smaller units). Fixes #339786.
15707
15708 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15709
15710         * configure.ac:
15711           back to HEAD
15712
15713 === release 0.10.6 ===
15714
15715 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
15716
15717         * configure.ac:
15718           releasing 0.10.6, "Chao"
15719
15720 2006-04-26  David Schleef  <ds@schleef.org>
15721
15722         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
15723           Fixes #338897.
15724
15725 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15726
15727         * configure.ac:
15728         * win32/common/config.h:
15729           new prerelease
15730
15731 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15732
15733         patch by: Wim Taymans
15734
15735         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
15736         (gst_ogg_demux_perform_seek):
15737           make sure correct newsegments are sent, so that the decoder
15738           and the demuxer agree on timestamps.  Fixes playback of a lot
15739           of Ogg files that do not start from 0.  Fixes #339833.
15740
15741 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15742
15743         Patch by: Edward Hervey  <edward@fluendo.com>
15744
15745         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
15746         * tests/check/Makefile.am:
15747         * tests/check/elements/videorate.c: (assert_videorate_stats),
15748         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
15749         (videorate_suite), (main):
15750           Fix an infinite loop if frames are passed in with wrongly ordered
15751           timestamps.  Fixes #339013.
15752
15753 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15754
15755         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
15756
15757         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
15758           fix typefinding on some ISO files.  Fixes #339212.
15759
15760 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15761
15762         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
15763
15764         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15765           add another H264 fourcc.  Fixes #339047.
15766
15767 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15768
15769         Patch by: Jan Schmidt
15770
15771         * gst/playback/gststreamselector.c:
15772         (gst_stream_selector_bufferalloc):
15773           Restore old StreamSelector behaviour.
15774           Fixes #338419.
15775
15776 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15777
15778         * configure.ac:
15779         * win32/common/config.h:
15780           prerelease
15781
15782 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
15783
15784         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
15785
15786         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15787         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
15788           Fix some memory leaks: on finalize, free buffers left in the queue
15789           before destroying the queue; in _push(), unref rtp_buf even if
15790           the process vfunc returned a NULL buffer as output buffer (#337548);
15791           demote some recuring debug messages to LOG level.
15792
15793 2006-04-11  Wim Taymans  <wim@fluendo.com>
15794
15795         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15796         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15797         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
15798         (gst_ogg_demux_loop):
15799         More cleanups.
15800         Respect segment stop when emiting EOS or SEGMENT_DONE.
15801         Fixes (#337945).
15802
15803 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
15804
15805         * gst/playback/gststreamselector.c:
15806         (gst_stream_selector_get_property):
15807           Don't leak pad name.
15808
15809 2006-04-10  Michael Smith  <msmith@fluendo.com>
15810
15811         * tests/check/Makefile.am:
15812         * tests/check/gst-plugins-base.supp:
15813           Suppress an old libtheora bug (fixed in more recent versions), so 
15814           that FC4 buildslaves can pass.
15815
15816 2006-04-10  Wim Taymans  <wim@fluendo.com>
15817
15818         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15819         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
15820         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
15821         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
15822         (gst_ogg_demux_loop):
15823         Don't leak events.
15824         Remember what error we got when finding chains, if we
15825         were shutdown, that would not be an error.
15826
15827 2006-04-10  Wim Taymans  <wim@fluendo.com>
15828
15829         * gst-libs/gst/audio/gstbaseaudiosink.c:
15830         (gst_base_audio_sink_event):
15831         Starting the ringbuffer when we did not acquire it can cause
15832         a deadlock, is pointless and causes nasty things for
15833         subclasses. 
15834         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
15835
15836 2006-04-10  Wim Taymans  <wim@fluendo.com>
15837
15838         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15839         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
15840         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15841         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
15842         (gst_ogg_demux_deactivate_current_chain),
15843         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15844         (gst_ogg_demux_bisect_forward_serialno),
15845         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
15846         Add some more debugging.
15847
15848 2006-04-10  Wim Taymans  <wim@fluendo.com>
15849
15850         * ext/theora/theoradec.c: (theora_dec_src_event),
15851         (theora_handle_data_packet):
15852         Some more debug info.
15853
15854         * tests/examples/seek/seek.c: (start_seek), (main):
15855         Print element messages too.
15856
15857 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
15858
15859         * gst/audioresample/debug.h:
15860           replace debug macros with variable number of parameters
15861           by a simple alias to gstreamer standard debug macros 
15862          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
15863           supported by MSVC 6.0 and 7.1)
15864         * gst/audioresample/resample.h:
15865           define M_PI and rint for WIN32
15866         * win32/common/libgstaudio.def:
15867         * win32/common/libgstriff.def:
15868         * win32/common/libgsttag.def:
15869         * win32/common/libgstvideo.def:
15870           add new exported functions
15871         * win32/vs6:
15872           update project files
15873
15874 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15875
15876         * ext/alsa/gstalsamixeroptions.c:
15877         (gst_alsa_mixer_options_class_init):
15878         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
15879         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
15880         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
15881         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
15882         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
15883         * gst-libs/gst/audio/gstaudiofilter.c:
15884         (gst_audio_filter_class_init):
15885         * gst-libs/gst/audio/gstaudiosink.c:
15886         (gst_audioringbuffer_class_init):
15887         * gst-libs/gst/audio/gstaudiosrc.c:
15888         (gst_audioringbuffer_class_init):
15889         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
15890         * gst-libs/gst/interfaces/colorbalancechannel.c:
15891         (gst_color_balance_channel_class_init):
15892         * gst-libs/gst/interfaces/mixeroptions.c:
15893         (gst_mixer_options_class_init):
15894         * gst-libs/gst/interfaces/mixertrack.c:
15895         (gst_mixer_track_class_init):
15896         * gst-libs/gst/interfaces/tunerchannel.c:
15897         (gst_tuner_channel_class_init):
15898         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
15899         * gst-libs/gst/netbuffer/gstnetbuffer.c:
15900         (gst_netbuffer_class_init):
15901         * gst-libs/gst/rtp/gstbasertppayload.c:
15902         (gst_basertppayload_class_init):
15903         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
15904         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
15905         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
15906         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
15907         * gst/playback/gststreamselector.c:
15908         (gst_stream_selector_class_init):
15909         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
15910         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
15911         * sys/v4l/gstv4lcolorbalance.c:
15912         (gst_v4l_color_balance_channel_class_init):
15913         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
15914         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
15915         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
15916         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
15917         (gst_v4l_tuner_norm_class_init):
15918         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
15919         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
15920         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
15921         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
15922
15923 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15924
15925         * ext/pango/gsttextrender.h:
15926         * gst-libs/gst/audio/gstaudiosink.h:
15927         * gst-libs/gst/audio/gstaudiosrc.h:
15928         * gst-libs/gst/audio/gstbaseaudiosink.h:
15929         * gst-libs/gst/audio/gstbaseaudiosrc.h:
15930         * gst-libs/gst/audio/gstringbuffer.h:
15931         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15932         * gst-libs/gst/rtp/gstbasertppayload.h:
15933         * gst-libs/gst/video/gstvideofilter.h:
15934         * gst-libs/gst/video/gstvideosink.h:
15935         * gst/playback/gstplaybasebin.h:
15936         * gst/tcp/gstmultifdsink.h:
15937         * sys/v4l/gstv4lelement.h:
15938         Fix broken GObject macros
15939
15940 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15941
15942         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
15943         More debug to trace why my USB headset is not working with gst
15944
15945 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
15946
15947         * gst/playback/gstplaybasebin.c: (group_destroy):
15948         Clean up our group elements properly in the case where it never 
15949         got committed - it still got added unconditionally to the bin.
15950
15951 2006-04-07  Wim Taymans  <wim@fluendo.com>
15952
15953         * ext/theora/theoradec.c: (theora_dec_sink_event),
15954         (theora_handle_data_packet), (theora_dec_chain):
15955         Unref unhandled events.
15956         Protect against empty buffers.
15957         Perform QoS on running time.
15958
15959 2006-04-07  Michael Smith  <msmith@fluendo.com>
15960
15961         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
15962         (gst_vorbis_enc_chain):
15963           Remove leaks from vorbisenc.
15964           Mostly minor changes, the only significant one is that now the
15965           buffers we set as 'streamheader' on the caps are copies of the
15966           original buffers, to avoid circular refcounting problems.
15967
15968 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
15969
15970         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
15971           Don't remove our mute-probe if someone else already did so.
15972           Don't set a 2nd one if there is already one pending on the pad.
15973
15974         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
15975         (do_playbin_seek):
15976           When a seek fails, ensure that playbin is still set back to playing.
15977           
15978         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
15979         (mpeg_ts_type_find), (plugin_init):
15980           Add a typefind function for mpeg-ts streams. (Closes: #336617)
15981
15982 2006-04-06  Andy Wingo  <wingo@pobox.com>
15983
15984         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
15985         (gst_video_rate_init): Caps-related parameters should not be reset
15986         by a flush -- move their inits to the instance init function.
15987         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
15988         is not OK, just return the result.
15989
15990         * gst/audiotestsrc/gstaudiotestsrc.c
15991         (gst_audio_test_src_class_init)
15992         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
15993         broken by Stefan's commit on 24 March.
15994
15995         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
15996         buffers being pushed out. Fixes oggmux ! multifdsink.
15997
15998 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
15999
16000         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
16001         (gst_vorbis_dec_init), (vorbis_dec_finalize):
16002         * ext/vorbis/vorbisdec.h:
16003         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
16004         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
16005         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
16006         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
16007         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
16008         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
16009         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
16010         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
16011         (gst_vorbis_enc_buffer_from_packet),
16012         (gst_vorbis_enc_buffer_from_header_packet),
16013         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
16014         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
16015         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
16016         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
16017         (gst_vorbis_enc_change_state):
16018         * ext/vorbis/vorbisenc.h:
16019           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
16020           vorbisenc adhere to the official nomenclature; use boilerplate
16021           macro.
16022
16023 2006-04-04  Andy Wingo  <wingo@pobox.com>
16024
16025         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16026         Whoops, fix bug introduced. Bad hacker!
16027         
16028         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16029         Properly handle the case where you get EOS before any buffers are
16030         received. Use gst_buffer_make_metadata_writable where appropriate.
16031
16032         * ext/theora/theoradec.c (theora_handle_data_packet): This value
16033         is often negative -- make it signed so as not to wrap around.
16034         Fixes segfaults introduced on 9 March.
16035
16036 2006-04-03  Wim Taymans  <wim@fluendo.com>
16037
16038         * ext/theora/gsttheoradec.h:
16039         * ext/theora/theoradec.c: (theora_dec_src_event):
16040         Don't try to store a gdouble in a gboolean.
16041         Small cleanups.
16042
16043 2006-04-03  Michael Smith  <msmith@fluendo.com>
16044
16045         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
16046           Oggmux sucks.
16047           Make it suck slightly less by writing out the final page.
16048           Still can't encode a vorbis-in-ogg file correctly, though.
16049
16050 2006-04-03  Andy Wingo  <wingo@pobox.com>
16051
16052         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
16053         a g_print.
16054
16055         * ext/theora/theora.c (plugin_init): Register theoraparse.
16056
16057         * ext/theora/gsttheoraparse.h: 
16058         * ext/theora/theoraparse.c: New files implementing a theora
16059         parser. Now we can properly remux ogg/theora+vorbis, yay.
16060
16061         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
16062
16063 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16064
16065         * gst/audiotestsrc/gstaudiotestsrc.c:
16066           Fixed the sample pipeline (see #323798)
16067
16068 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16069
16070         * configure.ac:
16071         * win32/common/config.h:
16072         * win32/common/config.h.in:
16073           use AS_VERSION and AS_NANO
16074           more cleanups
16075
16076 2006-03-31  Andy Wingo  <wingo@pobox.com>
16077
16078         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
16079         uninitialized variable return that would happen.
16080         
16081         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
16082         uninitialized variable return that would never happen.
16083
16084         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
16085         (vorbis_parse_sink_event): Add an event function to flush our
16086         state on a seek, and to drain buffers on a premature EOS.
16087         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
16088         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
16089         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
16090         (vorbis_parse_drain_queue): Queue up buffers until we can set
16091         their timestamps and granulepos values.
16092
16093         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
16094         and keep track of data needed for deriving granulepos and
16095         timestamps for buffers.
16096
16097 2006-03-29  Wim Taymans  <wim@fluendo.com>
16098
16099         Patch by: j^ <j at bootlab dot org>
16100
16101         * ext/alsa/gstalsamixerelement.c:
16102         (gst_alsa_mixer_element_class_init):
16103         * ext/alsa/gstalsasink.c:
16104         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
16105         * ext/ogg/gstoggdemux.c:
16106         * ext/ogg/gstoggmux.c:
16107         * ext/ogg/gstoggparse.c:
16108         * ext/pango/gstclockoverlay.c:
16109         * ext/pango/gsttextoverlay.c:
16110         * ext/pango/gsttextrender.c:
16111         * ext/pango/gsttimeoverlay.c:
16112         * ext/theora/theoradec.c:
16113         * ext/theora/theoraenc.c:
16114         * ext/vorbis/vorbisdec.c:
16115         * ext/vorbis/vorbisenc.c:
16116         * gst/audioconvert/gstaudioconvert.c:
16117         * gst/subparse/gstsubparse.c:
16118         * gst/tcp/gstmultifdsink.c:
16119         * gst/tcp/gsttcpclientsink.c:
16120         * gst/tcp/gsttcpclientsrc.c:
16121         * gst/tcp/gsttcpserversink.c:
16122         * gst/tcp/gsttcpserversrc.c:
16123           better/unified long descriptions
16124           Fixes #336477
16125
16126 2006-03-29  Wim Taymans  <wim@fluendo.com>
16127
16128         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
16129         (stop_seek):
16130         Don't let double and triple clicks mess up our state.
16131
16132 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16133
16134         * gst/playback/gstplaybin.c: (gen_video_element),
16135         (gen_text_element), (gen_audio_element), (gen_vis_element):
16136           Error out gracefully when we can't create any of the usual
16137           conversion elements for some reason. Also, don't try to
16138           create an audioscale (sic) element that's not used anyway.
16139
16140 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16141
16142         * gst/playback/gstplaybasebin.c: (setup_source):
16143           Don't post RESOURCE_NOT_FOUND error when we can't find a source
16144           element for a particular protocol, that's confusing for users.
16145           Instead, post a RESOURCE_FAILED error, so that our own error
16146           message is actually shown in totem etc. (#336303).
16147
16148 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16149
16150         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16151
16152         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
16153         (gst_gnome_vfs_src_get_icy_metadata):
16154           Fix some minor memory leaks (#336194).
16155
16156 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16157
16158         * ext/gnomevfs/gstgnomevfs.c:
16159         (gst_gnome_vfs_location_to_uri_string):
16160         * ext/gnomevfs/gstgnomevfs.h:
16161         * ext/gnomevfs/gstgnomevfssink.c:
16162         (gst_gnome_vfs_sink_set_property):
16163         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
16164           Make gnomevfssink accept filenames as well as URIs for the
16165           "location" property, just like gnomevfssrc does (and
16166           filesrc/filesink do) (#336190).
16167
16168 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16169
16170         * tests/check/generic/clock-selection.c: (GST_START_TEST):
16171           set to NULL before unreffing, fixes a valgrind leak.
16172           Why was this not triggering the error that an object needs to
16173           be NULL before unreffing ?
16174         * win32/common/config.h:
16175           update
16176
16177 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16178
16179         * gst/subparse/gstsubparse.c: (convert_encoding),
16180         (gst_sub_parse_change_state):
16181         * gst/subparse/gstsubparse.h:
16182           Text subtitle files may or may not be UTF-8. If it's not, we
16183           don't really want to see '?' characters in place of non-ASCII
16184           characters like accented characters. So let's assume the input
16185           is UTF-8 until we come across text that is clearly not. If it's
16186           not UTF-8, we don't really know what it is, so try the following:
16187           (a) see whether the GST_SUBTITLE_ENCODING environment variable
16188           is set; if not, check (b) if the current locale encoding is
16189           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
16190           the current locale encoding is UTF-8 and the environment variable
16191           was not set to any particular encoding. Not perfect, but better
16192           than nothing (and better than before, I think) (fixes #172848).
16193
16194 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16195
16196         * configure.ac:
16197           update core requirement to 0.10.4.1 because of async_playback
16198           vmethod on GstBaseSink
16199
16200 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16201
16202         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16203         * gst/adder/gstadder.c: (gst_adder_init):
16204         use DEBUG_FUNCPTR for collectpads
16205
16206 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16207
16208         * docs/plugins/Makefile.am:
16209         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16210         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16211         * ext/cdparanoia/gstcdparanoiasrc.c:
16212         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
16213         (gst_gnome_vfs_sink_class_init):
16214         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
16215         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
16216         * ext/ogg/gstoggmux.c:
16217         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
16218         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
16219         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
16220         * ext/pango/gsttextoverlay.c:
16221         * ext/pango/gsttextrender.c:
16222         * ext/theora/theoradec.c:
16223         * ext/theora/theoraenc.c:
16224         * ext/vorbis/vorbisdec.c:
16225         * ext/vorbis/vorbisenc.c:
16226         * gst-libs/gst/audio/gstaudiofilter.c:
16227         (gst_audio_filter_base_init):
16228         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16229         (gst_audio_filter_template_base_init):
16230         * gst/adder/gstadder.c: (gst_adder_get_type):
16231         * gst/adder/gstadder.h:
16232         * gst/audioconvert/gstaudioconvert.c:
16233         * gst/audiotestsrc/gstaudiotestsrc.c:
16234         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
16235         (gst_audio_test_src_create):
16236         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16237         * gst/playback/gstdecodebin.c:
16238         * gst/playback/gstplaybin.c:
16239         * gst/playback/gststreamselector.c:
16240         (gst_stream_selector_base_init):
16241         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
16242         * gst/volume/gstvolume.c:
16243         * sys/v4l/gstv4lmjpegsink.c:
16244         * sys/v4l/gstv4lmjpegsrc.c:
16245         * tests/check/libs/cddabasesrc.c:
16246         * tests/old/examples/gob/gst-identity2.gob:
16247           Add docs for adder, use GST_ELEMENT_DETAILS macro,
16248           define GstElementDetails at the top
16249
16250 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
16251
16252         * win32/common/libgstinterfaces.def:
16253         Add a lot of export functions for gst-python
16254         * win32/vs6/libgstinterfaces.dsp:
16255         Add a missing include folder in the project configuration
16256         
16257 2006-03-23  Wim Taymans  <wim@fluendo.com>
16258
16259         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16260         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16261         (gst_base_audio_src_change_state):
16262         Fix audio sources, forgot to make the ringbuffer
16263         startable...
16264
16265 2006-03-23  Wim Taymans  <wim@fluendo.com>
16266
16267         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16268         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16269         (gst_base_audio_src_change_state):
16270         unparent instead of unref the ringbuffer.
16271
16272 2006-03-23  Wim Taymans  <wim@fluendo.com>
16273
16274         * gst-libs/gst/audio/gstbaseaudiosink.c:
16275         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
16276         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
16277         Implement new async_play vmethod to start slaving and allow
16278         playback start in case of async PLAY state changes. 
16279
16280         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16281         Enable QoS with new method in base class.
16282
16283 2006-03-23  Wim Taymans  <wim@fluendo.com>
16284
16285         Patch by: Julien MOUTTE <julien at moutte dot net>
16286
16287         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
16288         (gst_video_test_src_do_seek), (gst_video_test_src_create):
16289         Partially handle 0 framerate, only EOS after the first frame
16290         is missing.
16291
16292 2006-03-23  Wim Taymans  <wim@fluendo.com>
16293
16294         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16295
16296         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16297         (gst_riff_create_video_template_caps):
16298         * gst/ffmpegcolorspace/avcodec.h:
16299         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16300         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16301         (gst_ffmpegcsp_avpicture_fill):
16302         * gst/ffmpegcolorspace/imgconvert.c:
16303         Patch for support of YVU9 AVI files (#334822)
16304
16305 2006-03-22  Edward Hervey  <edward@fluendo.com>
16306
16307         * docs/design/design-decodebin.txt:
16308         Added design document for new decodebin
16309         (Target Caps): text/x-pango-markup is also a default target caps.
16310
16311 2006-03-22  Wim Taymans  <wim@fluendo.com>
16312
16313         * gst-libs/gst/audio/gstbaseaudiosink.c:
16314         (gst_base_audio_sink_dispose):
16315         Since we _parent the ringbuffer, we also need to
16316         _unparent instead of a plain _unref.
16317
16318 2006-03-22  Wim Taymans  <wim@fluendo.com>
16319
16320         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
16321         (stop_seek), (scrub_toggle_cb), (main):
16322         Add scrub checkbox.
16323
16324 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
16325
16326         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
16327         (gst_ogg_parse_chain):
16328           Fix very inefficient usage of linked lists (#335365).
16329
16330 2006-03-21  Edward Hervey  <edward@fluendo.com>
16331
16332         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16333         * gst/playback/gstplaybin.c: (handoff):
16334         * gst/playback/gststreamselector.c:
16335         (gst_stream_selector_set_property):
16336         gcc 4.1 unreferenced pointer fixes.
16337         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
16338         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
16339         gst_buffer_ref() now takes a GstBuffer*.
16340
16341 2006-03-20  Julien MOUTTE  <julien@moutte.net>
16342
16343         * sys/xvimage/xvimagesink.c:
16344         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
16345         by Jan Schmidt.
16346
16347 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
16348
16349         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
16350         (id3v1_type_find), (apetag_type_find), (plugin_init):
16351           Can't do tag preferences via probability, as tags would then
16352           lose against types that are recognised with MAXIMUM probability
16353           (like .wav); so let all tag typefinders return MAXIMUM themselves
16354           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
16355           that we can prefer APE to ID3v1 (fixes #335028).
16356           
16357 2006-03-17  Wim Taymans  <wim@fluendo.com>
16358
16359         * gst-libs/gst/audio/gstbaseaudiosink.c:
16360         (gst_base_audio_sink_change_state):
16361         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
16362         (gst_ring_buffer_may_start):
16363         * gst-libs/gst/audio/gstringbuffer.h:
16364         Only start playback if we are playing.
16365         should fix #330748.
16366
16367 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
16368
16369         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
16370         * win32/common/config.h:
16371           Revert accidental commits to these files.
16372
16373 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16374
16375         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16376
16377         * tests/Makefile.am:
16378           Don't try to build tests in tests/icles if we
16379           don't have X (#323852)
16380
16381 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16382
16383         * gst-libs/gst/tag/gstid3tag.c:
16384           Add TXXX frame identifiers for replaygain stuff as used
16385           by some taggers (see #323721).
16386
16387 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
16388
16389         * gst/playback/gststreamselector.c:
16390         (gst_stream_selector_set_property),
16391         (gst_stream_selector_bufferalloc):
16392           Preserve the existing buggy streamselector behaviour by performing
16393           a fallback buffer allocation when downstream isn't linked yet.
16394           This should really be fixed in playbin by blocking pads until it's
16395           linked them.
16396           Also, use gst_pad_alloc_buffer instead of
16397           gst_pad_alloc_buffer_and_set.
16398
16399 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16400
16401         * gst-libs/gst/tag/gstid3tag.c:
16402           Don't crash on unknown ID3v2 TXXX frames.
16403           
16404 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
16405
16406         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
16407           Chain up to the parent finalize method.
16408           Add 32-bit sample size to the template caps.
16409
16410         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16411         (gst_riff_create_video_template_caps):
16412           Add the fourcc that the VMWare codec uses.
16413           
16414         * gst/playback/gststreamselector.c:
16415         (gst_stream_selector_set_property),
16416         (gst_stream_selector_bufferalloc),
16417         (gst_stream_selector_request_new_pad):
16418           For the active pad, forward buffer-alloc requests, otherwise
16419           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
16420           having to memcpy every frame when used by playbin.
16421
16422         * gst/tcp/gstmultifdsink.c:
16423         (gst_multi_fd_sink_handle_client_write):
16424           Get negotiated caps from the sink pad, rather than the sink
16425           pad's peer.
16426
16427 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16428
16429         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16430         
16431         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
16432           Don't forget to set src->callbacks_pushed to FALSE again when
16433           popping them, otherwise re-activation in a different mode won't
16434           work (#334620).
16435
16436 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16437
16438         Patch by: Sebastien Moutte  <sebastien moutte net>
16439
16440         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
16441         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
16442         (gst_ffmpeg_smpfmt_to_caps):
16443           Replace __VA_ARGS__ caps creation macros with varargs functions.
16444           Makes things compile on MSVC (#320765), looks nicer, and we can
16445           tell the compiler to check for the NULL terminator.
16446
16447 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16448
16449         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16450
16451         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16452           Make sure the buffer we copy into is really always big
16453           enough, this time for real (#333488).
16454           
16455 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16456
16457         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16458           Add support for 24bpp DIB (#305279).
16459
16460 2006-03-14  Wim Taymans  <wim@fluendo.com>
16461
16462         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
16463         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16464         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
16465         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16466         (gst_video_scale_init), (gst_video_scale_src_event):
16467         Re-enable QoS after the release.
16468         Rework videoscale to use the base class src_event handler.
16469
16470 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16471
16472         * configure.ac:
16473           back to CVS.
16474
16475 === release 0.10.5 ===
16476
16477 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
16478
16479         * configure.ac:
16480           releasing 0.10.5, "Net"
16481
16482 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
16483
16484         * docs/plugins/Makefile.am:
16485           Part of previous cdparanoiasrc docs fixes, forgot to commit.
16486           
16487 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16488
16489         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16490         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16491         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16492           Add cdparanoiasrc to docs.
16493
16494         * gst-libs/gst/cdda/gstcddabasesrc.c:
16495           More GstCddaBaseSrc docs.
16496
16497 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16498
16499         * docs/libs/gst-plugins-base-libs-sections.txt:
16500         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
16501         * gst-libs/gst/tag/tag.h:
16502           API: libgsttag: new method gst_tag_from_id3_user_tag().
16503
16504 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16505
16506         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16507           NULL-terminate array of mpeg4 video file extensions.
16508           Fixes crash on PPC (#334226).
16509
16510 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16511
16512         * ext/gnomevfs/gstgnomevfssrc.c:
16513         (gst_gnome_vfs_src_check_get_range):
16514           gnome_vfs_uri_is_local() alone is not a good indicator
16515           whether we can operate in pull-mode with a specific URI,
16516           as it returns FALSE for file:// URIs that point to an
16517           NFS-mounted path. Be more conservative here: whitelist
16518           local files, blacklist http URIs and use the old
16519           mechanism for anything else (fixes #334216).
16520
16521 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16522
16523         * configure.ac:
16524           back to trunk
16525
16526 === release 0.10.4 ===
16527
16528 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
16529
16530         * configure.ac:
16531           releasing 0.10.4, "Power"
16532
16533 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
16534
16535         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16536         Disable max-lateness by setting it to -1 for now, so that 
16537         we can bed QoS stuff in thoroughly between now and the next
16538         release.
16539
16540 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
16541
16542         Patch by: Fabrizio Gennari
16543
16544         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16545           Make sure we don't read beyond the palette buffer in case of
16546           broken or manipulated files (#333488)
16547
16548 2006-03-10  Edward Hervey  <edward@fluendo.com>
16549
16550         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16551         Fix for variable not initialized.
16552
16553 2006-03-09  Wim Taymans  <wim@fluendo.com>
16554
16555         * ext/libvisual/visual.c: (gst_visual_get_type),
16556         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
16557         (gst_visual_chain):
16558         Small cleanups.
16559
16560         * ext/theora/gsttheoradec.h:
16561         * ext/theora/theoradec.c: (gst_theora_dec_init),
16562         (gst_theora_dec_reset), (_theora_granule_time),
16563         (theora_dec_src_convert), (theora_dec_sink_convert),
16564         (theora_dec_src_query), (theora_dec_src_event),
16565         (theora_dec_sink_event), (theora_handle_comment_packet),
16566         (theora_handle_header_packet), (theora_dec_push),
16567         (theora_handle_data_packet), (theora_dec_chain),
16568         (theora_dec_change_state):
16569         Add simple QoS.
16570
16571 2006-03-09  Wim Taymans  <wim@fluendo.com>
16572
16573         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16574         (audiocast_register_listener), (gst_gnome_vfs_src_start):
16575         Some cleanups.
16576
16577 2006-03-09  Wim Taymans  <wim@fluendo.com>
16578
16579         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
16580         Don't try to activate NULL chains.
16581
16582 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16583
16584         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16585           Fix invalid memory access to region before peek'd data (#332964).
16586
16587 2006-03-09  Wim Taymans  <wim@fluendo.com>
16588
16589         Patch by: Christophe Fergeau
16590
16591         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
16592         * ext/pango/gsttextrender.c: (gst_text_render_init):
16593         * gst/adder/gstadder.c: (gst_adder_init):
16594         Don't leak padtemplates, closes #333510.
16595
16596 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16597
16598         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
16599           Fix invalid memory access: make sure string passed to
16600           regexec() is NUL-termianted.
16601
16602 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16603
16604         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
16605         (mp3_type_find):
16606           Refactor mpeg/audio typefinding to make it more maintainable
16607           and easier to fine-tune. Make probing into middle of the file
16608           work properly (fixes #333900, also see #152688).
16609
16610 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16611
16612         * gst/typefind/gsttypefindfunctions.c:
16613         (utf8_type_find_have_valid_utf8_at_offset):
16614           Remove part from previous commit that was bogus:
16615           g_utf8_validate() does in fact not accept embedded
16616           zeroes, so we don't need to check for those (thanks
16617           to Mike for the hint).
16618
16619 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16620
16621         * gst/typefind/gsttypefindfunctions.c:
16622         (utf8_type_find_count_embedded_zeroes),
16623         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
16624           Make plain/text typefinder more conservative: firstly, check
16625           for embedded zeroes, which are perfectly valid UTF-8 characters,
16626           but also a fairly good sign that something is not a plain text
16627           file; secondly, probe into the middle of the file if possible.
16628           If we can't probe into the middle, limit the probability value
16629           to be returned to TYPE_FIND_POSSIBLE (see #333900).
16630
16631 2006-03-08  Michael Smith  <msmith@fluendo.com>
16632
16633         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16634           Make typefind function name for mpeg4 video unique.
16635
16636 2006-03-08  Wim Taymans  <wim@fluendo.com>
16637
16638         * ext/libvisual/visual.c: (gst_visual_init),
16639         (gst_visual_clear_actors), (gst_visual_dispose),
16640         (gst_visual_reset), (gst_visual_src_setcaps),
16641         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
16642         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
16643         (gst_visual_chain), (gst_visual_change_state):
16644         Cleanups, post nice errors.
16645         Handle sink and src events.
16646         Implement simple QoS.
16647
16648         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16649         Use new basesink methods to configure max-lateness.
16650         Small doc update.
16651
16652         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16653         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
16654         Debug statement cleanups.
16655
16656         * gst/volume/gstvolume.c: (gst_volume_class_init):
16657         Simple cleanup.
16658
16659 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16660
16661         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
16662         (gst_text_overlay_init), (gst_text_overlay_set_property),
16663         (gst_text_overlay_get_property):
16664           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
16665           as string type properties, but mark them deprecated. Add
16666           'halignment' and 'valignment' properties that use enums
16667           instead of strings.
16668
16669 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16670
16671         Patch by: Fabrizio Gennari
16672
16673         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16674           Allow palettes with less than 256 colours in AVI files
16675           (#333488)
16676
16677 2006-03-07  Julien MOUTTE  <julien@moutte.net>
16678
16679         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
16680         (gst_text_overlay_video_event): Fix wrong EOS handling on text
16681         pad. We were releasing the queued text buffer when we should keep
16682         it until video pad gets EOS or discard the text buffer because it's
16683         too old. That was eating the last subtitle buffer. Add some more
16684         debug.
16685
16686 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16687
16688         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
16689         (gst_text_overlay_video_chain):
16690           Fix invalid memory access (we can't access a buffer after it's been
16691           pushed downstream without taking a reference); fix memory leak (if
16692           there's no text to render, bail out before allocating stuff).
16693
16694 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16695
16696         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16697         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
16698         * ext/pango/gsttextoverlay.h:
16699           If input is plain text, escape it before passing it to
16700           pango_layout_set_markup().
16701
16702 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16703
16704         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
16705           Don't ignore flow return from gst_pad_push().
16706
16707 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16708
16709         Patch by: Fabrizio Gennari
16710
16711         * ext/libvisual/visual.c: (gst_visual_getcaps),
16712         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
16713         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
16714         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
16715         (gst_vorbisenc_convert_sink):
16716         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
16717         (gst_audio_duration_from_pad_buffer):
16718         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
16719         (gst_audio_filter_chain):
16720         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16721         (gst_base_rtp_depayload_setcaps):
16722         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
16723         (gst_video_get_size):
16724         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
16725           Don't leak references returned by gst_pad_get_parent()
16726           (#333663)
16727
16728 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
16729
16730         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
16731           change location param details
16732         * gst/volume/gstvolume.c: (plugin_init):
16733           correct plugin description
16734
16735 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
16736
16737         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
16738         (gst_gnome_vfs_src_check_get_range):
16739           Override GstBaseSrc::check_get_range() in order to avoid opening
16740           the resource just to check whether we can operate in pull-mode or
16741           not - we can predict that pretty well from the URI alone. Should
16742           fix problems with last.fm (#331690). (Requires latest core CVS).
16743
16744 2006-03-06  Wim Taymans  <wim@fluendo.com>
16745
16746         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
16747         (gst_video_sink_class_init):
16748         Throw away frames that are later than 20 ms.
16749
16750 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
16751
16752         Patch by: Fabrizio Gennari
16753
16754         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16755           Set depth on WMA caps (#333545)
16756
16757 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16758
16759         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16760         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
16761           put Theora BOS pages before others.  This hardcodes
16762           the Ogg/Theora I profile, but hey.
16763
16764 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16765
16766         * ext/ogg/README:
16767           updated with some examples
16768         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
16769         (granulepos_add), (theora_buffer_from_packet):
16770         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
16771         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
16772         (gst_vorbisenc_chain):
16773           implement strategy from ext/ogg/README
16774         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16775         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
16776         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
16777         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
16778           Fix muxer so that oggz-validate is happy with all streams;
16779           except for no eos mark, and the BOS page ordering
16780         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
16781         (check_buffer_granulepos):
16782         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
16783           update tests to check for OFFSET being set as requested
16784           fixed type of granulepos, it's not a ClockTime
16785
16786 2006-03-05  Julien MOUTTE  <julien@moutte.net>
16787
16788         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16789         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
16790         Check that the xvimage we are creating has a correct size
16791         before returning it. (#314897)
16792
16793 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
16794
16795         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16796           Give id3 and ape tag typefinders a rank slightly higher
16797           than PRIMARY to ensure they're always run before any of
16798           the other typefinders (in particular wav and mp3) (#324186).
16799
16800 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
16801
16802         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16803           Add support for '3IVD' fourcc (#333403).
16804
16805 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
16806
16807         * configure.ac:
16808           Bump requirements to GStreamer CVS for the new error enum.
16809
16810         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
16811           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
16812           space left on the device (fixes #333352).
16813
16814 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
16815
16816         * win32/vs6:
16817           add a project file for libgstvolume
16818           update the workspace
16819
16820 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16821
16822         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
16823         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
16824         (GST_START_TEST):
16825           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
16826           Set IN_CAPS on header buffers
16827
16828 2006-03-02  Wim Taymans  <wim@fluendo.com>
16829
16830         * docs/plugins/Makefile.am:
16831         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16832         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16833         Add audioresample to docs.
16834
16835         * gst/audioconvert/gstaudioconvert.c:
16836         Add revision date.
16837
16838         * gst/audioresample/gstaudioresample.c:
16839         (gst_audioresample_base_init), (gst_audioresample_class_init),
16840         (gst_audioresample_init), (gst_audioresample_dispose),
16841         (audioresample_get_unit_size), (audioresample_transform_caps),
16842         (resample_set_state_from_caps), (audioresample_transform_size),
16843         (audioresample_set_caps), (audioresample_event),
16844         (audioresample_do_output), (audioresample_transform),
16845         (audioresample_pushthrough), (gst_audioresample_set_property),
16846         (gst_audioresample_get_property), (plugin_init):
16847         * gst/audioresample/gstaudioresample.h:
16848         Added docs.
16849         Small code cleanups.
16850
16851 2006-03-02  Wim Taymans  <wim@fluendo.com>
16852
16853         * docs/plugins/Makefile.am:
16854         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16855         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16856         Added videoscale to docs.
16857
16858         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
16859         (gst_video_rate_swap_prev), (gst_video_rate_event),
16860         (gst_video_rate_chain):
16861         Fix typo in docs.
16862
16863         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16864         (gst_video_scale_init), (gst_video_scale_prepare_size),
16865         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
16866         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
16867         * gst/videoscale/gstvideoscale.h:
16868         Added docs, examples.
16869         Some code cleanups.
16870         Post errors instead of g_warning.
16871
16872 2006-03-02  Wim Taymans  <wim@fluendo.com>
16873
16874         * docs/libs/gst-plugins-base-libs-docs.sgml:
16875         * docs/libs/gst-plugins-base-libs-sections.txt:
16876         * docs/libs/gst-plugins-base-libs.types:
16877         * docs/plugins/Makefile.am:
16878         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16879         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16880         Added some more docs to libs and plugins.
16881
16882         * gst-libs/gst/audio/gstringbuffer.c:
16883         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
16884         * gst-libs/gst/audio/gstringbuffer.h:
16885         Document ringbuffer some more.
16886
16887         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
16888         (gst_video_rate_setcaps), (gst_video_rate_reset),
16889         (gst_video_rate_init), (gst_video_rate_flush_prev),
16890         (gst_video_rate_swap_prev), (gst_video_rate_event),
16891         (gst_video_rate_chain), (gst_video_rate_change_state):
16892         * gst/videorate/gstvideorate.h:
16893         Fix videorate to use segments.
16894         Make it work with 0/1 framerates (closes #331903)
16895         Handle EOS correctly.
16896         Added docs.
16897
16898 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
16899
16900         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
16901         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
16902         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
16903           In state change function, first chain up to parent class,
16904           then handle downwards state change stuff. Remove some
16905           commented out cruft from 0.8 code.
16906
16907 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
16908
16909         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
16910         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
16911         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
16912         (gst_ogm_parse_chain):
16913           Don't remove/re-add source pad if the new caps are the same as
16914           the old caps anyway (#333042). When removing source pad, don't
16915           unref it afterwards - we didn't ref it when adding. Sprinkle some
16916           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
16917           after using gst_pad_get_parent(). Return downstream flow return
16918           value in chain function.
16919
16920 2006-03-02  Wim Taymans  <wim@fluendo.com>
16921
16922         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16923         * docs/plugins/gst-plugins-base-plugins.args:
16924         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16925         * docs/plugins/gst-plugins-base-plugins.interfaces:
16926         * docs/plugins/gst-plugins-base-plugins.signals:
16927         Fix hierarchy, added some more elements to the docs.
16928
16929         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16930         (gst_ffmpegcsp_get_type):
16931         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
16932         Fix docs for ffmpegcolorspace.
16933
16934 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
16935
16936         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
16937         (apetag_type_find), (ape_type_find), (plugin_init):
16938           Some typefinding fine-tuning:
16939           - rank ID3/APE tags in order of preference via probabilities, so that
16940             ID3v2 > APEv2 > APEv1 > ID3v1.
16941           - three or four bytes don't really justify MAXIMUM probability,
16942             change those to 'very likely' (musepack and monkeysaudio).
16943
16944 2006-03-01  Wim Taymans  <wim@fluendo.com>
16945
16946         * docs/plugins/Makefile.am:
16947         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16948         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16949         * ext/alsa/gstalsamixer.c:
16950         * ext/alsa/gstalsamixer.h:
16951         * ext/alsa/gstalsamixerelement.c:
16952         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
16953         * ext/alsa/gstalsamixerelement.h:
16954         * ext/alsa/gstalsasink.c:
16955         * ext/alsa/gstalsasink.h:
16956         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
16957         (gst_alsasrc_init):
16958         * ext/alsa/gstalsasrc.h:
16959         Added alsa docs.
16960         Small code cleanups.
16961
16962 2006-03-01  Wim Taymans  <wim@fluendo.com>
16963
16964         * ext/theora/Makefile.am:
16965         Dist new header too,
16966
16967 2006-03-01  Wim Taymans  <wim@fluendo.com>
16968
16969         * docs/plugins/Makefile.am:
16970         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16971         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16972         * ext/gnomevfs/gstgnomevfssink.h:
16973         * ext/gnomevfs/gstgnomevfssrc.h:
16974         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
16975         * ext/vorbis/vorbisdec.h:
16976         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
16977         * ext/vorbis/vorbisenc.h:
16978         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
16979         (vorbis_parse_chain), (vorbis_parse_change_state):
16980         * ext/vorbis/vorbisparse.h:
16981         * gst/audioconvert/gstaudioconvert.h:
16982         * gst/tcp/gsttcpserversink.h:
16983         * gst/videotestsrc/gstvideotestsrc.c:
16984         * gst/videotestsrc/gstvideotestsrc.h:
16985         * gst/volume/gstvolume.c:
16986         * gst/volume/gstvolume.h:
16987         Fix some more docs.
16988         Added docs for vorbisdec and vorbisparse.
16989         Fix vorbisparse.
16990
16991 2006-03-01  Wim Taymans  <wim@fluendo.com>
16992
16993         * docs/plugins/Makefile.am:
16994         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16995         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16996         * ext/pango/gstclockoverlay.h:
16997         * ext/pango/gsttextoverlay.h:
16998         * ext/pango/gsttextrender.h:
16999         * ext/pango/gsttimeoverlay.h:
17000         * ext/theora/gsttheoradec.h:
17001         * ext/theora/gsttheoraenc.h:
17002         * ext/theora/theoradec.c:
17003         * ext/theora/theoraenc.c:
17004         * gst/audioconvert/gstaudioconvert.h:
17005         * gst/audiotestsrc/gstaudiotestsrc.h:
17006         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17007         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
17008         * gst/tcp/gstmultifdsink.h:
17009         Updated/added documentation.
17010
17011         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
17012         (gst_text_overlay_halign_get_type),
17013         (gst_text_overlay_wrap_mode_get_type),
17014         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
17015         (gst_text_overlay_init), (gst_text_overlay_set_property),
17016         (gst_text_overlay_get_property):
17017         Fix up properties to be enums instead of string to make bindings,
17018         introspection and automatic GUI creation possible.
17019         Add getters for the properties.
17020
17021 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
17022
17023         * gst/audiotestsrc/gstaudiotestsrc.c:
17024           added defines of M_PI and M_PI_2
17025         * gst/ffmpegcolorspace/avcodec.h:
17026           removed #include "stdint.h" for win32 as _stdint.h is 
17027           autogenerated to win32/common
17028         * win32/common/libgstaudio.def:
17029         * win32/common/libgsttag.def:
17030           added some exports
17031         * win32/vs6:
17032           some project files bugs corrected
17033         * win32/vs7:
17034           project files are reset to the default vs7 configuration 
17035           (they link to msvcr71.dll using default optimizations)
17036           
17037 2006-02-28  Wim Taymans  <wim@fluendo.com>
17038
17039         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17040         Fix some docs.
17041
17042 2006-02-28  Edward Hervey  <edward@fluendo.com>
17043
17044         * ext/alsa/gstalsasrc.c:
17045         Set proper class on the ElementDetails:
17046         Source/Audio instead of Src/Audio/
17047
17048 2006-02-28  Edward Hervey  <edward@fluendo.com>
17049
17050         * gst/videoscale/vs_scanline.c:
17051         (vs_scanline_resample_nearest_RGBA):
17052         Revert optimization in videoscale. It should go in liboil and have
17053         an appropriate liboil function.
17054
17055 2006-02-28  Wim Taymans  <wim@fluendo.com>
17056
17057         * gst-libs/gst/audio/gstbaseaudiosink.c:
17058         (gst_base_audio_sink_provide_clock):
17059         Don't try to provide a clock in the NULL state.
17060
17061 2006-02-28  Wim Taymans  <wim@fluendo.com>
17062
17063         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
17064         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
17065         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17066         (gst_ogg_demux_deactivate_current_chain),
17067         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
17068         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
17069         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
17070         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
17071         Use GstSegment infrastructure to remove duplicated code
17072         and handle more seek cases correctly.
17073
17074 2006-02-28  Wim Taymans  <wim@fluendo.com>
17075
17076         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17077         (gst_ffmpegcsp_transform):
17078         Don't ignore return code from ffmpeg convert function.
17079
17080         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17081         Split out some long statements to ease debugging.
17082
17083 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
17084
17085         * ext/libvisual/visual.c: (gst_visual_init),
17086         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
17087         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
17088         being able to renegotiate the size. Instead, use the negotiation
17089         algorithm from the goom plugin to pick an initial output caps. 
17090
17091         Also, allow theoretical libvisual plugins that might support non-GL 
17092         output even if they also do GL.
17093
17094 2006-02-26  Julien MOUTTE  <julien@moutte.net>
17095
17096         * ext/libvisual/visual.c: (gst_visual_init),
17097         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
17098         (plugin_init): Load only non GL plugins. Fix some memleaks and 
17099         possible negotiation issues.
17100
17101 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17102
17103         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
17104
17105 2006-02-24  Michael Smith  <msmith@fluendo.com>
17106
17107         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
17108         (cmml_type_find), (plugin_init):
17109           Fix CMML type find function to not require a specific minor version
17110           of the CMML header.
17111
17112           Add an MPEG4 video elementary stream typefind function.
17113
17114 2006-02-04  Michael Smith  <msmith@fluendo.com>
17115
17116         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
17117         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
17118         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17119         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17120         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
17121         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
17122           Annodex support in ogg demuxer. Doesn't do very much without the
17123           other annodex patches (to come).
17124
17125 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17126
17127         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
17128
17129         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17130           Pick up palette for MS video v1 (#327028)
17131
17132 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17133
17134         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17135         (gst_ffmpegcsp_caps_remove_format_info),
17136         (gst_ffmpegcsp_get_unit_size):
17137           The 'palette_data' field from incoming RGB caps shouldn't be
17138           proxied on outgoing YUV caps; also, restrict unit size
17139           adjustment in case of paletted data only to the unit that
17140           actually has a palette. Fixes #330711.
17141
17142 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17143
17144         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17145         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
17146         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
17147         (gst_ffmpegcsp_get_unit_size):
17148           Plug some memory leaks.
17149
17150 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17151
17152         * sys/ximage/Makefile.am:
17153         * sys/xvimage/Makefile.am:
17154           Add some _CFLAGS and _LIBS that seem to be missing
17155           and/or required for Cygwin (see #317048).
17156
17157 2006-02-22  Wim Taymans  <wim@fluendo.com>
17158
17159         * ext/alsa/gstalsasrc.c:
17160         Fix description as pointed out by caugier.
17161
17162 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
17163
17164         Reviewed by : Edward Hervey  <edward@fluendo.com>
17165
17166         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17167         (qt_type_find):
17168         Better 3gp typefinding (#331526).
17169
17170 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17171
17172         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17173           Don't send EOS event here, the base class will send one for us.
17174
17175         * gst/playback/gstplaybasebin.c: (prepare_output):
17176           Subpictures without video stream aren't allowed either.
17177         
17178         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17179           Fix debug statement copy'n'paste-o.
17180
17181 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17182
17183         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
17184           Fix issues with mixer keeping state when muting/unmuting
17185           and when changing the volume whilst muted (see #331763
17186           and #331765).
17187
17188 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17189
17190         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
17191         (parse_subrip), (gst_sub_parse_format_autodetect):
17192           Set right caps given that we send escaped text. Also,
17193           honour <i></i>, <b></b> and <u></u> markers that can be found
17194           in .srt files (fixes #310202).
17195
17196 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17197
17198         * gst-libs/gst/audio/mixerutils.c:
17199         (element_factory_rank_compare_func):
17200           Make order in which elements are tried more determinable.
17201
17202 2006-02-20  Julien MOUTTE  <julien@moutte.net>
17203
17204         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
17205         (remove_element_chain), (cleanup_decodebin),
17206         (gst_decode_bin_change_state): Make decodebin reusable by
17207         fixing remove_element_chain first and then introduce a
17208         cleaner in state change to ->NULL. (Closes #331678)
17209
17210 2006-02-19  Wim Taymans  <wim@fluendo.com>
17211
17212         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
17213         use 0666 mask when creating files so umask gets applied
17214         correctly. Fixes #331295.
17215
17216 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17217
17218         * gst/subparse/Makefile.am:
17219         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
17220         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
17221         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
17222         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
17223         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
17224         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
17225         * gst/subparse/gstssaparse.h:
17226         * gst/subparse/gstsubparse.c: (plugin_init):
17227           Add very basic parser for SSA subtitle streams (as often
17228           found in matroska files).
17229
17230 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17231
17232         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
17233           That should be text/x-pango-markup, not text/x-pango-layout.
17234
17235 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17236
17237         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
17238         Polishing.
17239
17240 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17241
17242         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17243         (gst_text_overlay_finalize), (gst_text_overlay_init),
17244         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17245         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17246         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17247         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17248         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17249         Fix state change deadlock.
17250
17251 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17252
17253         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17254         (gst_text_overlay_finalize), (gst_text_overlay_init),
17255         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17256         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17257         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17258         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17259         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17260         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
17261         and subtitles files.
17262
17263 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17264
17265         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
17266         should be considered as raw.
17267
17268 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17269
17270         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17271         (cb_probe):
17272         * gst/playback/gststreaminfo.h: Introduce language informations.
17273
17274 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17275
17276         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17277         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17278         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17279         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
17280         Set shared memory segments to be deleted as soon as we have attached,
17281         that way they get cleaned up automatically if we crash.
17282
17283 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17284
17285         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
17286         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
17287         functions are called with lock held.
17288
17289 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17290
17291         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17292         (gst_text_overlay_finalize), (gst_text_overlay_init),
17293         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17294         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17295         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
17296         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
17297         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
17298         (gst_text_overlay_change_state): Refactoring of textoverlay
17299         without collectpads. This now supports sparse subtitles coming
17300         from a demuxer instead of a sub file. Seeking is still broken 
17301         though. Need to discuss with wtay some more on how to handle
17302         seeking correctly.
17303         * ext/pango/gsttextoverlay.h:
17304         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
17305         subtitles coming from the demuxer.
17306
17307 2006-02-17  Wim Taymans  <wim@fluendo.com>
17308
17309         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17310         (gst_vorbisenc_convert_sink):
17311         Use some more scaling functions.
17312
17313 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17314
17315         * ext/cdparanoia/gstcdparanoiasrc.c:
17316         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
17317         (gst_cd_paranoia_paranoia_callback),
17318         (gst_cd_paranoia_src_signal_is_being_watched),
17319         (gst_cd_paranoia_src_read_sector):
17320         * ext/cdparanoia/gstcdparanoiasrc.h:
17321           Add back 'transport-error' and 'uncorrected-error' signals and
17322           make them actually be fired when bad stuff happens (#319340).
17323
17324 2006-02-17  Wim Taymans  <wim@fluendo.com>
17325
17326         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
17327         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
17328         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
17329         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
17330         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
17331         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
17332         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
17333         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
17334         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
17335         (gst_ring_buffer_clear):
17336         Small cleanups.
17337         Added some G_LIKELY.
17338
17339 2006-02-17  Wim Taymans  <wim@fluendo.com>
17340
17341         * gst-libs/gst/audio/TODO:
17342         Update TODO
17343
17344         * gst-libs/gst/audio/gstbaseaudiosink.c:
17345         (gst_base_audio_sink_get_offset):
17346         When trying to play samples ASAP and we don't have a
17347         previous sample, try to play at position 0 instead of
17348         an invalid position.
17349
17350 2006-02-17  Wim Taymans  <wim@fluendo.com>
17351
17352         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
17353         (gst_alsasink_reset):
17354         Also release lock when we get an error in _reset();
17355         fix an error message.
17356
17357 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17358
17359         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
17360         (gst_alsasink_init), (get_channel_free_structure),
17361         (caps_add_channel_configuration), (gst_alsasink_getcaps),
17362         (gst_alsasink_close):
17363         * ext/alsa/gstalsasink.h:
17364           Add support for more than 2 channels (#326720).
17365
17366 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17367
17368         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17369           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
17370           with 4 or 6 channels, assume a default channel layout to make things
17371           work (not sure there's anything else we can do in those cases).
17372
17373 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17374
17375         * gst-libs/gst/audio/multichannel.c:
17376           Minor docs fix.
17377
17378         * gst-libs/gst/riff/Makefile.am:
17379         * gst-libs/gst/riff/riff-ids.h:
17380         * gst-libs/gst/riff/riff-media.c:
17381         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
17382           Add support for WAVEFORMATEX, eg. PCM audio with more than two
17383           channels and a channel layout map.
17384           
17385 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
17386
17387         Reviewed by Edward Hervey  <edward@fluendo.com>
17388
17389         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
17390         C-level optimization of the RGBA nearest neighbour function.
17391         Eventually this might end up in liboil with vectorized versions.
17392
17393 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17394
17395         * gst-libs/gst/audio/multichannel.c:
17396         (gst_audio_get_channel_positions):
17397           When we have more than 2 channels, but no channel layout is
17398           specified in the caps, return some default channel layout
17399           to the caller and warn about about a possibly buggy element
17400           (could be buggy filtercaps as well of course) (#317038).
17401
17402 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17403
17404         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
17405           Add gst-libs/gst/cdda to list of lib search paths.
17406
17407 2006-02-15  Andy Wingo  <wingo@pobox.com>
17408
17409         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
17410         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
17411         to the Lord Jesus that I do not have to touch the ogg muxer ever
17412         again.
17413
17414 2006-02-15  Edward Hervey  <edward@fluendo.com>
17415
17416         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17417         quicktime movie files can also contain 'uuid' atoms.
17418
17419 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
17420
17421         * gst/audioconvert/plugin.c: (plugin_init):
17422           Register the GstAudioChannelPosition enum type with the type
17423           system in the plugin_init function, so that it is known before
17424           any element actually makes use of multi-channel stuff. This is
17425           required for example if one wants to be able to deserialise/use
17426           a caps string with channel positions before any pipeline has
17427           been setup and started, like with gst-launch.
17428
17429 2006-02-14  Wim Taymans  <wim@fluendo.com>
17430
17431         * gst-libs/gst/audio/gstringbuffer.c:
17432         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
17433         (gst_ring_buffer_samples_done), (wait_segment),
17434         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
17435         Add some compiler G_(UN_)LIKELY help.
17436         SIGNAL the ringbuffer waiters when going to PAUSED as well to
17437         make sure they can exit their functions. Should fix #330748
17438
17439 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17440
17441         * Makefile.am:
17442         * configure.ac:
17443         * win32/MANIFEST:
17444         * win32/common/_stdint.h:
17445           Windows does not have long long; copy the generated _stdint.h
17446         * win32/common/interfaces-enumtypes.c:
17447         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17448         (gst_mixer_track_flags_get_type),
17449         (gst_tuner_channel_flags_get_type):
17450         * win32/common/multichannel-enumtypes.c:
17451         (gst_audio_channel_position_get_type):
17452           update
17453
17454 2006-02-13  Wim Taymans  <wim@fluendo.com>
17455
17456         * gst-libs/gst/audio/gstbaseaudiosink.c:
17457         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
17458         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17459         Always sync on first sample we receive when starting.
17460
17461 2006-02-13  Wim Taymans  <wim@fluendo.com>
17462
17463         * gst/playback/gstplaybin.c: (gen_vis_element):
17464         Update vis bin docs.
17465         Move queue after tee so we don't queue video buffers but
17466         audio samples instead. Fixes problems where the video queue
17467         is filled and the audio queue empty.
17468
17469 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
17470
17471         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
17472           No need to push an EOS event here, GstBaseSrc will do that for us
17473           when we return FLOW_UNEXPECTED.
17474           
17475 2006-02-12  Wim Taymans  <wim@fluendo.com>
17476
17477         * gst-libs/gst/audio/gstbaseaudiosink.c:
17478         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
17479         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
17480         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17481         Use scale functions when possible.
17482         Fix error messages.
17483         Free clockid when after waiting for EOS.
17484         Use G_(UN_)LIKLY when it makes sense.
17485         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
17486
17487 2006-02-12  Edward Hervey  <edward@fluendo.com>
17488
17489         * gst/playback/gstplaybasebin.c: (prepare_output): 
17490         Remove stray semi-colon (fixes #330888).
17491
17492 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
17493
17494         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
17495         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
17496         Fix up the XShm call testing so that we catch errors, and don't
17497         cause new ones by attempting to detach from a segment we failed
17498         to attach to. Fixes #312439.
17499
17500 2006-02-10  Edward Hervey  <edward@fluendo.com>
17501
17502         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17503         Added flv file typefind (video/x-flv).
17504
17505 2006-02-10  Edward Hervey  <edward@fluendo.com>
17506
17507         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17508         (gst_riff_create_video_template_caps):
17509         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
17510         Also added the caps to the default set of riff video caps.
17511
17512 2006-02-09  Andy Wingo  <wingo@pobox.com>
17513
17514         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
17515         time and the end time of the last packet in the page.
17516         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
17517         on the pages in our queue, set the duration as well. Reflow a
17518         debug statement.
17519         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
17520         Fixes bad muxing order.
17521
17522 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17523
17524         * gst-libs/gst/rtp/gstbasertppayload.c:
17525         (gst_basertppayload_setcaps), (gst_basertppayload_push):
17526           update seqnum before setting it on the packet; this makes sure
17527           that the timestamp and seqnum properties match after pushing
17528           a buffer
17529
17530 2006-02-09  Andy Wingo  <wingo@pobox.com>
17531
17532         * gst-libs/gst/audio/gstringbuffer.c
17533         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
17534         overflow after 13.5 hours of recording. Kapow!
17535
17536         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
17537         the buffer size -- we don't care about underrun/overrun reporting
17538         right now, just need to return a useful value.
17539
17540 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17541
17542         * configure.ac:
17543           Back to CVS
17544
17545 === release 0.10.3 ===
17546
17547 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17548
17549         * configure.ac:
17550           releasing 0.10.3, "Under Pressure"
17551
17552 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17553
17554         * configure.ac:
17555         Drat. Bump libtool version number for new API.
17556         Prelease 0.10.2.3 (of 0.10.3)
17557
17558 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17559
17560         * configure.ac:
17561         * win32/common/config.h:
17562         0.10.2.2 prerelease (of 0.10.3).
17563
17564 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17565
17566         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
17567           Revert Andy's newsegment change pending a more correct
17568           fix.
17569
17570 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17571
17572         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17573         (qt_type_find), (plugin_init):
17574           detect more files as 3gp
17575           group and reorder the iso file formats
17576
17577 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17578
17579         * ext/vorbis/vorbis.c: (plugin_init):
17580           Register musicbrainz tags, so apps don't have to.
17581
17582 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17583
17584         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
17585         (gst_tag_to_vorbis_tag):
17586           Make sure we called gst_tag_register_musicbrainz_tags()
17587           before possibly mapping a vorbiscomment string from/to a
17588           musicbrainz tag.
17589
17590 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17591
17592         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
17593           In case we can't find the required number of consecutive
17594           mpeg audio frames to positively identify an MPEG audio
17595           stream, check if there's at least a valid mpeg audio
17596           frame right at offset 0 and if so suggest mpeg/audio
17597           caps with a very low probability (#153004).
17598
17599 2006-02-07  Andy Wingo  <wingo@pobox.com>
17600
17601         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
17602         a TIME segment if we get timestamped buffers. Requires recent
17603         fixes in core to work properly.
17604
17605 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17606
17607         * gst/playback/gstplaybasebin.c: (prepare_output):
17608           Don't print the URI as part of the error message, it
17609           makes error dialogs look rather ugly, especially if
17610           the URI is very long or has characters in it that
17611           need escaping.
17612
17613 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17614
17615         * gst/playback/gstplaybasebin.c: (prepare_output):
17616           Error out if we have only text or subtitles, but nothing
17617           else. Also error out if we have subtitles but no video
17618           stream.
17619
17620 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17621
17622         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17623           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
17624           Post an error message on the bus when we encounter an
17625           error, which will hopefully be more meaningful than the
17626           'Internal Flow Error' message users get to see if we
17627           just return GST_FLOW_ERROR.
17628
17629 2006-02-07  Andy Wingo  <wingo@pobox.com>
17630
17631         * configure.ac (GST_MAJORMINOR): Update core version req to
17632         0.10.2.2, for the collectpads API addition (#330244).
17633
17634 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17635
17636         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17637           Return FALSE from plugin_init() when GnomeVFS can't
17638           be initialised for some reason (#328423).
17639
17640 2006-02-06  Julien MOUTTE  <julien@moutte.net>
17641
17642         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
17643         Stick to seeking theory until i find the bug.
17644         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
17645
17646 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17647
17648         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17649         (theora_enc_finalize), (theora_enc_sink_setcaps),
17650         (theora_set_header_on_caps), (theora_enc_chain),
17651         (theora_enc_change_state):
17652         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
17653           Make theoraenc and the tests leak free. Like, really.
17654
17655 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17656
17657         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17658         (theora_enc_finalize), (theora_enc_sink_setcaps):
17659           Add a finalize method to ensure we clean up state even if
17660           someone omitted the state change back to NULL.
17661
17662         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
17663         (gst_vorbisenc_chain):
17664           Free some more leaked bits.
17665
17666         * tests/check/pipelines/theoraenc.c: (start_pipeline),
17667         (stop_pipeline):
17668           Wait for state changes to happen if they're ASYNC.
17669
17670           This ought to teach those fancy pants buildbots a lesson.
17671
17672 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17673
17674         * gst-libs/gst/tag/gstid3tag.c:
17675           Add mapping for ID3 International Standard Recording Code
17676           tag "TSRC"
17677
17678 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17679
17680         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
17681           Don't leak tag names.
17682
17683 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17684
17685         * docs/libs/gst-plugins-base-libs-docs.sgml:
17686         * docs/libs/gst-plugins-base-libs-sections.txt:
17687         * gst-libs/gst/tag/gstid3tag.c:
17688         * gst-libs/gst/tag/gstvorbistag.c:
17689         * gst-libs/gst/tag/tags.c:
17690           Split libgsttag docs into multiple sections.
17691
17692 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17693
17694         * docs/libs/Makefile.am:
17695         * docs/libs/gst-plugins-base-libs-docs.sgml:
17696         * docs/libs/gst-plugins-base-libs-sections.txt:
17697         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
17698         * gst-libs/gst/tag/gstvorbistag.c:
17699         * gst-libs/gst/tag/tag.h:
17700         * gst-libs/gst/tag/tags.c:
17701           Add libgsttag to the docs.
17702
17703 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17704
17705         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
17706         (gst_text_overlay_init), (gst_text_overlay_src_event),
17707         (gst_text_overlay_collected): Fix clockoverlay.
17708
17709 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17710
17711         * docs/libs/compiling.sgml:
17712           Fix typo: it's pkg-config, not pkg-gconfig
17713
17714         * docs/libs/gst-plugins-base-libs-docs.sgml:
17715         * docs/libs/gst-plugins-base-libs-sections.txt:
17716         * docs/libs/tmpl/gstgconf.sgml:
17717           There is no libgstgconf in 0.10, remove it
17718           from the docs.
17719
17720 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17721
17722         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
17723         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17724         (gst_text_overlay_src_event), (gst_text_overlay_collected):
17725         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
17726         (gst_sub_parse_class_init), (gst_sub_parse_init),
17727         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
17728         (parse_mpsub), (parser_state_init), (handle_buffer),
17729         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
17730         * gst/subparse/gstsubparse.h: Introduce seeking code.
17731
17732 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17733
17734         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17735           Add comment about LANGUAGE tag inconsistency (we want
17736           ISO-639-1, but extract three-letter identifiers?)
17737
17738         * po/POTFILES.in:
17739           Add two translatable files.
17740
17741 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17742
17743         * gst-libs/gst/tag/Makefile.am:
17744         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17745         * gst-libs/gst/tag/tag.h:
17746         * gst-libs/gst/tag/tags.c:
17747         (gst_tag_register_musicbrainz_tags_internal),
17748         (gst_tag_register_musicbrainz_tags):
17749           Forward-port some tags stuff from the 0.8 branch. This is
17750           mostly the addition of musicbrainz tags and their mapping
17751           to vorbistags, and a vorbistag mapping of the language tag.
17752
17753 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17754
17755         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
17756         refactoring.
17757
17758 2006-02-04  David Schleef  <ds@schleef.org>
17759
17760         * ext/ogg/gstoggmux.c:
17761         * gst/typefind/gsttypefindfunctions.c:
17762           Add Dirac typefinding and add dirac format to oggmux.
17763
17764 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
17765
17766         * gst/playback/gstdecodebin.c: (try_to_link_1):
17767           Don't put essential function call into
17768           g_return_*() macro, otherwise it'll all be
17769           replaced by NOOPs when compiling with
17770           G_DISABLE_CHECKS defined.
17771
17772 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
17773
17774         * ext/ogg/gstoggdemux.c:
17775         * ext/ogg/gstoggparse.c:
17776         * gst/tcp/gsttcpserversink.c:
17777         * sys/v4l/v4lsrc_calls.c:
17778         * sys/v4l/v4lsrc_calls.h:
17779         Just make it compile with --disable-gst-debug.
17780
17781 2006-02-03  Wim Taymans  <wim@fluendo.com>
17782
17783         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
17784         (gst_alsasink_class_init), (gst_alsasink_init),
17785         (gst_alsasink_write), (gst_alsasink_reset):
17786         * ext/alsa/gstalsasink.h:
17787         Add lock to protect alsa calls.
17788         Implement reset to flush samples ASAP, does not work
17789         with dmix though.
17790
17791 2006-02-02  Wim Taymans  <wim@fluendo.com>
17792
17793         * gst-libs/gst/audio/gstbaseaudiosink.c:
17794         (gst_base_audio_sink_provide_clock):
17795         Ugh.. getting late I guess...
17796
17797 2006-02-02  Wim Taymans  <wim@fluendo.com>
17798
17799         * gst-libs/gst/audio/gstbaseaudiosink.c:
17800         (gst_base_audio_sink_provide_clock),
17801         (gst_base_audio_sink_set_property),
17802         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
17803         Don't try to provide a clock when we are not negotiated since
17804         we might not be able to make it run.
17805
17806 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
17807
17808         * gst/playback/gstdecodebin.c: (try_to_link_1):
17809           Unlinking two source pads is ... hard.
17810
17811 2006-02-02  Wim Taymans  <wim@fluendo.com>
17812
17813         * gst-libs/gst/audio/TODO:
17814         Updated.
17815
17816         * gst-libs/gst/audio/gstbaseaudiosink.c:
17817         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
17818         On EOS, wait till the last sample is played before posting EOS.
17819
17820 2006-02-01  Philippe Kalaf <burger at speedy dot org>
17821
17822         Patch by: Kai Vehmanen
17823         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17824           Adds ability to enable newsegment bypass by setting queue_delay to
17825           zero. Also avoid thread being started if queue_delay is zero.
17826
17827 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17828
17829         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
17830           Make test work again by connecting fakesinks to each decoded pad,
17831           which makes the pipeline wait until each fakesink has a buffer
17832           queued before going to PAUSED state. At that point we know the
17833           decodebin pads are negotiated.
17834
17835 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17836
17837         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
17838         (gst_cdda_base_src_handle_event):
17839         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
17840           Pass unhandled queries to the parent class's query function.
17841
17842 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17843
17844         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
17845         (gst_ogg_pad_src_query):
17846         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
17847         * ext/theora/theoradec.c: (theora_dec_src_query),
17848         (theora_dec_sink_query):
17849         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
17850         (vorbis_dec_sink_query):
17851         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
17852         (gst_vorbisenc_sink_query):
17853         * gst/adder/gstadder.c: (gst_adder_query):
17854           Pass unhandled queries upstream instead of just
17855           dropping them (#326447). Also, fix supported
17856           query types list for some elements.
17857
17858 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17859
17860         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
17861         (paris_type_find), (ilbc_type_find), (plugin_init):
17862           Fix typefinding for audio/x-au, audio/x-paris and
17863           audio/iLBC-sh. We cannot use the START_WITH macros
17864           here, because there can only be one typefind factory
17865           with the same name (caps), so the second one would
17866           replace the first one and the first one would never
17867           be called when doing typefinding (see #161712).
17868           
17869
17870 2006-01-31  Wim Taymans  <wim@fluendo.com>
17871
17872         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
17873         (vorbis_handle_header_packet), (vorbis_dec_push),
17874         (vorbis_handle_data_packet):
17875         Use scale_int when we can, add some more scaling.
17876         Check packettype before parsing it.
17877
17878 2006-01-31  Wim Taymans  <wim@fluendo.com>
17879
17880         * ext/theora/theoradec.c: (_theora_granule_time),
17881         (theora_dec_src_convert), (theora_dec_sink_convert):
17882         Call right _scale functions.
17883         Use parameter instead of some other random value.
17884
17885 2006-01-31  Wim Taymans  <wim@fluendo.com>
17886
17887         * ext/theora/theoradec.c: (_theora_granule_frame),
17888         (_theora_granule_time), (_inc_granulepos),
17889         (theora_dec_src_convert), (theora_dec_sink_convert),
17890         (theora_handle_type_packet), (theora_handle_data_packet),
17891         (theora_dec_chain):
17892         Use higher precision timestamps calculation.
17893         Convert some other conversions to _scale.
17894
17895 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
17896
17897         * gst/audiotestsrc/gstaudiotestsrc.c:
17898         (gst_audio_test_src_create_sine_table), (plugin_init):
17899         * gst/volume/gstvolume.c: (plugin_init):
17900           initialize gst_controller before using
17901
17902 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
17903
17904         * tests/check/pipelines/theoraenc.c:
17905         * tests/check/pipelines/vorbisenc.c:
17906         Define constant using G_GINT64_CONSTANT to avoid errors when
17907         passing it around - otherwise it gets truncated to 32 bits.
17908
17909         Fixes failing tests.
17910
17911 2006-01-31  Andy Wingo  <wingo@pobox.com>
17912
17913         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
17914         caps being set doesn't have a framerate value. Basically a stopgap
17915         measure.
17916
17917         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
17918         technically correct enough to put into core though.
17919         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
17920         DURATION. Fixes theoraenc ! oggmux.
17921
17922         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
17923         fraction, not double.
17924
17925 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
17926
17927         * win32/vs7:
17928         add vs7 project files created by Sergey Scobich
17929
17930 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
17931
17932         * win32/vs8:
17933         add vs8 project files created by Sergey Scobich
17934         
17935 2006-01-30  Andy Wingo  <wingo@pobox.com>
17936
17937         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
17938         timestamp + duration, not just timestamp -- ogg pages should be
17939         ordered by stop time. Necessary fix given the change in vorbis
17940         timestamps.
17941
17942         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
17943         (gst_theora_enc_init): Pull the granule shift out of the encoder.
17944         (granulepos_add): New function, handles the messiness of adjusting
17945         granulepos values.
17946         (theora_buffer_from_packet):
17947         (theora_enc_chain):
17948         (theora_enc_sink_event): Use granulepos_add, not +.
17949
17950         * tests/check/pipelines/theoraenc.c
17951         (check_buffer_granulepos_from_starttime): Just check the frame
17952         count, not the actual granulepos -- we can't dictate to the
17953         encoder when it should be placing keyframes.
17954
17955 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17956
17957         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
17958           SERVICE_NOT_AVAILABLE happens for example when you're trying to
17959           play an http:// stream from a server that's not serving
17960
17961 2006-01-30  Andy Wingo  <wingo@pobox.com>
17962
17963         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
17964         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
17965         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
17966         available.
17967
17968         * ext/theora/gsttheoraenc.h:
17969         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
17970         although theoraenc was timestamping correctly. Added handling of
17971         streams that start with nonzero timestamps.
17972
17973         * tests/check/Makefile.am:
17974         * tests/check/pipelines/theoraenc.c: New file, basically does same
17975         tests as vorbisenc.
17976
17977         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
17978
17979 2006-01-30  Wim Taymans  <wim@fluendo.com>
17980
17981         * gst-libs/gst/audio/gstaudiosink.c:
17982         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
17983         (gst_audioringbuffer_pause):
17984         Implement pause that does not wait for completion.
17985
17986         * gst-libs/gst/audio/gstbaseaudiosink.c:
17987         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17988         Don't drop buffers when going to PAUSED but perform preroll on
17989         remaining samples now that core base class supports this.
17990
17991         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
17992         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
17993         (gst_ring_buffer_commit):
17994         Pause should not signal waiters.
17995         Implement return value of _commit correctly.
17996
17997 2006-01-30  Andy Wingo  <wingo@pobox.com>
17998
17999         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
18000
18001         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
18002         updated to timestamp from the first sample, not the last.
18003         (gst_vorbisenc_buffer_from_header_packet): New function, takes
18004         special care of granulepos and timestamp for header packets.
18005         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
18006         when the first buffer has a nonzero timestamp.
18007
18008         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
18009         (GstVorbisEnc.subgranule_offset): New members. Take care of the
18010         case when the first audio buffer we get has a nonzero timestamp.
18011         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
18012         properly timestamp vorbis buffers with the time of the first
18013         sample, not the last.
18014         
18015         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
18016         vorbis_granule_time_copy -- now it takes the granule/subgranule
18017         offset into account.
18018
18019         * tests/check/pipelines/vorbisenc.c: New test for correctness of
18020         timestamps, durations, and granulepos on buffers produced by
18021         vorbisenc.
18022
18023 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
18024
18025         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18026         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
18027           Patch from Eric Jonas to support conversions to/from UYVY 
18028           (Fixes: #324626)
18029
18030 2006-01-30  Julien MOUTTE  <julien@moutte.net>
18031
18032         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
18033         (setup_subtitle), (setup_source), (set_active_source):
18034         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18035         (gen_text_element), (gen_audio_element), (gen_vis_element),
18036         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
18037
18038 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
18039
18040         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
18041         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
18042                 use gst_guint64_to_gdouble to be compliant with vs6
18043         * gst/playback/gstdecodebin.c: (try_to_link_1)
18044         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
18045                 use G_GINT64_CONSTANT for int64 constants
18046         * win32/common/libgstinterfaces.def:
18047                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
18048         * win32/vs6:
18049                 update and add new project files
18050                 
18051 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18052
18053         * Makefile.am:
18054         * win32/MANIFEST:
18055         * win32/common/interfaces-enumtypes.c:
18056         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18057         (gst_mixer_track_flags_get_type),
18058         (gst_tuner_channel_flags_get_type):
18059         * win32/common/interfaces-enumtypes.h:
18060         * win32/common/multichannel-enumtypes.c:
18061         (gst_audio_channel_position_get_type):
18062         * win32/common/multichannel-enumtypes.h:
18063           add a win32-update rule like in core, and copy over enumtypes files
18064
18065 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18066
18067         * win32/MANIFEST:
18068         * win32/common/config.h:
18069         * win32/common/config.h.in:
18070           add config files just like in core
18071
18072 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
18073
18074         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
18075           Make gcc-4.1 happy (part of #327357).
18076
18077 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18078
18079         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
18080         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
18081         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
18082         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
18083         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
18084         (gst_alsasrc_unprepare), (gst_alsasrc_read):
18085           Update all error messages.  All of them should either use
18086           the default translated message, or actually provide a
18087           translatable string.
18088           Make the string for channel count problems meaningful.
18089
18090 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18091
18092         * sys/v4l/v4l_calls.c: (gst_v4l_open):
18093           check for and throw RESOURCE_BUSY
18094
18095 2006-01-27  David Schleef  <ds@schleef.org>
18096
18097         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
18098           checked in this change -- it requires liboil features not
18099           in 0.3.6.  Revert parts.
18100
18101 2006-01-27  David Schleef  <ds@schleef.org>
18102
18103         * REQUIREMENTS:
18104         * configure.ac: update liboil requirement to 0.3.6
18105         * gst/videoscale/Makefile.am:
18106         * gst/videoscale/vs_scanline.c: liboilify
18107
18108 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18109
18110         * ext/libvisual/visual.c: (get_buffer):
18111           When pad_alloc returns a GstFlowReturn other
18112           than GST_FLOW_OK, make sure it is passed upstream.
18113
18114 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18115
18116         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18117         (gst_alsasink_class_init):
18118           Free the device name string.
18119
18120         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18121         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
18122         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
18123           Don't remove a pad from the collectpads structure until it
18124           is released - it's a request pad, and may receive data again
18125           if the element gets moved back to PLAYING state.
18126
18127         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18128           Ensure we turn on double buffering on the Xv port, and
18129           set the colour key to something dark and mysterious that
18130           isn't black.
18131
18132 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18133
18134         * ext/alsa/gstalsaplugin.c: (plugin_init):
18135         * ext/cdparanoia/gstcdparanoiasrc.c:
18136         (gst_cd_paranoia_src_base_init), (plugin_init):
18137         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18138         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
18139           - a library should not call setlocale. see "Libraries" node in
18140             gettext manual
18141           - make sure all plugins that use translation do bindtextdomain
18142             to point to the localedir
18143         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
18144         (setup_sinks), (plugin_init):
18145           all this, and check for NULL when creating sinks
18146
18147 2006-01-27  Julien MOUTTE  <julien@moutte.net>
18148
18149         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
18150         (plugin_init): Make typefinding of subtitles work again.
18151
18152 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
18153
18154         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18155         (mp3_type_frame_length_from_header), (mp3_type_find),
18156         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
18157         (plugin_init):
18158           Backport a bunch of typefinding fixes from the 0.8 branch.
18159           Also, improve wavpack typefinding: if we can't peek the
18160           entire wavpack block, try to parse the bits we can get and
18161           see if we find what we're looking for in those.
18162
18163 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18164
18165         * sys/ximage/ximagesink.c:
18166         (gst_ximagesink_calculate_pixel_aspect_ratio):
18167         * sys/xvimage/xvimagesink.c:
18168         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
18169         more cases of pixel aspect ratio.
18170
18171 2006-01-26  Edward Hervey  <edward@fluendo.com>
18172
18173         * gst/playback/gstdecodebin.c: (pad_probe):
18174         Also consider the flush-start and tag events as unblockers
18175         for the pad probes.
18176
18177 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18178
18179         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18180         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
18181         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
18182         On the fly visualisation switch, works disabling, enabling as
18183         well but it won't be able to enable vis in a playbin that was
18184         created with no visualisation.
18185
18186 2006-01-25  Wim Taymans  <wim@fluendo.com>
18187
18188         * gst-libs/gst/audio/gstbaseaudiosink.c:
18189         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18190         Undo previous commit that returned WRONG_STATE sooner, it breaks 
18191         resume after pause.
18192
18193 2006-01-25  Wim Taymans  <wim@fluendo.com>
18194
18195         * gst-libs/gst/audio/gstbaseaudiosink.c:
18196         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
18197         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
18198         Improve debugging.
18199         Post error when caps cannot be parsed.
18200         Resync on discontinuity in the stream.
18201         Clip samples to segment boundaries.
18202         return WRONG_STATE sooner when we are flushing.
18203
18204         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
18205         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
18206         Make audiosrc operate in TIME.
18207         Set TIMESTAMP and DURATION on buffers.
18208
18209 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
18210
18211         * tests/examples/seek/seek.c: (main):
18212           Output tag messages as well.
18213
18214 2006-01-23  Edward Hervey  <edward@fluendo.com>
18215
18216         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18217         (free_pad_probes), (remove_fakesink), (pad_probe),
18218         (close_pad_link), (gst_decode_bin_change_state):
18219         Replace GstPadBlockCallback with pad probes that detect
18220         first buffer AND eos before removing fakesink.
18221         Fixes hang with demuxers doing EOS while pre-rolling.
18222         Solves #328279
18223
18224 2006-01-23  Andy Wingo  <wingo@pobox.com>
18225
18226         * ext/alsa/gstalsasink.c:
18227         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18228         (gst_base_rtp_depayload_setcaps),
18229         (gst_base_rtp_depayload_add_to_queue),
18230         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
18231         
18232         Patch by: Jens Granseuer <jensgr at gmx dot net>
18233
18234 2006-01-22  Julien MOUTTE  <julien@moutte.net>
18235
18236         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18237         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18238         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
18239         frames. We might get a frame destroyed after changing state to
18240         NULL, adding a safety check on xcontext.
18241
18242 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
18243
18244         * gst-libs/gst/interfaces/xoverlay.c:
18245           Fix prepare-xwindow-id code example in the docs - we need to
18246           ignore all messages that aren't element messages as well.
18247           
18248 2006-01-21  Julien MOUTTE  <julien@moutte.net>
18249
18250         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
18251           I think one day i'll completely undestand how caps negotiation
18252           is supposed to work. This refactoring handles buffer_alloc
18253           called with caps we can't handle. We definitely don't want a
18254           set_caps with those caps, so we define and allocate a buffer
18255           we would like to receive.
18256
18257 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18258
18259         * gst/playback/gstplaybasebin.c: (setup_source):
18260           Free iterator when done.
18261
18262 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
18263
18264         * gst-libs/gst/audio/gstbaseaudiosink.c:
18265         (gst_base_audio_sink_render):
18266           Fix playback of non-synchronised streams by assuming a rate
18267           of 1.0 instead of a random one.
18268
18269           Makes this work again:
18270
18271           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
18272           endianness=(int)4321, signed=(boolean)true, width=(int)16,
18273           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
18274           audioresample ! alsasink
18275
18276 === release 0.10.2 ===
18277
18278 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
18279
18280         * configure.ac:
18281           releasing 0.10.2, "Then the devil is six"
18282
18283 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
18284
18285         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18286         * gst/playback/gststreamselector.c:
18287         (gst_stream_selector_set_property):
18288           Comment out broken code that connects to the state-changed signal.
18289           At this point, changing current stream selection is broken, but 
18290           stuff like gst-launch playbin current-audio=1 works and filters
18291           to the chosen stream.
18292
18293 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18294
18295         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18296           Fix #327216 (null dereference in vorbisdec)
18297
18298 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
18299
18300         * ext/theora/theoradec.c: (theora_handle_comment_packet):
18301           Post taglist actually on bus instead of just freeing it
18302           (fixes #327114 and totem bug #327080).
18303
18304         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
18305           Use gst_element_found_tags_for_pad(), so that the tags
18306           are sent downstream as an event as well.
18307
18308 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18309
18310         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18311         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18312         (gst_ximagesink_buffer_alloc):
18313         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
18314         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
18315         (gst_xvimagesink_buffer_alloc):
18316           move all regularly occurring messages to GST_LOG level
18317           add some more object logs
18318
18319 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18320
18321         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
18322           fix a silly segfault
18323
18324 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
18325
18326         * docs/libs/gst-plugins-base-libs-docs.sgml:
18327         * docs/libs/gst-plugins-base-libs-sections.txt:
18328         * gst-libs/gst/audio/mixerutils.c:
18329         * gst-libs/gst/audio/mixerutils.h:
18330           Add docs for mixerutils stuff.
18331
18332 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
18333
18334         * gst/playback/gstplaybasebin.c: (setup_source):
18335           Fix playback for sources that emit raw audio or
18336           raw video streams (e.g.: cd audio sources) (#325984).
18337
18338 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18339
18340         * gst-libs/gst/audio/mixerutils.c:
18341         (gst_audio_mixer_filter_do_filter):
18342           actually save the element we create
18343
18344 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
18345
18346         * gst-libs/gst/cdda/gstcddabasesrc.c:
18347         (gst_cdda_base_src_handle_track_seek):
18348           No need to post a tag message on the bus when seeking
18349           within the same track, only post it when the current
18350           track changes.
18351
18352 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18353
18354         * gst/playback/gstplaybasebin.c: (group_destroy),
18355         (probe_triggered), (new_decoded_pad), (mute_group_type),
18356         (set_active_source):
18357         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18358         * gst/playback/gststreamselector.c:
18359         (gst_stream_selector_base_init),
18360         (gst_stream_selector_set_property),
18361         (gst_stream_selector_request_new_pad):
18362           Reenable stream selection. These mechanisms need a complete overhaul
18363           in the face of 0.8->0.10 changes though.
18364
18365 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18366
18367         * ext/ogg/gstoggdemux.c:
18368           Change the pad template to src_%d to match the pads that 
18369           are created from it. decodebin needs this information in order
18370           to decide that oggdemux is capable of producing multiple pads
18371           (and hence needs queues inserted).
18372
18373         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
18374         (gst_ogg_mux_collected):
18375           Make debug output more useful by using GST_PTR_FORMAT.
18376
18377 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
18378
18379         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18380
18381         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
18382           Set depth and width for alaw/mulaw (fixes #326601).
18383
18384 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18385
18386         * tests/icles/Makefile.am:
18387           don't build the tests if we don't have the libs
18388
18389 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18390
18391         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
18392         (gst_cd_paranoia_paranoia_callback):
18393           Don't try to free NULL pointers.
18394
18395 2006-01-10  Edward Hervey  <edward@fluendo.com>
18396
18397         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
18398         (gst_audio_rate_change_state), (plugin_init):
18399         Add debugging category.
18400         Fix type issues.
18401         Add case for incoming buffers without valid offset/offset_end.
18402
18403 2006-01-10  Michael Smith  <msmith@fluendo.com>
18404
18405         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
18406           Don't leak GCond in audio sources.
18407
18408 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
18409
18410         * gst/playback/gstplaybin.c: (gen_audio_element):
18411           Don't leak an autoaudiosink/alsasink when we generate
18412           a new audio element. (old code, I guess)
18413
18414 2006-01-10  Michael Smith  <msmith@fluendo.com>
18415
18416         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
18417           Support float audio in audiorate.
18418           Use width rather than depth for selecting sample width.
18419
18420 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18421
18422         * gst/videotestsrc/videotestsrc.h:
18423           Use GLib types here (that way we don't have to include the
18424           generated _stdint.h header, which makes life easier for win32
18425           folks that don't use autotools for the build) (#325990, patch
18426           by: Sergey Scobich).
18427
18428 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18429
18430         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18431         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18432         (gst_ring_buffer_pause), (wait_segment):
18433         * gst-libs/gst/audio/gstringbuffer.h:
18434           Name (private) union, makes Forte compiler happy (this time
18435           for real) (#324900).
18436
18437 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18438
18439         * gst-libs/gst/audio/Makefile.am:
18440           Link against libgstinterfaces, needed for mixer
18441           and property probe stuff.
18442
18443 2006-01-09  Edward Hervey  <edward@fluendo.com>
18444
18445         * gst-libs/gst/Makefile.am:
18446
18447 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18448
18449         * gst-libs/gst/audio/Makefile.am:
18450         * gst-libs/gst/audio/mixerutils.c:
18451         (gst_audio_mixer_filter_do_filter),
18452         (gst_audio_mixer_filter_check_element),
18453         (gst_audio_mixer_filter_probe_feature),
18454         (element_factory_rank_compare_func),
18455         (gst_audio_default_registry_mixer_filter):
18456         * gst-libs/gst/audio/mixerutils.h:
18457           Add gst_audio_default_registry_mixer_filter() utility
18458           function.
18459
18460 2006-01-03  Michael Smith  <msmith@fluendo.com>
18461
18462         * gst/audioresample/resample.h:
18463           As before, but for o_buf
18464
18465 2006-01-03  Michael Smith  <msmith@fluendo.com>
18466
18467         * gst/audioresample/resample.h:
18468           Declare struct _ResampleState.buffer as unsigned char *, not void *,
18469           since we do arithmetic on it.
18470
18471 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
18472
18473         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18474         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18475         (gst_ring_buffer_pause), (wait_segment):
18476         * gst-libs/gst/audio/gstringbuffer.h:
18477           Sun's Forte compiler doesn't seem to like anonymous structs,
18478           so use same setup as in GstBaseSrc (fixes #324900).
18479
18480 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18481
18482         * configure.ac:
18483         * gst/volume/Makefile.am:
18484         * gst/volume/demo.c:
18485           move old example to tests/examples/volume/volune.c
18486         * tests/examples/Makefile.am:
18487         * tests/examples/seek/seek.c: (main):
18488           change window-close event from "delete-event" to "destroy"
18489         * tests/examples/volume/Makefile.am:
18490         * tests/examples/volume/volume.c: (value_changed_callback),
18491         (setup_gui), (message_received), (eos_message_received), (main):
18492           fix event handling and bus usage
18493
18494 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
18495
18496         * gst/audiotestsrc/gstaudiotestsrc.c:
18497         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
18498         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
18499         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
18500         (gst_audio_test_src_create_square),
18501         (gst_audio_test_src_create_saw),
18502         (gst_audio_test_src_create_triangle),
18503         (gst_audio_test_src_create_silence),
18504         (gst_audio_test_src_create_white_noise),
18505         (gst_audio_test_src_create_pink_noise),
18506         (gst_audio_test_src_init_sine_table),
18507         (gst_audio_test_src_create_sine_table),
18508         (gst_audio_test_src_change_wave),
18509         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
18510         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
18511         * gst/audiotestsrc/gstaudiotestsrc.h:
18512           update to basesrc changes, implement segmented seeking and eos
18513           handling, add a 'sine-tab' waveform for performance critical playback
18514
18515 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18516
18517         * po/POTFILES.in:
18518           ... and this time the other modified file that I missed last time.
18519
18520 2005-12-29  Michael Smith  <msmith@fluendo.com>
18521
18522         * gst/playback/gstdecodebin.c: (new_pad):
18523           Fix non-C89 variable declaration not at the start of a block. Should
18524           help some compilers.
18525
18526 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18527
18528         * tests/check/Makefile.am:
18529           And now fix 'make distcheck' (builddir != srcdir)
18530
18531 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18532
18533         * configure.ac:
18534         * ext/cdparanoia/Makefile.am:
18535         * ext/cdparanoia/gstcdparanoia.c:
18536         * ext/cdparanoia/gstcdparanoia.h:
18537         * ext/cdparanoia/gstcdparanoiasrc.c:
18538         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
18539         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
18540         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
18541         (gst_cd_paranoia_paranoia_callback),
18542         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
18543         (gst_cd_paranoia_src_set_property),
18544         (gst_cd_paranoia_src_get_property), (plugin_init):
18545         * ext/cdparanoia/gstcdparanoiasrc.h:
18546           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
18547           plugin again (there are still fixes required to playbin to make
18548           cdda:// uris work there).
18549
18550 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18551
18552         * tests/check/Makefile.am:
18553           Fix test case compilation.
18554
18555 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18556
18557         * gst-libs/gst/cdda/gstcddabasesrc.c:
18558         (gst_cdda_base_src_update_duration),
18559         (gst_cdda_base_src_calculate_cddb_id):
18560           An integer is not a string. Fix access to uninitialised variable.
18561
18562         * tests/check/Makefile.am:
18563           Add cddabasesrc unit test; also actually enable the vorbis test.
18564
18565         * tests/check/generic/states.c:
18566           Blacklist new cd audio elements as well.
18567
18568         * tests/check/libs/cddabasesrc.c:
18569           Unit test for GstCddaBaseSrc (discid calculation mostly).
18570
18571 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18572
18573         * docs/libs/Makefile.am:
18574         * docs/libs/gst-plugins-base-libs-docs.sgml:
18575         * docs/libs/gst-plugins-base-libs-sections.txt:
18576         * docs/libs/gst-plugins-base-libs.types:
18577           Add docs for libgstcdda/GstCddaBaseSrc.
18578
18579         * gst-libs/gst/interfaces/mixertrack.h:
18580           Do one struct member per line with a semicolon at the end, that way
18581           even gtk-doc might parse it without complaining.
18582
18583 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18584
18585         * configure.ac:
18586         * gst-libs/gst/Makefile.am:
18587         * gst-libs/gst/cdda/Makefile.am:
18588         * gst-libs/gst/cdda/base64.c:
18589         * gst-libs/gst/cdda/base64.h:
18590         * gst-libs/gst/cdda/gstcddabasesrc.c:
18591         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
18592         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
18593         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
18594         (gst_cdda_base_src_get_property),
18595         (gst_cdda_base_src_get_track_from_sector),
18596         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
18597         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
18598         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
18599         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
18600         (gst_cdda_base_src_uri_get_protocols),
18601         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
18602         (gst_cdda_base_src_uri_handler_init),
18603         (gst_cdda_base_src_setup_interfaces),
18604         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
18605         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
18606         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
18607         (gst_cdda_base_src_add_tags),
18608         (gst_cdda_base_src_add_index_associations),
18609         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
18610         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
18611         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
18612         (gst_cdda_base_src_create):
18613         * gst-libs/gst/cdda/gstcddabasesrc.h:
18614         * gst-libs/gst/cdda/sha1.c:
18615         * gst-libs/gst/cdda/sha1.h:
18616           Add new libgstcdda with GstCddaBaseSrc class.
18617
18618 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18619
18620         * ext/gnomevfs/gstgnomevfssink.h:
18621           Use GstBaseSinkClass as parent_class member for class struct, not
18622           GstBaseSink.
18623
18624 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18625
18626         Patch by: Michael Benes
18627
18628         * gst/videotestsrc/gstvideotestsrc.c:
18629         (gst_video_test_src_class_init), (gst_video_test_src_start):
18630           Add start method to reset running time and number of frames sent
18631           when starting up (fixes #324696)
18632
18633 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18634
18635         * docs/plugins/Makefile.am:
18636         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18637         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18638         * docs/plugins/gst-plugins-base-plugins.args:
18639         * docs/plugins/gst-plugins-base-plugins.hierarchy:
18640         * docs/plugins/gst-plugins-base-plugins.signals:
18641           Add docs stuff for gnomevfssrc and gnomevfssink.
18642
18643         * ext/gnomevfs/gstgnomevfssrc.c:
18644           Fix example pipeline in gtk-doc blurb.
18645
18646 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18647
18648         * ext/gnomevfs/Makefile.am:
18649         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
18650         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
18651         (gst_gnome_vfs_handle_get_type), (plugin_init):
18652         * ext/gnomevfs/gstgnomevfs.h:
18653         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
18654         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
18655         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
18656         (gst_gnome_vfs_sink_set_property),
18657         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
18658         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
18659         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
18660         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
18661         (gst_gnome_vfs_sink_uri_get_type),
18662         (gst_gnome_vfs_sink_uri_get_protocols),
18663         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
18664         (gst_gnome_vfs_sink_uri_handler_init):
18665         * ext/gnomevfs/gstgnomevfssink.h:
18666           Port gnomevfssink; add gtk-doc blurb.
18667
18668         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
18669         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
18670         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
18671         (gst_gnome_vfs_src_uri_get_type),
18672         (gst_gnome_vfs_src_uri_get_protocols),
18673         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
18674         (gst_gnome_vfs_src_uri_handler_init),
18675         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
18676         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
18677         (gst_gnome_vfs_src_send_additional_headers_callback),
18678         (gst_gnome_vfs_src_received_headers_callback),
18679         (gst_gnome_vfs_src_push_callbacks),
18680         (gst_gnome_vfs_src_pop_callbacks),
18681         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
18682         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
18683         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
18684         * ext/gnomevfs/gstgnomevfssrc.h:
18685           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
18686           file; add gtk-doc blurb with example pipelines.
18687
18688 === release 0.10.1 ===
18689
18690 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
18691
18692         * configure.ac:
18693           releasing 0.10.1, "Dobro Dedek"
18694
18695 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
18696
18697         * gst/typefind/gsttypefindfunctions.c:
18698         iLBC30 and iLBC20 added to typefind.
18699
18700 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18701
18702         * gst-libs/gst/audio/gstbaseaudiosink.c:
18703         (gst_base_audio_sink_class_init):
18704         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18705         (gst_base_audio_src_class_init):
18706           update strings, values are in microseconds
18707           change the default sink buffer time to something that is smaller
18708           (to help software volume mixing have a slightly lower delay) but
18709           still be acceptable on Wim's laptop
18710
18711 2005-12-20  Edward Hervey  <edward@fluendo.com>
18712
18713         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
18714         Made a quack, forgot to add DUCK to the riff video template.
18715
18716 2005-12-19  Edward Hervey  <edward@fluendo.com>
18717
18718         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
18719         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
18720         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
18721         (gst_ogm_parse_chain):
18722         Make sure pads are initialized correctly.
18723         * gst-libs/gst/riff/riff-ids.h:
18724         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18725         (gst_riff_create_video_template_caps):
18726         Add a whole bunch of FOURCC <=> MimeType.
18727         Extend the riff video pad template to support the newly added fourcc.
18728
18729 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
18730
18731         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
18732         (gst_ogg_demux_activate_chain):
18733           Extra debug output when activating/deactivating chains.
18734
18735         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
18736         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
18737         (unlinked):
18738           Remove a queue from our list when it becomes unlinked.
18739           Don't add queues to elements in class 'Demux' if they
18740           can only produce one pad 
18741
18742 2005-12-18  Julien MOUTTE  <julien@moutte.net>
18743
18744         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
18745         (gst_video_sink_get_type): Add a debug category.
18746
18747 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18748
18749         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18750         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
18751           Handle downstream newsegment by sending our own newsegment before the
18752           next buffer to be released. (#323900)
18753
18754 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18755
18756         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18757         (gst_base_rtp_depayload_set_gst_timestamp):
18758           add queue delay to new segment as well (as opposed to just the first
18759           buffer). (bug #322347)
18760
18761 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18762
18763         * ext/libvisual/visual.c: (make_valid_name):
18764           change some char* into char[]
18765         * gst/audiotestsrc/gstaudiotestsrc.c:
18766         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
18767         (gst_audio_test_src_create):
18768         * gst/audiotestsrc/gstaudiotestsrc.h:
18769           prepare to handle EOS and SEGMENT_DONE
18770
18771 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18772
18773         * tests/check/generic/states.c: (GST_START_TEST):
18774           Blacklist cdparanoia element in state test.
18775
18776 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18777
18778           Patch by: Benjamin Pineau
18779
18780         * gst/tcp/gsttcp.c:
18781         * gst/tcp/gsttcpclientsink.c:
18782         * gst/tcp/gsttcpserversink.c:
18783         * gst/tcp/gsttcpserversrc.c:
18784           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
18785
18786 2005-12-15  Michael Smith  <msmith@fluendo.com>
18787
18788         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
18789         (gst_video_rate_chain):
18790           Fix timestamping for videorate when the first buffer it sees has a
18791           non-zero timestamp. Fix some misleading debug output.
18792
18793 2005-12-15  Michael Smith  <msmith@fluendo.com>
18794
18795         * gst/audioresample/gstaudioresample.c:
18796           Don't leak all input buffers to audioresample.
18797
18798 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
18799
18800         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
18801           Don't operate on empty text buffers. Strip newlines and
18802           tabs only from the end of the text, but leave them intact
18803           in the middle. Fix typo in gtk-doc description.
18804
18805 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
18806
18807         * gst/playback/gstplaybasebin.c:
18808         * gst/playback/gstplaybin.c: (handoff):
18809           Make sure the video frame buffer we return to apps via the
18810           "frame" property always has caps set on it. Modify
18811           _gst_gvalue_set_object() macro to handle NULL objects
18812           gracefully too.
18813
18814 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
18815
18816         * gst/audiotestsrc/gstaudiotestsrc.c:
18817         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
18818         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
18819         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
18820         (gst_audio_test_src_create):
18821         * gst/audiotestsrc/gstaudiotestsrc.h:
18822         Adjust to some recent api changes and add wtays new cool seeking
18823         capabillities
18824
18825 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
18826
18827         * ext/alsa/Makefile.am:
18828         * ext/alsa/gstalsadeviceprobe.c:
18829         * ext/alsa/gstalsadeviceprobe.h:
18830           Helper functions to add device probing via the GstPropertyProbe
18831           interface to a class.
18832
18833         * ext/alsa/gstalsamixer.h:
18834           Comment out GST_ALSA_MIXER, it returns a struct that's not
18835           used.
18836
18837         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
18838           Add some debug info. 
18839
18840         * ext/alsa/gstalsamixerelement.c:
18841         (gst_alsa_mixer_element_interface_supported),
18842         (gst_implements_interface_init),
18843         (gst_alsa_mixer_element_init_interfaces),
18844         (gst_alsa_mixer_element_class_init),
18845         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
18846         (gst_alsa_mixer_element_set_property),
18847         (gst_alsa_mixer_element_get_property),
18848         (gst_alsa_mixer_element_change_state):
18849         * ext/alsa/gstalsamixerelement.h:
18850           Add 'device' and 'device-name' properties. Add GstPropertyProbe
18851           for device handling (gnome-volume-control will need that).
18852
18853 2005-12-12  Christian Schaller  <uraeus@gnome.org>
18854
18855         * ext/Makefile.am: fix cdparanoia entry
18856         * gst-plugins-base.spec.in: add cdparanoia
18857
18858 2005-12-12  Michael Smith  <msmith@fluendo.com>
18859
18860         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18861           Use the correct function to free list of typefind factories.
18862
18863 2005-12-12  Wim Taymans  <wim@fluendo.com>
18864
18865         * gst/videotestsrc/gstvideotestsrc.c:
18866         (gst_video_test_src_class_init), (gst_video_test_src_init),
18867         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
18868         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
18869         (gst_video_test_src_create):
18870         * gst/videotestsrc/gstvideotestsrc.h:
18871         Implement seeking in videotestsrc.
18872         Small cleanups.
18873
18874 2005-12-12  Wim Taymans  <wim@fluendo.com>
18875
18876         * ext/cdparanoia/Makefile.am:
18877         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
18878         (gst_paranoia_endian_get_type), (_do_init),
18879         (cdparanoia_class_init), (cdparanoia_init),
18880         (cdparanoia_set_property), (cdparanoia_get_property),
18881         (cdparanoia_do_seek), (cdparanoia_is_seekable),
18882         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
18883         (cdparanoia_convert), (cdparanoia_get_query_types),
18884         (cdparanoia_query), (cdparanoia_set_index),
18885         (cdparanoia_uri_set_uri):
18886         * ext/cdparanoia/gstcdparanoia.h:
18887         Partially ported cdparanoia now that basesrc can support a
18888         plugin like this..
18889
18890 2005-12-12  Wim Taymans  <wim@fluendo.com>
18891
18892         * tests/examples/seek/scrubby.c: (main):
18893         Set higher priority for bus events so they don't get reordered with
18894         gtk gui events.
18895
18896         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
18897         (flush_toggle_cb), (main):
18898         Added checkbox to disable flushing seeks. 
18899         Disable scrubbing when doing non flushing seeks.
18900
18901 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
18902
18903         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
18904         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
18905         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
18906         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
18907           Implement some sort of event handling that doesn't rely on
18908           g_return_if_fail; make sure we always push the last chunk of an 
18909           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
18910           state change function; remove some old cruft. Seeking is still
18911           rather unlikely to work though.
18912
18913         * tools/.cvsignore:
18914           Ignore more.
18915
18916 2005-12-11  Julien MOUTTE  <julien@moutte.net>
18917
18918         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
18919         Fixed a leak of the current image reference when cleaning up.
18920         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
18921
18922 2005-12-09  Michael Smith  <msmith@fluendo.com>
18923
18924         * tools/Makefile.am:
18925         * tools/gst-launch-ext-m.m:
18926           Remove gst-launch-ext. It doesn't work, and is no longer
18927           particularly useful.
18928
18929 2005-12-08  Luca Ognibene  <luogni@tin.it>
18930
18931         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18932           don't pass random values to ogmparse convert function.
18933           Make seeking possible in the exile1.ogm file.
18934
18935 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
18936
18937         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
18938         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
18939           Work around refcount problem with g_value_set_object() that occur
18940           if the core has been compiled against GLib-2.6 (g_value_set_object()
18941           will only g_object_ref() the element, but the caller will
18942           gst_object_unref() it and bad things will happen due to the way
18943           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
18944           totem for people on FC4 using Thomas's 0.10 RPMs.
18945           
18946 2005-12-07  Edward Hervey  <edward@fluendo.com>
18947
18948         Time to welcome ogm to 0.10 :)
18949         
18950         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
18951         (gst_ogg_pad_typefind):
18952         Oggdemux can now properly typefind elements with dynamic pads.
18953         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18954         Properly set caps on src pad, and set caps on outgoing buffers.
18955
18956 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18957
18958         * ext/alsa/gstalsamixer.h:
18959         * ext/alsa/gstalsamixerelement.h:
18960         * ext/alsa/gstalsamixeroptions.h:
18961         * ext/alsa/gstalsamixertrack.h:
18962         * ext/alsa/gstalsasink.c:
18963         * ext/alsa/gstalsasink.h:
18964         * ext/alsa/gstalsasrc.c:
18965         * ext/alsa/gstalsasrc.h:
18966         * ext/cdparanoia/gstcdparanoia.h:
18967         * ext/gnomevfs/gstgnomevfsuri.h:
18968         * ext/ogg/gstoggdemux.c:
18969         * ext/ogg/gstoggmux.c:
18970         * ext/pango/gsttextoverlay.h:
18971         * ext/theora/theoradec.c:
18972         * ext/theora/theoraenc.c:
18973         * ext/vorbis/vorbisdec.h:
18974         * ext/vorbis/vorbisenc.c:
18975         * ext/vorbis/vorbisenc.h:
18976         * ext/vorbis/vorbisparse.h:
18977         * gst-libs/gst/audio/gstaudioclock.h:
18978         * gst-libs/gst/audio/gstaudiosink.c:
18979         * gst-libs/gst/audio/gstaudiosink.h:
18980         * gst-libs/gst/audio/gstaudiosrc.c:
18981         * gst-libs/gst/audio/gstaudiosrc.h:
18982         * gst-libs/gst/audio/gstbaseaudiosink.c:
18983         * gst-libs/gst/audio/gstbaseaudiosink.h:
18984         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18985         * gst-libs/gst/audio/gstbaseaudiosrc.h:
18986         * gst-libs/gst/audio/gstringbuffer.h:
18987         * gst-libs/gst/audio/multichannel.h:
18988         * gst-libs/gst/floatcast/floatcast.h:
18989         * gst-libs/gst/interfaces/colorbalance.c:
18990         * gst-libs/gst/interfaces/colorbalance.h:
18991         * gst-libs/gst/interfaces/colorbalancechannel.h:
18992         * gst-libs/gst/interfaces/mixer.h:
18993         * gst-libs/gst/interfaces/mixeroptions.h:
18994         * gst-libs/gst/interfaces/mixertrack.h:
18995         * gst-libs/gst/interfaces/navigation.h:
18996         * gst-libs/gst/interfaces/propertyprobe.h:
18997         * gst-libs/gst/interfaces/tuner.h:
18998         * gst-libs/gst/interfaces/tunerchannel.h:
18999         * gst-libs/gst/interfaces/tunernorm.h:
19000         * gst-libs/gst/interfaces/xoverlay.h:
19001         * gst-libs/gst/netbuffer/gstnetbuffer.h:
19002         * gst-libs/gst/riff/riff-ids.h:
19003         * gst-libs/gst/riff/riff-media.h:
19004         * gst-libs/gst/riff/riff-read.h:
19005         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19006         * gst-libs/gst/rtp/gstbasertppayload.c:
19007         * gst-libs/gst/rtp/gstbasertppayload.h:
19008         * gst-libs/gst/rtp/gstrtpbuffer.c:
19009         * gst-libs/gst/rtp/gstrtpbuffer.h:
19010         * gst-libs/gst/tag/gsttageditingprivate.h:
19011         * gst-libs/gst/tag/gstvorbistag.c:
19012         (gst_tag_list_from_vorbiscomment_buffer):
19013         * gst-libs/gst/tag/tag.h:
19014         * gst-libs/gst/video/video.h:
19015         * gst/adder/gstadder.c:
19016         * gst/adder/gstadder.h:
19017         * gst/audioconvert/audioconvert.c:
19018         * gst/audioconvert/audioconvert.h:
19019         * gst/audioconvert/gstaudioconvert.c:
19020         * gst/audioconvert/gstchannelmix.c:
19021         * gst/audioconvert/gstchannelmix.h:
19022         * gst/audiorate/gstaudiorate.c:
19023         * gst/audioresample/buffer.h:
19024         * gst/audioresample/functable.h:
19025         * gst/audioresample/gstaudioresample.c:
19026         * gst/audioresample/resample.h:
19027         * gst/ffmpegcolorspace/avcodec.h:
19028         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19029         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19030         * gst/ffmpegcolorspace/imgconvert.c:
19031         * gst/ffmpegcolorspace/imgconvert_template.h:
19032         * gst/playback/gstdecodebin.c:
19033         * gst/playback/gstplaybasebin.h:
19034         * gst/playback/gstplaybin.c:
19035         * gst/playback/gststreaminfo.h:
19036         * gst/tcp/gstfdset.c:
19037         * gst/tcp/gstfdset.h:
19038         * gst/tcp/gstmultifdsink.c:
19039         * gst/tcp/gstmultifdsink.h:
19040         * gst/tcp/gsttcp.h:
19041         * gst/tcp/gsttcpclientsrc.c:
19042         * gst/tcp/gsttcpclientsrc.h:
19043         * gst/tcp/gsttcpplugin.h:
19044         * gst/tcp/gsttcpserversink.c:
19045         * gst/tcp/gsttcpserversrc.c:
19046         * gst/typefind/gsttypefindfunctions.c:
19047         * gst/videorate/gstvideorate.c:
19048         * gst/videotestsrc/gstvideotestsrc.h:
19049         * gst/videotestsrc/videotestsrc.h:
19050         * sys/v4l/gstv4lcolorbalance.h:
19051         * sys/v4l/gstv4ltuner.h:
19052         * sys/v4l/gstv4lxoverlay.h:
19053         * sys/v4l/v4l_calls.h:
19054         * sys/v4l/videodev_mjpeg.h:
19055         * tests/check/elements/audioconvert.c:
19056         * tests/check/elements/audioresample.c:
19057         * tests/check/elements/audiotestsrc.c:
19058         * tests/check/elements/videotestsrc.c:
19059         * tests/check/elements/volume.c:
19060         * tests/examples/seek/scrubby.c:
19061         * tests/examples/seek/seek.c:
19062           expand tabs
19063
19064 === release 0.10.0 ===
19065
19066 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19067
19068         * configure.ac:
19069           releasing 0.10.0, "Mont-d'or"
19070
19071 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
19072
19073         * tests/examples/seek/Makefile.am:
19074         Build fix for when gtk is not available.
19075
19076 2005-12-05  Andy Wingo  <wingo@pobox.com>
19077
19078         * ext/libvisual/visual.c: (get_buffer):
19079         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
19080         * ext/pango/gsttextrender.c: (gst_text_render_chain):
19081         * ext/theora/theoradec.c: (theora_handle_data_packet):
19082         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19083         (theora_enc_chain):
19084         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19085         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
19086         Update for alloc_buffer changes.
19087
19088 2005-12-05  Andy Wingo  <wingo@pobox.com>
19089
19090         patch by: Kai Vehmanen <kv2004 eca cx>
19091         
19092         * gst-libs/gst/rtp/gstbasertpdepayload.c
19093         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
19094
19095 2005-12-04  Andy Wingo  <wingo@pobox.com>
19096
19097         patch by: Sebastien Cote <sebas642 yahoo ca>
19098         
19099         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
19100         Fixes #319172.
19101
19102 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
19103
19104         * docs/plugins/Makefile.am:
19105         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19106         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19107         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19108         * ext/pango/gstclockoverlay.c:
19109         * ext/pango/gsttextoverlay.c: 
19110         * ext/pango/gsttextrender.c:
19111         * ext/pango/gsttimeoverlay.c:
19112           Add gtk-doc blurbs to pango elements.
19113
19114 2005-12-02  Wim Taymans  <wim@fluendo.com>
19115
19116         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
19117         * gst/audioresample/buffer.h:
19118         * gst/audioresample/gstaudioresample.c:
19119         * gst/audioresample/gstaudioresample.h:
19120         * gst/audioresample/resample.c: (resample_input_flush),
19121         (resample_input_pushthrough), (resample_input_eos),
19122         (resample_get_output_size_for_input),
19123         (resample_get_input_size_for_output), (resample_get_output_size),
19124         (resample_get_output_data):
19125         * gst/audioresample/resample.h:
19126         * gst/audioresample/resample_ref.c: (resample_scale_ref):
19127         Fix audioresample, seek torture, new segments, reverse negotiation
19128         etc.. work fine.
19129
19130 2005-12-02  Wim Taymans  <wim@fluendo.com>
19131
19132         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19133         Small cleanups.
19134
19135 2005-12-02  Wim Taymans  <wim@fluendo.com>
19136
19137         * gst/audioconvert/gstaudioconvert.c:
19138         (gst_audio_convert_transform):
19139         Post errors.
19140
19141 === release 0.9.7 ===
19142
19143 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19144
19145         * configure.ac:
19146           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
19147
19148 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19149
19150         * Makefile.am:
19151         * po/hu.po:
19152         * win32/MANIFEST:
19153         * win32/gst.sln:
19154           add win32 MANIFEST file
19155           do something to the hungarian translation
19156
19157 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
19158
19159         * ext/Makefile.am:
19160           Add $(PANGO_DIR) to SUBDIRS
19161
19162         * ext/pango/gstclockoverlay.c:
19163         * ext/pango/gsttimeoverlay.c:
19164           Fix and improve element descriptions.
19165
19166 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19167
19168         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19169         * docs/plugins/inspect/plugin-libvisual.xml:
19170         * docs/plugins/inspect/plugin-pango.xml:
19171           add pango plugin to docs
19172
19173 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19174
19175         * configure.ac:
19176         * ext/Makefile.am:
19177           moved pango to base
19178
19179 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19180
19181         * configure.ac:
19182         * tests/Makefile.am:
19183         * tests/icles/.cvsignore:
19184         * tests/icles/Makefile.am:
19185         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
19186         (close_display), (resize_window), (move_window), (create_window),
19187         (terminate_playback), (pause_playback), (start_playback), (main):
19188           add stress test for xoverlay from Julien
19189
19190 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19191
19192         * docs/libs/tmpl/gstcolorbalance.sgml:
19193         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19194         * gst-libs/gst/rtp/gstbasertppayload.c:
19195         * gst-libs/gst/rtp/gstrtpbuffer.c:
19196         * gst-libs/gst/rtp/gstrtpbuffer.h:
19197           Do burger's rename for rtp payloaders and depayloaders
19198
19199 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19200
19201         * win32/:
19202           add Visual Studio 6 build files
19203
19204 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19205
19206         * docs/libs/gst-plugins-base-libs-docs.sgml:
19207         * docs/libs/gst-plugins-base-libs-sections.txt:
19208         * docs/libs/tmpl/gstaudio.sgml:
19209         * docs/libs/tmpl/gstringbuffer.sgml:
19210         * gst-libs/gst/interfaces/xoverlay.c:
19211         * gst-libs/gst/video/gstvideofilter.c:
19212         * gst-libs/gst/video/gstvideosink.c:
19213           update documentation
19214
19215 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19216
19217         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
19218         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
19219         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
19220         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
19221         (gst_multi_fd_sink_get_stats),
19222         (gst_multi_fd_sink_remove_client_link),
19223         (gst_multi_fd_sink_handle_client_read),
19224         (gst_multi_fd_sink_client_queue_data),
19225         (gst_multi_fd_sink_client_queue_caps),
19226         (gst_multi_fd_sink_client_queue_buffer),
19227         (gst_multi_fd_sink_new_client),
19228         (gst_multi_fd_sink_handle_client_write),
19229         (gst_multi_fd_sink_recover_client),
19230         (gst_multi_fd_sink_queue_buffer),
19231         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
19232         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
19233         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
19234         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
19235         * gst/tcp/gstmultifdsink.h:
19236         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
19237         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
19238         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
19239         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
19240         (gst_tcp_client_sink_set_property),
19241         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
19242         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
19243         * gst/tcp/gsttcpclientsink.h:
19244         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
19245         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
19246         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
19247         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
19248         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
19249         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
19250         * gst/tcp/gsttcpclientsrc.h:
19251         * gst/tcp/gsttcpplugin.c: (plugin_init):
19252         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
19253         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
19254         (gst_tcp_server_sink_finalize),
19255         (gst_tcp_server_sink_handle_server_read),
19256         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
19257         (gst_tcp_server_sink_set_property),
19258         (gst_tcp_server_sink_get_property),
19259         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
19260         * gst/tcp/gsttcpserversink.h:
19261         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
19262         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
19263         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
19264         (gst_tcp_server_src_set_property),
19265         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
19266         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
19267         * gst/tcp/gsttcpserversrc.h:
19268           more borgifying
19269
19270 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19271
19272         * docs/plugins/Makefile.am:
19273         * docs/plugins/gst-plugins-base-plugins.args:
19274         * docs/plugins/inspect/plugin-libvisual.xml:
19275         * gst/audioconvert/plugin.h:
19276         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
19277         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
19278         (gst_audio_rate_setcaps), (gst_audio_rate_init),
19279         (gst_audio_rate_chain), (gst_audio_rate_set_property),
19280         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
19281         (plugin_init):
19282         * gst/audiotestsrc/gstaudiotestsrc.c:
19283         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
19284         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19285         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
19286         (gst_audio_test_src_get_query_types),
19287         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
19288         (gst_audio_test_src_create_square),
19289         (gst_audio_test_src_create_saw),
19290         (gst_audio_test_src_create_triangle),
19291         (gst_audio_test_src_create_silence),
19292         (gst_audio_test_src_create_white_noise),
19293         (gst_audio_test_src_init_pink_noise),
19294         (gst_audio_test_src_generate_pink_noise_value),
19295         (gst_audio_test_src_create_pink_noise),
19296         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
19297         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
19298         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
19299         (plugin_init):
19300         * gst/audiotestsrc/gstaudiotestsrc.h:
19301         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
19302         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
19303         (gst_sub_parse_init), (gst_sub_parse_formats),
19304         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
19305         (convert_encoding), (get_next_line),
19306         (gst_sub_parse_data_format_autodetect),
19307         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
19308         (gst_sub_parse_loop), (gst_sub_parse_chain),
19309         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
19310         (plugin_init):
19311         * gst/subparse/gstsubparse.h:
19312         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
19313         (gst_video_rate_base_init), (gst_video_rate_class_init),
19314         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
19315         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
19316         (gst_video_rate_init), (gst_video_rate_event),
19317         (gst_video_rate_chain), (gst_video_rate_set_property),
19318         (gst_video_rate_get_property), (gst_video_rate_change_state),
19319         (plugin_init):
19320         * gst/videoscale/gstvideoscale.c:
19321         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
19322         (gst_video_scale_src_template_factory),
19323         (gst_video_scale_sink_template_factory),
19324         (gst_video_scale_get_type), (gst_video_scale_base_init),
19325         (gst_video_scale_class_init), (gst_video_scale_init),
19326         (gst_video_scale_set_property), (gst_video_scale_get_property),
19327         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
19328         (gst_video_scale_prepare_size), (parse_caps),
19329         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
19330         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
19331         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
19332         (plugin_init):
19333         * gst/videoscale/gstvideoscale.h:
19334         * gst/videotestsrc/gstvideotestsrc.c:
19335         (gst_video_test_src_pattern_get_type),
19336         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
19337         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
19338         (gst_video_test_src_set_pattern),
19339         (gst_video_test_src_set_property),
19340         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
19341         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
19342         (gst_video_test_src_event), (gst_video_test_src_get_times),
19343         (gst_video_test_src_create), (plugin_init):
19344         * gst/videotestsrc/gstvideotestsrc.h:
19345         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
19346         (gst_video_test_src_smpte), (gst_video_test_src_snow),
19347         (gst_video_test_src_black):
19348         * gst/videotestsrc/videotestsrc.h:
19349           borgify further
19350           clean up docs a little
19351
19352 2005-11-30  Wim Taymans  <wim@fluendo.com>
19353
19354         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19355         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
19356         (gst_basertppayload_event), (gst_basertppayload_push),
19357         (gst_basertppayload_change_state):
19358         * gst-libs/gst/rtp/gstbasertppayload.h:
19359         closed #320644.
19360
19361 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19362
19363         * docs/libs/gst-plugins-base-libs-docs.sgml:
19364         * docs/libs/gst-plugins-base-libs-sections.txt:
19365         * gst-libs/gst/video/gstvideofilter.c:
19366         * gst-libs/gst/video/gstvideosink.c:
19367         * gst-libs/gst/video/gstvideosink.h: Adding docs.
19368
19369 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19370
19371         * LICENSE:
19372           move
19373         * po/af.po:
19374         * po/az.po:
19375         * po/cs.po:
19376         * po/en_GB.po:
19377         * po/hu.po:
19378         * po/it.po:
19379         * po/nb.po:
19380         * po/nl.po:
19381         * po/or.po:
19382         * po/sq.po:
19383         * po/sr.po:
19384         * po/sv.po:
19385         * po/uk.po:
19386         * po/vi.po:
19387         * Makefile.am:
19388           update
19389         * scripts/autoplugins.sh:
19390           remove
19391
19392 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19393
19394         * Makefile.am:
19395         * configure.ac:
19396         * examples/Makefile.am:
19397         * examples/capsfilter/Makefile.am:
19398         * examples/capsfilter/capsfilter1.c:
19399         * examples/gob/Makefile.am:
19400         * examples/gob/gst-identity2.gob:
19401         * examples/indexing/.cvsignore:
19402         * examples/indexing/Makefile.am:
19403         * examples/indexing/indexmpeg.c:
19404         * examples/seeking/.cvsignore:
19405         * examples/seeking/Makefile.am:
19406         * examples/seeking/cdparanoia.c:
19407         * examples/seeking/cdplayer.c:
19408         * examples/seeking/chained.c:
19409         * examples/seeking/scrubby.c:
19410         * examples/seeking/seek.c:
19411         * examples/stats/Makefile.am:
19412         * examples/stats/mp2ogg.c:
19413         * examples/switch/.cvsignore:
19414         * examples/switch/Makefile.am:
19415         * examples/switch/switcher.c:
19416         * tests/Makefile.am:
19417         * tests/check/generic/.cvsignore:
19418         * tests/check/pipelines/.cvsignore:
19419         * tests/examples/Makefile.am:
19420         * tests/examples/seek/Makefile.am:
19421           reorganize stuff under tests/
19422
19423 2005-11-30  Edward Hervey  <edward@fluendo.com>
19424
19425         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
19426         Go away you stupid GstStaticPadTemplate memleak.
19427
19428 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19429
19430         * gst-libs/gst/net/Makefile.am:
19431         * gst-libs/gst/net/README:
19432         * gst-libs/gst/net/gstnetbuffer.c:
19433         * gst-libs/gst/net/gstnetbuffer.h:
19434           this was moved to "netbuffer"
19435
19436 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19437
19438         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
19439         (gst_video_filter_class_init), (gst_video_filter_init):
19440         * gst-libs/gst/video/gstvideofilter.h:
19441           borgify name to bring in line with other classes
19442
19443 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19444
19445         * gst/audioscale/.cvsignore:
19446         * gst/audioscale/Makefile.am:
19447         * gst/audioscale/README:
19448         * gst/audioscale/audioscale.vcproj:
19449         * gst/audioscale/dtof.c:
19450         * gst/audioscale/dtos.c:
19451         * gst/audioscale/functable.c:
19452         * gst/audioscale/gstaudioscale.c:
19453         * gst/audioscale/gstaudioscale.h:
19454         * gst/audioscale/private.h:
19455         * gst/audioscale/resample.c:
19456         * gst/audioscale/resample.h:
19457         * gst/audioscale/test.c:
19458           remove
19459
19460 2005-11-30  Edward Hervey  <edward@fluendo.com>
19461
19462         * gst-libs/gst/netbuffer/Makefile.am:
19463         really, really tired
19464
19465 2005-11-30  Edward Hervey  <edward@fluendo.com>
19466
19467         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19468         Update for new GstTypeFindFactory _register()
19469
19470 2005-11-30  Edward Hervey  <edward@fluendo.com>
19471
19472         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
19473         Let's not override libgstnet from core for no reason...
19474         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
19475         Ok, maybe not so quick next time.
19476
19477 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19478
19479         * configure.ac:
19480         * gst-libs/gst/Makefile.am:
19481           moved gst-libs/gst/net to netbuffer through CVS surgery
19482           remove old directory
19483           updating build to accomodate
19484           (#322257)
19485
19486 2005-11-29  Andy Wingo  <wingo@pobox.com>
19487
19488         * pkgconfig/gstreamer-plugins-base.pc.in:
19489         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
19490         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
19491         (#322257).
19492
19493 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19494
19495         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
19496         3rd time's the charm. Correct ref-counting for discarded buffers.
19497
19498 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19499
19500         * gst/playback/gststreamselector.c:
19501         (gst_stream_selector_class_init),
19502         (gst_stream_selector_set_property),
19503         (gst_stream_selector_get_property),
19504         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19505         Fix ref-counting
19506
19507 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19508
19509         * gst/subparse/gstsubparse.c: (feed_textbuf):
19510           Don't access already unref'ed buffer.
19511
19512 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19513
19514         * gst/playback/gststreamselector.c:
19515         (gst_stream_selector_class_init), (gst_stream_selector_init),
19516         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
19517         (gst_stream_selector_get_property),
19518         (gst_stream_selector_get_linked_pad),
19519         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19520         * gst/playback/gststreamselector.h:
19521         Add the active-pad property for playbin to use shortly. Ignore buffers
19522         from any other pad, returning GST_FLOW_NOT_LINKED
19523
19524 2005-11-29  Julien MOUTTE  <julien@moutte.net>
19525
19526         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
19527         patch from bug #322704 (Alessandro Decina).
19528
19529 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19530
19531         * gst-libs/gst/audio/Makefile.am:
19532           folded audiofilter into the audio library
19533
19534 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19535
19536         * gst/videoscale/gstvideoscale.h:
19537         * gst/videoscale/gstvideoscale.c:
19538           remove unimplemented scale methods
19539
19540 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19541
19542         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
19543           Don't leak caps.
19544
19545 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19546
19547         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
19548         (gst_ximagesink_setcaps):
19549         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19550         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
19551         happens (only visible on ximagesink but bug is in xv too) set_caps was
19552         destroying the internal x[v]image used to memcpy non locally alloced
19553         buffers so that it got renewed on next _chain. The issue is that 
19554         _expose will try to put that image as it reffed it in _put.
19555         Using gst_buffer_unref instead of destroy fixes it !
19556
19557 2005-11-28  Edward Hervey  <edward@fluendo.com>
19558
19559         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19560         (try_to_link_1), (queue_filled_cb):
19561         Better use of the queues. Start with a small size queue and only increase
19562         the size of the queues when the other queues are empty.
19563
19564 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19565
19566         * gst-libs/gst/video/Makefile.am:
19567           compile in copied-over videofilter into the video library
19568         * gst-libs/gst/video/videosink.h:
19569           rename the header to gstvideosink.h since it's a base GstObject class
19570         * sys/ximage/ximagesink.h:
19571         * sys/xvimage/xvimagesink.h:
19572           use the new header
19573
19574 2005-11-28  Wim Taymans  <wim@fluendo.com>
19575
19576         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
19577         * gst/playback/gstplaybasebin.h:
19578         Prepare to handle errors betters.
19579
19580         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
19581         Set sinks to PAUSED first before adding and linking them so that
19582         we don't interrupt dataflow.
19583
19584 2005-11-28  Wim Taymans  <wim@fluendo.com>
19585
19586         * gst-libs/gst/audio/TODO:
19587         Updated TODO
19588
19589         * gst-libs/gst/audio/gstaudiosink.c:
19590         (gst_audioringbuffer_open_device),
19591         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
19592         (gst_audioringbuffer_release):
19593         Small cleanups.
19594
19595         * gst-libs/gst/audio/gstbaseaudiosink.c:
19596         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
19597         (gst_base_audio_sink_change_state):
19598         Slave to the master clock when going to PLAYING and unslave when
19599         going to PAUSED.
19600
19601         * gst-libs/gst/audio/gstringbuffer.c:
19602         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
19603         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
19604         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
19605         (gst_ring_buffer_clear_all), (wait_segment),
19606         (gst_ring_buffer_commit), (gst_ring_buffer_read),
19607         (gst_ring_buffer_advance):
19608         * gst-libs/gst/audio/gstringbuffer.h:
19609         Add some docs and cleanups.
19610
19611 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19612
19613         * sys/xvimage/xvimagesink.c:
19614         (gst_xvimagesink_navigation_send_event): Fix navigation events
19615         coordinates translation with pixel aspect ratios.
19616
19617 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19618
19619         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
19620         Use calculated video geometry from _setcaps instead of buffer
19621         caps to respect pixel aspect ratio. (fixes #322388)
19622
19623 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19624
19625         * docs/libs/tmpl/gstcolorbalance.sgml:
19626         * docs/libs/tmpl/gstmixer.sgml:
19627         * docs/libs/tmpl/gstxoverlay.sgml:
19628         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
19629         interface.
19630
19631 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19632
19633         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
19634         Refuse to create an XvImage if we can't find the format.
19635
19636 2005-11-28  Edward Hervey  <edward@fluendo.com>
19637
19638         * gst-libs/gst/riff/riff-media.c:
19639         (gst_riff_create_audio_template_caps):
19640         Add ATRAC3 to the list of riff-possible audio caps.
19641         I know we still don't have a plugin for atrac3, but it's saner to output
19642         that than a cryptic mimetype.
19643
19644 2005-11-27  Edward Hervey  <edward@fluendo.com>
19645
19646         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
19647         Don't try to create a zero-sized subbuffer.
19648
19649 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19650
19651         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
19652         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
19653         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
19654         (gst_ximagesink_expose): Fixed a tricky race.
19655         * sys/ximage/ximagesink.h:
19656         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19657         (gst_xvimagesink_expose): Fixed a tricky race.
19658         * sys/xvimage/xvimagesink.h:
19659
19660 2005-11-27  Edward Hervey  <edward@fluendo.com>
19661
19662         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19663         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
19664         Remove unused properties, and add queues between demuxers and decoders
19665         so that a lot more files can preroll properly.
19666
19667 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19668
19669         * gst-libs/gst/net/Makefile.am:
19670         * gst-libs/gst/rtp/Makefile.am:
19671         * gst-libs/gst/tag/Makefile.am:
19672           remove silly include
19673         * gst/tags/Makefile.am:
19674         * gst/tags/gsttagediting.c:
19675         * gst/tags/gsttageditingprivate.h:
19676         * gst/tags/tagedit.vcproj:
19677           remove directory, is as good as empty
19678
19679 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19680
19681         * configure.ac:
19682           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
19683         * gst-libs/Makefile.am:
19684         * gst-libs/gst/audio/Makefile.am:
19685         * gst-libs/gst/interfaces/Makefile.am:
19686         * gst-libs/gst/net/Makefile.am:
19687         * gst-libs/gst/riff/Makefile.am:
19688         * gst-libs/gst/rtp/Makefile.am:
19689         * gst-libs/gst/tag/Makefile.am:
19690         * gst-libs/gst/video/Makefile.am:
19691           and use them
19692
19693 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19694
19695         * docs/libs/tmpl/gstcolorbalance.sgml:
19696         * docs/libs/tmpl/gstmixer.sgml:
19697         * docs/libs/tmpl/gstxoverlay.sgml:
19698         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
19699         * sys/ximage/ximagesink.h:
19700         * sys/xvimage/xvimagesink.h: More and more documentation.
19701
19702 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19703
19704         * docs/libs/gst-plugins-base-libs-docs.sgml:
19705         * docs/libs/gst-plugins-base-libs-sections.txt:
19706         * docs/libs/tmpl/gstcolorbalance.sgml:
19707         * docs/libs/tmpl/gstmixer.sgml:
19708         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
19709         to documentation.
19710
19711 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19712
19713         * docs/plugins/Makefile.am:
19714         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19715         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19716         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
19717
19718 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19719
19720         * docs/plugins/Makefile.am:
19721         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19722         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19723         * docs/plugins/inspect/plugin-adder.xml:
19724         * docs/plugins/inspect/plugin-alsa.xml:
19725         * docs/plugins/inspect/plugin-audioconvert.xml:
19726         * docs/plugins/inspect/plugin-audiorate.xml:
19727         * docs/plugins/inspect/plugin-audioresample.xml:
19728         * docs/plugins/inspect/plugin-audiotestsrc.xml:
19729         * docs/plugins/inspect/plugin-decodebin.xml:
19730         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
19731         * docs/plugins/inspect/plugin-gnomevfs.xml:
19732         * docs/plugins/inspect/plugin-ogg.xml:
19733         * docs/plugins/inspect/plugin-playbin.xml:
19734         * docs/plugins/inspect/plugin-subparse.xml:
19735         * docs/plugins/inspect/plugin-tcp.xml:
19736         * docs/plugins/inspect/plugin-theora.xml:
19737         * docs/plugins/inspect/plugin-typefindfunctions.xml:
19738         * docs/plugins/inspect/plugin-video4linux.xml:
19739         * docs/plugins/inspect/plugin-videorate.xml:
19740         * docs/plugins/inspect/plugin-videoscale.xml:
19741         * docs/plugins/inspect/plugin-videotestsrc.xml:
19742         * docs/plugins/inspect/plugin-volume.xml:
19743         * docs/plugins/inspect/plugin-vorbis.xml:
19744         * docs/plugins/inspect/plugin-ximagesink.xml:
19745         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
19746         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
19747
19748 2005-11-26  Edward Hervey  <edward@fluendo.com>
19749
19750         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
19751         Properly return GstFlowReturn from gst_pad_push in chain functions.
19752
19753 2005-11-25  Michael Smith  <msmith@fluendo.com>
19754
19755         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
19756         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
19757         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
19758         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
19759           Handle various conditions better when we don't understand a stream.
19760           Removes a heap of CRITICALs on ogg streams containing unknown data.
19761
19762 2005-11-24  Andy Wingo  <wingo@pobox.com>
19763
19764         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
19765         Be threadsafe.
19766
19767 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19768
19769         * configure.ac: back to HEAD
19770
19771 === release 0.9.6 ===
19772
19773 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19774
19775         * configure.ac:
19776           releasing 0.9.6, "White Eight"
19777
19778 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19779
19780         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
19781         * docs/plugins/inspect/plugin-sine.xml:
19782           remove sinesrc some more
19783
19784 2005-11-23  Wim Taymans  <wim@fluendo.com>
19785
19786         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
19787         If we are reading too slowly, jump forward in the ringbuffer
19788         instead of blocking.
19789
19790 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19791
19792         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
19793         (gst_visual_chain):
19794         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
19795         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
19796         (gst_videorate_chain):
19797         * gst/videotestsrc/gstvideotestsrc.c:
19798         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
19799         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
19800         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
19801         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
19802         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19803         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19804           Updates for API changes
19805
19806 2005-11-23  Wim Taymans  <wim@fluendo.com>
19807
19808         * gst-libs/gst/audio/gstbaseaudiosink.c:
19809         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
19810         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19811         Fix for calibration API change.
19812
19813 2005-11-23  Michael Smith <msmith@fluendo.com>
19814
19815         * gst-libs/gst/audio/multichannel.c:
19816         (gst_audio_get_channel_positions),
19817         (gst_audio_set_channel_positions),
19818         (gst_audio_set_structure_channel_positions_list),
19819         (gst_audio_fixate_channel_positions):
19820           Use gst_value_array_*() functions on value arrays, not
19821           gst_value_list_*().
19822
19823 2005-11-23  Edward Hervey  <edward@fluendo.com>
19824
19825         * autogen.sh:
19826         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
19827         Fixes autogen
19828
19829 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19830
19831         * check/Makefile.am:
19832         * check/elements/videotestsrc.c: (setup_videotestsrc),
19833         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
19834         (main):
19835           add a test for videotestsrc
19836
19837 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19838
19839         * gst/sine/.cvsignore:
19840         * gst/sine/Makefile.am:
19841         * gst/sine/gstsinesrc.c:
19842         * gst/sine/gstsinesrc.h:
19843         * gst/sine/sinesrc.vcproj:
19844           and remove sinesrc from the repository.  Closes #321446
19845
19846 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19847
19848         * configure.ac:
19849         * gst-plugins-base.spec.in:
19850           remove sinesrc from the build
19851
19852 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19853
19854         * check/Makefile.am:
19855         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
19856         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
19857         (main):
19858           add a test for audiotestsrc, testing all waves.  Even seems
19859           leak-free at first glance, nice job Stefan
19860
19861 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19862
19863         * po/af.po:
19864         * po/az.po:
19865         * po/cs.po:
19866         * po/en_GB.po:
19867         * po/hu.po:
19868         * po/it.po:
19869         * po/nb.po:
19870         * po/nl.po:
19871         * po/or.po:
19872         * po/sq.po:
19873         * po/sr.po:
19874         * po/sv.po:
19875         * po/uk.po:
19876         * po/vi.po:
19877           Translation string updates
19878
19879         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
19880         (gst_v4lsrc_set_caps):
19881         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19882         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19883         * sys/v4l/v4lsrc_calls.h:
19884           Improve v4lsrc, by making it work again.
19885
19886 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19887
19888         * ext/libvisual/visual.c: (gst_visual_chain):
19889           Fix the fps calculations.
19890
19891         * gst/ffmpegcolorspace/avcodec.h:
19892           Move structure element for clarity
19893
19894         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
19895         * gst-libs/gst/interfaces/tunernorm.h:
19896         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
19897         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19898         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19899         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
19900         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
19901         (gst_v4lmjpegsrc_getcaps):
19902         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
19903         (gst_v4lsrc_set_caps):
19904         * sys/v4l/gstv4lsrc.h:
19905         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19906         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19907         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19908         * sys/v4l/v4lsrc_calls.h:
19909           Fractional framerates...
19910
19911 2005-11-22  Wim Taymans  <wim@fluendo.com>
19912
19913         * gst-libs/gst/audio/gstbaseaudiosink.c:
19914         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
19915         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19916         And we provide a clock by default, of course...
19917
19918 2005-11-22  Wim Taymans  <wim@fluendo.com>
19919
19920         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
19921         This clock can be slaved to a master clock now.
19922
19923         * gst-libs/gst/audio/gstbaseaudiosink.c:
19924         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
19925         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
19926         (gst_base_audio_sink_set_clock),
19927         (gst_base_audio_sink_set_property),
19928         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
19929         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19930         * gst-libs/gst/audio/gstbaseaudiosink.h:
19931         Handle slaving the internal clock to the clock selected in the
19932         pipeline.
19933         Add property to make the basesink not provide a clock.
19934
19935         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19936         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
19937         (gst_base_rtp_depayload_wait):
19938         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19939         We can use the clock in GstElement, no need to store it ourselves.
19940
19941 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19942
19943         * docs/libs/tmpl/gstaudio.sgml:
19944           update
19945         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19946         (gst_paranoia_endian_get_type):
19947         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
19948         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
19949         * gst/audiotestsrc/gstaudiotestsrc.c:
19950         (gst_audiostestsrc_wave_get_type):
19951         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
19952         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
19953         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
19954         (gst_sync_method_get_type), (gst_unit_type_get_type),
19955         (gst_client_status_get_type), (gst_multifdsink_class_init),
19956         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
19957         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
19958         (gst_multifdsink_get_property):
19959         * gst/tcp/gstmultifdsink.h:
19960         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
19961         * gst/videotestsrc/gstvideotestsrc.c:
19962         (gst_videotestsrc_pattern_get_type):
19963           remove deprecated properties
19964           fix up enums to correctly have short lowercase dashed nicks
19965
19966 2005-11-22  Michael Smith <msmith@fluendo.com>
19967
19968         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
19969         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
19970           Add underscore.
19971
19972 2005-11-22  Michael Smith <msmith@fluendo.com>
19973
19974         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
19975         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
19976           Use utility method for scaling clocktime for fractional framerates.
19977
19978 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19979
19980         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
19981         (gst_visual_chain):
19982         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19983         * ext/theora/theoradec.c: (theora_handle_type_packet):
19984         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
19985         (theora_enc_chain):
19986         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
19987         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
19988         * gst-libs/gst/video/video.h:
19989         * gst/ffmpegcolorspace/avcodec.h:
19990         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19991         (gst_ffmpeg_caps_to_pixfmt):
19992         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19993         (gst_ffmpegcsp_set_caps):
19994         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
19995         (gst_videorate_setcaps), (gst_videorate_blank_data),
19996         (gst_videorate_chain):
19997         * gst/videotestsrc/gstvideotestsrc.c:
19998         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
19999         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
20000         (gst_videotestsrc_event), (gst_videotestsrc_create):
20001         * gst/videotestsrc/gstvideotestsrc.h:
20002         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20003         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20004         (gst_ximagesink_get_times), (gst_ximagesink_init):
20005         * sys/ximage/ximagesink.h:
20006         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20007         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
20008         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
20009         * sys/xvimage/xvimagesink.h:
20010           Convert elements to use fractions for their framerate.
20011           V4L elements to come later tonight.
20012
20013 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20014
20015         * gst-libs/gst/audio/audio.c:
20016         * gst-libs/gst/audio/audio.h:
20017           remove some deprecated functions
20018
20019 2005-11-22  Andy Wingo  <wingo@pobox.com>
20020
20021         * Update for gst_tag_setter API changes.
20022
20023 2005-11-22  Andy Wingo  <wingo@pobox.com>
20024
20025         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
20026         (gst_ogg_demux_perform_seek):
20027         * ext/theora/theoradec.c (theora_dec_sink_event):
20028         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
20029         update-funcnames.
20030
20031 2005-11-22  Wim Taymans  <wim@fluendo.com>
20032
20033         * examples/seeking/seek.c: (main):
20034         Give higher priority to bus signals than the gtk events
20035         to fix a race condition in the segment looping.
20036
20037 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20038
20039         * ext/theora/Makefile.am:
20040         * ext/vorbis/Makefile.am:
20041         * gst-libs/gst/tag/Makefile.am:
20042         * gst-plugins-base.spec.in:
20043           Rename libgsttagedit to libgsttag (#322117).
20044
20045 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20046
20047         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20048         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20049           Call gst_x_overlay_prepare_xwindow_id() to give applications
20050           a final chance to set their own xwindow id before the video
20051           sink creates its own window.
20052
20053 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20054
20055         * sys/xvimage/xvimagesink.c:
20056         (gst_xvimagesink_navigation_send_event): Handle navigation
20057         events correcly with borders if applicable.
20058
20059 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20060
20061         Patch by: Luca Ognibene
20062
20063         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20064         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
20065         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20066         (gst_ffmpegcsp_caps_remove_format_info):
20067         * gst/ffmpegcolorspace/imgconvert.c:
20068         * gst/ffmpegcolorspace/imgconvert_template.h:
20069           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
20070           #318353); use gst_structure_has_name().
20071
20072 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20073
20074         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
20075         (gst_ximagesink_class_init): Add debug macros on functions.
20076         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20077         (gst_xvimagesink_xwindow_draw_borders),
20078         (gst_xvimagesink_xvimage_put),
20079         (gst_xvimagesink_xwindow_update_geometry),
20080         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
20081         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
20082         (gst_xvimagesink_xcontext_clear),
20083         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
20084         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
20085         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20086         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
20087         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
20088         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20089         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
20090         expose while being PAUSED, out of data flow navigation events, etc..
20091
20092 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20093
20094         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20095         * gst-libs/gst/audio/audio.h:
20096           fix prototype - wondering why the test worked regardless
20097
20098 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20099
20100         * check/Makefile.am:
20101         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20102         * gst-libs/gst/audio/audio.h:
20103           add a method that returns a proper GstClockTime
20104
20105 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20106
20107         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
20108         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
20109         * gst-libs/gst/interfaces/xoverlay.h:
20110           Remove everything having to do with the desired size; add 
20111           gst_x_overlay_prepare_xwindow_id() function; remove the
20112           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
20113           post a message on the bus instead (#321816).
20114
20115         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
20116         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
20117         (gst_xvimagesink_xoverlay_init):
20118           Remove desired size stuff (#321816).
20119
20120 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20121
20122         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
20123         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20124         (mpeg_video_type_find), (mpeg_video_stream_type_find):
20125           Terminate vararg functions with NULL instead of 0 to 
20126           make gcc4 happy.
20127
20128 2005-11-21  Andy Wingo  <wingo@pobox.com>
20129
20130         patch by: Sebastien Cote <sebas642@yahoo.ca>
20131         
20132         * gst-libs/gst/rtp/gstrtpbuffer.h: 
20133         * gst-libs/gst/rtp/gstrtpbuffer.c
20134         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
20135
20136 2005-11-21  Andy Wingo  <wingo@pobox.com>
20137
20138         * gst/playback/gstplaybin.c (gen_audio_element) 
20139         (gen_video_element): Use the new MISSING_PLUGIN core error
20140         category. Closes #320060.
20141
20142         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
20143         * gst/videorate/gstvideorate.c (gst_videorate_event):
20144         * ext/theora/theoradec.c (theora_dec_sink_event): 
20145         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
20146         stream lock.
20147
20148         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
20149         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
20150         stream lock changes.
20151
20152 2005-11-21  Wim Taymans  <wim@fluendo.com>
20153
20154         * gst-libs/gst/audio/gstbaseaudiosink.c:
20155         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20156         (gst_base_audio_sink_provide_clock),
20157         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
20158         (gst_base_audio_sink_change_state):
20159         * gst/audioresample/gstaudioresample.c:
20160         Segment update fix.
20161
20162 2005-11-21  Andy Wingo  <wingo@pobox.com>
20163
20164         * *.h:
20165         * *.c: Ran scripts/update-macros. Oh yes.
20166
20167 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20168
20169         * sys/ximage/Makefile.am:
20170         * sys/ximage/ximage.c:
20171           Rename ximage plugin to ximagesink (#321426) (Don't forget to
20172           remove your old libgstximage.* manually if necessary).
20173
20174 2005-11-21  Michael Smith <msmith@fluendo.com>
20175
20176         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
20177           Minimal fix for bug #320200: set the min/max bitrate in the correct
20178           units. A better fix would be to upgrade to the RATEMANAGE2
20179           interface, rather than using the deprecated interface used here, but
20180           that would require an update in our libvorbis dependency (to 1.1),
20181           which is probably undesirable.
20182
20183 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20184
20185         * ext/libvisual/visual.c: (get_buffer):
20186         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20187         (gst_base_audio_src_fixate):
20188         * gst/audioconvert/gstaudioconvert.c:
20189         (gst_audio_convert_fixate_caps):
20190         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
20191         * gst/audiotestsrc/gstaudiotestsrc.c:
20192         (gst_audiotestsrc_src_fixate):
20193         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20194         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
20195         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
20196         * gst/videotestsrc/gstvideotestsrc.c:
20197         (gst_videotestsrc_src_fixate):
20198         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
20199         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20200           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20201           (#322027)
20202
20203
20204 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20205
20206         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20207         (gst_riff_create_iavs_caps):
20208         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
20209         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20210         (gst_riff_parse_info):
20211         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
20212         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
20213         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20214           Fixes for GST_FOURCC_FORMAT API change.
20215
20216 2005-11-21  Andy Wingo  <wingo@pobox.com>
20217
20218         patch by: Alessandro Dessina <alessandro nnva org>
20219
20220         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
20221         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
20222         (gst_ogg_parse_chain):
20223         * ext/theora/theoraenc.c (theora_set_header_on_caps):
20224         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
20225         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
20226         gst_value_list calls on arrays. Fixes #321962.
20227
20228 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20229
20230         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20231         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
20232         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20233         * gst/adder/gstadder.c: (gst_adder_init),
20234         (gst_adder_request_new_pad), (gst_adder_collected),
20235         (gst_adder_change_state):
20236           Update for gst_collectpads_foo() to gst_collect_pads_foo()
20237           API change.
20238
20239 2005-11-21  Michael Smith <msmith@fluendo.com>
20240
20241         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20242         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
20243           Properly handle pad_push return values.
20244
20245 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
20246
20247         * gst-libs/gst/tag/Makefile.am:
20248         * gst-libs/gst/tag/gstvorbistag.c:
20249         (gst_tag_list_to_vorbiscomment_buffer):
20250           Remove obsolete vorbistag element and debug category.
20251
20252         * gst/playback/gstplaybasebin.c: (check_queue):
20253           Don't divide by 0 when queue-threshold is 0.
20254
20255         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
20256           Don't modify an existing pixel-aspect-ratio if we fail to read
20257           a new one.
20258
20259 2005-11-20  Wim Taymans  <wim@fluendo.com>
20260
20261         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
20262         (gst_vorbisenc_push_packet):
20263         GST_PAD_IS_USABLE is gone, use the return value of
20264         the push or pad_alloc_buffer instead.
20265
20266 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20267
20268         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
20269         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
20270         (gst_ximagesink_ximage_destroy),
20271         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
20272         (gst_ximagesink_xwindow_new),
20273         (gst_ximagesink_xwindow_update_geometry),
20274         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
20275         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20276         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
20277         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20278         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
20279         (gst_ximagesink_navigation_send_event),
20280         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
20281         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20282         (gst_ximagesink_finalize), (gst_ximagesink_init),
20283         (gst_ximagesink_class_init):
20284         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
20285         This new version brings correct software scaling, non flickering
20286         window while resizing, pixel aspect ratio handling, usage of
20287         hardware buffer pools, out of data flow event thread for 
20288         navigation and handling of expose events even when being PAUSED,
20289         a new property to keep video aspect ratio when resizing, etc...
20290
20291 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20292
20293         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
20294         (gst_videoscale_fixate_caps): Introduce back caps fixate with
20295         handling of PAR.
20296
20297 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
20298
20299         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
20300         Unsetting IS_SINK flag from the fakesink, so decodebin
20301         never behaves as a sink.
20302
20303 2005-11-17  Wim Taymans  <wim@fluendo.com>
20304
20305         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20306         (gst_base_audio_src_change_state):
20307         Fix the audiosrc base class again, we did not unflush.
20308
20309 2005-11-17  Julien MOUTTE  <julien@moutte.net>
20310
20311         * examples/seeking/seek.c: (make_dv_pipeline),
20312         (make_vorbis_theora_pipeline), (make_avi_pipeline),
20313         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
20314         to ogg/vorbis/theora pipeline.
20315
20316 2005-11-17  Wim Taymans  <wim@fluendo.com>
20317
20318         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
20319         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
20320         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
20321         Fix EOS on multiple streams.
20322         More debugging.
20323
20324 2005-11-16  Wim Taymans  <wim@fluendo.com>
20325
20326         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
20327         (gst_ogg_demux_perform_seek):
20328         Segment done must include stream time.
20329
20330         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20331         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
20332         (gst_ogg_mux_change_state):
20333         Fix ogg muxer again.
20334
20335 2005-11-16  Wim Taymans  <wim@fluendo.com>
20336
20337         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
20338         Fix compile again.
20339
20340 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20341
20342         * ext/libvisual/visual.c: (gst_visual_init):
20343         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
20344         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
20345         (gst_ogg_parse_chain):
20346         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
20347         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
20348         * ext/theora/theoradec.c: (gst_theora_dec_init):
20349         * ext/theora/theoraenc.c: (gst_theora_enc_init):
20350         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
20351         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
20352         * gst/adder/gstadder.c: (gst_adder_class_init),
20353         (gst_adder_dispose):
20354         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
20355         * gst/subparse/gstsubparse.c: (gst_subparse_init):
20356         * gst/videorate/gstvideorate.c: (gst_videorate_init):
20357           Fix a whole set of pad template leaks
20358
20359 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20360
20361         * check/generic/states.c: (GST_START_TEST):
20362           fix the test so that it only checks for elements that are part of
20363           this source module
20364
20365 2005-11-16  Michael Smith <msmith@fluendo.com>
20366
20367         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
20368         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
20369         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20370         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20371         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
20372         (gst_ogg_mux_change_state):
20373           Fix leaking collectpads.
20374
20375 2005-11-16  Edward Hervey  <edward@fluendo.com>
20376
20377         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20378         (gst_videorate_event), (gst_videorate_chain):
20379         Handle segment seeks
20380
20381 2005-11-16  Wim Taymans  <wim@fluendo.com>
20382
20383         * gst-libs/gst/audio/gstbaseaudiosink.c:
20384         (gst_base_audio_sink_provide_clock),
20385         (gst_base_audio_sink_change_state):
20386         Set ringbuffer to non-flushing when going to PAUSED, set to
20387         flushing again when going to READY.
20388
20389         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
20390         (gst_ring_buffer_stop):
20391         Start in flushing mode by default.
20392         Don't set flushing in the _stop method, let the app call
20393         this explicitly.
20394
20395 2005-11-16  Julien MOUTTE  <julien@moutte.net>
20396
20397         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
20398         * gst-libs/gst/video/videosink.h: Add helper function needed
20399         for video sinks.
20400
20401 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
20402
20403         * gst/videoscale/gstvideoscale.c:
20404         (gst_videoscale_handle_src_event):
20405           Don't leak reference to pad parent.
20406
20407 2005-11-16  Wim Taymans  <wim@fluendo.com>
20408
20409         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
20410         Set ringbuffer to flushing when stopping so that we don't
20411         block on wait_segment anymore and livelock.
20412
20413 2005-11-16  Wim Taymans  <wim@fluendo.com>
20414
20415         * examples/seeking/seek.c: (send_event), (do_seek),
20416         (loop_toggle_cb), (segment_done), (main):
20417         Added looping checkbox.
20418
20419 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20420
20421         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20422         (gst_ogg_demux_init):
20423         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20424         (gst_vorbis_dec_init):
20425           revert unrefs, they don't pass make check
20426
20427 2005-11-15  Johan Dahlin  <johan@gnome.org>
20428
20429         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20430         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
20431         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20432         (gst_vorbis_dec_init):
20433         Fix pad template leaks. 
20434
20435 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20436
20437         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
20438           Make state change function thread safe.
20439
20440 2005-11-15  Edward Hervey  <edward@fluendo.com>
20441
20442         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
20443         (gst_ogg_demux_class_init):
20444         Implement GstElement::send_event, so we can send seek events
20445         in GST_STATE_READY
20446
20447 2005-11-14  Julien MOUTTE  <julien@moutte.net>
20448
20449         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
20450         Discovered how to take away flickering while resizing the
20451         window. Please don't put that in ximagesink, refactoring in
20452         progress.
20453
20454 2005-11-14  Michael Smith <msmith@fluendo.com>
20455
20456         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
20457         (gst_multifdsink_render):
20458           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
20459
20460 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
20461
20462         * gst/playback/gstplaybin.c: (gen_audio_element):
20463           Use autoaudiosink, it tends to be more widely available than
20464           autoaudiiosink.
20465           
20466 2005-11-14  Andy Wingo  <wingo@pobox.com>
20467
20468         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
20469         as well if it is available. Fixes #316442.
20470
20471 2005-11-14  Michael Smith <msmith@fluendo.com>
20472
20473         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
20474         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
20475         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20476         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20477         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
20478         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20479         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
20480         (gst_vorbisenc_change_state):
20481           Fix a small memory leak in vorbisenc.
20482           Fix large memory leaks in oggmux, also fix lots of state change
20483           bugs in oggmux.
20484
20485 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20486
20487         * gst/videotestsrc/gstvideotestsrc.c:
20488         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
20489         (gst_videotestsrc_src_fixate):
20490           move fixation to a fixate function
20491           remove negotiate function, basesrc's is good enough
20492           fixes a bug for check when using the element alone
20493
20494 2005-11-13  Edward Hervey  <edward@fluendo.com>
20495
20496         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
20497         (key_toggle_cb), (main):
20498         Added checkboxes for adding/removing the accurate and key_unit seek
20499         flags.
20500
20501 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20502
20503         * configure.ac: back to HEAD
20504
20505 === release 0.9.5 ===
20506
20507 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20508
20509         * configure.ac:
20510           releasing 0.9.5, "No No Kia"
20511
20512 2005-11-11  Edward Hervey  <edward@fluendo.com>
20513
20514         * examples/seeking/seek.c: (make_parselaunch_pipeline):
20515         Added parse-launch syntax seeking mode for the seeking example.
20516         This should help stress-test even more cases.
20517         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
20518
20519 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20520
20521         * sys/xvimage/xvimagesink.c:
20522         (gst_xvimagesink_navigation_send_event):
20523           Check whether peer pad exists before sending navigation events
20524           to it.
20525
20526 2005-11-11  Michael Smith <msmith@fluendo.com>
20527
20528         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
20529         (gst_vorbisenc_buffer_from_packet):
20530         * ext/vorbis/vorbisenc.h:
20531           Set duration on encoded buffers. This allows oggmux's
20532           max_page_delay parameter to actually work.
20533
20534 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20535
20536         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20537         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
20538         (gst_ffmpegcsp_avpicture_fill):
20539         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20540         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
20541           Make palettes work again (see #132341). Use our own macros
20542           for rounding up.
20543
20544 2005-11-10  Andy Wingo  <wingo@pobox.com>
20545
20546         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
20547         string doober.
20548
20549 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20550
20551         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20552         (gst_ffmpegcsp_transform_caps):
20553           Prefer passthrough in transform_caps
20554
20555 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20556
20557         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
20558           check for ALSA errors properly, instead of relying on ALSA's
20559           error strings to serve to the user.
20560
20561 2005-11-10  Wim Taymans  <wim@fluendo.com>
20562
20563         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
20564         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
20565         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
20566         Modernise the seek code.
20567
20568 2005-11-10  Michael Smith <msmith@fluendo.com>
20569         
20570         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
20571         (setup_substreams), (set_active_source):
20572           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
20573           trying to go to NULL if we failed to read a file.
20574
20575 2005-11-10  Wim Taymans  <wim@fluendo.com>
20576
20577         * gst/audiotestsrc/gstaudiotestsrc.c:
20578         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
20579         (gst_audiotestsrc_create):
20580         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20581         (gst_sinesrc_get_times), (gst_sinesrc_create):
20582         * gst/videotestsrc/gstvideotestsrc.c:
20583         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
20584         (gst_videotestsrc_create):
20585         The base class can now sync for us.
20586
20587 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20588
20589         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
20590           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
20591           name=source autoprobe=false autoprobe-fps=false copy-mode=1
20592           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
20593           format=(fourcc)I420" ! xvimagesink
20594
20595 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
20596
20597         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20598         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
20599         (gst_sinesrc_newsegment):
20600           Send newsegment event in TIME format, set duration if
20601           num-buffers is set, fix duration querying.
20602
20603 2005-11-10  Michael Smith <msmith@fluendo.com>
20604
20605         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20606         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20607         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20608         (gst_ogg_mux_collected):
20609          Fix EOS handling, partially. Now forwarding an EOS event once we have
20610          EOS on all pads works correctly. However, we still don't properly set
20611          EOS on the actual ogg stream pages.
20612
20613 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
20614
20615         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
20616           Set elements to NULL state before disposing of them.
20617
20618 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
20619
20620         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20621
20622         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20623         (gst_base_rtp_depayload_init),
20624         (gst_base_rtp_depayload_set_gst_timestamp):
20625         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20626           We need to send a newsegment event for each instance, not
20627           just for the first instance of this class (get rid of
20628           static variable in function). (#321011).
20629           
20630 2005-11-08  Michael Smith <msmith@fluendo.com>
20631
20632         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20633         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
20634         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
20635         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
20636           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
20637           This makes us mux things correctly according to the ogg muxing
20638           rules. Still not handling EOS correctly right now, though.
20639
20640 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
20641
20642         * gst/audioconvert/gstaudioconvert.c:
20643           Fix typo in docs. 
20644
20645 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
20646
20647         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
20648         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
20649           Initialise segment_stop to GST_CLOCK_TIME_NONE when
20650           creating a new chain; should fix live streaming. Also
20651           add more debug output and fix a typo.
20652
20653 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
20654
20655         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20656
20657         * gst/volume/gstvolume.c: (volume_set_caps):
20658           Fix compilation on Solaris with Forte. (#320923)
20659
20660 2005-11-08  Wim Taymans  <wim@fluendo.com>
20661
20662         * gst-libs/gst/audio/gstbaseaudiosink.c:
20663         (gst_base_audio_sink_render):
20664         No need to do a typecheck.
20665
20666 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20667
20668         * ext/alsa/gstalsa.h:
20669           We register a debug category, so let's use it.
20670
20671 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20672
20673         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20674         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
20675         Fixed a small problem.
20676
20677 2005-11-04  Wim Taymans  <wim@fluendo.com>
20678
20679         * examples/seeking/Makefile.am:
20680         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
20681         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
20682         (make_playerbin_pipeline), (format_value), (update_scale),
20683         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
20684         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
20685         (print_usage), (main):
20686         Added app for playback speed testing.
20687
20688         * examples/seeking/seek.c: (dynamic_link),
20689         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
20690         (make_mpeg_pipeline), (do_seek), (set_update_scale),
20691         (message_received), (main):
20692         Updated seek example.
20693
20694 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20695
20696         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20697         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20698         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
20699         (gst_base_rtp_depayload_set_clock):
20700         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20701         Don't sleep on the bench (system clock) when you have a nice 
20702         comfortable bed (Gstreamer clock) to sleep on.
20703
20704 2005-11-03  Wim Taymans  <wim@fluendo.com>
20705
20706         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20707         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
20708         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
20709         Handle the case where a pad_block failed.
20710
20711 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
20712
20713         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
20714
20715         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20716         (gst_base_rtp_depayload_add_to_queue),
20717         (gst_base_rtp_depayload_push),
20718         (gst_base_rtp_depayload_set_gst_timestamp),
20719         (gst_base_rtp_depayload_queue_release):
20720           Fixes some bugs in the depayloader's queuing/de-queueing code.
20721
20722 2005-10-31  Michael Smith <msmith@fluendo.com>
20723
20724         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
20725         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20726         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
20727           Patch from Alessandro Decina <alessandro@nnva.org>.
20728           Make oggdemux only find the final time in a chain, not per-pad,
20729           since the per-pad information can be very expensive to locate, and
20730           it isn't used anywhere. This makes reading a file containing
20731           OggSkeleton reasonably fast.
20732           Also, make chain finding work when there are logical bitstreams that
20733           can't be decoded. Fixes #319110.
20734
20735 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20736
20737         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20738         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20739         (gst_base_rtp_depayload_chain),
20740         (gst_base_rtp_depayload_add_to_queue),
20741         (gst_base_rtp_depayload_push),
20742         (gst_base_rtp_depayload_set_gst_timestamp),
20743         (gst_base_rtp_depayload_queue_release),
20744         (gst_base_rtp_depayload_start_thread),
20745         (gst_base_rtp_depayload_set_property),
20746         (gst_base_rtp_depayload_get_property):
20747         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20748         Some random fixes, to fullfill the desires of thomas.
20749
20750 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20751
20752         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20753         (gst_base_rtp_depayload_add_to_queue),
20754         (gst_base_rtp_depayload_push):
20755         Fixed the queueing algorithm.
20756
20757 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20758
20759         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20760         (gst_base_rtp_depayload_push):
20761         A small fix
20762
20763 2005-10-31  Wim Taymans  <wim@fluendo.com>
20764
20765         * gst-libs/gst/audio/gstringbuffer.h:
20766         Don't break ABI.
20767
20768         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20769         (gst_ffmpeg_caps_to_pixfmt):
20770         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20771         (gst_ffmpegcsp_set_caps):
20772         Some more comments.
20773         Handle missing required caps fields better.
20774
20775 2005-10-31  Wim Taymans  <wim@fluendo.com>
20776
20777         * gst-libs/gst/audio/gstbaseaudiosink.c:
20778         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
20779         (gst_base_audio_sink_render):
20780         * gst-libs/gst/audio/gstringbuffer.c:
20781         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20782         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
20783         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
20784         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
20785         (gst_ring_buffer_read):
20786         * gst-libs/gst/audio/gstringbuffer.h:
20787         Add flushing mode to the ringbuffer so that it in all cases does
20788         not try to handle more audio. This makes sure it does not try to
20789         block anymore when flushing and fixes a livelock.
20790
20791 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
20792
20793         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20794         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20795         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
20796           Explicitly check for -1 values before doing a conversion
20797           and always map them to -1. (#315545)
20798
20799 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
20800
20801         * gst/playback/gstplaybin.c: (gen_video_element):
20802           first try autovideosink, then xvimagesink, then error out
20803         * po/POTFILES.in:
20804           add translatable file
20805         * po/af.po:
20806         * po/az.po:
20807         * po/cs.po:
20808         * po/en_GB.po:
20809         * po/hu.po:
20810         * po/it.po:
20811         * po/nb.po:
20812         * po/nl.po:
20813         * po/or.po:
20814         * po/sq.po:
20815         * po/sr.po:
20816         * po/sv.po:
20817         * po/uk.po:
20818         * po/vi.po:
20819           update translations
20820
20821 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
20822
20823         * gst-libs/gst/rtp/gstbasedepayload.c:
20824         * gst-libs/gst/rtp/gstbasedepayload.h:
20825           Minor cleanups
20826
20827 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
20828
20829         * gst/playback/.cvsignore:
20830         * gst/playback/decodetest.c:
20831         * gst/playback/test3.c:
20832           Port these two tests as well.
20833
20834 2005-10-27  Wim Taymans  <wim@fluendo.com>
20835
20836         * ext/theora/theoradec.c: (theora_dec_src_query),
20837         (theora_dec_sink_event):
20838         * ext/theora/theoraenc.c: (theora_enc_sink_event),
20839         (theora_enc_change_state):
20840         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20841         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
20842         Take proper locks when handling events.
20843
20844 2005-10-27  Wim Taymans  <wim@fluendo.com>
20845
20846         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
20847         (gst_adder_change_state):
20848         Fix timestamps and fix deadlock when stopping the collectpads.
20849
20850 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20851
20852         * gst-libs/gst/rtp/gstrtpbuffer.h:
20853         Declaring the payload types as strings too so that they can be used
20854         in the padtemplate inialization.
20855
20856 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
20857
20858         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
20859
20860         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20861         (gst_base_rtp_depayload_class_init):
20862         Fixes a small but nasty bug. The derived elements no longer segfaults
20863         on finalization.
20864
20865 2005-10-26  Michael Smith <msmith@fluendo.com>
20866
20867         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
20868           When clearing an audioconvert context, set tmpbufsize to zero, so
20869           we'll allocate it again later if required.
20870           This fixes audioconvert re-negotiating formats, which previously
20871           segfaulted with a NULL destination buffer.
20872
20873 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
20874
20875         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20876         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
20877         (gst_base_rtp_depayload_set_gst_timestamp),
20878         (gst_base_rtp_depayload_queue_release):
20879         Fixed a smalll memleak.
20880
20881 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20882         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20883         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
20884         (gst_base_rtp_depayload_finalize),
20885         (gst_base_rtp_depayload_setcaps),
20886         (gst_base_rtp_depayload_add_to_queue),
20887         (gst_base_rtp_depayload_push),
20888         (gst_base_rtp_depayload_set_gst_timestamp),
20889         (gst_base_rtp_depayload_queue_release),
20890         (gst_base_rtp_depayload_thread),
20891         (gst_base_rtp_depayload_change_state):
20892         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20893         Changed the C++ comments to C comments
20894
20895 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
20896
20897         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
20898         * gst/tcp/gsttcpclientsrc.h:
20899         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
20900         * gst/tcp/gsttcpserversrc.h:
20901           Remove unused 'curoffset' structure member.
20902
20903 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20904
20905         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20906         (gst_base_rtp_depayload_base_init),
20907         (gst_base_rtp_depayload_finalize):
20908         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20909         * gst-libs/gst/rtp/gstbasertppayload.h:
20910           The pad-template on the sinkpad should be set by the derived classes.
20911           Also added some useful macros.
20912
20913 2005-10-24  Wim Taymans  <wim@fluendo.com>
20914
20915         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
20916         Correctly flush decoder samples even if we could not
20917         copy them to an output buffer. Fixes #319618.
20918
20919 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20920
20921         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20922         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
20923         the caps against our xcontext caps.
20924
20925 2005-10-24  Wim Taymans  <wim@fluendo.com>
20926
20927         * gst-libs/gst/audio/gstbaseaudiosink.c:
20928         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
20929         Remove g_print
20930         Use sync property from baseclass to disable sync.
20931
20932 2005-10-24  Wim Taymans  <wim@fluendo.com>
20933
20934         * gst-libs/gst/audio/gstbaseaudiosink.c:
20935         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
20936         Buffers with no timestamps get aligned with previous buffers or
20937         on underrun, played ASAP.
20938
20939 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20940
20941         * gst-libs/gst/video/video.h:
20942         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20943         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
20944         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
20945         here comes my change on caps for framerate and geometry range.
20946         We are now accepting 1 to MAXINT for width and height, and from
20947         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
20948         to be blended correctly in videomixer.
20949
20950 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20951
20952         * configure.ac:
20953           back to HEAD
20954
20955 === release 0.9.4 ===
20956
20957 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20958
20959         * NEWS:
20960         * RELEASE:
20961         * configure.ac:
20962           releasing 0.9.4, "Velociraptor"
20963
20964 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20965
20966         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
20967         * po/POTFILES.in:
20968           STOPPED -> FAILED
20969
20970 2005-10-21  Wim Taymans  <wim@fluendo.com>
20971
20972         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20973         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
20974         (pad_blocked), (close_pad_link), (new_pad):
20975         Don't try to remove elements twice.
20976
20977 2005-10-21  Wim Taymans  <wim@fluendo.com>
20978
20979         * ext/theora/theoradec.c: (theora_dec_src_query),
20980         (theora_dec_sink_event):
20981         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20982         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
20983         (vorbis_handle_data_packet):
20984         * ext/vorbis/vorbisdec.h:
20985         Fix old naming.
20986
20987         * gst-libs/gst/audio/gstbaseaudiosink.c:
20988         (gst_base_audio_sink_render):
20989         Don't try to sync on buffers without a timestamp.
20990
20991 2005-10-21  Wim Taymans  <wim@fluendo.com>
20992
20993         * ext/theora/theoradec.c: (theora_dec_src_query),
20994         (theora_dec_sink_event):
20995         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20996         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
20997         (vorbis_handle_data_packet):
20998         * ext/vorbis/vorbisdec.h:
20999         Fix old naming.
21000
21001 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21002
21003         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
21004         (gst_vorbisenc_src_query):
21005           Implement position and duration queries.
21006
21007         * gst/playback/test3.c: (update_scale), (main):
21008           Fix for async state changes and print nicer output.
21009
21010 2005-10-20  Wim Taymans  <wim@fluendo.com>
21011
21012         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21013         (dump_element_stats), (main):
21014         * gst/playback/test6.c: (main):
21015         Fix tests again
21016
21017 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21018
21019         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21020         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21021           Don't use functions for position queries when handling
21022           duration queries.
21023
21024 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21025
21026         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21027         (vorbis_handle_data_packet), (vorbis_dec_chain),
21028         (vorbis_dec_change_state):
21029         * ext/vorbis/vorbisdec.h:
21030           Vorbis streams can be embedded in other container formats
21031           than ogg, container formats where the demuxer might set 
21032           timestamps on encoded vorbis buffers instead of those silly 
21033           granulepos thingies. In short: make vorbisdec handle 
21034           timestamps on incoming buffers as well.
21035
21036 2005-10-20  Wim Taymans  <wim@fluendo.com>
21037
21038         * gst/playback/gstplaybasebin.c: (group_destroy),
21039         (gst_play_base_bin_change_state):
21040         Fix leak.
21041         Handle case where playbasebin is now ASYNC because
21042         decodebin is.
21043
21044 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21045
21046         * gst/audioconvert/Makefile.am:
21047         * gst/audioconvert/bufferframesconvert.c:
21048         * gst/audioconvert/plugin.c: (plugin_init):
21049         * gst/audioconvert/plugin.h:
21050           And bye bye buffer-frames-convert
21051
21052 2005-10-19  Wim Taymans  <wim@fluendo.com>
21053
21054         * check/elements/audioconvert.c:
21055         * docs/libs/tmpl/gstaudio.sgml:
21056         * docs/libs/tmpl/gstcolorbalance.sgml:
21057         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21058         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
21059         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21060         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
21061         * gst-libs/gst/audio/audio.h:
21062         * gst/audioconvert/audioconvert.h:
21063         * gst/audioconvert/gstaudioconvert.c:
21064         (gst_audio_convert_parse_caps):
21065         * gst/volume/gstvolume.c:
21066         Bye bye buffer-frames.
21067
21068 2005-10-19  Wim Taymans  <wim@fluendo.com>
21069
21070         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21071         (query_positions_elems), (query_positions_pads), (update_scale),
21072         (do_seek), (set_update_scale), (message_received), (main):
21073         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
21074         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
21075         (gst_ogg_demux_loop):
21076         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
21077         * ext/theora/theoradec.c: (theora_dec_src_query),
21078         (theora_dec_sink_event):
21079         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21080         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
21081         * gst/adder/gstadder.c: (gst_adder_query):
21082         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21083         * gst/playback/test3.c: (update_scale):
21084         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21085         (dump_element_stats), (main):
21086         * gst/playback/test6.c: (main):
21087         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21088         Query API update.
21089
21090 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21091
21092         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
21093         (xml_check_first_element), (xml_type_find), (smil_type_find),
21094         (plugin_init):
21095           Add typefinding for SMIL and for generic XML. Based on patch by
21096           Akos Maroy (#308663).
21097
21098 2005-10-18  Wim Taymans  <wim@fluendo.com>
21099
21100         * gst/playback/Makefile.am:
21101         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21102         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
21103         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
21104         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
21105         (gst_decode_bin_change_state):
21106         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21107         (gst_play_bin_send_event_to_sink):
21108         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21109         (dump_element_stats), (main):
21110         * gst/playback/test6.c: (main):
21111         Make playbin async, it'll commit state to paused when all streams
21112         are detected.
21113         Remove ugly hack.
21114         Added test6.c to show async behaviour.
21115
21116 2005-10-18  Wim Taymans  <wim@fluendo.com>
21117
21118         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
21119         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
21120         Fix for segment-start/stop API change.
21121
21122 2005-10-18  Wim Taymans  <wim@fluendo.com>
21123
21124         * check/Makefile.am:
21125         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
21126         (main):
21127         Add future test for clock selection.
21128
21129 2005-10-18  Wim Taymans  <wim@fluendo.com>
21130
21131         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
21132         (gst_alsasink_close):
21133         Set handle to NULL.
21134
21135         * gst-libs/gst/audio/gstringbuffer.c:
21136         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21137         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
21138         (gst_ring_buffer_start), (gst_ring_buffer_pause),
21139         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
21140         (gst_ring_buffer_read):
21141         More debug info.
21142
21143 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
21144
21145         * gst/audiotestsrc/Makefile.am:
21146         * gst/sine/Makefile.am:
21147         * gst/volume/Makefile.am:
21148           fix broken build of controllerized plugins
21149
21150 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
21151
21152         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21153
21154         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21155         (gst_riff_create_video_template_caps):
21156           Add support for Indeo-3 (IV32).
21157
21158 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21159
21160         * configure.ac:
21161           rewrite
21162
21163 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21164
21165         * gst-libs/gst/video/video.c: (gst_video_get_size):
21166         * gst/audiotestsrc/gstaudiotestsrc.c:
21167           doc updates
21168
21169 2005-10-17  Andy Wingo  <wingo@pobox.com>
21170
21171         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
21172         with the collectpads change.
21173         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
21174
21175         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
21176
21177         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
21178
21179         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
21180         alloc_buffer flow return to callers.
21181         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
21182         change. Fix some memleaks in theoraenc.
21183
21184         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
21185         in strange circumstance.
21186
21187 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21188
21189         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21190         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
21191         from caps, let's use the caps...
21192
21193 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21194
21195         * configure.ac:
21196           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
21197
21198 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21199
21200         * gst-libs/gst/interfaces/Makefile.am:
21201           fix silly typo
21202
21203 2005-10-16  Andy Wingo  <wingo@pobox.com>
21204
21205         * gst/playback/gstdecodebin.c
21206         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
21207         function!
21208         (try_to_link_1): Increase kraziness level.
21209
21210 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21211
21212         * configure.ac:
21213           restructure like the core one
21214         * gst-libs/gst/audio/Makefile.am:
21215         * gst-libs/gst/interfaces/Makefile.am:
21216         * gst-libs/gst/net/Makefile.am:
21217         * gst-libs/gst/riff/Makefile.am:
21218         * gst-libs/gst/rtp/Makefile.am:
21219         * gst-libs/gst/tag/Makefile.am:
21220         * gst-libs/gst/video/Makefile.am:
21221           use correct linker flags, now the libs are properly versioned
21222         * check/elements/audioconvert.c: (verify_convert):
21223         * ext/alsa/gstalsaplugin.c:
21224         * ext/cdparanoia/gstcdparanoia.c:
21225         * ext/gnomevfs/gstgnomevfs.c:
21226         * ext/libvisual/visual.c:
21227         * ext/ogg/gstogg.c:
21228         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
21229         * ext/theora/theora.c:
21230         * ext/vorbis/vorbis.c:
21231         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21232         * gst-libs/gst/tag/gsttagediting.c:
21233         * gst-libs/gst/video/video.c:
21234         * gst/adder/gstadder.c:
21235         * gst/audioconvert/plugin.c:
21236         * gst/audiorate/gstaudiorate.c:
21237         * gst/audioresample/gstaudioresample.c:
21238         * gst/audioresample/resample_ref.c: (resample_scale_ref):
21239         * gst/audioscale/gstaudioscale.c:
21240         * gst/audioscale/resample.c:
21241         * gst/audiotestsrc/gstaudiotestsrc.c:
21242         * gst/ffmpegcolorspace/gstffmpeg.c:
21243         * gst/playback/gstdecodebin.c: (close_pad_link):
21244         * gst/playback/gstplaybin.c: (gen_video_element),
21245         (gen_audio_element):
21246         * gst/sine/gstsinesrc.c:
21247         * gst/subparse/gstsubparse.c:
21248         * gst/tags/gsttagediting.c:
21249         * gst/tcp/gsttcpplugin.c:
21250         * gst/typefind/gsttypefindfunctions.c:
21251         * gst/videorate/gstvideorate.c:
21252         * gst/videoscale/gstvideoscale.c:
21253         * gst/videotestsrc/gstvideotestsrc.c:
21254         * gst/volume/gstvolume.c:
21255         * sys/v4l/gstv4l.c:
21256         * sys/ximage/ximage.c:
21257         * sys/xvimage/xvimagesink.c:
21258           fix up defines
21259
21260 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21261
21262         * ext/vorbis/vorbisenc.c:
21263         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
21264         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
21265         (gst_tag_to_vorbis_comments):
21266           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
21267
21268 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21269
21270         * examples/stats/mp2ogg.c:
21271         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21272           typo fixes
21273
21274 2005-10-13  Michael Smith <msmith@fluendo.com>
21275
21276         * ext/ogg/gstoggmux.c:
21277           Use magic glib macros to define constants as 64 bit, to ensure
21278           appropriate vararg passing.
21279
21280 2005-10-13  Michael Smith <msmith@fluendo.com>
21281
21282         * ext/ogg/gstoggmux.c:
21283         * gst/audioconvert/audioconvert.c: (float):
21284           Don't use LL suffix, as it's not portable, and neither of these
21285           uses required it anyway.
21286
21287 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21288
21289         * examples/indexing/indexmpeg.c: (main):
21290         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
21291         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
21292         (cdparanoia_convert), (cdparanoia_query):
21293         * ext/cdparanoia/gstcdparanoia.h:
21294         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
21295         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
21296         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
21297         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
21298         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
21299         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
21300         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
21301         (gst_multifdsink_render), (gst_multifdsink_start),
21302         (gst_multifdsink_stop):
21303         * gst/tcp/gstmultifdsink.h:
21304         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
21305         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
21306         (gst_tcpclientsink_stop):
21307         * gst/tcp/gsttcpclientsink.h:
21308         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
21309         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
21310         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
21311         * gst/tcp/gsttcpclientsrc.h:
21312         * gst/tcp/gsttcpserversink.h:
21313         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
21314         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
21315         (gst_tcpserversrc_stop):
21316         * gst/tcp/gsttcpserversrc.h:
21317         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21318         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21319         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
21320           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21321           moved bitshift from macro to enum definition
21322
21323 2005-10-12  Wim Taymans  <wim@fluendo.com>
21324
21325         * examples/seeking/Makefile.am:
21326         Oops.
21327
21328 2005-10-12  Wim Taymans  <wim@fluendo.com>
21329
21330         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21331         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21332         Don't assert on normal stuff.
21333
21334         * gst/playback/gstplaybin.c: (do_playbin_seek):
21335         API fix.
21336
21337 2005-10-12  Wim Taymans  <wim@fluendo.com>
21338
21339         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21340         * examples/seeking/Makefile.am:
21341         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
21342         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21343         (do_seek), (set_update_scale), (message_received), (main):
21344         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21345         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21346         Update for _get_state() API change.
21347
21348 2005-10-11  Wim Taymans  <wim@fluendo.com>
21349
21350         * gst-libs/gst/audio/gstbaseaudiosink.c:
21351         (gst_base_audio_sink_render):
21352         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21353         (gst_base_audio_src_create):
21354         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21355         (gst_ring_buffer_read):
21356         Cleanups.
21357         Commit and read from ringbuffer in samples rather than bytes.
21358
21359 2005-10-11  Wim Taymans  <wim@fluendo.com>
21360
21361         * gst-libs/gst/audio/gstbaseaudiosink.c:
21362         (gst_base_audio_sink_render):
21363         Respect segment rate and accum when scheduling samples.
21364
21365 2005-10-11  Julien MOUTTE  <julien@moutte.net>
21366
21367         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21368         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
21369         EOS correctly, that needs more work.
21370
21371 2005-10-11  Wim Taymans  <wim@fluendo.com>
21372
21373         * check/generic/states.c: (GST_START_TEST):
21374         remove old property.
21375
21376         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
21377         (gst_ogg_demux_perform_seek):
21378         * ext/theora/theoradec.c: (theora_dec_sink_event):
21379         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21380         (vorbis_handle_data_packet):
21381         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21382         (gst_base_rtp_depayload_set_gst_timestamp):
21383         * gst/videorate/gstvideorate.c: (gst_videorate_event):
21384         Update for newsegment API change.
21385
21386 2005-10-11  Michael Smith <msmith@fluendo.com>
21387
21388         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
21389         (do_playbin_seek), (gst_play_bin_send_event):
21390           Override send_event differently, so that we can takes bits of
21391           functionality from GstPipeline (special handling for seeks,
21392           including pausing/resuming, and resetting stream time) and still get
21393           the appropriate behaviour of only forwarding event to a single sink,
21394           rather than all of them.
21395           Unfortunately requires a lot of code duplication, but the
21396           alternatives are equally ugly in the end.
21397
21398 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21399
21400         * check/elements/audioconvert.c: (setup_audioconvert),
21401         (cleanup_audioconvert), (get_int_caps), (verify_convert),
21402         (GST_START_TEST), (audioconvert_suite):
21403           clean up tests a little, fix some leaks.
21404
21405 2005-10-10  Wim Taymans  <wim@fluendo.com>
21406
21407         * ext/alsa/gstalsasink.c:
21408         Also allow unsigned int.
21409
21410         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21411         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21412         Small cleanup
21413
21414 2005-10-10  Wim Taymans  <wim@fluendo.com>
21415
21416         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21417         Small update, use API as stated in design docs.
21418
21419         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21420         (update_scale), (do_seek), (seek_cb), (set_update_scale),
21421         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
21422         (message_received), (main):
21423         Updated seek example for GOption. Some usability improvements.
21424
21425 2005-10-10  Wim Taymans  <wim@fluendo.com>
21426
21427         * gst/audioconvert/audioconvert.h:
21428         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
21429         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
21430         Alloc temp storage somewhere else where we can do it more
21431         portable.
21432
21433 2005-10-10  Wim Taymans  <wim@fluendo.com>
21434
21435         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
21436         (gst_tcpserversrc_start):
21437         Don't block in accept while doing the state change, move
21438         to poll and make cancellable.
21439
21440 2005-10-09  Philippe Khalaf <burger@speedy.org>
21441
21442         * gst-libs/gst/rtp/rtpbasedepayload.c:
21443         Set timestamp and add queue delay to timestamp
21444         * gst-libs/gst/rtp/rtpbuffer.h:
21445         Set correct payload type for h263
21446
21447 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21448
21449         * gst/audiotestsrc/gstaudiotestsrc.c:
21450         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
21451         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
21452         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
21453         (gst_audiotestsrc_create_triangle),
21454         (gst_audiotestsrc_create_silence),
21455         (gst_audiotestsrc_create_white_noise),
21456         (gst_audiotestsrc_init_pink_noise),
21457         (gst_audiotestsrc_generate_pink_noise_value),
21458         (gst_audiotestsrc_create_pink_noise),
21459         (gst_audiotestsrc_change_wave):
21460         * gst/audiotestsrc/gstaudiotestsrc.h:
21461           fixed typo, added pink noise
21462
21463 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21464
21465         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
21466         (plugin_init):
21467           Add wavpack and spc typefind functions from 0.8 branch.
21468
21469 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21470
21471         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
21472         (ar_type_find), (msdos_type_find), (plugin_init):
21473           Add typefind functions for tar archives, ar archives,
21474           RAR archives, and msdos-executables (dlls, exe, etc.).
21475           Some of those would be wrongly identified as mpeg
21476           streams of some sort before (#315550).
21477
21478 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21479
21480         * configure.ac:
21481         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21482         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21483         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
21484         * gst/audiotestsrc/Makefile.am:
21485         * gst/audiotestsrc/gstaudiotestsrc.c:
21486         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
21487         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
21488         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
21489         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
21490         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
21491         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
21492         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
21493         (gst_audiotestsrc_create_silence),
21494         (gst_audiotestsrc_create_white_noise),
21495         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
21496         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
21497         (gst_audiotestsrc_start), (plugin_init):
21498         * gst/audiotestsrc/gstaudiotestsrc.h:
21499           add new plugin and element
21500         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
21501           use gobject_class
21502
21503 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21504
21505         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
21506         (gst_adder_init), (gst_adder_request_new_pad),
21507         (gst_adder_change_state):
21508           Add query function to source pad, so adder reports the correct
21509           time/sample position when queried (#315457); fix state change
21510           function; use GST_DEBUG_FUNCPTR() for pad functions.
21511
21512 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21513
21514         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
21515           Fix leaks in typefind registration
21516           Clean up the gratuitous commenting and whitespacing a little
21517
21518 2005-10-08  Wim Taymans  <wim@fluendo.com>
21519
21520         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
21521         Only actually wait for the thread to be stopped if it's 
21522         running.
21523
21524 2005-10-08  Wim Taymans  <wim@fluendo.com>
21525
21526         * gst-libs/gst/audio/gstbaseaudiosink.c:
21527         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
21528         If we receive EOS we can start playback of what we had.
21529
21530 2005-10-08  Wim Taymans  <wim@fluendo.com>
21531
21532         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21533         (gst_multifdsink_finalize), (multifdsink_hash_remove),
21534         (gst_multifdsink_stop):
21535         Fix crasher when going to NULL multiple times.
21536
21537 2005-10-06  Wim Taymans  <wim@fluendo.com>
21538
21539         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
21540         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21541         * gst-libs/gst/audio/gstbaseaudiosrc.h:
21542         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
21543         patch from Edgard Lima <edgard.lima@indt.org.br>
21544         Fixed gstbaseaudiosrc adding ring buffer sync to it.
21545
21546 2005-10-06  Wim Taymans  <wim@fluendo.com>
21547
21548         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21549         Report the FLOW_RETURN as string in the error message.
21550
21551         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
21552         Don't assert when clearing an unnegotiated buffer.
21553
21554 2005-10-04  Michael Smith <msmith@fluendo.com>
21555
21556         * gst/playback/gstplaybasebin.c: (group_destroy),
21557         (gen_preroll_element), (remove_groups), (setup_source):
21558         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
21559         (setup_sinks), (gst_play_bin_send_event),
21560         (gst_play_bin_change_state):
21561           Set state to NULL before removing from bin. Fix refcounting.
21562
21563 2005-10-04  Michael Smith <msmith@fluendo.com>
21564
21565         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21566           Correct refcounting in send_event() function. Previously was wrong
21567           if the first sink was unable to handle the event.
21568
21569 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21570
21571         * configure.ac:
21572           back to development
21573
21574 === release 0.9.3 ===
21575
21576 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21577
21578         * configure.ac:
21579           Releasing 0.9.3, "De Facto"
21580
21581 2005-10-03  Andy Wingo  <wingo@pobox.com>
21582
21583         * gst/playback/gstdecodebin.c (try_to_link_1)
21584         (remove_element_chain): set element to NULL before removing it.
21585
21586 2005-10-02  Johan Dahlin  <johan@gnome.org>
21587
21588         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
21589         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
21590         MT safe.
21591
21592 2005-10-02  Andy Wingo  <wingo@pobox.com>
21593
21594         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
21595         (gst_ring_buffer_prepare_read): 
21596         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
21597         Demote to LOG.
21598
21599 2005-09-29  Wim Taymans  <wim@fluendo.com>
21600
21601         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
21602         * ext/theora/theoradec.c: (theora_handle_data_packet):
21603         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21604         Propagate error codes from alloc_buffer too.
21605
21606 2005-09-29  Wim Taymans  <wim@fluendo.com>
21607
21608         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
21609         We use fixed caps.
21610
21611         * gst/playback/Makefile.am:
21612         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21613         (dump_element_stats), (main):
21614         Added example stream introspection code.
21615
21616 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
21617
21618         * gst/adder/gstadder.c: (gst_adder_collected):
21619           fix adder for float elements
21620
21621 2005-09-28  Wim Taymans  <wim@fluendo.com>
21622
21623         * gst-libs/gst/audio/gstbaseaudiosink.c:
21624         (gst_base_audio_sink_class_init),
21625         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
21626         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21627         (gst_base_audio_src_class_init),
21628         (gst_base_audio_src_provide_clock):
21629         get_clock -> provide_clock
21630
21631 2005-09-28  Andy Wingo  <wingo@pobox.com>
21632
21633         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
21634         and unlocking.
21635
21636         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
21637         unlocking.
21638
21639         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
21640         Actually add the pad template.
21641         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
21642
21643         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
21644         I'm at it...
21645
21646         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
21647         from fdsrc. Get caps in create() instead of start() so it can be
21648         interrupted. Interruption somewhat untested.
21649
21650         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
21651         Proper EOS handling.
21652
21653 2005-09-27  Andy Wingo  <wingo@pobox.com>
21654
21655         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
21656
21657         * gst/tcp/gsttcpserversrc.c: Cleaned up.
21658
21659         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
21660
21661         * gst/tcp/gsttcp.h: 
21662         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
21663         out of tcpclientsrc.c. Cancellable.
21664         (gst_tcp_socket_read): Made private, cancellable, with better
21665         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
21666         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
21667         whole buffer, and better diagnostics.
21668         (gst_tcp_gdp_read_caps): Same.
21669
21670         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
21671
21672 2005-09-26  Andy Wingo  <wingo@pobox.com>
21673
21674         * gst/sine/gstsinesrc.h:
21675         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
21676         change the 'sync' property to 'is-live' and implement it halfway,
21677         update for controller api change.
21678
21679         * gst/volume/gstvolume.c (volume_transform_ip): Update for
21680         controller api change.
21681
21682 2005-09-24  Wim Taymans  <wim@fluendo.com>
21683
21684         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
21685         * gst-libs/gst/audio/gstaudiosink.c:
21686         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
21687         (gst_audioringbuffer_stop):
21688         * gst-libs/gst/audio/gstbaseaudiosink.c:
21689         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
21690         (gst_base_audio_sink_change_state):
21691         * gst-libs/gst/audio/gstbaseaudiosink.h:
21692         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
21693         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
21694         (gst_ring_buffer_commit), (gst_ring_buffer_read):
21695         * gst-libs/gst/audio/gstringbuffer.h:
21696         Fix sync again. Moved sample alignment to basesink.
21697
21698 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21699
21700         * docs/plugins/Makefile.am:
21701         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21702         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21703         * gst/volume/gstvolume.c:
21704           add/fix docs
21705         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
21706         * gst-libs/gst/audio/audio.h:
21707           add conversion macros for frames <-> clocktime
21708
21709 2005-09-23  David Schleef  <ds@schleef.org>
21710
21711         * gst/audioresample/Makefile.am:
21712         * gst/audioresample/debug.h:
21713         * gst/audioresample/gstaudioresample.c:
21714         * gst/audioresample/resample.c: Convert to using gst debugging
21715
21716 2005-09-22  Wim Taymans  <wim@fluendo.com>
21717
21718         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21719         (gst_play_bin_send_event):
21720         Only seek on one sink, the first one that succeeds.
21721
21722 2005-09-22  Michael Smith <msmith@fluendo.com>
21723
21724         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
21725         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21726         Don't flush encoder state unless we have an initialised encoder.
21727         Clear out encoder state on PAUSED_TO_READY.
21728
21729 2005-09-22  Wim Taymans  <wim@fluendo.com>
21730
21731         * gst-libs/gst/rtp/gstbasertppayload.c:
21732         (gst_basertppayload_class_init), (gst_basertppayload_init),
21733         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21734         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21735         (gst_basertppayload_is_filled), (gst_basertppayload_push),
21736         (gst_basertppayload_set_property),
21737         (gst_basertppayload_get_property),
21738         (gst_basertppayload_change_state):
21739         * gst-libs/gst/rtp/gstbasertppayload.h:
21740         Added max-ptime to control amount of data in the rtp packets.
21741
21742 2005-09-21  Andy Wingo  <wingo@pobox.com>
21743
21744         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
21745         thingies.
21746
21747         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
21748         can be called multiple times, dogs.
21749
21750 2005-09-21  Wim Taymans  <wim@fluendo.com>
21751
21752         * gst-libs/gst/rtp/gstbasertppayload.c:
21753         (gst_basertppayload_class_init), (gst_basertppayload_init),
21754         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21755         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21756         (gst_basertppayload_push), (gst_basertppayload_get_property),
21757         (gst_basertppayload_change_state):
21758         Allow 0 ssrc too.
21759
21760 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
21761
21762         * docs/libs/compiling.sgml:
21763           fixing typos
21764
21765 2005-09-20  Wim Taymans  <wim@fluendo.com>
21766
21767         * gst-libs/gst/rtp/gstbasertppayload.c:
21768         (gst_basertppayload_class_init), (gst_basertppayload_init),
21769         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21770         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21771         (gst_basertppayload_push), (gst_basertppayload_set_property),
21772         (gst_basertppayload_get_property),
21773         (gst_basertppayload_change_state):
21774         * gst-libs/gst/rtp/gstbasertppayload.h:
21775         Added property to configure sequence number offsets.
21776
21777 2005-09-20  Wim Taymans  <wim@fluendo.com>
21778
21779         * gst-libs/gst/rtp/gstbasertppayload.c:
21780         (gst_basertppayload_class_init), (gst_basertppayload_init),
21781         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21782         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21783         (gst_basertppayload_push), (gst_basertppayload_set_property),
21784         (gst_basertppayload_get_property),
21785         (gst_basertppayload_change_state):
21786         * gst-libs/gst/rtp/gstbasertppayload.h:
21787         Make timestamp offset configurable.
21788
21789 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21790
21791         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21792           fix wrong pop/unref
21793
21794 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
21795
21796         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21797
21798         * gst-libs/gst/interfaces/propertyprobe.c:
21799         (gst_property_probe_probe_property_name),
21800         (gst_property_probe_needs_probe_name),
21801         (gst_property_probe_get_values_name),
21802         (gst_property_probe_probe_and_get_values_name):
21803           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
21804           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
21805
21806 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21807
21808         * check/Makefile.am:
21809           have some tests be disabled for valgrinding
21810         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
21811         (GST_START_TEST):
21812         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
21813           Fix A Leak.  Chain To Parent Finalize.
21814
21815 2005-09-19  Wim Taymans  <wim@fluendo.com>
21816
21817         * examples/seeking/seek.c: (make_wav_pipeline), (main):
21818         Fixed wav pipeline.
21819
21820 2005-09-19  Wim Taymans  <wim@fluendo.com>
21821
21822         * gst-libs/gst/rtp/gstbasertppayload.c:
21823         (gst_basertppayload_class_init), (gst_basertppayload_init),
21824         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21825         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21826         (gst_basertppayload_push), (gst_basertppayload_get_property),
21827         (gst_basertppayload_change_state):
21828         Posting ERROR and WARNING messages is good.
21829
21830 2005-09-19  Wim Taymans  <wim@fluendo.com>
21831
21832         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21833         (gst_base_rtp_depayload_add_to_queue),
21834         (gst_base_rtp_depayload_push),
21835         (gst_base_rtp_depayload_set_gst_timestamp),
21836         (gst_base_rtp_depayload_queue_release):
21837         This one was not supposed to go in.
21838
21839 2005-09-19  Wim Taymans  <wim@fluendo.com>
21840
21841         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21842         Fix for bus API.
21843
21844         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21845         (gst_base_rtp_depayload_chain),
21846         (gst_base_rtp_depayload_add_to_queue),
21847         (gst_base_rtp_depayload_push),
21848         (gst_base_rtp_depayload_set_gst_timestamp),
21849         (gst_base_rtp_depayload_queue_release):
21850         Some cleanups.
21851
21852         * gst-libs/gst/rtp/gstbasertppayload.c:
21853         (gst_basertppayload_class_init), (gst_basertppayload_init),
21854         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
21855         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
21856         (gst_basertppayload_get_property),
21857         (gst_basertppayload_change_state):
21858         Added debugging category.
21859
21860 2005-09-18  David Schleef  <ds@schleef.org>
21861
21862         * gst/playback/gstdecodebin.c: free plugin list correctly
21863         * gst/playback/gstplaybin.c: emit warning if autovideosink
21864           and autoaudiosink can't be found (instead of segfaulting)
21865
21866 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21867
21868         * check/elements/audioconvert.c: (GST_START_TEST):
21869           try out 24 bit conversion
21870
21871 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21872
21873         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21874         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
21875         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
21876         * ext/vorbis/vorbisenc.h:
21877           Fix EOS handling.  Still needs a fix in the ogg muxer to
21878           mark the last page as eos.
21879
21880 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21881
21882         * common/gtk-doc-plugins.mak:
21883         * docs/plugins/Makefile.am:
21884         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21885         * gst/ffmpegcolorspace/Makefile.am:
21886         * gst/ffmpegcolorspace/avcodec.h:
21887         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21888         * gst/tcp/gstmultifdsink.c:
21889           fix up ffmpegcolorspace docs; extract header
21890
21891 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21892
21893         * common/gtk-doc-plugins.mak:
21894         * docs/plugins/Makefile.am:
21895         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21896         * ext/theora/Makefile.am:
21897         * ext/theora/gsttheoraenc.h:
21898         * ext/theora/theoraenc.c:
21899         * ext/vorbis/vorbisenc.c:
21900           pick up signals and args for vorbis; add some docs for vorbis
21901
21902 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21903
21904         * common/gstdoc-scangobj:
21905         * common/gtk-doc-plugins.mak:
21906         * docs/libs/Makefile.am:
21907         * docs/plugins/gst-plugins-base-plugins.args:
21908         * docs/plugins/gst-plugins-base-plugins.hierarchy:
21909         * docs/plugins/gst-plugins-base-plugins.interfaces:
21910         * docs/plugins/gst-plugins-base-plugins.prerequisites:
21911         * docs/plugins/gst-plugins-base-plugins.signals:
21912           only scanobj stuff from our source module.  Not sure yet
21913           if that's correct, given the hierarchy stuff :)
21914
21915 2005-09-15  Wim Taymans  <wim@fluendo.com>
21916
21917         * gst/audioconvert/gstaudioconvert.c:
21918         And enable 24 bits mode as well..
21919
21920 2005-09-15  Wim Taymans  <wim@fluendo.com>
21921
21922         * gst-libs/gst/rtp/Makefile.am:
21923         * gst-libs/gst/rtp/gstbasertppayload.c:
21924         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
21925         (gst_basertppayload_class_init), (gst_basertppayload_init),
21926         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
21927         (gst_basertppayload_chain), (gst_basertppayload_set_options),
21928         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
21929         (gst_basertppayload_set_property),
21930         (gst_basertppayload_get_property),
21931         (gst_basertppayload_change_state):
21932         * gst-libs/gst/rtp/gstbasertppayload.h:
21933         Added rtp payloader base class.
21934
21935 2005-09-15  Andy Wingo  <wingo@pobox.com>
21936
21937         * configure.ac (plugindir): Remove the EOL matcher from the
21938         regexp, as it causes me problems. Libtool? Make? Who knows?
21939
21940 2005-09-14  David Schleef  <ds@schleef.org>
21941
21942         * check/generic/states.c: 
21943         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
21944         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
21945           Fixes for changes in registry API.
21946
21947         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
21948           to GST_PLUGIN_LDFLAGS.
21949         * ext/libvisual/visual.c: Make the library shut up.
21950         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
21951         * gst-libs/gst/audio/gstaudiofilter.c: same
21952
21953 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21954
21955         * docs/plugins/Makefile.am:
21956         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21957         * docs/plugins/inspect/plugin-libvisual.xml:
21958         * docs/plugins/tmpl/element-tcpserversink.sgml:
21959         * ext/theora/theoraenc.c:
21960           add libvisual plugin and theoraenc element to docs
21961
21962 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21963
21964         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21965         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21966         * ext/theora/theoraenc.c:
21967           add theoraenc
21968
21969 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
21970
21971         * gst/audioconvert/Makefile.am:
21972           Audioconvert derives from GstBaseTransform and should
21973           link to the library with our base elements to avoid
21974           unresolved symbols. Makes things work with MinGW (#316160)
21975
21976         * gst/playback/test4.c: (main):
21977           Fix MinGW build problem and use g_usleep() instead of 
21978           sleep() (#316162)
21979
21980 2005-09-12  Wim Taymans  <wim@fluendo.com>
21981
21982         * gst/audioconvert/audioconvert.c: (float),
21983         (audio_convert_prepare_context), (audio_convert_convert):
21984         * gst/audioconvert/audioconvert.h:
21985         Cleanups, speedups, simplifications, added back support
21986         for 24 bits.
21987
21988 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21989
21990         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21991         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21992         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
21993         * docs/plugins/tmpl/element-tcpserversink.sgml:
21994         * gst/ffmpegcolorspace/gstffmpeg.c:
21995         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21996         * gst/videotestsrc/gstvideotestsrc.c:
21997         * gst/volume/gstvolume.c:
21998           add more elements to the docs
21999
22000 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
22001
22002         * check/Makefile.am:
22003         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
22004         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
22005           Add extra tests for basetransform based components. 
22006           Comment out the test_element_negotiation test until we decide
22007           if it's testing correct behaviour.
22008         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
22009         (gst_visual_chain), (gst_visual_change_state):
22010           Slightly more correct but still bogus timestamping.
22011           Fix state change function.
22012         * gst/audioconvert/gstaudioconvert.c:
22013         (gst_audio_convert_class_init):
22014         * gst/audioresample/gstaudioresample.c:
22015         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22016         (gst_ffmpegcsp_class_init):
22017         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22018         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
22019         (gst_videoscale_prepare_image):
22020         * gst/volume/gstvolume.c: (gst_volume_class_init),
22021         (volume_transform_ip):
22022           Basetransform updates. Enable passthrough modes.
22023         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22024         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
22025         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
22026           Negotiation fix that allows the window to return to the original
22027           size and renegotiate passthrough upstream. Extra debug output.
22028
22029 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22030
22031         * gst/sine/gstsinesrc.c:
22032         * gst/volume/gstvolume.c:
22033           fix up header include
22034
22035 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
22036
22037         * gst-libs/gst/audio/gstbaseaudiosink.c:
22038         (gst_base_audio_sink_render):
22039         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
22040         * gst/volume/gstvolume.c: (gst_volume_class_init),
22041         (volume_transform):
22042           fixing lost sync, some more debugging
22043
22044 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
22045
22046         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22047         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
22048         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22049         (gst_xvimagesink_check_xshm_calls):
22050           Fix compilation when XShm is not available.
22051
22052 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22053
22054         * ext/libvisual/visual.c: (gst_visual_dispose),
22055         (gst_visual_getcaps), (gst_visual_src_setcaps),
22056         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
22057         (gst_visual_change_state):
22058           Finish fixing up libvisual plugin so that it runs. 
22059
22060 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22061
22062         * ext/vorbis/vorbisenc.c:
22063         * gst-libs/gst/tag/gstvorbistag.c:
22064           gsttaginterface.h -> gsttagsetter.h
22065
22066 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22067
22068         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
22069           added another test that failes for me (test is not active by default)
22070
22071 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22072
22073         * configure.ac:
22074           v4l2 is no longer in gst-plugins-base
22075
22076 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22077
22078         * configure.ac:
22079           In the output at the end, don't show the first plugin on the same
22080           line as "Core plug-ins, always built:".
22081           Indent the output as for other plugin categories
22082         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
22083           #define that can be used to not use peer buffer_alloc functions for
22084           test purposes.
22085         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22086         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
22087         (gst_ximagesink_show_frame):
22088         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22089         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
22090         (gst_xvimagesink_show_frame):
22091           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
22092           fails gracefully instead of XError aborting or deadlocking.
22093
22094 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22095
22096         * ext/libvisual/Makefile.am:
22097           link against gst-base-libs
22098
22099 2005-09-06  David Schleef  <ds@schleef.org>
22100
22101         * configure.ac: Enable libvisual plugin.
22102         * ext/libvisual/Makefile.am:
22103         * ext/libvisual/visual.c: Fixes to make it compile.
22104
22105 === release 0.9.2 ===
22106
22107 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22108
22109         * NEWS:
22110         * RELEASE:
22111         * configure.ac:
22112         * docs/random/ChangeLog-0.8:
22113           releasing 0.9.2, "Spoon"
22114
22115 2005-09-05  Michael Smith <msmith@fluendo.com>
22116
22117         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22118           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
22119           that in the vorbisenc element.
22120
22121 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22122
22123         * common/gtk-doc-plugins.mak:
22124         * docs/plugins/Makefile.am:
22125           fix distcheck
22126         * gst/audioresample/resample.c:
22127           fix wrong docstring
22128
22129 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22130
22131         * common/gst-xmlinspect.py:
22132         * common/gtk-doc-plugins.mak:
22133           only inspect plugins for this given package
22134           require gst-python 0.9
22135
22136 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22137
22138         * Makefile.am:
22139         * autogen.sh:
22140         * common/gst-xmlinspect.py:
22141         * configure.ac:
22142         * docs/Makefile.am:
22143         * docs/plugins/inspect/plugin-alsa.xml:
22144         * docs/plugins/inspect/plugin-audioresample.xml:
22145         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22146         * docs/plugins/inspect/plugin-ogg.xml:
22147         * docs/plugins/tmpl/element-gnomevfssink.sgml:
22148         * docs/plugins/tmpl/element-multifdsink.sgml:
22149         * docs/plugins/tmpl/element-tcpserversink.sgml:
22150         * docs/plugins/tmpl/element-vorbisenc.sgml:
22151         * gst-plugins-base.spec.in:
22152           various doc-related updates
22153
22154 2005-08-31  Wim Taymans  <wim@fluendo.com>
22155
22156         * gst-libs/gst/audio/gstbaseaudiosink.c:
22157         (gst_base_audio_sink_render):
22158         Resync if the buffer timestamps drift more than a 10th 
22159         of a second.
22160
22161 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
22162
22163         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
22164         (gst_v4lsrc_get_property):
22165           The 'timestamp-offset' property is registered as an int64, so
22166           let's use g_value_{set|get}_int64() in our setter and getter
22167           functions (makes it work and fixes warnings with gst-inspect).
22168
22169 2005-08-30  Wim Taymans  <wim@fluendo.com>
22170
22171         * check/elements/audioconvert.c: (setup_audioconvert):
22172         * check/elements/audioresample.c: (setup_audioresample):
22173         * check/elements/volume.c: (setup_volume):
22174         Fix checks.
22175
22176 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22177
22178         * common/gtk-doc-plugins.mak:
22179         * common/plugins.xsl:
22180         * docs/plugins/Makefile.am:
22181           make module a param
22182
22183 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22184
22185         * examples/seeking/seek.c: (make_mp3_pipeline),
22186         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
22187         (play_cb), (pause_cb), (stop_cb):
22188           update the example
22189
22190 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22191
22192         * gst/volume/gstvolume.c: (gst_volume_class_init),
22193         (volume_transform):
22194           do not update controlled params, if buffer has no timestamp
22195
22196 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22197
22198         * configure.ac:
22199         * gst/sine/Makefile.am:
22200         * gst/volume/Makefile.am:
22201           controllerized elements also need to link against controller-libs ;)
22202
22203 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22204
22205         * docs/libs/tmpl/gstcolorbalance.sgml:
22206         * docs/libs/tmpl/gstgconf.sgml:
22207         * docs/libs/tmpl/gstmixer.sgml:
22208         * docs/libs/tmpl/gstringbuffer.sgml:
22209         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22210         (gst_sinesrc_create):
22211         * gst/volume/gstvolume.c: (gst_volume_class_init),
22212         (volume_transform):
22213           controllerized two audio plugins
22214
22215 2005-08-29  Andy Wingo  <wingo@pobox.com>
22216
22217         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
22218         (vorbis_handle_data_packet): Fix some int overflow errors.
22219
22220         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
22221         -1.
22222         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
22223         valid.
22224         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
22225         if it's valid. Fixed streaming-mode playback.
22226
22227         * check/elements/volume.c (cleanup_volume): Fix for running
22228         CK_FORK=no.
22229
22230         * check/elements/audioconvert.c: Convert from native endian, not
22231         little endian.
22232
22233 2005-08-29  Michael Smith <msmith@fluendo.com>
22234
22235         * ext/ogg/Makefile.am:
22236         * ext/ogg/gstogg.c: (plugin_init):
22237         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
22238         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
22239         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
22240         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
22241         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
22242         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
22243         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
22244         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
22245         Add an ogg parser element.
22246
22247 2005-08-28  Andy Wingo  <wingo@pobox.com>
22248
22249         * Updates for two-arg init from GST_BOILERPLATE_FULL.
22250
22251 2005-08-26  Wim Taymans  <wim@fluendo.com>
22252
22253         * gst/audioconvert/audioconvert.c: (if), (float),
22254         (audio_convert_get_func_index), (check_default),
22255         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22256         (audio_convert_clean_context), (audio_convert_get_sizes),
22257         (audio_convert_convert):
22258         Cleanups.
22259
22260 2005-08-26  Wim Taymans  <wim@fluendo.com>
22261
22262         * gst/audioconvert/audioconvert.c: (if), (float),
22263         (audio_convert_get_func_index), (check_default),
22264         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22265         (audio_convert_clean_context), (audio_convert_get_sizes),
22266         (audio_convert_convert):
22267         More elegant and working temp buffer selection algo.
22268
22269 2005-08-26  Wim Taymans  <wim@fluendo.com>
22270
22271         * gst/audioconvert/audioconvert.c: (if), (float),
22272         (audio_convert_get_func_index), (check_default),
22273         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22274         (audio_convert_clean_context), (audio_convert_get_sizes),
22275         (get_temp_buffer), (audio_convert_convert):
22276         Use realloc else we lose our original data.
22277
22278 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22279
22280         * gst/audioresample/gstaudioresample.c:
22281           use base class' newsegment to properly timestamp
22282
22283 2005-08-26  Wim Taymans  <wim@fluendo.com>
22284
22285         * gst/audioconvert/audioconvert.c: (if), (float),
22286         (audio_convert_get_func_index), (check_default),
22287         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22288         (audio_convert_clean_context), (audio_convert_get_sizes),
22289         (get_temp_buffer), (audio_convert_convert):
22290         * gst/audioconvert/gstaudioconvert.c:
22291         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
22292         (gst_audio_convert_transform_caps),
22293         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
22294         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
22295         Oops, allocate enough space to perform the channel mix.
22296
22297 2005-08-26  Wim Taymans  <wim@fluendo.com>
22298
22299         * gst/audioconvert/Makefile.am:
22300         * gst/audioconvert/audioconvert.c: (if), (float),
22301         (audio_convert_get_func_index), (check_default),
22302         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22303         (audio_convert_clean_context), (audio_convert_get_sizes),
22304         (get_temp_buffer), (audio_convert_convert):
22305         * gst/audioconvert/audioconvert.h:
22306         * gst/audioconvert/gstaudioconvert.c:
22307         (gst_audio_convert_class_init), (gst_audio_convert_init),
22308         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
22309         (gst_audio_convert_get_unit_size),
22310         (gst_audio_convert_transform_caps),
22311         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
22312         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
22313         * gst/audioconvert/gstaudioconvert.h:
22314         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22315         (gst_channel_mix_fill_identical),
22316         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
22317         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
22318         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
22319         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
22320         (gst_channel_mix_mix):
22321         * gst/audioconvert/gstchannelmix.h:
22322         Cleanups, librarify a bit, optimize, better negotiation and more.
22323
22324 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22325
22326         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
22327         Another from MikeS:
22328         During typefinding, don't support negative offsets
22329         (offsets from the end of the stream) in our typefind->peek() function
22330         - nothing embedded in ogg ever needs them. However, we need to recognise
22331         those requests and reject them, otherwise we return invalid pointers.
22332
22333 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22334
22335         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
22336         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
22337         (vorbisdec_finalize), (vorbis_handle_type_packet):
22338           Big shout-out to MikeS for fixing this giant memory leak.
22339           Huzzah!
22340
22341 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22342
22343         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
22344         (audio_convert_get_unit_size):
22345           plug some leaks
22346
22347 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22348
22349         * check/Makefile.am:
22350         * check/elements/audioconvert.c: (setup_audioconvert),
22351         (cleanup_audioconvert), (get_int_caps), (verify_convert),
22352         (GST_START_TEST), (audioconvert_suite), (main):
22353           add a test for audioconvert
22354         * gst/audioresample/gstaudioresample.c:
22355         * gst/audioresample/gstaudioresample.h:
22356           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
22357           note that for buffers of 1/3 sec this means DURATION(c) is 
22358           one nanosecond more than for a and b
22359
22360 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22361
22362         * check/Makefile.am:
22363         * check/elements/audioresample.c: (setup_audioresample),
22364         (cleanup_audioresample), (fail_unless_perfect_stream),
22365         (test_perfect_stream_instance), (GST_START_TEST),
22366           add a check for audioresample
22367         (audioresample_suite), (main):
22368         * check/elements/volume.c: (GST_START_TEST):
22369           remove unused method
22370         * gst/audioresample/gstaudioresample.c:
22371           set correct buffer parameters since we're changing them
22372         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22373           add some debug
22374
22375 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22376
22377         * gst/audioresample/debug.c:
22378         * gst/audioresample/gstaudioresample.c:
22379           add room for extra overlap samples when asked to transform size
22380           protect against possible mem corruption and check for discrepancies
22381           between written size and outbuffer's size so we can warn for
22382           potential problems
22383         * gst/audioresample/resample.c: (resample_init),
22384         (resample_get_output_size_for_input), (resample_get_output_size),
22385         (resample_set_n_channels), (resample_set_format):
22386           set debug level based on RESAMPLE_DEBUG env var
22387           make sure that get_output_size* returns a whole number of
22388           sample_size
22389           set sample_size each time either channel or format is set
22390         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
22391         * gst/audioresample/resample_functable.c:
22392         (resample_scale_functable):
22393         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22394           remove r->sample_size, it's done in resample.c now
22395           add some debugging to the ref implementation
22396           make sure we only give back bytes that are wholes of the sample
22397           size
22398
22399 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
22400         * gst/playback/gstplaybasebin.c: (fill_buffer):
22401         Revert unpopular change for GST_MESSAGE_SRC to GObject.
22402
22403 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
22404
22405         * gst/volume/gstvolume.c:
22406           made set_caps function static
22407
22408 2005-08-24  Wim Taymans  <wim@fluendo.com>
22409
22410         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22411         (gst_vorbisenc_change_state):
22412         Stop leaking taglists.
22413
22414 2005-08-24  Wim Taymans  <wim@fluendo.com>
22415
22416         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
22417         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
22418         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
22419         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
22420         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22421         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
22422         Parse seeking events better.
22423         Unref static caps.
22424         Generate correct newsegment events, fixes seeking in live oggs.
22425
22426         * ext/theora/theoradec.c: (theora_dec_src_query),
22427         (theora_dec_src_event), (theora_dec_src_getcaps),
22428         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
22429         Use newsegment values to report correct play time.
22430
22431         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22432         (vorbis_dec_src_event), (vorbis_dec_sink_event):
22433         * ext/vorbis/vorbisdec.h:
22434         Parse and use newsegment values to report correct play time.
22435
22436         * gst-libs/gst/audio/gstbaseaudiosink.c:
22437         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22438         Clear ringbuffer on flush.
22439         Use newsegment values to calculate playback time.
22440
22441         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
22442         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
22443         Basesink does newsegment calculations for us now.
22444
22445 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22446
22447         * check/Makefile.am:
22448         * configure.ac:
22449           add core's plugins to the mix so that playbin works
22450         * check/generic/states.c: (GST_START_TEST):
22451           set a 0 timeout on pipelines, so they don't force the next
22452           state change
22453         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
22454         (gst_play_base_bin_change_state):
22455           remove the crappy error handling and do GST error handling
22456
22457 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22458
22459         * check/Makefile.am:
22460         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
22461           add same test as to core, it bitches out on playbin atm.
22462
22463 2005-08-24  Wim Taymans  <wim@fluendo.com>
22464
22465         * configure.ac:
22466         Remove audioscale.
22467
22468 2005-08-24  Wim Taymans  <wim@fluendo.com>
22469
22470         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
22471         (gst_videoscale_prepare_size), (parse_caps),
22472         (gst_videoscale_set_caps), (gst_videoscale_get_size),
22473         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
22474         (gst_videoscale_transform):
22475         * gst/videoscale/gstvideoscale.h:
22476         Refactor, make use of BaseTranform really well.
22477
22478 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22479
22480         * configure.ac:
22481           compile audioresample
22482         * gst/audioresample/Makefile.am:
22483         * gst/audioresample/buffer.c:
22484         * gst/audioresample/functable.c:
22485         * gst/audioresample/gstaudioresample.c:
22486         * gst/audioresample/gstaudioresample.h:
22487         * gst/audioresample/resample.c:
22488         (resample_get_output_size_for_input):
22489         * gst/audioresample/resample.h:
22490         * gst/audioresample/resample_chunk.c:
22491         * gst/audioresample/resample_functable.c:
22492         * gst/audioresample/resample_ref.c:
22493           port to use basetransform; doesn't work in all cases yet
22494
22495 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22496
22497         * gst/audioconvert/gstaudioconvert.c:
22498         (gst_audio_convert_class_init), (gst_audio_convert_init),
22499         (audio_convert_get_unit_size), (audio_convert_transform_caps),
22500         (audio_convert_fixate_caps), (audio_convert_set_caps),
22501         (audio_convert_transform),
22502         (gst_audio_convert_buffer_to_default_format),
22503         (gst_audio_convert_buffer_from_default_format),
22504         (gst_audio_convert_channels):
22505         * gst/audioconvert/gstchannelmix.c:
22506         * gst/audioconvert/gstchannelmix.h:
22507           port to basetransform
22508         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22509         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
22510         (gst_ffmpegcsp_get_unit_size):
22511         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22512         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
22513           fix for basetransform changes
22514
22515 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
22516
22517         * check/Makefile.am:
22518           Add CHECK_CFLAGS and LDFLAGS
22519
22520         * gst/playback/gstplaybasebin.c: (fill_buffer):
22521           GST_MESSAGE_SRC became a GObject
22522
22523 2005-08-24  Wim Taymans  <wim@fluendo.com>
22524
22525         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
22526         (gst_ring_buffer_clear_all):
22527         * gst-libs/gst/audio/gstringbuffer.h:
22528         Added function to clear the ringbuffer.
22529
22530 2005-08-24  Andy Wingo  <wingo@pobox.com>
22531
22532         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
22533         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
22534         of _open and _close.
22535
22536         * sys/v4l/gstv4lxoverlay.h:
22537         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
22538         an Xv connection here, instead of all the time. Make Xv only be
22539         loaded if you axe for it. Kindof a workaround for buggy behaviour
22540         of Xv when using remote xservers (XvQueryExtension would block).
22541         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
22542         replace the _open and _close public API. Only start the xv
22543         connection if necessary.
22544         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
22545
22546 2005-08-23  David Schleef  <ds@schleef.org>
22547
22548         * gst/audioresample/Makefile.am: Leet audioresampling code
22549         * gst/audioresample/buffer.c:
22550         * gst/audioresample/buffer.h:
22551         * gst/audioresample/debug.c:
22552         * gst/audioresample/debug.h:
22553         * gst/audioresample/functable.c:
22554         * gst/audioresample/functable.h:
22555         * gst/audioresample/gstaudioresample.c:
22556         * gst/audioresample/gstaudioresample.h:
22557         * gst/audioresample/resample.c:
22558         * gst/audioresample/resample.h:
22559         * gst/audioresample/resample_chunk.c:
22560         * gst/audioresample/resample_functable.c:
22561         * gst/audioresample/resample_ref.c:
22562
22563 2005-08-23  Wim Taymans  <wim@fluendo.com>
22564
22565         * examples/seeking/seek.c: (make_vorbis_pipeline),
22566         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
22567         Small seek updates.
22568
22569 2005-08-23  Andy Wingo  <wingo@pobox.com>
22570
22571         * gst-libs/gst/audio/gstbaseaudiosrc.c
22572         (gst_base_audio_src_fixate): Only fixate endianness if it is
22573         present in the caps.
22574
22575 2005-08-22  Andy Wingo  <wingo@pobox.com>
22576
22577         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
22578         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
22579         device-name property.
22580
22581         * gst-libs/gst/audio/gstaudiosrc.h:
22582         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
22583         close_device in the ring buffer, like gstaudiosink.
22584
22585         * ext/alsa/gstalsamixer.h:
22586         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
22587         macro to implement the interface without much code. Cleanups. 
22588
22589         * ext/alsa/gstalsasrc.h:
22590         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
22591         READY.
22592
22593         * ext/alsa/Makefile.am: Add new files.
22594         * ext/alsa/gstalsamixerelement.c: 
22595         * ext/alsa/gstalsamixerelement.c: Split element code out from
22596         mixer code so that alsasrc can be a mixer too.
22597
22598 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22599
22600         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22601         (GST_START_TEST):
22602         * check/elements/vorbisdec.c: (setup_vorbisdec),
22603         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
22604         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22605         (vorbis_handle_identification_packet),
22606         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
22607         (vorbis_handle_header_packet), (vorbis_dec_push),
22608         (vorbis_dec_chain):
22609           use the setup/teardown methods to save code.  save code is good.
22610
22611 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22612
22613         * check/Makefile.am:
22614           add ext dir for plugins
22615           add vorbisdec test conditionally
22616         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22617         (GST_START_TEST), (volume_suite):
22618           add a test with wrong caps
22619         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
22620         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
22621           add a vorbisdec test
22622         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
22623         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
22624           clean up debug output
22625         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22626           yay, fix a segfault/security issue in vorbisdec
22627           gst-launch fakesrc ! vorbisdec wasn't happy
22628         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
22629         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
22630         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
22631         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
22632         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
22633         (gst_vorbisenc_set_metadata), (get_constraints_string),
22634         (update_start_message), (gst_vorbisenc_setup),
22635         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
22636         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
22637         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
22638         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
22639         * ext/vorbis/vorbisenc.h:
22640           march in line
22641         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22642         (gst_ffmpegcsp_transform):
22643           have the kow come home
22644         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22645           debug my func ptr
22646         * gst/volume/gstvolume.c: (volume_set_caps):
22647           add a debug
22648
22649 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22650
22651         * Makefile.am:
22652         * check/.cvsignore:
22653         * check/Makefile.am:
22654         * check/elements/.cvsignore:
22655         * check/elements/volume.c: (chain_func), (event_func),
22656         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
22657         (main):
22658         * configure.ac:
22659           add unit test structure for gst-plugins-base
22660           add a test for volume
22661         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
22662         (gst_volume_set_volume), (gst_volume_get_volume),
22663         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
22664         (volume_funcfind), (volume_process_float), (volume_process_int16),
22665         (volume_set_caps), (volume_transform), (volume_update_mute),
22666         (volume_update_volume), (volume_set_property),
22667         (volume_get_property):
22668           document a little; use basetransform vmethod _set_caps
22669
22670 2005-08-19  Andy Wingo  <wingo@pobox.com>
22671
22672         * ext/alsa/gstalsamixertrack.h:
22673         * ext/alsa/gstalsamixertrack.c:
22674         * ext/alsa/gstalsamixeroptions.h:
22675         * ext/alsa/gstalsamixeroptions.c:
22676         * ext/alsa/gstalsamixer.h:
22677         * ext/alsa/gstalsamixer.c: Port to 0.9.
22678
22679         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
22680         Remove gstalsa.c and alsaclock. No more cruft here.
22681         
22682 2005-08-18  Wim Taymans  <wim@fluendo.com>
22683
22684         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22685         (gst_base_rtp_depayload_chain),
22686         (gst_base_rtp_depayload_add_to_queue),
22687         (gst_base_rtp_depayload_push),
22688         (gst_base_rtp_depayload_queue_release):
22689         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22690         Fix for RTPBuffer changes.
22691
22692         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
22693         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
22694         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
22695         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
22696         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
22697         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
22698         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
22699         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
22700         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
22701         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
22702         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
22703         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
22704         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
22705         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
22706         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
22707         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
22708         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
22709         (gst_rtpbuffer_get_payload):
22710         * gst-libs/gst/rtp/gstrtpbuffer.h:
22711         Don't subclass GstBuffer but add methods and helper functions
22712         to construct and manipulate RTP packets in regular GstBuffers.
22713
22714 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
22715
22716         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
22717           moved statement below switch
22718         * gst/volume/gstvolume.c: (gst_volume_class_init):
22719           added debug ptr
22720
22721 2005-08-16  Wim Taymans  <wim@fluendo.com>
22722
22723         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22724         (gst_base_audio_src_change_state):
22725         Open and close device in READY<->NULL state change.
22726
22727 2005-08-16  Andy Wingo  <wingo@pobox.com>
22728
22729         * examples/seeking/Makefile.am: Don't compile non-compiling
22730         compiled objects with the compiler.
22731
22732         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
22733         elements.
22734
22735 2005-08-12  Philippe Khalaf <burger@speedy.org>
22736         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22737         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22738           Made a thread to release the queue.
22739           Removed timestamp conversion for now.
22740
22741 2005-08-10  Philippe Khalaf <burger@speedy.org>
22742         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22743         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22744           Added rtp timestamp -> gst timestamp conversion.
22745           Fixed several problems with queue.
22746
22747 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
22748
22749         * gst-libs/gst/audio/gstaudioclock.h:
22750         * gst-libs/gst/audio/gstaudiofilter.h:
22751         * gst-libs/gst/audio/gstaudiosink.h:
22752         * gst-libs/gst/audio/gstaudiosrc.h:
22753         * gst-libs/gst/audio/gstbaseaudiosink.h:
22754         * gst-libs/gst/audio/gstbaseaudiosrc.h:
22755         * gst-libs/gst/audio/gstringbuffer.h:
22756         * gst-libs/gst/net/gstnetbuffer.h:
22757         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22758         * gst-libs/gst/rtp/gstrtpbuffer.h:
22759           Add padding (you will need to rebuild gst-plugins-base,
22760           gst-plugins and all applications afterwards!)
22761
22762 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
22763
22764         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
22765         (gst_riff_parse_chunk):
22766           Fix bug in debug message and add some more debug messages.
22767
22768 2005-08-08  Edward Hervey  <edward@fluendo.com>
22769
22770         * gst-libs/gst/riff/riff-media.c:
22771         backported updates since branch
22772
22773 2005-08-08  Andy Wingo  <wingo@pobox.com>
22774
22775         * gst-libs/gst/audio/gstbaseaudiosink.c
22776         (gst_base_audio_sink_change_state): Open the device in NULL->READY
22777         like good elements should. Close on READY->NULL too.
22778
22779         * gst-libs/gst/audio/gstaudiosink.c
22780         (gst_audioringbuffer_open_device,
22781         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
22782         (gst_audioringbuffer_release): Updates for new ring buffer API,
22783         hook into the new audio sink api.
22784
22785         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
22786         (GstAudioSinkClass.close): Just open and close the device -- no
22787         resource allocation or configuration.
22788         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
22789         vmethods, handle device setup and resource allocation.
22790
22791         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
22792         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
22793         base class API.
22794
22795         * gst-libs/gst/audio/gstringbuffer.h
22796         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
22797         New vmethods.
22798
22799         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
22800         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
22801         New API functions. The device should be opened before acquiring
22802         and closed after releasing.
22803
22804 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
22805
22806         * gst-libs/gst/interfaces/mixer.h:
22807           Reset padding to GST_PADDING.
22808
22809 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22810
22811         * gst/playback/gstplaybin.c: (remove_sinks):
22812           Remove visualization from parent explicitely; works around some
22813           apparent refcount issue that I haven't tracked down yet.
22814
22815 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22816
22817         * ext/alsa/gstalsasink.c: (set_hwparams):
22818           Assign debug category, add negotiation debug msgs.
22819
22820 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22821
22822         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
22823           Fix error code for file-not-found to NOT_FOUND.
22824
22825 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22826
22827         * common/gtk-doc-plugins.mak:
22828         * docs/plugins/Makefile.am:
22829         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22830         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22831           renamed to actual element names, so much nicer to look at
22832         * docs/plugins/tmpl/gstmultifdsink.sgml:
22833           remove
22834         * docs/plugins/tmpl/multifdsink.sgml:
22835         * docs/plugins/tmpl/tcpserversink.sgml:
22836           add
22837         * ext/alsa/gstalsa.c:
22838         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
22839         * ext/ogg/gstoggmux.c:
22840         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
22841         * gst/playback/gstdecodebin.c:
22842         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22843         * gst/tcp/gsttcpserversink.c:
22844           various fixes and documentation additions
22845
22846 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22847
22848         * common/Makefile.am:
22849         * common/gstdoc-scangobj:
22850         * common/gtk-doc-plugins.mak:
22851         * common/gtk-doc.mak:
22852           add a custom scangobj that uses the registry
22853           add a custom gtk-doc-plugins.mak that uses it
22854           some doc build fixes
22855         * configure.ac:
22856         * docs/Makefile.am:
22857         * docs/plugins/Makefile.am:
22858         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22859         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22860         * docs/plugins/gst-plugins-base-plugins.types:
22861         * docs/plugins/tmpl/gstmultifdsink.sgml:
22862           add docs for one element, multifdsink
22863         * gst/adder/gstadder.h:
22864         * gst/volume/gstvolume.h:
22865           don't privatize enum
22866         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
22867         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
22868         (gst_sync_method_get_type), (gst_client_status_get_type),
22869         (gst_multifdsink_class_init),
22870         (gst_multifdsink_client_queue_buffer),
22871         (gst_multifdsink_handle_client_write):
22872         * gst/tcp/gstmultifdsink.h:
22873         * gst/tcp/gsttcp.h:
22874         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
22875         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
22876         (gst_tcpclientsink_render):
22877         * gst/tcp/gsttcpclientsink.h:
22878         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
22879         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
22880         (gst_tcpclientsrc_start):
22881         * gst/tcp/gsttcpclientsrc.h:
22882         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
22883         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
22884         * gst/tcp/gsttcpserversrc.h:
22885         * gst/typefind/gsttypefindfunctions.c:
22886           remove superfluous Type stuff
22887
22888 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22889
22890         * gst/playback/gstplaybin.c: (gen_video_element):
22891           Enable videoscale.
22892
22893 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22894
22895         * gst-libs/gst/gconf/gconf.c:
22896         * gst-libs/gst/gconf/gconf.h:
22897           Fix some Andy Problem [tm].
22898
22899 2005-08-04  Andy Wingo  <wingo@pobox.com>
22900
22901         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
22902         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
22903         (gst_ffmpegcsp_get_size): Adapt to API changes.
22904
22905         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
22906         Implement an in-place do-nothing transform.
22907
22908 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22909
22910         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
22911         (gst_ximagesink_renegotiate_size):
22912           Do not set new window sizes yet if we prepare a new buffer size
22913           for upstream renegotiation (software scaling) at some point in the
22914           future, because this new size waqs not actually accepted yet. Once
22915           accepted, renegotiation later on will set the new sizes just fine.
22916           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
22917           embedding testcase.
22918
22919 2005-08-03  Andy Wingo  <wingo@pobox.com>
22920
22921         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
22922         (gst_ximagesink_buffer_alloc): 
22923         Protect the height, width, and desired_caps with the pool_lock.
22924         Fixes videotestsrc ! queue ! ximagesink.
22925
22926 2005-08-02  Edward Hervey  <edward@fluendo.com>
22927
22928         * gst/volume/gstvolume.c:
22929         include left from controller cleanup
22930
22931 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
22932         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
22933           Stop collectpads before calling the parent state
22934           change function on PAUSED->READY.
22935
22936 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
22937         * configure.ac:
22938           When testing for X libs, use the X CFlags 
22939         * gst/adder/gstadder.c: (gst_adder_change_state):
22940           Stop the collectpads before calling parent state change function
22941           on PAUSED->READY, otherwise we deadlock deactivating pads.
22942
22943 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
22944
22945         * configure.ac:
22946         * docs/libs/tmpl/gstcolorbalance.sgml:
22947         * docs/libs/tmpl/gstmixer.sgml:
22948         * examples/Makefile.am:
22949         * gst/sine/Makefile.am:
22950         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
22951         (gst_sinesrc_set_property), (plugin_init):
22952         * gst/sine/gstsinesrc.h:
22953         * gst/volume/Makefile.am:
22954         * gst/volume/gstvolume.c: (gst_volume_set_volume),
22955         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
22956         (volume_process_float), (volume_process_int16),
22957         (volume_set_property), (plugin_init):
22958         * gst/volume/gstvolume.h:
22959           deactivate and remove dparams (libgstcontrol)
22960
22961 2005-07-29  Wim Taymans  <wim@fluendo.com>
22962
22963         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
22964         Convert me to BaseTransform!! help..
22965
22966 2005-07-29  Andy Wingo  <wingo@pobox.com>
22967
22968         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
22969         sinks.
22970
22971         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
22972         support of both endiannesses.
22973
22974 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
22975
22976         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
22977           Fix confusing debug message (s/event/query/)
22978
22979 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
22980
22981         * gst/videotestsrc/videotestsrc.h:
22982           Use "_stdint.h" instead of <stdint.h>
22983
22984 2005-07-27  Wim Taymans  <wim@fluendo.com>
22985
22986         * ext/vorbis/Makefile.am:
22987         Revert wrong commit.
22988
22989 2005-07-27  Wim Taymans  <wim@fluendo.com>
22990
22991         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
22992         More compilation fixen.
22993
22994 2005-07-27  Wim Taymans  <wim@fluendo.com>
22995
22996         * gst-libs/gst/audio/gstbaseaudiosink.c:
22997         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
22998         (gst_base_audio_sink_create_ringbuffer),
22999         (gst_base_audio_sink_change_state):
23000         Fix compilation.
23001
23002 2005-07-27  Wim Taymans  <wim@fluendo.com>
23003
23004         * examples/seeking/seek.c: (setup_dynamic_link),
23005         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
23006         (query_positions_elems), (query_positions_pads), (do_seek):
23007         Update seek example.
23008
23009         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23010         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
23011         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
23012         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23013         (gst_ogg_demux_handle_event),
23014         (gst_ogg_demux_deactivate_current_chain),
23015         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23016         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23017         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
23018         (gst_ogg_demux_loop):
23019         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
23020         * ext/theora/theoradec.c: (theora_dec_src_event),
23021         (theora_dec_src_getcaps), (theora_dec_sink_event),
23022         (theora_dec_push), (theora_dec_chain):
23023         * ext/vorbis/Makefile.am:
23024         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
23025         (vorbis_dec_sink_event), (vorbis_dec_push),
23026         (vorbis_handle_data_packet):
23027         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
23028         (gst_vorbisenc_chain):
23029         * gst/playback/gststreaminfo.c: (cb_probe):
23030         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
23031         * gst/videorate/gstvideorate.c: (gst_videorate_event):
23032         * gst/videoscale/gstvideoscale.c:
23033         (gst_videoscale_handle_src_event):
23034         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
23035         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
23036         (gst_ximagesink_navigation_send_event):
23037         * sys/xvimage/xvimagesink.c:
23038         (gst_xvimagesink_navigation_send_event):
23039         Various event updates and cleanups
23040
23041 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23042
23043         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
23044           Fix segfault for I420/YV12.
23045
23046 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23047
23048         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
23049           Report bitrate.
23050
23051 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23052
23053         * gst/playback/gstplaybin.c: (gen_video_element),
23054         (gen_audio_element):
23055           Switch to auto*sink elements as default sinks; add volume element
23056           so that volume control in totem works.
23057
23058 2005-07-21  Wim Taymans  <wim@fluendo.com>
23059
23060         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
23061         * gst/playback/gstplaybin.c: (setup_sinks),
23062         (gst_play_bin_change_state):
23063         Refcount fix and more comments.
23064
23065 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23066
23067         * sys/ximage/Makefile.am:
23068         * sys/ximage/ximage.c: (plugin_init):
23069         * sys/ximage/ximagesink.c:
23070         Prepare for adding ximagesrc, rename of plugin to ximage etc.
23071         
23072
23073 2005-07-21  Wim Taymans  <wim@fluendo.com>
23074
23075         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23076         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23077         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23078         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23079         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23080         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
23081         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
23082         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
23083         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
23084         Generate correct disconts for live chained oggs.
23085
23086         * gst-libs/gst/audio/gstbaseaudiosink.c:
23087         (gst_base_audio_sink_render),
23088         (gst_base_audio_sink_create_ringbuffer),
23089         (gst_base_audio_sink_change_state):
23090         Handle discont math correctly.
23091
23092         * gst/playback/gstplaybin.c: (add_sink):
23093         Some small debug cleanup.
23094
23095 2005-07-21  Wim Taymans  <wim@fluendo.com>
23096
23097         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
23098         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23099         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23100         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23101         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23102         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
23103         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23104         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
23105         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23106         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
23107         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
23108         (gst_ogg_demux_change_state), (gst_ogg_print):
23109         Reorganize code to send the right disconts when in streaming
23110         mode.
23111
23112 2005-07-20  Andy Wingo  <wingo@pobox.com>
23113
23114         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
23115         fix (?), fixes a seggie mcfalterson (#310894).
23116
23117 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23118
23119         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
23120         (gst_ogg_mux_set_header_on_caps):
23121         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23122         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23123         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
23124         * gst-libs/gst/audio/multichannel.c:
23125         (gst_audio_set_channel_positions),
23126         (gst_audio_set_structure_channel_positions_list):
23127         * gst/playback/gstdecodebin.c: (dynamic_create):
23128         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
23129         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
23130           Fixes for API changes in core.
23131
23132 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23133
23134         * gst/playback/gstplaybasebin.c: (fill_buffer):
23135           Use _new_custom() so we can set custom message types for buffering
23136           messages.
23137
23138 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23139
23140         * configure.ac:
23141         * gst-libs/gst/Makefile.am:
23142         * gst-libs/gst/gconf/.cvsignore:
23143         * gst-libs/gst/gconf/Makefile.am:
23144         * gst-libs/gst/gconf/test-gconf.c:
23145         * pkgconfig/Makefile.am:
23146         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
23147         * pkgconfig/gstreamer-gconf.pc.in:
23148           Remove gconf stuff, use gconf elements instead from now on.
23149
23150 2005-07-20  Wim Taymans  <wim@fluendo.com>
23151
23152         * gst-libs/gst/audio/TODO:
23153         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
23154         (gst_audio_clock_get_internal_time):
23155         * gst-libs/gst/audio/gstaudioclock.h:
23156         * gst-libs/gst/audio/gstbaseaudiosink.c:
23157         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23158         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
23159         (gst_base_audio_sink_render),
23160         (gst_base_audio_sink_create_ringbuffer),
23161         (gst_base_audio_sink_change_state):
23162         Make sure the audio clock always returns an increasing value.
23163
23164 2005-07-19  Andy Wingo  <wingo@pobox.com>
23165
23166         * gst/videotestsrc/: Cleanups.
23167
23168 2005-07-19  Wim Taymans  <wim@fluendo.com>
23169
23170         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23171         Better debugging.
23172
23173 2005-07-19  Wim Taymans  <wim@fluendo.com>
23174
23175         * examples/seeking/seek.c: (make_dv_pipeline),
23176         (make_vorbis_theora_pipeline), (query_rates),
23177         (query_positions_elems), (query_positions_pads), (do_seek):
23178         Make correct DV pipeline.
23179
23180 2005-07-18  Andy Wingo  <wingo@pobox.com>
23181
23182         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
23183         default. Also because it's the only thing that really works. (This
23184         is used in the GConf elements).
23185         Use AS_LIBTOOL_TAGS.
23186
23187 2005-07-18  Wim Taymans  <wim@fluendo.com>
23188
23189         * gst/playback/gstdecodebin.c: (remove_element_chain):
23190         * gst/playback/gstplaybin.c: (add_sink):
23191         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23192         (gst_stream_info_set_mute):
23193         * gst/playback/gststreamselector.c:
23194         (gst_stream_selector_get_linked_pad),
23195         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
23196         More leak and compile fixes.
23197
23198 2005-07-18  Wim Taymans  <wim@fluendo.com>
23199
23200         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23201         (query_rates), (query_positions_elems), (query_positions_pads),
23202         (do_seek), (seek_cb), (stop_seek):
23203         Updated seek example. 
23204
23205         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
23206         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
23207         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
23208         * gst/playback/gstplaybin.c: (add_sink):
23209         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23210         (gst_stream_info_set_mute):
23211         Some refcount leak fixes.
23212
23213 2005-07-16  Wim Taymans  <wim@fluendo.com>
23214
23215         * gst-libs/gst/audio/gstbaseaudiosink.c:
23216         (gst_base_audio_sink_render):
23217         Align samples even if we have roundoff errors in the 
23218         timestamp conversion.
23219
23220 2005-07-16  Wim Taymans  <wim@fluendo.com>
23221
23222         * docs/libs/tmpl/gstringbuffer.sgml:
23223         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23224         (query_rates), (query_positions_elems), (query_positions_pads),
23225         (update_scale), (do_seek):
23226         Updated seek example.
23227
23228         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23229         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
23230         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
23231         (gst_ogg_demux_loop):
23232         Push out correct discont values.
23233
23234         * ext/theora/theoradec.c: (theora_dec_src_convert),
23235         (theora_dec_sink_convert), (theora_dec_src_getcaps),
23236         (theora_dec_sink_event), (theora_handle_type_packet),
23237         (theora_handle_header_packet), (theora_dec_push),
23238         (theora_handle_data_packet), (theora_dec_chain),
23239         (theora_dec_change_state):
23240         Better timestamping.
23241
23242         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23243         (vorbis_dec_sink_event), (vorbis_dec_push),
23244         (vorbis_handle_data_packet), (vorbis_dec_chain):
23245         * ext/vorbis/vorbisdec.h:
23246         Better timestamping.
23247
23248         * gst-libs/gst/audio/gstbaseaudiosink.c:
23249         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
23250         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23251         Handle syncing on timestamps instead of sample offsets. Make
23252         use of DISCONT values as described in design docs.
23253
23254         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23255         (gst_base_audio_src_get_time):
23256         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
23257         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
23258         (gst_ring_buffer_read):
23259         * gst-libs/gst/audio/gstringbuffer.h:
23260         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
23261         (gst_ximagesink_show_frame):
23262         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23263         Correcly convert buffer timestamp to stream time.
23264
23265 2005-07-16  Wim Taymans  <wim@fluendo.com>
23266
23267         * gst/audioconvert/gstaudioconvert.c:
23268         (gst_audio_convert_get_buffer):
23269         Timestamp buffers correctly.
23270
23271         * gst/playback/gstplaybin.c: (gen_video_element):
23272         Make internal fakesink silent.
23273
23274 2005-07-15  Wim Taymans  <wim@fluendo.com>
23275
23276         * gst/ffmpegcolorspace/Makefile.am:
23277         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23278         (gst_ffmpegcsp_caps_remove_format_info),
23279         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
23280         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
23281         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
23282         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
23283         Ported ffmpegcolorspace to basetransform.
23284
23285         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
23286         * gst/volume/gstvolume.c: (volume_transform):
23287         Ported to new API.
23288
23289 2005-07-14  Wim Taymans  <wim@fluendo.com>
23290
23291         * gst/videotestsrc/Makefile.am:
23292         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
23293         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
23294         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
23295         (gst_videotestsrc_init), (gst_videotestsrc_event),
23296         (gst_videotestsrc_create), (gst_videotestsrc_start),
23297         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
23298         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23299         (gst_videotestsrc_get_property):
23300         * gst/videotestsrc/gstvideotestsrc.h:
23301         Make videotestsrc a pushsrc.
23302
23303 2005-07-14  Wim Taymans  <wim@fluendo.com>
23304
23305         * gst/tcp/gstfdset.c: (gst_fdset_free):
23306         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
23307         (gst_multifdsink_add), (gst_multifdsink_remove),
23308         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
23309         (gst_multifdsink_remove_client_link),
23310         (gst_multifdsink_client_queue_data),
23311         (gst_multifdsink_client_queue_caps),
23312         (gst_multifdsink_client_queue_buffer),
23313         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
23314         (gst_multifdsink_stop):
23315         * gst/tcp/gstmultifdsink.h:
23316         0.8 backporting.
23317
23318         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
23319         Also draw image when not from a pool.
23320
23321 2005-07-14  Wim Taymans  <wim@fluendo.com>
23322
23323         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
23324         (mute_stream), (silence_stream):
23325         Small debug additions.
23326
23327 2005-07-14  Wim Taymans  <wim@fluendo.com>
23328
23329         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23330         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23331         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
23332         Better error recovery, ignore unconnected pads and
23333         non-fatal errors.
23334
23335 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23336
23337         * docs/libs/tmpl/gstaudio.sgml:
23338         * docs/libs/tmpl/gstcolorbalance.sgml:
23339         * docs/libs/tmpl/gstgconf.sgml:
23340         * docs/libs/tmpl/gstmixer.sgml:
23341         * docs/libs/tmpl/gstringbuffer.sgml:
23342         * docs/libs/tmpl/gsttuner.sgml:
23343         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23344         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23345         (gst_tcpclientsrc_class_init):
23346         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23347         (gst_tcpserversrc_class_init):
23348         * sys/v4l/gstv4lelement.c:
23349           more autistic cleanliness in functions/names/defines
23350
23351 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23352
23353         * configure.ac:
23354           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
23355           added manually to each Makefile.am so we are sure it goes
23356           *last* and doesn't add -L flags before linking in libs of our
23357           own, like, say, internal .la libs, that then accidentally pick
23358           up the installed copy.
23359         * docs/libs/Makefile.am:
23360         * ext/alsa/Makefile.am:
23361         * ext/cdparanoia/Makefile.am:
23362         * ext/gnomevfs/Makefile.am:
23363         * ext/libvisual/Makefile.am:
23364         * ext/ogg/Makefile.am:
23365         * ext/theora/Makefile.am:
23366         * ext/vorbis/Makefile.am:
23367         * gst-libs/gst/video/Makefile.am:
23368         * gst/adder/Makefile.am:
23369         * gst/audioconvert/Makefile.am:
23370         * gst/audiorate/Makefile.am:
23371         * gst/audioscale/Makefile.am:
23372         * gst/ffmpegcolorspace/Makefile.am:
23373         * gst/playback/Makefile.am:
23374         * gst/sine/Makefile.am:
23375         * gst/subparse/Makefile.am:
23376         * gst/tags/Makefile.am:
23377         * gst/tcp/Makefile.am:
23378         * gst/typefind/Makefile.am:
23379         * gst/videorate/Makefile.am:
23380         * gst/videoscale/Makefile.am:
23381         * gst/videotestsrc/Makefile.am:
23382         * gst/volume/Makefile.am:
23383         * sys/v4l/Makefile.am:
23384         * sys/ximage/Makefile.am:
23385         * sys/xvimage/Makefile.am:
23386           adapt properly to this change. This should make sure that
23387           plugins and libs properly link to the as-yet-uninstalled
23388           copies of stuff like libgstinterfaces and libgstvideo
23389
23390 2005-07-13  Andy Wingo  <wingo@pobox.com>
23391
23392         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
23393         (gst_v4lsrc_fixate): Fixate on format as well.
23394
23395         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
23396         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
23397         buffer points to it.
23398         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
23399         rather just doing X calls ourselves. Also fixes a memleak.
23400
23401 2005-07-12  Andy Wingo  <wingo@pobox.com>
23402
23403         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
23404         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
23405         (gst_v4lsrc_create): Re-add the copy-mode property, default to
23406         TRUE to avoid deadlocks if an element holds on to our buffers.
23407
23408 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23409
23410         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23411         (gst_sinesrc_init), (gst_sinesrc_create),
23412         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23413         (gst_sinesrc_start):
23414         * gst/sine/gstsinesrc.h:
23415           removing num-buffers property before moving it
23416
23417 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
23418
23419         * configure.ac:
23420           use overridable ERROR_CFLAGS
23421         * docs/libs/gst-plugins-base-libs.types:
23422         * docs/libs/tmpl/gstringbuffer.sgml:
23423         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
23424         (gst_alsasink_class_init):
23425         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23426         (gst_alsasrc_class_init):
23427         * gst-libs/gst/audio/audio.h:
23428         * gst-libs/gst/audio/gstaudioclock.h:
23429         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
23430         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
23431         (gst_audio_filter_link), (gst_audio_filter_init),
23432         (gst_audio_filter_chain), (gst_audio_filter_set_property),
23433         (gst_audio_filter_get_property),
23434         (gst_audio_filter_class_add_pad_templates):
23435         * gst-libs/gst/audio/gstaudiofilter.h:
23436         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23437         (gst_audio_filter_template_get_type),
23438         (gst_audio_filter_template_base_init),
23439         (gst_audio_filter_template_class_init),
23440         (gst_audio_filter_template_init),
23441         (gst_audio_filter_template_set_property),
23442         (gst_audio_filter_template_get_property), (plugin_init),
23443         (gst_audio_filter_template_setup),
23444         (gst_audio_filter_template_filter),
23445         (gst_audio_filter_template_filter_inplace):
23446         * gst-libs/gst/audio/gstaudiosink.c:
23447         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23448         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
23449         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23450         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23451         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
23452         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
23453         * gst-libs/gst/audio/gstaudiosink.h:
23454         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23455         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23456         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23457         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
23458         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
23459         (gst_audio_src_class_init), (gst_audio_src_init),
23460         (gst_audio_src_create_ringbuffer):
23461         * gst-libs/gst/audio/gstaudiosrc.h:
23462         * gst-libs/gst/audio/gstbaseaudiosink.c:
23463         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
23464         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23465         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
23466         (gst_base_audio_sink_set_property),
23467         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
23468         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
23469         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
23470         (gst_base_audio_sink_create_ringbuffer),
23471         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
23472         * gst-libs/gst/audio/gstbaseaudiosink.h:
23473         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23474         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
23475         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
23476         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
23477         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
23478         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
23479         (gst_base_audio_src_event), (gst_base_audio_src_create),
23480         (gst_base_audio_src_create_ringbuffer),
23481         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
23482         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23483         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
23484         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
23485         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
23486         (gst_ring_buffer_debug_spec_caps),
23487         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
23488         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
23489         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
23490         (gst_ring_buffer_start), (gst_ring_buffer_pause),
23491         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
23492         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
23493         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
23494         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
23495         (gst_ring_buffer_clear):
23496         * gst-libs/gst/audio/gstringbuffer.h:
23497         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
23498         (gst_video_sink_class_init), (gst_video_sink_get_type):
23499         * gst-libs/gst/video/videosink.h:
23500         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23501         (gst_multifdsink_class_init),
23502         (gst_multifdsink_handle_client_write),
23503         (gst_multifdsink_change_state):
23504         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23505         (gst_tcpclientsink_setcaps):
23506         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23507         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
23508         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
23509         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
23510         (gst_ximagesink_send_pending_navigation),
23511         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
23512         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
23513         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
23514         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
23515         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
23516         (gst_xvimagesink_send_pending_navigation),
23517         (gst_xvimagesink_navigation_send_event),
23518         (gst_xvimagesink_set_xwindow_id),
23519         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
23520         (gst_xvimagesink_get_type):
23521         more macro splitting
23522
23523 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23524
23525         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23526           plug a memleak, allows me to import 1479 albums in one go
23527           in jamboree
23528         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23529         (vorbis_handle_type_packet), (vorbis_dec_chain),
23530         (vorbis_dec_change_state):
23531           fix some format strings
23532
23533 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23534
23535         * docs/libs/tmpl/gstcolorbalance.sgml:
23536         * docs/libs/tmpl/gstmixer.sgml:
23537         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
23538         (gst_alsasink_set_property), (gst_alsasink_get_property):
23539         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
23540         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
23541           add device property
23542
23543 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23544
23545         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23546         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23547         (audiocast_register_listener), (audiocast_thread_run),
23548         (gst_gnomevfssrc_send_additional_headers_callback),
23549         (gst_gnomevfssrc_received_headers_callback),
23550         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
23551         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
23552         (gst_gnomevfssrc_get_size):
23553           add/clean up debugging
23554         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
23555           cleanups
23556
23557 2005-07-07  Andy Wingo  <wingo@pobox.com>
23558
23559         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
23560         framerate. Need to get a handle on when exactly this function is
23561         called, tho.
23562
23563         * sys/v4l/v4lsrc_calls.h:
23564         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
23565         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
23566         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
23567
23568         * sys/v4l/v4l_calls.h: Cast to V4lElement.
23569         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
23570         v4lelements are sources.
23571
23572         * sys/v4l/gstv4lxoverlay.h:
23573         * sys/v4l/gstv4lxoverlay.c:
23574         * sys/v4l/gstv4ltuner.h:
23575         * sys/v4l/gstv4ltuner.c: Header loc fixen.
23576         
23577         * sys/v4l/gstv4lsrc.h:
23578         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
23579         PushSrc/BaseSrc. Removed most sync-related properties, videorate
23580         or something should handle that. Made a live source.
23581
23582         * sys/v4l/gstv4lelement.h:
23583         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
23584         signals. Some cleanups.
23585
23586         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
23587
23588         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
23589         stuff.
23590
23591         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
23592         stuff.
23593
23594         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
23595
23596 2005-07-07  Wim Taymans  <wim@fluendo.com>
23597
23598         * ext/theora/theoradec.c: (theora_get_query_types),
23599         (theora_dec_src_getcaps), (theora_dec_push):
23600         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
23601         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
23602         Remove deprecated/unused query types.
23603
23604 2005-07-06  Wim Taymans  <wim@fluendo.com>
23605
23606         * ext/alsa/Makefile.am:
23607         * ext/alsa/gstalsaplugin.c: (plugin_init):
23608         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
23609         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23610         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
23611         (gst_alsasrc_class_init), (gst_alsasrc_init),
23612         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
23613         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
23614         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
23615         (gst_alsasrc_reset):
23616         * ext/alsa/gstalsasrc.h:
23617         * gst-libs/gst/audio/Makefile.am:
23618         * gst-libs/gst/audio/gstaudiosink.c:
23619         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23620         (gst_audioringbuffer_start):
23621         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23622         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23623         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
23624         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
23625         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23626         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23627         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
23628         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
23629         * gst-libs/gst/audio/gstaudiosrc.h:
23630         * gst-libs/gst/audio/gstbaseaudiosink.c:
23631         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23632         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
23633         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
23634         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23635         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
23636         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
23637         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
23638         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
23639         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
23640         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
23641         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
23642         (gst_baseaudiosrc_change_state):
23643         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23644         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
23645         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
23646         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
23647         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
23648         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
23649         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
23650         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
23651         * gst-libs/gst/audio/gstringbuffer.h:
23652         Added audiosource base classes.
23653         Ported alsasrc, still very basic.
23654
23655 2005-07-06  Wim Taymans  <wim@fluendo.com>
23656
23657         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
23658         (theora_dec_push), (theora_handle_data_packet):
23659         Prepare for better timestamp fix later.
23660
23661         * gst/audioconvert/gstaudioconvert.c:
23662         List most accurate caps first
23663
23664         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
23665         Use proper pad task function.
23666
23667         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23668         (gst_xvimagesink_show_frame):
23669         Fix deadlock when alloc failed.
23670
23671 2005-07-05  Andy Wingo  <wingo@pobox.com>
23672
23673         * ext/gnomevfs/gstgnomevfssrc.c:
23674         * gst/sine/gstsinesrc.c:
23675         * gst/tcp/gsttcpserversrc.c:
23676         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
23677
23678         * sys/v4l/: Port from 0.8.
23679
23680         * Many files: Null if we got it....
23681
23682 2005-07-05  Andy Wingo  <wingo@pobox.com>
23683
23684         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
23685         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
23686         Signedness fixes.
23687
23688 2005-07-05  Wim Taymans  <wim@fluendo.com>
23689
23690         * configure.ac:
23691         * gst/tcp/Makefile.am:
23692         * gst/tcp/README:
23693         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23694         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
23695         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
23696         (is_sync_frame), (gst_multifdsink_handle_client_write),
23697         (gst_multifdsink_render), (gst_multifdsink_start),
23698         (gst_multifdsink_stop), (gst_multifdsink_change_state):
23699         * gst/tcp/gstmultifdsink.h:
23700         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
23701         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
23702         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
23703         * gst/tcp/gsttcp.h:
23704         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23705         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23706         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
23707         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
23708         * gst/tcp/gsttcpclientsink.h:
23709         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23710         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
23711         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
23712         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
23713         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
23714         * gst/tcp/gsttcpclientsrc.h:
23715         * gst/tcp/gsttcpplugin.c: (plugin_init):
23716         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
23717         * gst/tcp/gsttcpserversink.h:
23718         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23719         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
23720         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
23721         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
23722         (gst_tcpserversrc_stop):
23723         * gst/tcp/gsttcpserversrc.h:
23724         * gst/tcp/gsttcpsink.c:
23725         * gst/tcp/gsttcpsink.h:
23726         * gst/tcp/gsttcpsrc.c:
23727         * gst/tcp/gsttcpsrc.h:
23728         Ported tcp plugins to 0.9. 
23729         
23730
23731 2005-07-05  Andy Wingo  <wingo@pobox.com>
23732
23733         * gst/playback/gstplaybasebin.c (fill_buffer):
23734         message_new_application fixen.
23735
23736         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
23737         Style fix.
23738
23739 2005-07-04  Wim Taymans  <wim@fluendo.com>
23740
23741         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
23742         Set caps on output buffer.
23743
23744 2005-07-04  Andy Wingo  <wingo@pobox.com>
23745
23746         * ext/gnomevfs/gstgnomevfssrc.c
23747         (gst_gnomevfssrc_received_headers_callback) 
23748         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
23749         hopefully.
23750
23751         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
23752         No refcount leakage.
23753
23754         * configure.ac: Enable -Werror.
23755         
23756         * ext/theora/theoradec.c (theora_dec_src_getcaps):
23757         * gst/audioconvert/bufferframesconvert.c
23758         (buffer_frames_convert_fixate):
23759         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
23760         (gst_audio_convert_fixate):
23761         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
23762         (gst_sinesrc_create): Fixate func changes.
23763         
23764         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23765         (gst_ximagesink_buffer_alloc): Unused var.
23766
23767 2005-07-01  Andy Wingo  <wingo@pobox.com>
23768
23769         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
23770         getcaps to do explicit caps. Needs to be done in all decoders,
23771         possibly via a base class.
23772
23773         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
23774
23775         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
23776         caps on the sink pad, just rely on the pad template. Also, setting
23777         ANY caps on a pad is not valid because the caps are not fixed.
23778
23779         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
23780         caps on the buffer, and get the width from the desired_caps if
23781         they're set.
23782         (gst_ximagesink_renegotiate_size): Implement via setting the
23783         desired_caps on the ximagesink.
23784         (gst_ximagesink_setcaps): Only reset the width of the player if it
23785         wasn't already set. Not sure if this is right.
23786         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
23787
23788         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
23789         that the user wants. NULL unless the window has been resized.
23790
23791         * gst/volume/gstvolume.c (volume_transform): Adapt to
23792         basetransform refcount changes.
23793         
23794 2005-07-01  Andy Wingo  <wingo@pobox.com>
23795
23796         * gst/videoscale/gstvideoscale.c:
23797         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
23798         from BaseTransform, implements a transform_caps. Removed dead code
23799         including some PAR stuff that was never reached -- should probably
23800         be added back somehow.
23801
23802 2005-07-01  Andy Wingo  <wingo@pobox.com>
23803
23804         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
23805         come later.
23806
23807 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
23808
23809         * configure.ac:
23810         * docs/libs/Makefile.am:
23811         * docs/libs/gst-plugins-libs.types:
23812         * ext/alsa/Makefile.am:
23813         * ext/alsa/gstalsamixer.h:
23814         * ext/alsa/gstalsamixeroptions.h:
23815         * ext/alsa/gstalsamixertrack.h:
23816         * gst-libs/gst/Makefile.am:
23817         * gst-libs/gst/colorbalance/.cvsignore:
23818         * gst-libs/gst/colorbalance/Makefile.am:
23819         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
23820         * gst-libs/gst/colorbalance/colorbalance.c:
23821         * gst-libs/gst/colorbalance/colorbalance.h:
23822         * gst-libs/gst/colorbalance/colorbalance.vcproj:
23823         * gst-libs/gst/colorbalance/colorbalancechannel.c:
23824         * gst-libs/gst/colorbalance/colorbalancechannel.h:
23825         * gst-libs/gst/interfaces/Makefile.am:
23826         * gst-libs/gst/interfaces/colorbalance.c:
23827         (gst_color_balance_class_init):
23828         * gst-libs/gst/interfaces/colorbalance.h:
23829         * gst-libs/gst/interfaces/interfaces-marshal.list:
23830         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
23831         * gst-libs/gst/interfaces/mixer.h:
23832         * gst-libs/gst/interfaces/mixeroptions.h:
23833         * gst-libs/gst/interfaces/navigation.c:
23834         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
23835         * gst-libs/gst/interfaces/tuner.h:
23836         * gst/volume/Makefile.am:
23837         * gst/volume/gstvolume.c:
23838         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
23839         * sys/ximage/Makefile.am:
23840         * sys/ximage/ximagesink.c:
23841         * sys/xvimage/Makefile.am:
23842         * sys/xvimage/xvimagesink.c:
23843           fold in all interfaces into an interfaces dir, preserving CVS
23844           history
23845
23846 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23847
23848         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
23849           Fix build after riff changes.
23850
23851 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23852
23853         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
23854         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
23855         (gst_riff_create_video_template_caps),
23856         (gst_riff_create_audio_template_caps),
23857         (gst_riff_create_iavs_template_caps):
23858         * gst-libs/gst/riff/riff-media.h:
23859         * gst-libs/gst/riff/riff-read.h:
23860         * gst-libs/gst/riff/riff.c: (gst_riff_init):
23861           Add gst_riff_init() to initialize the debug category, instead
23862           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
23863
23864 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23865
23866         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
23867           Oops, I shouldn't apply hacks.
23868
23869 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23870
23871         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
23872           Remove pad_loop function which doesn't work.
23873
23874 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23875
23876         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
23877           Send EOS when deactivating.
23878         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
23879         (check_queue), (queue_threshold_reached), (queue_out_of_data),
23880         (gen_preroll_element), (probe_triggered), (mute_stream),
23881         (silence_stream), (new_decoded_pad), (setup_substreams),
23882         (set_active_source):
23883         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
23884         (remove_sinks), (add_sink):
23885         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
23886           Change for new probe API.
23887
23888 2005-06-29  Wim Taymans  <wim@fluendo.com>
23889
23890         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
23891         * gst-libs/gst/audio/gstbaseaudiosink.c:
23892         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23893         (gst_baseaudiosink_change_state):
23894         * gst-libs/gst/audio/gstbaseaudiosink.h:
23895         * gst-libs/gst/audio/gstringbuffer.c:
23896         (gst_ringbuffer_set_callback):
23897         Fix compilation error.
23898         Ringbuffer starts out as not running.
23899         Free our clock in dispose.
23900         When releasing the ringbuffer we need to renegotiate so
23901         clear the pad caps.
23902
23903 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
23904
23905         * autogen.sh:
23906         * configure.ac:
23907         * docs/Makefile.am:
23908         * docs/libs/Makefile.am:
23909         * docs/libs/gst-plugins-libs-docs.sgml:
23910         * docs/libs/gst-plugins-libs-sections.txt:
23911         * docs/libs/gst-plugins-libs.types:
23912         * docs/libs/tmpl/gstaudio.sgml:
23913         * docs/libs/tmpl/gstcolorbalance.sgml:
23914         * docs/libs/tmpl/gstringbuffer.sgml:
23915         * gst-libs/gst/audio/gstringbuffer.c:
23916         (gst_ringbuffer_set_callback):
23917           reinstate gtk-doc docs for plugin libs
23918
23919 2005-06-28  Wim Taymans  <wim@fluendo.com>
23920
23921         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23922         (gst_ogg_demux_init):
23923         Removed pad loop function.
23924
23925 2005-06-28  Wim Taymans  <wim@fluendo.com>
23926
23927         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
23928         If we're building a chain we are not in an error case
23929         when we queue a buffer.
23930
23931 2005-06-28  Andy Wingo  <wingo@pobox.com>
23932
23933         * *.c: Don't cast to GstObject before reffing/unreffing.
23934
23935 2005-06-27  Andy Wingo  <wingo@pobox.com>
23936
23937         * gst/videotestsrc/gstvideotestsrc.c
23938         (gst_videotestsrc_activate_push): Activation API changes.
23939
23940         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
23941         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
23942         they have refs on the decodebin.
23943
23944         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
23945         parent class.
23946         (gst_ogg_pad_typefind): Don't leak a pad ref.
23947         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
23948         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
23949         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
23950
23951 2005-06-27  Edward Hervey  <edward@fluendo.com>
23952
23953         * ext/theora/theoradec.c: (theora_dec_change_state): 
23954         re-arranged call to parent's state change in order to avoid locks (or
23955         worse).
23956
23957 2005-06-26  Edward Hervey  <edward@fluendo.com>
23958
23959         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
23960         2nd argument of 'unknow-type' signal is a GstCaps and not a
23961         GstMiniObject
23962
23963 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
23964         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
23965           Set the worker thread's running flag to TRUE before starting the
23966           thread.
23967         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
23968           Catch a failure to add typefind to the bin.
23969
23970 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23971
23972         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23973         (gst_sinesrc_init), (gst_sinesrc_create),
23974         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23975         (gst_sinesrc_start):
23976         * gst/sine/gstsinesrc.h:
23977           add num-buffers and timestamp-offset properties
23978         * gst/videotestsrc/gstvideotestsrc.c:
23979         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
23980         (gst_videotestsrc_get_property):
23981           add timestamp-offset property
23982
23983 2005-06-23  Christian Schaller  <uraeus@gnome.org>
23984
23985         * configure.ac: add videorate
23986         * gst-plugins-base.spec.in: add videorate
23987
23988 2005-06-23  Wim Taymans  <wim@fluendo.com>
23989
23990         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
23991         (gst_videorate_getcaps), (gst_videorate_setcaps),
23992         (gst_videorate_event), (gst_videorate_chain):
23993         Fixed videorate, fixating an already fixated caps is not
23994         an error.
23995
23996 2005-06-23  Wim Taymans  <wim@fluendo.com>
23997
23998         * ext/ogg/README:
23999         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
24000         Buffer on caps is not boxed anymore.
24001
24002 2005-06-22  Wim Taymans  <wim@fluendo.com>
24003
24004         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
24005         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24006         Set buffers on caps as miniobjects and not as boxed.
24007
24008 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24009
24010         * configure.ac:
24011           back to HEAD
24012
24013 === release 0.9.1 ===
24014
24015 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24016
24017         * .cvsignore:
24018         * NEWS:
24019         * README:
24020         * RELEASE:
24021         * configure.ac:
24022         * po/af.po:
24023         * po/az.po:
24024         * po/cs.po:
24025         * po/en_GB.po:
24026         * po/hu.po:
24027         * po/it.po:
24028         * po/nb.po:
24029         * po/nl.po:
24030         * po/or.po:
24031         * po/sq.po:
24032         * po/sr.po:
24033         * po/sv.po:
24034         * po/uk.po:
24035         * po/vi.po:
24036           updates for release
24037
24038 2005-06-09  Andy Wingo  <wingo@pobox.com>
24039
24040         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
24041         
24042 2005-06-09  Andy Wingo  <wingo@pobox.com>
24043
24044         * configure.ac:
24045         * gst-libs/gst/Makefile.am:
24046         * gst-libs/gst/net/Makefile.am:
24047         Add gstnet to build.
24048
24049 2005-06-09  Andy Wingo  <wingo@pobox.com>
24050
24051         * gst-libs/gst/gconf/gconf.c:
24052         * gst/playback/test.c:
24053         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
24054         fixes.
24055
24056         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
24057
24058         * ext/theora/theoraenc.c (theora_enc_chain): 
24059         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
24060
24061         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
24062         RealPad.
24063
24064 2005-06-02  Wim Taymans  <wim@fluendo.com>
24065
24066         * gst-libs/gst/net/Makefile.am:
24067         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
24068         * pkgconfig/gstreamer-libs.pc.in:
24069         Added net stuff, version net lib.
24070
24071 2005-06-02  Wim Taymans  <wim@fluendo.com>
24072
24073         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
24074         (query_rates), (query_positions_elems), (query_positions_pads),
24075         (do_seek):
24076         Updated seek example.
24077
24078 2005-06-02  Andy Wingo  <wingo@pobox.com>
24079
24080         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
24081         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
24082         list.
24083
24084         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
24085         remove the typefind, the bin dispose will do it for us. When it's
24086         removed and unreffed, the signal handler will be disconnected,
24087         too.
24088         (unlinked): It's too difficult to disconnect from unlinked
24089         handlers, as they are on pads not elements. Just punt if the pads
24090         aren't grandkids of the bin.
24091
24092 2005-06-02  Wim Taymans  <wim@fluendo.com>
24093
24094         * ext/ogg/README:
24095         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24096         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
24097         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
24098         * ext/theora/theoradec.c: (theora_dec_src_query),
24099         (theora_handle_data_packet):
24100         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24101         (theora_enc_chain):
24102         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24103         (vorbis_handle_data_packet):
24104         * gst/audioconvert/bufferframesconvert.c:
24105         (buffer_frames_convert_chain):
24106         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24107         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24108         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24109         (gst_ffmpegcsp_chain):
24110         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24111         (gst_videorate_getcaps), (gst_videorate_setcaps),
24112         (gst_videorate_event), (gst_videorate_chain):
24113         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
24114         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
24115         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24116         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
24117         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24118         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24119         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24120         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24121         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
24122         Cleanups and buffer alloc.
24123
24124 2005-05-31  Wim Taymans  <wim@fluendo.com>
24125
24126         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
24127         Don't try to call the delay method when the device is not
24128         opened.
24129
24130 2005-05-31  Wim Taymans  <wim@fluendo.com>
24131
24132         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
24133         Get actual segment size and buffer size after opening
24134         the device.
24135
24136 2005-05-30  Wim Taymans  <wim@fluendo.com>
24137
24138         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
24139         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
24140         Also FLUSH upstream, makes the loop function exit faster.
24141         
24142         * ext/theora/theoradec.c: (theora_dec_src_query):
24143         Some more debug info in the query.
24144         
24145         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24146         (gst_ximagesink_setcaps):
24147         Release lock on par error, better error reporting.
24148
24149 2005-05-26  Wim Taymans  <wim@fluendo.com>
24150
24151         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24152         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
24153         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
24154         Clear chains in READY
24155         Queue packets until the chain is activated.
24156
24157 2005-05-25  Wim Taymans  <wim@fluendo.com>
24158
24159         * gst-libs/gst/audio/gstaudiosink.c:
24160         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24161         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24162         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24163         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24164         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24165         (gst_audiosink_create_ringbuffer):
24166         * gst-libs/gst/audio/gstbaseaudiosink.c:
24167         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24168         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24169         (gst_baseaudiosink_set_property), (build_linear_format),
24170         (debug_spec_caps), (debug_spec_buffer),
24171         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24172         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24173         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24174         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24175         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24176         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24177         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24178         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24179         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24180         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24181         (wait_segment), (gst_ringbuffer_commit),
24182         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24183         (gst_ringbuffer_clear):
24184         Various small cleanups.
24185
24186         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24187         (gst_audio_convert_change_state):
24188         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
24189         No need to take the locks anymore.
24190
24191 2005-05-25  Wim Taymans  <wim@fluendo.com>
24192
24193         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24194         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
24195         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
24196         (type_found):
24197         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
24198         (group_destroy), (group_commit), (queue_overrun),
24199         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
24200         (mute_stream), (new_decoded_pad), (setup_substreams),
24201         (setup_source), (mute_group_type), (set_active_source),
24202         (gst_play_base_bin_change_state):
24203         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
24204         (gen_video_element), (gen_text_element), (gen_audio_element),
24205         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
24206         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
24207         (gst_stream_info_dispose), (gst_stream_info_set_mute):
24208         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
24209         Some playbin cleanups mostly refcounting sloppyness.
24210
24211 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24212
24213         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24214           Work with streaming input.
24215
24216 2005-05-25  Wim Taymans  <wim@fluendo.com>
24217
24218         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24219         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24220         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24221         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
24222         No need to take the STREAM lock anymore.
24223
24224 2005-05-25  Wim Taymans  <wim@fluendo.com>
24225
24226         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24227         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
24228         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
24229         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
24230         (gst_ogg_demux_sink_activate):
24231         * ext/theora/theoradec.c: (theora_dec_src_event),
24232         (theora_handle_comment_packet), (theora_dec_chain),
24233         (theora_dec_change_state):
24234         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24235         (vorbis_handle_data_packet), (vorbis_dec_chain),
24236         (vorbis_dec_change_state):
24237         Remove STREAM locks as they are taken in core now.
24238         Never set bogus granulepos on vorbis/theora.
24239         Fix leaks in theoradec tag parsing.
24240
24241 2005-05-25  Wim Taymans  <wim@fluendo.com>
24242
24243         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
24244         Fix memleaks, GST_BUFFER_DATA() is not freed.
24245
24246 2005-05-25  Wim Taymans  <wim@fluendo.com>
24247
24248         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24249         Open non-blocking, set to blocking mode afterwards to avoid
24250         lockups when audio device is busy.
24251
24252 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24253
24254         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
24255           This can't be good.
24256
24257 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24258
24259         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24260         (gst_audio_convert_chain), (gst_audio_convert_link_src),
24261         (gst_audio_convert_setcaps):
24262           Implement instant setup switching.
24263
24264 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24265
24266         * gst/playback/gstplaybasebin.c: (probe_triggered):
24267           Fix missing unlock.
24268         * gst/playback/gstplaybin.c: (add_sink):
24269           First add, then link (otherwise pad link fails).
24270
24271 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24272
24273         * examples/Makefile.am:
24274         fix buildbot (make distcheck)
24275
24276 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24277
24278         * gst/playback/gstplaybin.c: (gen_vis_element):
24279           Remove some wrong code. Doesn't work yet.
24280
24281 2005-05-19  Wim Taymans  <wim@fluendo.com>
24282
24283         * gst-libs/gst/net/Makefile.am:
24284         * gst-libs/gst/net/README:
24285         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
24286         (gst_netbuffer_class_init), (gst_netbuffer_init),
24287         (gst_netbuffer_finalize), (gst_netbuffer_copy),
24288         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
24289         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
24290         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
24291         * gst-libs/gst/net/gstnetbuffer.h:
24292         Added buffer subclass to store extra to/from addresses for
24293         network sources/sinks.
24294
24295 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24296
24297         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
24298           Don't lock an unassigned variable.
24299
24300 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24301
24302         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
24303           Increase buffer for video, decrease buffer for other media types.
24304         * gst/playback/gstplaybin.c: (gen_video_element),
24305         (gen_audio_element):
24306           Change names for debugging purposes.
24307
24308 2005-05-18  Wim Taymans  <wim@fluendo.com>
24309
24310         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24311         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24312         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24313         (gst_ffmpegcsp_chain):
24314         Enable buffer alloc passthrough if the source and dest
24315         formats are the same.
24316
24317 2005-05-17  Wim Taymans  <wim@fluendo.com>
24318
24319         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
24320         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
24321         (gst_ogg_demux_chain_unlocked):
24322         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24323         (gst_audio_convert_caps_remove_format_info),
24324         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24325         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
24326         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24327         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24328         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
24329         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
24330         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24331         (gst_ffmpegcsp_get_property):
24332         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24333         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24334         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24335         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
24336         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
24337         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24338         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
24339         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
24340         Leak fixes in oggdemux.
24341         Some cleanups in audioconvert.
24342         Make passthrough work along with buffer_alloc etc.
24343         Make buffer_alloc and buffer recycling actually work in
24344         xvimagesink.
24345
24346 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24347
24348         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
24349           make the compiler happy
24350
24351 2005-05-17  Wim Taymans  <wim@fluendo.com>
24352
24353         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
24354         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
24355         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
24356         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
24357         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24358         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
24359         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
24360         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24361         (gst_xvimagesink_set_xwindow_id):
24362         * sys/xvimage/xvimagesink.h:
24363         Port xvimagesink to new MiniObject.
24364
24365 2005-05-17  Wim Taymans  <wim@fluendo.com>
24366
24367         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24368         (gst_audiofilter_chain):
24369         * gst-libs/gst/audio/gstaudiosink.c:
24370         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24371         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24372         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24373         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24374         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24375         (gst_audiosink_create_ringbuffer):
24376         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24377         (gst_audio_convert_caps_remove_format_info),
24378         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24379         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24380         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24381         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24382         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24383         Fix passthrough in ffmpegcolorspace.
24384         Fix memset in audiosink on wrong memory.
24385
24386 2005-05-16  David Schleef  <ds@schleef.org>
24387
24388         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
24389         to GstMiniObject.
24390
24391 2005-05-16  David Schleef  <ds@schleef.org>
24392
24393         Port from GstData to GstMiniObject.
24394         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24395         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
24396         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
24397         (gst_ogg_mux_collected):
24398         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24399         * ext/theora/theoradec.c: (theora_handle_comment_packet),
24400         (theora_handle_data_packet):
24401         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24402         (theora_set_header_on_caps), (theora_enc_chain):
24403         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24404         (vorbis_handle_comment_packet):
24405         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24406         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
24407         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
24408         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
24409         * gst/audioconvert/gstaudioconvert.c:
24410         (gst_audio_convert_get_buffer):
24411         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24412         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24413         (mute_stream), (silence_stream):
24414         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
24415         * gst/volume/gstvolume.c: (volume_transform):
24416         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
24417         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
24418         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
24419         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24420         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
24421         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
24422         (gst_ximagesink_buffer_alloc):
24423         * sys/ximage/ximagesink.h:
24424
24425 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24426
24427         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24428         (fill_buffer), (check_queue), (queue_threshold_reached),
24429         (queue_out_of_data):
24430         * gst/playback/gstplaybasebin.h:
24431           Post buffer-fullness on the bus.
24432
24433 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24434
24435         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24436         (try_to_link_1):
24437         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24438         (group_commit), (probe_triggered), (setup_source),
24439         (gst_play_base_bin_change_state):
24440         * gst/playback/gstplaybasebin.h:
24441         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24442         (gst_play_bin_init), (remove_sinks), (setup_sinks),
24443         (gst_play_bin_change_state):
24444           Move setup_output_pads into a virtual function, remove
24445           group-switch (no longer needed) and redirect (handled by bus
24446           now) signals.
24447
24448 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24449
24450         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
24451         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
24452         (get_active_group), (get_building_group), (group_destroy),
24453         (group_commit), (check_queue), (queue_overrun),
24454         (queue_threshold_reached), (queue_out_of_data),
24455         (gen_preroll_element), (remove_groups), (unknown_type),
24456         (add_element_stream), (no_more_pads), (probe_triggered),
24457         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
24458         (setup_substreams), (setup_source), (finish_source),
24459         (prepare_output), (muted_group_change_state),
24460         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
24461         (gst_play_base_bin_change_state):
24462         * gst/playback/gstplaybasebin.h:
24463         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24464         (gst_play_bin_init), (gst_play_bin_set_property),
24465         (gen_video_element), (gen_text_element), (gen_audio_element),
24466         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
24467         (gst_play_bin_change_state):
24468         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
24469         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
24470         (stream_info_change_state), (gst_stream_info_set_mute),
24471         (gst_stream_info_get_property):
24472         * gst/playback/gststreaminfo.h:
24473         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
24474         (gst_stream_selector_get_linked_pad),
24475         (gst_stream_selector_getcaps),
24476         (gst_stream_selector_get_linked_pads),
24477         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
24478         * gst/playback/gststreamselector.h:
24479           Rough port of playbin. Needs some more work, but is mostly done,
24480           and uses a few locks in important places, which should make stuff
24481           like chain-switches clean. Still uses GST_STATE() in a few places,
24482           which isn't all that good an idea, subtitles/elements disabled
24483           because no elements to test with and thus probably broken, query
24484           and event handling moved to GstBin, internal thread removed
24485           alltogether because the pipeline does that for us now. Can play
24486           Ogg/Vorbis files. Haven't tested anything else yet.
24487
24488 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24489
24490         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
24491           Do no-more-pads (needed for autoplugging).
24492
24493 2005-05-10  Andy Wingo  <wingo@pobox.com>
24494
24495         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
24496         message to the bus with the tags. Still not sent downstream tho.
24497
24498         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
24499         get_parent.
24500         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
24501         avoid refcounting hassles.
24502
24503 2005-05-09  Andy Wingo  <wingo@pobox.com>
24504
24505         * gst/volume/Makefile.am:
24506         * gst/volume/demo.c
24507         * gst/volume/gstvolume.h
24508         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
24509         basetransform. Probably need an audio filter base class.
24510
24511 2005-05-09  Wim Taymans  <wim@fluendo.com>
24512
24513         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
24514         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
24515         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
24516         (gst_vorbisenc_chain):
24517         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24518         (gst_audio_convert_caps_remove_format_info),
24519         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24520         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24521         Make caps writable before writing to it.
24522         Fix negotiation in audioconvert some more.
24523
24524 2005-05-09  Wim Taymans  <wim@fluendo.com>
24525
24526         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24527         (gst_videorate_getcaps), (gst_videorate_setcaps),
24528         (gst_videorate_event), (gst_videorate_chain):
24529         Better negotiation.
24530
24531 2005-05-09  Wim Taymans  <wim@fluendo.com>
24532
24533         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24534         (gst_videorate_getcaps), (gst_videorate_setcaps),
24535         (gst_videorate_blank_data), (gst_videorate_init),
24536         (gst_videorate_event), (gst_videorate_chain),
24537         (gst_videorate_change_state):
24538         Port videorate, do a better job at negotiation while we're at
24539         it.
24540
24541 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
24542
24543         * configure.ac:
24544           Disable libvisual
24545
24546         * examples/Makefile.am:
24547         * gst-libs/gst/audio/Makefile.am:
24548         * gst-libs/gst/riff/Makefile.am:
24549         * gst-libs/gst/tag/Makefile.am:
24550         * gst-libs/gst/video/Makefile.am:
24551           Fixups for missing variables.
24552
24553 2005-05-09  Wim Taymans  <wim@fluendo.com>
24554
24555         * examples/seeking/seek.c: (make_theora_pipeline),
24556         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
24557         (query_rates), (query_positions_elems), (query_positions_pads),
24558         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
24559         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
24560         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
24561         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
24562         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
24563         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
24564         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24565         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24566         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24567         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
24568         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
24569         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
24570         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
24571         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
24572         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
24573         (theora_dec_src_convert), (theora_dec_sink_convert),
24574         (theora_dec_src_query), (theora_dec_sink_query),
24575         (theora_dec_src_event), (theora_dec_sink_event),
24576         (theora_handle_comment_packet), (theora_handle_type_packet),
24577         (theora_handle_header_packet), (theora_handle_data_packet),
24578         (theora_dec_chain):
24579         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
24580         (vorbis_dec_convert), (vorbis_dec_src_query),
24581         (vorbis_dec_sink_query), (vorbis_dec_src_event),
24582         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24583         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24584         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24585         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
24586         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
24587         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
24588         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24589         (gst_play_bin_query):
24590         * gst/playback/test3.c: (update_scale):
24591         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
24592         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
24593         * gst/subparse/gstsubparse.c: (gst_subparse_init):
24594         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24595         (gst_videotestsrc_src_query):
24596         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
24597         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
24598         (paint_hline_YUV9):
24599         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
24600         Port to new query API.
24601         Updated seek.
24602         Cleanups in x[v]imagesink
24603
24604 2005-05-09  Andy Wingo  <wingo@pobox.com>
24605
24606         * ext/alsa/gstalsasink.h:
24607         * ext/gnomevfs/gstgnomevfssrc.c:
24608         (gst_gnomevfssrc_get_icy_metadata):
24609         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
24610         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
24611         * ext/theora/theoradec.c (theora_dec_src_query)
24612         (theora_dec_src_event, theora_dec_sink_event)
24613         (theora_handle_comment_packet, theora_handle_data_packet):
24614         * ext/theora/theoraenc.c (theora_enc_chain):
24615         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
24616         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
24617         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
24618         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
24619         (qt_type_find):
24620         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
24621         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
24622         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
24623         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
24624         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
24625         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
24626         (paint_setup_xBGR8888, paint_setup_RGBx8888)
24627         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
24628         (paint_setup_RGB565, paint_setup_xRGB1555):
24629         * gst/videotestsrc/videotestsrc.h:
24630         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
24631         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
24632         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
24633         GCC4 fixes.
24634         
24635         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
24636         gst_pad_query_position. Fixes oggdemux.
24637
24638 2005-05-08  David Schleef  <ds@schleef.org>
24639
24640         * configure.ac: Require liboil.
24641         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
24642         a few more.
24643         * gst/videotestsrc/videotestsrc.c:
24644         * gst/videotestsrc/videotestsrc.h:
24645
24646 2005-05-06  Wim Taymans  <wim@fluendo.com>
24647
24648         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24649         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24650         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24651         Well, unreffing a buffer right before pushing it is asking
24652         for trouble..
24653
24654 2005-05-06  Christian Schaller  <uraeus@gnome.org>
24655
24656         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
24657
24658 2005-05-06  Wim Taymans  <wim@fluendo.com>
24659
24660         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24661         (gst_audio_convert_caps_remove_format_info),
24662         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24663         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24664         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24665         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24666         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24667         * gst/sine/Makefile.am:
24668         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
24669         (gst_sinesrc_class_init), (gst_sinesrc_init),
24670         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
24671         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
24672         (gst_sinesrc_update_freq):
24673         * gst/sine/gstsinesrc.h:
24674         * gst/tcp/gstmultifdsink.c:
24675         * sys/xvimage/xvimagesink.c:
24676         Fixed negotiation wrt _peer_get_caps()
24677         Some cleanups.
24678
24679
24680 2005-05-06  Wim Taymans  <wim@fluendo.com>
24681
24682         * gst-libs/gst/audio/gstaudiosink.c:
24683         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24684         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24685         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24686         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24687         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24688         (gst_audiosink_create_ringbuffer):
24689         * gst-libs/gst/audio/gstbaseaudiosink.c:
24690         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24691         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24692         (gst_baseaudiosink_set_property), (build_linear_format),
24693         (debug_spec_caps), (debug_spec_buffer),
24694         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24695         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24696         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24697         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24698         * gst-libs/gst/audio/gstbaseaudiosink.h:
24699         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24700         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24701         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24702         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24703         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24704         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24705         (wait_segment), (gst_ringbuffer_commit),
24706         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24707         (gst_ringbuffer_clear):
24708         * gst-libs/gst/audio/gstringbuffer.h:
24709         Make the base audiosink return an error when there is no
24710         audiobuffer negotiated.
24711
24712 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24713
24714         * ext/Makefile.am:
24715         Disable cdparanoia until someone ports it!
24716
24717 2005-05-06  Wim Taymans  <wim@fluendo.com>
24718
24719         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24720         (gst_ogg_demux_sink_activate):
24721         And revert after wingo's revert.. sigh..
24722
24723 2005-05-05  Andy Wingo  <wingo@pobox.com>
24724
24725         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
24726         GObject.
24727         * configure.ac: Return audiorate and subparse from the ghetto.
24728         Re-enable -Wall -Werror.
24729         * gst/subparse/gstsubparse.c:
24730         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
24731         or chain-based. Cleaned up a bit. Not tested.
24732         
24733 2005-05-05  Christian Schaller <christian@fluendo.com> 
24734
24735         * Makefile.am: remove stuff that is not building
24736         * configure.ac: remove stuff that is not building
24737         * examples/Makefile.am: remove stuff that is not building
24738         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
24739         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
24740         * sys/Makefile.am: remove stuff that is not building
24741         * testsuite/Makefile.am: remove stuff that is not building
24742
24743 2005-05-05  Andy Wingo  <wingo@pobox.com>
24744
24745         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
24746         * gst-libs/gst/tag/gstvorbistag.c:
24747         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
24748         * gst/adder/gstadder.h:
24749         * gst/audioconvert/gstchannelmix.c:
24750         (gst_audio_convert_fill_one_other):
24751         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
24752         (gst_audiorate_init), (gst_audiorate_chain):
24753         * gst/playback/gstplaybasebin.c: (setup_source):
24754         * gst/playback/test3.c: (update_scale):
24755         Some GCC4 fixes
24756         
24757         * po/af.po:
24758         * po/az.po:
24759         * po/cs.po:
24760         * po/en_GB.po:
24761         * po/hu.po:
24762         * po/it.po:
24763         * po/nb.po:
24764         * po/nl.po:
24765         * po/or.po:
24766         * po/sq.po:
24767         * po/sr.po:
24768         * po/sv.po:
24769         * po/uk.po:
24770         * po/vi.po: Foo
24771
24772 2005-05-05  Wim Taymans  <wim@fluendo.com>
24773
24774         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24775         (gst_audio_convert_caps_remove_format_info),
24776         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
24777         (gst_audio_convert_change_state), (gst_audio_convert_channels):
24778         * gst/videotestsrc/gstvideotestsrc.c:
24779         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
24780         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
24781         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
24782         (gst_videotestsrc_init), (gst_videotestsrc_loop):
24783         Don't ignore _push() return values.
24784         Make sure no processing is done when shutting down.
24785         Videotestsrc pad activation fix.
24786
24787 2005-05-05  Wim Taymans  <wim@fluendo.com>
24788
24789         * gst/adder/Makefile.am:
24790         * gst/adder/gstadder.c: (gst_adder_setcaps),
24791         (gst_adder_class_init), (gst_adder_init),
24792         (gst_adder_request_new_pad), (gst_adder_collected),
24793         (gst_adder_change_state):
24794         * gst/adder/gstadder.h:
24795         Ported adder as an example of a mixer element using
24796         collect pads. Needs more negotiation work.
24797
24798 2005-05-05  Wim Taymans  <wim@fluendo.com>
24799
24800         * ext/theora/theoradec.c: (_inc_granulepos),
24801         (theora_dec_src_event), (theora_dec_sink_event),
24802         (theora_handle_comment_packet), (theora_handle_type_packet),
24803         (theora_handle_header_packet), (theora_handle_data_packet),
24804         (theora_dec_chain):
24805         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24806         (gst_theora_enc_init), (theora_enc_sink_setcaps),
24807         (theora_push_buffer), (theora_push_packet),
24808         (theora_enc_sink_event), (theora_enc_chain),
24809         (theora_enc_change_state), (theora_enc_set_property),
24810         (theora_enc_get_property):
24811         Added stream lock to decoder so that we can serialize
24812         the discont event.
24813         More theoraenc porting, recover from errors, do clean
24814         shutdown.
24815
24816 2005-05-05  Wim Taymans  <wim@fluendo.com>
24817
24818         * ext/ogg/Makefile.am:
24819         * ext/ogg/README:
24820         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24821         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
24822         (gst_ogg_print):
24823         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24824         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24825         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24826         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24827         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
24828         (gst_ogg_mux_change_state):
24829         Ported ogg muxer.
24830
24831 2005-05-05  Wim Taymans  <wim@fluendo.com>
24832
24833         * docs/design-audiosinks.txt:
24834         * gst-libs/gst/audio/TODO:
24835         * gst-libs/gst/audio/gstaudiosink.c:
24836         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24837         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24838         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24839         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24840         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24841         (gst_audiosink_create_ringbuffer):
24842         * gst-libs/gst/audio/gstbaseaudiosink.c:
24843         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24844         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24845         (gst_baseaudiosink_set_property), (build_linear_format),
24846         (debug_spec_caps), (debug_spec_buffer),
24847         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24848         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24849         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24850         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24851         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24852         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24853         (gst_ringbuffer_release), (gst_ringbuffer_play),
24854         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24855         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
24856         (gst_ringbuffer_set_sample), (wait_segment),
24857         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
24858         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
24859         More work on the audiosink, mostly debugging and a race in
24860         shutdown.
24861
24862 2005-04-28  Wim Taymans  <wim@fluendo.com>
24863
24864         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24865         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
24866         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
24867         (vorbis_dec_src_query), (vorbis_dec_src_event),
24868         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24869         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24870         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24871         Don't crap out when seeking back to position 0.
24872
24873 2005-04-28  Wim Taymans  <wim@fluendo.com>
24874
24875         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
24876         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
24877         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
24878         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
24879         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
24880         Make audio sink configurable, use alsasink as default.
24881
24882 2005-04-28  Wim Taymans  <wim@fluendo.com>
24883
24884         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
24885         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24886         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24887         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
24888         (vorbis_dec_change_state):
24889         * ext/vorbis/vorbisdec.h:
24890         Refactor, use STREAM_LOCK.
24891
24892 2005-04-28  Wim Taymans  <wim@fluendo.com>
24893
24894         * ext/theora/theoradec.c: (_inc_granulepos),
24895         (theora_dec_sink_event), (theora_handle_comment_packet),
24896         (theora_handle_type_packet), (theora_handle_header_packet),
24897         (theora_handle_data_packet), (theora_dec_chain),
24898         (theora_dec_change_state):
24899         Refactor a bit, use STREAM_LOCK.
24900
24901 2005-04-28  Wim Taymans  <wim@fluendo.com>
24902
24903         * ext/alsa/Makefile.am:
24904         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
24905         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
24906         (gst_alsa_link), (gst_alsa_close_audio):
24907         * ext/alsa/gstalsaplugin.c: (plugin_init):
24908         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
24909         (gst_alsasink_dispose), (gst_alsasink_base_init),
24910         (gst_alsasink_class_init), (gst_alsasink_init),
24911         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
24912         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
24913         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
24914         (gst_alsasink_reset):
24915         * ext/alsa/gstalsasink.h:
24916         Implement alsasink with simple open/write/close API. 
24917         Make alsa dir build by disabling compilation of code.
24918
24919 2005-04-28  Wim Taymans  <wim@fluendo.com>
24920
24921         * gst-libs/gst/audio/Makefile.am:
24922         * gst-libs/gst/audio/audio.h:
24923         * gst-libs/gst/audio/audioclock.c:
24924         * gst-libs/gst/audio/audioclock.h:
24925         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
24926         (gst_audio_clock_class_init), (gst_audio_clock_init),
24927         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
24928         * gst-libs/gst/audio/gstaudioclock.h:
24929         * gst-libs/gst/audio/gstaudiosink.c:
24930         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24931         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24932         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24933         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24934         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24935         (gst_audiosink_create_ringbuffer):
24936         * gst-libs/gst/audio/gstbaseaudiosink.c:
24937         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24938         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24939         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
24940         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
24941         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24942         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24943         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24944         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24945         * gst-libs/gst/audio/gstbaseaudiosink.h:
24946         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24947         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
24948         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24949         (gst_ringbuffer_release), (gst_ringbuffer_play),
24950         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24951         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
24952         (gst_ringbuffer_set_sample), (wait_segment),
24953         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
24954         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
24955         * gst-libs/gst/audio/gstringbuffer.h:
24956         Make ringbuffer faster and more simple by removing the locks
24957         in the playback thread.
24958         Add sample accurate playback based on buffer sample offsets.
24959         Make the baseaudiosink provide a clock.
24960         Parse caps in the base class.
24961         Correctly handle seeking, flushing and state changes.
24962
24963 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
24964
24965         * configure.ac:
24966         * gst/audioconvert/Makefile.am:
24967         * gst/audioscale/Makefile.am:
24968           Fix part of the build.  Come on guys, autogen didn't even work :)
24969
24970 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24971
24972         * configure.ac:
24973         * gst-libs/gst/Makefile.am:
24974         * gst-libs/gst/media-info/.cvsignore:
24975         * gst-libs/gst/media-info/Makefile.am:
24976         * gst-libs/gst/media-info/README:
24977         * gst-libs/gst/media-info/media-info-priv.c:
24978         * gst-libs/gst/media-info/media-info-priv.h:
24979         * gst-libs/gst/media-info/media-info-test.c:
24980         * gst-libs/gst/media-info/media-info.c:
24981         * gst-libs/gst/media-info/media-info.h:
24982         * gst-libs/gst/media-info/media-info.vcproj:
24983         * pkgconfig/Makefile.am:
24984         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
24985         * pkgconfig/gstreamer-media-info.pc.in:
24986           Remove media-info, which is also successed by playbin (see Totem
24987           implementation).
24988
24989 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24990
24991         * configure.ac:
24992         * examples/Makefile.am:
24993         * examples/gstplay/.cvsignore:
24994         * examples/gstplay/Makefile.am:
24995         * examples/gstplay/player.c:
24996         * gst-libs/gst/Makefile.am:
24997         * gst-libs/gst/play/.cvsignore:
24998         * gst-libs/gst/play/Makefile.am:
24999         * gst-libs/gst/play/play.c:
25000         * gst-libs/gst/play/play.h:
25001         * gst-libs/gst/play/play.vcproj:
25002         * pkgconfig/Makefile.am:
25003         * pkgconfig/gstreamer-play-uninstalled.pc.in:
25004         * pkgconfig/gstreamer-play.pc.in:
25005           Remove libgstplay, playbin is now the official successor.
25006
25007 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25008
25009         * configure.ac:
25010         * gst-libs/gst/Makefile.am:
25011         * gst-libs/gst/xwindowlistener/Makefile.am:
25012         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25013         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
25014           Remove deprecated xwindowlistener (I've moved xwindowlistening
25015           in the v4l/v4l2 plugins over to serverside).
25016
25017 2005-04-25  David Schleef  <ds@schleef.org>
25018
25019         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
25020         to examples/dynparams.  Examples do not belong interspersed with
25021         source code.
25022         * examples/dynparams/demo-dparams.c:
25023         * gst/sine/Makefile.am:
25024         * gst/sine/demo-dparams.c:
25025
25026 2005-04-25  David Schleef  <ds@schleef.org>
25027
25028         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
25029         * gst-libs/gst/audio/Makefile.am:
25030         * gst-libs/gst/riff/Makefile.am:
25031         * gst-libs/gst/tag/Makefile.am:
25032         * gst-libs/gst/video/Makefile.am:
25033         * gst-libs/gst/xwindowlistener/Makefile.am:
25034
25035         Convert to 0.9 API, seems to work:
25036         * sys/ximage/Makefile.am:
25037         * sys/ximage/ximagesink.c:
25038
25039 2005-04-24  David Schleef  <ds@schleef.org>
25040
25041         Link plugins against libraries:
25042         * ext/alsa/Makefile.am:
25043         * gst/tcp/Makefile.am:
25044
25045         Remove asm code that should be in liboil
25046         * gst/videoscale/Makefile.am:
25047         * gst/videoscale/videoscale_x86_asm.s:
25048
25049         gettext wants these checked in:
25050         * po/af.po:
25051         * po/az.po:
25052         * po/cs.po:
25053         * po/en_GB.po:
25054         * po/hu.po:
25055         * po/it.po:
25056         * po/nb.po:
25057         * po/nl.po:
25058         * po/or.po:
25059         * po/sq.po:
25060         * po/sr.po:
25061         * po/sv.po:
25062         * po/uk.po:
25063         * po/vi.po:
25064
25065 2005-04-24  David Schleef  <ds@schleef.org>
25066
25067         Convert gst_main() to g_main_loop_run()
25068         * gst/playback/decodetest.c: (main):
25069         * gst/playback/test2.c: (main):
25070         * gst/playback/test3.c: (main):
25071         * gst/playback/test4.c: (main):
25072
25073         Link plugins against libraries:
25074         * ext/libvisual/Makefile.am:
25075         * sys/xvimage/Makefile.am:
25076
25077 2005-04-24  David Schleef  <ds@schleef.org>
25078
25079         * configure.ac: Remove idct and resample libs
25080         * gst-libs/gst/Makefile.am: same
25081
25082         Remove usage of gst_library_load():
25083         * ext/alsa/gstalsaplugin.c: (plugin_init):
25084         * ext/libvisual/visual.c: (plugin_init):
25085         * ext/ogg/gstogg.c: (plugin_init):
25086         * ext/theora/theora.c: (plugin_init):
25087         * ext/vorbis/vorbis.c: (plugin_init):
25088         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
25089         * gst/audioscale/gstaudioscale.c:
25090         * gst/adder/gstadder.c: (plugin_init):
25091         * gst/audioconvert/plugin.c: (plugin_init):
25092         * sys/ximage/ximagesink.c: (plugin_init):
25093         * sys/xvimage/xvimagesink.c: (plugin_init):
25094         * gst/tcp/gsttcpplugin.c: (plugin_init):
25095
25096         Link plugins against libraries:
25097         * ext/ogg/Makefile.am:
25098         * ext/theora/Makefile.am:
25099         * ext/vorbis/Makefile.am:
25100         * gst/audioconvert/Makefile.am:
25101
25102         Create proper libraries:
25103         * gst-libs/gst/riff/Makefile.am:
25104         * gst-libs/gst/audio/Makefile.am:
25105         * gst-libs/gst/video/Makefile.am:
25106
25107         Move resample library to audioscale plugin directory:
25108         * gst-libs/gst/resample/Makefile.am:
25109         * gst-libs/gst/resample/README:
25110         * gst-libs/gst/resample/dtof.c:
25111         * gst-libs/gst/resample/dtos.c:
25112         * gst-libs/gst/resample/functable.c:
25113         * gst-libs/gst/resample/private.h:
25114         * gst-libs/gst/resample/resample.c:
25115         * gst-libs/gst/resample/resample.h:
25116         * gst-libs/gst/resample/resample.vcproj:
25117         * gst-libs/gst/resample/test.c:
25118         * gst/audioscale/Makefile.am:
25119         * gst/audioscale/README:
25120         * gst/audioscale/dtof.c:
25121         * gst/audioscale/dtos.c:
25122         * gst/audioscale/functable.c:
25123         * gst/audioscale/private.h:
25124         * gst/audioscale/resample.c:
25125         * gst/audioscale/resample.h:
25126         * gst/audioscale/test.c:
25127
25128         Move tagedit library to gst-libs:
25129         * gst-libs/gst/tag/Makefile.am:
25130         * gst-libs/gst/tag/gstid3tag.c:
25131         * gst-libs/gst/tag/gsttagediting.c:
25132         * gst-libs/gst/tag/gsttageditingprivate.h:
25133         * gst-libs/gst/tag/gstvorbistag.c:
25134         * gst/tags/Makefile.am:
25135         * gst/tags/gstid3tag.c:
25136         * gst/tags/gstvorbistag.c:
25137
25138         Fix for core changes:
25139         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25140         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
25141         (gst_sinesrc_getrange):
25142
25143 2005-04-23  David Schleef  <ds@schleef.org>
25144
25145         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
25146         in gst-plugins in a long time, and properly belongs in liboil.
25147         * gst-libs/gst/idct/Makefile.am:
25148         * gst-libs/gst/idct/README:
25149         * gst-libs/gst/idct/dct.h:
25150         * gst-libs/gst/idct/doieee:
25151         * gst-libs/gst/idct/fastintidct.c:
25152         * gst-libs/gst/idct/floatidct.c:
25153         * gst-libs/gst/idct/idct.c:
25154         * gst-libs/gst/idct/idct.h:
25155         * gst-libs/gst/idct/idtc.vcproj:
25156         * gst-libs/gst/idct/ieeetest.c:
25157         * gst-libs/gst/idct/intidct.c:
25158
25159 2005-04-20  Wim Taymans  <wim@fluendo.com>
25160
25161         * docs/design-audiosinks.txt:
25162         * gst-libs/gst/audio/Makefile.am:
25163         * gst-libs/gst/audio/TODO:
25164         * gst-libs/gst/audio/gstaudiosink.c:
25165         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25166         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25167         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
25168         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25169         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25170         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
25171         (gst_audiosink_class_init), (gst_audiosink_init),
25172         (gst_audiosink_create_ringbuffer):
25173         * gst-libs/gst/audio/gstaudiosink.h:
25174         * gst-libs/gst/audio/gstbaseaudiosink.c:
25175         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
25176         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
25177         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
25178         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
25179         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
25180         (gst_baseaudiosink_create_ringbuffer),
25181         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25182         * gst-libs/gst/audio/gstbaseaudiosink.h:
25183         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25184         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
25185         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
25186         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25187         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
25188         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25189         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
25190         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
25191         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
25192         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
25193         * gst-libs/gst/audio/gstringbuffer.h:
25194         An attempt at a set of audio base classes together with some
25195         design docs.
25196
25197 2005-04-20  Wim Taymans  <wim@fluendo.com>
25198
25199         * gst/audioconvert/Makefile.am:
25200         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25201         (gst_audio_convert_caps_remove_format_info),
25202         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25203         (gst_audio_convert_channels):
25204         Link against audio libs.
25205         Fix audio convert plugin.
25206
25207 2005-04-20  Wim Taymans  <wim@fluendo.com>
25208
25209         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
25210         (gst_ogg_demux_sink_activate):
25211         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
25212         (theora_set_header_on_caps), (theora_enc_sink_event),
25213         (theora_enc_chain):
25214         Fix theora encoder.
25215
25216 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25217
25218         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
25219         * gst/playback/gstdecodebin.c: (find_compatibles):
25220           Work with staticpadtemplates in elementfactories.
25221
25222 2005-04-12  Wim Taymans  <wim@fluendo.com>
25223
25224         * gst/playback/README:
25225         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25226         (compare_ranks), (print_feature), (gst_decode_bin_init),
25227         (dynamic_create), (dynamic_free), (find_compatibles),
25228         (mimetype_is_raw), (close_pad_link), (got_redirect),
25229         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
25230         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
25231         (gst_decode_bin_change_state):
25232         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25233         (gst_play_base_bin_init), (group_destroy), (group_commit),
25234         (check_queue), (queue_overrun), (queue_threshold_reached),
25235         (queue_out_of_data), (gen_preroll_element), (unknown_type),
25236         (new_decoded_pad), (setup_subtitle), (gen_source_element),
25237         (got_redirect), (setup_source), (play_base_eos),
25238         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25239         (gst_play_base_bin_remove_element):
25240         * gst/playback/gstplaybasebin.h:
25241         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25242         (gst_play_bin_init), (gst_play_bin_dispose),
25243         (gst_play_bin_set_property), (gen_video_element),
25244         (gen_text_element), (gen_audio_element), (remove_sinks),
25245         (gst_play_bin_send_event):
25246         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
25247         (stream_info_change_state), (gst_stream_info_set_mute):
25248         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25249         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
25250         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
25251         (gst_stream_selector_chain):
25252         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25253         (main):
25254         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
25255         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
25256         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25257         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
25258         Raw and crude port of decodebin. 
25259         Make playbin compile.
25260
25261 2005-04-06  Wim Taymans  <wim@fluendo.com>
25262
25263         * ext/gnomevfs/Makefile.am:
25264         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25265         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25266         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25267         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
25268         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
25269         (gst_gnomevfssrc_stop):
25270         * ext/ogg/Makefile.am:
25271         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
25272         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
25273         * ext/theora/Makefile.am:
25274         * ext/theora/theoradec.c: (_inc_granulepos),
25275         (theora_dec_sink_event), (theora_dec_chain):
25276         * ext/vorbis/Makefile.am:
25277         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25278         (vorbis_dec_sink_event), (vorbis_dec_chain):
25279         * gst-libs/gst/audio/Makefile.am:
25280         * sys/xvimage/Makefile.am:
25281         Make gnomevfssrc extend the source base class.
25282         Fix linking against libs in various plugins.
25283
25284 2005-04-06  Andy Wingo  <wingo@pobox.com>
25285
25286         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
25287         GST_BASE_LIBS.
25288
25289         * configure.ac: Add check and AC_SUBST for libgstbase.
25290
25291 2005-03-31  Wim Taymans  <wim@fluendo.com>
25292
25293         * examples/seeking/Makefile.am:
25294         * examples/seeking/cdparanoia.c: (main):
25295         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
25296         (play_cb), (pause_cb), (stop_cb), (main):
25297         * examples/seeking/playbin.c:
25298         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
25299         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
25300         (make_sid_pipeline), (make_vorbis_pipeline),
25301         (make_theora_pipeline), (make_vorbis_theora_pipeline),
25302         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25303         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
25304         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
25305         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
25306         (stop_cb), (main):
25307         * examples/seeking/spider_seek.c:
25308         * examples/seeking/vorbisfile.c:
25309         * ext/gnomevfs/Makefile.am:
25310         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25311         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
25312         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25313         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
25314         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
25315         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
25316         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
25317         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
25318         * ext/ogg/README:
25319         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
25320         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
25321         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
25322         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
25323         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
25324         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
25325         (gst_ogg_pad_event), (gst_ogg_pad_reset),
25326         (gst_ogg_demux_factory_filter), (compare_ranks),
25327         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
25328         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
25329         (gst_ogg_chain_new), (gst_ogg_chain_free),
25330         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
25331         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
25332         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
25333         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
25334         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
25335         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
25336         (gst_ogg_demux_get_prev_page),
25337         (gst_ogg_demux_deactivate_current_chain),
25338         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
25339         (gst_ogg_demux_bisect_forward_serialno),
25340         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
25341         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
25342         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
25343         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
25344         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
25345         (gst_ogg_demux_change_state), (gst_ogg_print):
25346         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
25347         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
25348         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
25349         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
25350         (gst_ogg_mux_loop):
25351         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25352         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25353         (theora_dec_src_convert), (theora_dec_sink_convert),
25354         (theora_dec_src_query), (theora_dec_src_event),
25355         (theora_dec_sink_event), (theora_dec_chain),
25356         (theora_dec_change_state):
25357         * ext/theora/theoraenc.c: (gst_theora_enc_init),
25358         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
25359         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
25360         (theora_enc_change_state):
25361         * ext/vorbis/Makefile.am:
25362         * ext/vorbis/oggvorbisenc.c:
25363         * ext/vorbis/oggvorbisenc.h:
25364         * ext/vorbis/vorbis.c: (plugin_init):
25365         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25366         (vorbis_dec_src_query), (vorbis_dec_src_event),
25367         (vorbis_dec_sink_event), (vorbis_dec_chain),
25368         (vorbis_dec_change_state):
25369         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
25370         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
25371         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25372         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
25373         (gst_vorbisenc_change_state):
25374         * ext/vorbis/vorbisenc.h:
25375         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
25376         * gst-libs/gst/audio/audioclock.c:
25377         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25378         (gst_audiofilter_init), (gst_audiofilter_chain):
25379         * gst-libs/gst/audio/testchannels.c: (main):
25380         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25381         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
25382         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
25383         (gmip_find_track_streaminfo), (gmip_find_track_format):
25384         * gst-libs/gst/media-info/media-info.c:
25385         (gst_media_info_read_idler):
25386         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
25387         (gst_play_get_all_by_interface):
25388         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
25389         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
25390         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
25391         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
25392         (gst_riff_parse_info):
25393         * gst-libs/gst/riff/riff-read.h:
25394         * gst-libs/gst/riff/riff.c: (plugin_init):
25395         * gst-libs/gst/video/Makefile.am:
25396         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
25397         (gst_videosink_class_init), (gst_videosink_get_type):
25398         * gst-libs/gst/video/videosink.h:
25399         * gst/audioconvert/bufferframesconvert.c:
25400         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
25401         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
25402         * gst/audioconvert/channelmixtest.c: (main):
25403         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25404         (gst_audio_convert_chain),
25405         (gst_audio_convert_caps_remove_format_info),
25406         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
25407         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
25408         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
25409         (gst_audio_convert_buffer_to_default_format),
25410         (gst_audio_convert_buffer_from_default_format),
25411         (gst_audio_convert_channels):
25412         * gst/audioconvert/gstchannelmix.h:
25413         * gst/ffmpegcolorspace/avcodec.h:
25414         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25415         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
25416         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
25417         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
25418         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
25419         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25420         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
25421         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
25422         (mpeg_video_type_find), (mpeg_video_stream_type_find),
25423         (dv_type_find):
25424         * gst/videotestsrc/gstvideotestsrc.c:
25425         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
25426         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
25427         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
25428         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
25429         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
25430         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
25431         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
25432         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25433         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
25434         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
25435         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
25436         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25437         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25438         (gst_xvimagesink_navigation_send_event),
25439         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
25440         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
25441         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25442         * sys/xvimage/xvimagesink.h:
25443         Plugin port to 0.9, ogg/theora playback should work in the seek
25444         example now.
25445         Removed old examples.
25446         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
25447         explained in 0.9 TODO doc.
25448
25449
25450 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
25451
25452         * autogen.sh:
25453         * configure.ac:
25454         * ext/Makefile.am:
25455         * gst/Makefile.am:
25456         * po/POTFILES.in:
25457         * po/af.po:
25458         * po/az.po:
25459         * po/cs.po:
25460         * po/en_GB.po:
25461         * po/hu.po:
25462         * po/it.po:
25463         * po/nb.po:
25464         * po/nl.po:
25465         * po/or.po:
25466         * po/sq.po:
25467         * po/sr.po:
25468         * po/sv.po:
25469         * po/uk.po:
25470         * po/vi.po:
25471         * sys/Makefile.am:
25472         * testsuite/Makefile.am:
25473           remove a whole bunch of plugins.  This module now contains a set
25474           of free reference plugins/elements as agreed.
25475
25476 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25477
25478         * configure.ac:
25479           hunting season on 0.9 is now OPEN
25480
25481 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25482
25483         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25484           Kick the hell out of gcc for not warning me about a symbol conflict.
25485
25486 2005-02-22  Luca Ognibene  <luogni@tin.it>
25487
25488         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25489
25490         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
25491           Don't leak caps string (fixes #168134)
25492
25493         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
25494         (gst_jpegenc_init), (gst_jpegenc_finalize),
25495         (gst_jpegenc_change_state):
25496           Don't leak line buffers and context struct (fixes #168133).
25497
25498 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
25499
25500         * configure.ac:
25501         * ext/dirac/gstdiracdec.cc:
25502         (gst_diracdec_chain):
25503           Since dirac 0.5.0 the framerate in dirac is expressed as a
25504           rational number. Fix build and up requirement to 0.5.0, and
25505           also pass parameters to gst_diracdec_link in the right order
25506           (fixes #167959).
25507
25508 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
25509
25510         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
25511         * ext/faad/gstfaad.h:
25512         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
25513         certain invalid muxed streams, where some packets will contain 
25514         junk after decoder data. Partially fixes #149158.
25515
25516 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
25517         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
25518           Make sure we only write to writable buffers
25519
25520 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
25521
25522         * gst-libs/gst/riff/riff-media.c:
25523         (gst_riff_create_audio_caps_with_data):
25524           Do actually fix invalid RIFF fmt header values for alaw
25525           and mulaw audio instead of just saying so.
25526
25527         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25528           Give gst_riff_create_audio_caps_with_data() a chance to
25529           fix up broken format header fields before extracting any
25530           parameters from the header. (fixes #167633)
25531
25532 2005-02-19  Martin Holters  <martin.holters@gmx.de>
25533
25534         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25535
25536         * gst/audioconvert/bufferframesconvert.c:
25537         (buffer_frames_convert_link):
25538           Don't leak othercaps. (fixes #167878)
25539
25540 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
25541
25542         * configure.ac:
25543         * ext/libvisual/visual.c: (gst_visual_srclink),
25544         (gst_visual_change_state):
25545           Support libvisual 0.2.0.
25546
25547 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
25548
25549         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
25550         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
25551           Use same rowstrides for I420 as used everywhere else.
25552
25553 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
25554
25555         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
25556           Declare variables at beginning of block and make gcc-2.95 happy
25557           (fixes # 167482, patch by Gergely Nagy).
25558           
25559         * gst/tcp/gsttcpclientsrc.c:
25560         * gst/tcp/gsttcpclientsrc.h:
25561           Move some includes into the header, so that struct sockaddr_in is
25562           defined when it should be defined on FreeBSD as well (fixes
25563           #167483).
25564           
25565         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
25566           Don't pass uninitialised values to setsockopt() here either.
25567
25568 2005-02-17  Luca Ognibene  <luogni at tin dot it>
25569
25570         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25571
25572         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
25573           Don't pass uninitialised values to setsockopt(). (fixes #167704)
25574
25575 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25576
25577         * gst/playback/gstplaybin.c: (add_sink):
25578           Invert bin_add/link order to workaround deadlock in opt.
25579
25580 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25581
25582         * gst/modplug/gstmodplug.cc:
25583           Add missing break causing position queries to fail.
25584
25585 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25586
25587         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
25588           Granpos can apparently be -1, which screws up calculations...
25589
25590 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
25591
25592         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25593         (gst_ximagesink_send_pending_navigation),
25594         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
25595         (gst_ximagesink_init):
25596         * sys/ximage/ximagesink.h:
25597         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25598         (gst_xvimagesink_send_pending_navigation),
25599         (gst_xvimagesink_navigation_send_event),
25600         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
25601         * sys/xvimage/xvimagesink.h:
25602           Use a mutex protected list to marshal navigation
25603           events into the stream thread from whichever thread
25604           sends them.
25605
25606 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
25607
25608         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
25609           Display current position and track length; misc. clean-ups.
25610           
25611         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
25612         (speed_init), (speed_chain):
25613           Add query function, so that the stream length and current position
25614           get adjusted when queried (note that current position queries may
25615           still be wrong if the audio sink returns values based on buffer
25616           timestamps instead of passing on the query).
25617
25618 2005-02-13  Benjamin Otte  <otte@gnome.org>
25619
25620         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
25621         (gst_audio_convert_channels):
25622           create channel conversion matrix when linking
25623         * gst/audioconvert/.cvsignore:
25624         * gst/audioconvert/Makefile.am:
25625         * gst/audioconvert/channelmixtest.c: (main):
25626           add (ugly) test that ensures stereo <=> mono conversion works
25627           correctly
25628
25629 2005-02-13  Benjamin Otte  <otte@gnome.org>
25630
25631         * gst/audioconvert/gstchannelmix.h:
25632           include missing header file
25633         * gst/audioconvert/gstchannelmix.c:
25634         (gst_audio_convert_fill_compatible):
25635           use same sign for both channels when converting to/from compatible
25636           channel. Previously used different signs made the signals cancel
25637           each other out and appear like silence. (fixes #167269)
25638
25639 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
25640
25641         * gst/ffmpegcolorspace/avcodec.h:
25642         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25643         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
25644         (gst_ffmpegcsp_avpicture_fill):
25645         * gst/ffmpegcolorspace/imgconvert.c:
25646           Convert to and from YV12 (fixes #156379).
25647
25648 2005-02-12  Julien MOUTTE  <julien@moutte.net>
25649
25650         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
25651         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
25652         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
25653         (gst_ximagesink_expose), (gst_ximagesink_set_property),
25654         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
25655         methods from chain and negotiation and vice versa (Fixes #166142).
25656         * sys/ximage/ximagesink.h: Add stream_lock.
25657         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
25658         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25659         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25660         (gst_xvimagesink_expose): Check for xcontext before trying to link.
25661
25662 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
25663
25664         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
25665           Don't send "Hey! You gave me a NULL pointer you naughty person" as
25666           error message when we can't open the DVD device (when dvdnav_open()
25667           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
25668           the above). Send something more useful instead (fixes #167117).
25669
25670 2005-02-11  Julien MOUTTE  <julien@moutte.net>
25671
25672         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
25673         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
25674         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25675         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25676         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
25677         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
25678         methods from chain and negotiation and vice versa (Fixes #166142).
25679         Fix a possible bug of images in the buffer pool being discarded because
25680         we are looking at the wrong geometry.
25681         * sys/xvimage/xvimagesink.h: Add stream_lock.
25682
25683 2005-02-11  David Schleef  <ds@schleef.org>
25684
25685         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
25686         unsigned int. (fixes #167128)
25687
25688 2005-02-11  David Schleef  <ds@schleef.org>
25689
25690         * gst/librfb/Makefile.am: Testing stuff before committing is
25691           for wimps... and people with fast machines.  Fix stupid
25692           mistake.
25693
25694 2005-02-11  David Schleef  <ds@schleef.org>
25695
25696         * configure.ac: Pull in librfb from my CVS tree, because it is
25697           too small and annoying to be separate.  Move rfbsrc plugin
25698           to gst/.
25699         * ext/Makefile.am:
25700         * ext/librfb/Makefile.am:
25701         * ext/librfb/gstrfbsrc.c:
25702         * gst/librfb/Makefile.am:
25703         * gst/librfb/gstrfbsrc.c:
25704         * gst/librfb/rfb.c:
25705         * gst/librfb/rfb.h:
25706         * gst/librfb/rfbbuffer.c:
25707         * gst/librfb/rfbbuffer.h:
25708         * gst/librfb/rfbbytestream.c:
25709         * gst/librfb/rfbbytestream.h:
25710         * gst/librfb/rfbcontext.h:
25711         * gst/librfb/rfbdecoder.c:
25712         * gst/librfb/rfbdecoder.h:
25713         * gst/librfb/rfbutil.h:
25714
25715 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
25716
25717         * gst/speed/Makefile.am:
25718         * gst/speed/demo-mp3.c: (main):
25719         * gst/speed/filter.func:
25720         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
25721         (speed_class_init), (speed_init), (speed_chain_int16),
25722         (speed_chain_float32), (speed_chain), (speed_set_property),
25723         (speed_get_property), (speed_change_state):
25724         * gst/speed/gstspeed.h:
25725           Fix speed element and make it chain-based (fixes #156467),
25726           and make it handle more than one channel.
25727
25728 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
25729
25730         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
25731         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
25732         (gst_dtsdec_chain), (gst_dtsdec_change_state):
25733         * ext/dts/gstdtsdec.h:
25734           Don't clobber the stack constructing the channels array.
25735           Make the element chain-based. DTS tracks can now be played.
25736           
25737 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
25738
25739         * gst-libs/gst/audio/multichannel.h:
25740         * gst-libs/gst/gconf/gconf.h:
25741         * gst-libs/gst/idct/idct.h:
25742         * gst-libs/gst/media-info/media-info-priv.h:
25743         * gst-libs/gst/play/play.h:
25744         * gst-libs/gst/resample/private.h:
25745         * gst-libs/gst/resample/resample.h:
25746         * gst-libs/gst/riff/riff-ids.h:
25747         * gst-libs/gst/video/video.h:
25748         * gst-libs/gst/video/videosink.h:
25749           Add G_BEGIN_DECLS and G_END_DECLS around headers where
25750           missing, so that they work when included from C++ code.
25751
25752 2005-02-09  David Schleef  <ds@schleef.org>
25753
25754         * testsuite/gst-lint: Check for non-statically scoped
25755           parent_class variables.  This won't be a problem once
25756           plugins are loaded with RTLD_LOCAL.
25757
25758 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25759
25760         * ext/mplex/gstmplexibitstream.cc:
25761           gcc madness.
25762
25763 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25764
25765         * ext/ogg/gstogmparse.c:
25766         * gst/debug/gstnavigationtest.c:
25767           Die, thou faulty symbol pollutors (non-static parent_class).
25768
25769 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25770
25771         * ext/mplex/gstmplexibitstream.cc:
25772           Fix event handling (#165525).
25773
25774 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25775
25776         * ext/mikmod/gstmikmod.c:
25777         * gst/modplug/gstmodplug.cc:
25778           Add missing endianness to template (fixes #165509).
25779
25780 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25781
25782         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
25783           Fix wrong order of reading of optional bytes (#165290).
25784
25785 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25786
25787         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25788           Implement FILLER event awareness.
25789
25790 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25791
25792         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
25793           Fix track calculations (#166208).
25794
25795 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
25796
25797         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25798
25799         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
25800         * ext/libpng/gstpngenc.c:
25801           Fix byte-order, use proper fixed caps. Fixes #164197.
25802
25803 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
25804
25805         * configure.ac:
25806           Add dvdlpcmdec 
25807
25808         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
25809         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
25810           Don't push buffers if the src pad isn't negotiated yet.
25811           
25812         * gst/audioconvert/gstaudioconvert.c:
25813         (gst_audio_convert_buffer_to_default_format),
25814         (gst_audio_convert_buffer_from_default_format):
25815           Add support for 24-bit width.
25816
25817         * gst/dvdlpcmdec/.cvsignore:
25818         * gst/dvdlpcmdec/Makefile.am:
25819         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
25820         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
25821         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
25822         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
25823         (plugin_init):
25824         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
25825           New decoder for rearranging DVD LPCM into our audio/x-raw-int
25826           format. Needs support for the channels maps if someone can find 
25827           a DVD LPCM track with > 2 channels.
25828
25829         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
25830         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
25831         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
25832         * gst/mpegstream/gstdvddemux.h:
25833         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
25834         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
25835         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
25836         * gst/mpegstream/gstmpegdemux.h:
25837         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
25838         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
25839         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
25840         (gst_mpeg_parse_handle_src_query),
25841         (gst_mpeg_parse_handle_src_event):
25842           Use audio/x-dvd-lpcm for LPCM output.
25843           Add DTS output.
25844
25845 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
25846
25847         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25848
25849         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
25850         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
25851           Add BGRA handling (#165736).
25852
25853 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
25854
25855         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25856
25857         * gst/law/alaw-decode.c: (alawdec_link):
25858         * gst/law/alaw-encode.c: (alawenc_link):
25859         * gst/law/mulaw-decode.c: (mulawdec_link):
25860         * gst/law/mulaw-encode.c: (mulawenc_link):
25861           Fix caps memleaks (#166600).
25862
25863 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
25864
25865         * ext/tarkin/mem.h:
25866         * ext/tarkin/wavelet.h:
25867         * ext/tarkin/yuv.h:
25868         * gst/ffmpegcolorspace/avcodec.h:
25869           Include "_stdint.h" instead of <stdint.h>. Fixes build on
25870           systems that don't have stdint.h, like Solaris9 (fixes #166631).
25871
25872 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25873
25874         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
25875         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
25876         (gst_xvimagesink_change_state):
25877           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
25878           Xv video (and thereby regenerate Xv colourkey) in clear() so
25879           that PLAY -> READY -> PLAY works (fixes #162504).
25880
25881 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25882
25883         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
25884           Switch to list instead of range, since MJPEG-devices really just
25885           support decimations, not any size.
25886
25887 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
25888         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
25889         (gst_mpeg2dec_reset), (free_all_buffers),
25890         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
25891         * ext/mpeg2dec/gstmpeg2dec.h:
25892           The libmpeg2 user-allocated buffer management is awkward, 
25893           to say the least. Hopefully this fixes things.
25894
25895 2005-02-04  Andy Wingo  <wingo@pobox.com>
25896
25897         * gst/audioconvert/bufferframesconvert.c
25898         (buffer_frames_convert_fixate): New function, fixates to 256
25899         frames per buffer by default. (Much better than 1.)
25900         (buffer_frames_convert_init): Set the fixate function for both src
25901         and sink pad.
25902         (buffer_frames_convert_link): After success setting nonfixed caps,
25903         get the negotiated caps so we can know how many buffer-frames it
25904         will be. No idea how this worked at all before.
25905
25906 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
25907
25908         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
25909         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
25910         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
25911         (handle_sequence), (handle_picture):
25912         * ext/mpeg2dec/gstmpeg2dec.h:
25913           Rearrange buffer tracking and refcounting and refactor
25914           a little for readability. 
25915
25916 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
25917         * sys/v4l/gstv4l.c: (plugin_init):
25918         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
25919         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
25920         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
25921         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
25922         * sys/v4l/gstv4ljpegsrc.h:
25923         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
25924         * sys/v4l/v4l_calls.h:
25925         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
25926         (gst_v4lsrc_get_fps):
25927         * sys/v4l/v4lsrc_calls.h:
25928           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
25929           you jpeg inside rgb frames" driver.
25930           Don't error in the v4lsrc link function, just return 
25931           REFUSED.
25932
25933 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25934
25935         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
25936         (gst_qcamsrc_open):
25937           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
25938
25939 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25940
25941         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
25942           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
25943
25944 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25945
25946         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
25947           Reset negotiated state on PAUSED->READY.
25948
25949 2005-02-02  David Schleef  <ds@schleef.org>
25950
25951         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
25952         whereever possible.  (Fixes #165997)
25953         * examples/capsfilter/capsfilter1.c: (main):
25954         * examples/dynparams/filter.c: (create_ui):
25955         * examples/seeking/cdparanoia.c: (get_track_info), (main):
25956         * examples/seeking/chained.c: (main):
25957         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25958         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25959         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
25960         (make_mpeg_pipeline), (make_mpegnt_pipeline):
25961         * examples/seeking/spider_seek.c: (make_spider_pipeline):
25962         * examples/switch/switcher.c: (main):
25963         * ext/dv/demo-play.c: (main):
25964         * ext/faad/gstfaad.c: (gst_faad_change_state):
25965         * ext/mad/gstmad.c: (gst_mad_chain):
25966         * ext/smoothwave/demo-osssrc.c: (main):
25967         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
25968         (gst_gconf_render_bin_from_description),
25969         (gst_gconf_get_default_audio_sink),
25970         (gst_gconf_get_default_video_sink),
25971         (gst_gconf_get_default_audio_src),
25972         (gst_gconf_get_default_video_src),
25973         (gst_gconf_get_default_visualization_element):
25974         * gst/level/demo.c: (main):
25975         * gst/level/plot.c: (main):
25976         * gst/playback/gstplaybin.c: (gen_video_element),
25977         (gen_audio_element):
25978         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
25979         * gst/playondemand/demo-mp3.c: (setup_pipeline):
25980         * gst/sine/demo-dparams.c: (main):
25981         * gst/spectrum/demo-osssrc.c: (main):
25982         * gst/speed/demo-mp3.c: (main):
25983         * gst/volume/demo.c: (main):
25984         * testsuite/embed/embed.c: (main):
25985
25986 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
25987
25988         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
25989         (gst_tcpclientsink_finalize):
25990         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
25991         (gst_tcpclientsrc_finalize):
25992         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
25993         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
25994         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
25995         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
25996           Don't leak the hostname when shutting down.
25997           In tcpserversrc, take a copy of the default hostname.
25998
25999 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26000
26001         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
26002           Set caps to systemstream=TRUE.
26003
26004 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26005
26006         * testsuite/Makefile.am:
26007           Fix more OSX buildbots.
26008
26009 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26010
26011         * ext/mpeg2dec/gstmpeg2dec.c:
26012           Don't send things to NULL PAD_PEERs
26013
26014         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
26015           Copy-on-write the incoming buffer.
26016
26017         * gst/mpegstream/gstdvddemux.h:
26018         * gst/mpegstream/gstmpegclock.h:
26019         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26020         (normal_seek), (gst_mpeg_demux_handle_src_event):
26021         * gst/mpegstream/gstmpegdemux.h:
26022         * gst/mpegstream/gstmpegpacketize.h:
26023         * gst/mpegstream/gstmpegparse.c:
26024         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
26025         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
26026         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
26027         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
26028         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
26029         * gst/mpegstream/gstmpegparse.h:
26030         * gst/mpegstream/gstrfc2250enc.h:
26031           Various changes to the way time is computed that make seeking and
26032           total time estimation much better here.
26033           Use G_BEGIN/END_DECLS instead of __cplusplus
26034
26035         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
26036           Use gst_buffer_stamp instead of only copying the TIMESTAMP
26037
26038 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26039
26040         * gst/subparse/gstsubparse.c:
26041           Fix OSX buildbot.
26042
26043 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26044
26045         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
26046         (theora_enc_chain), (theora_enc_change_state):
26047         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
26048         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
26049         (gst_vorbisenc_change_state):
26050         * ext/vorbis/vorbisenc.h:
26051           Set granulepos and timestamp correctly for streams not
26052           starting at 0, taking into account the initial delay.
26053
26054 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26055
26056         * gst/mpegstream/gstdvddemux.c:
26057           Add audio/x-dts to audio pad template caps
26058
26059 2005-01-30  David Schleef  <ds@schleef.org>
26060
26061         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
26062         (create_context), (gst_polypsink_link): Fix silly endianness
26063         bug.  Add some debugging.  Remove float from caps; it doesn't
26064         work.  Attempt to get remote audio working.
26065
26066 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26067
26068         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26069           Add 3IV2 fourcc.
26070
26071 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26072
26073         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
26074         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
26075         (gst_avi_demux_stream_data):
26076         * gst/avi/gstavidemux.h:
26077           Invert DIB images. Fixes #132341.
26078
26079 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26080
26081         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26082         (gst_ffmpegcsp_chain):
26083           D'oh, reference the palette data, not the palette structure.
26084           Fixes color distortion in #132341.
26085
26086 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26087
26088         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
26089           PAR can be non-fixed when not provided as argument (#162626).
26090
26091 2005-01-29  David Moore  <dcm@acm.org>
26092
26093         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26094
26095         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26096         (gst_qtdemux_loop_header):
26097           Re-apply patch from #142272 that allows non-seekable sources,
26098           re-proposed by Daniel Drake <dsd@gentoo.org>.
26099
26100 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26101
26102         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
26103           Use the src template for creating the src pad (#162330).
26104
26105 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26106
26107         * configure.ac:
26108         * ext/musepack/Makefile.am:
26109         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
26110         (gst_musepackdec_init), (gst_musepackdec_dispose),
26111         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
26112         (gst_musepack_stream_init), (gst_musepackdec_loop),
26113         (gst_musepackdec_change_state):
26114         * ext/musepack/gstmusepackdec.cpp:
26115         * ext/musepack/gstmusepackdec.h:
26116         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
26117         (gst_musepack_reader_read), (gst_musepack_reader_seek),
26118         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
26119         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
26120         * ext/musepack/gstmusepackreader.cpp:
26121         * ext/musepack/gstmusepackreader.h:
26122           Update to 1.1 API (#165446).
26123
26124 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26125
26126         * ext/Makefile.am:
26127           Unbreak buildbot.
26128
26129 2005-01-28  Andy Wingo  <wingo@pobox.com>
26130
26131         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
26132         to reflect a different dubious internet source. Add a reference
26133         and some commentary.
26134
26135 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26136
26137         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
26138         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
26139         * gst/playback/gststreamselector.h:
26140           Be more selective when we're redoing caps negotiation from
26141           within the chain function on a stream change.
26142
26143 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26144
26145         * configure.ac:
26146         * ext/Makefile.am:
26147         * ext/amrnb/Makefile.am:
26148         * ext/amrnb/amrnb.c: (plugin_init):
26149         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
26150         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
26151         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
26152         (gst_amrnbdec_state_change):
26153         * ext/amrnb/amrnbdec.h:
26154         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
26155         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
26156         (gst_amrnbparse_init), (gst_amrnbparse_formats),
26157         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
26158         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
26159         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
26160         * ext/amrnb/amrnbparse.h:
26161           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
26162         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26163           Add AMR-NB/-WB raw formats.
26164         * ext/alsa/gstalsa.c: (gst_alsa_link):
26165           Keep valid time when changing format.
26166         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26167         (qtdemux_parse_trak):
26168           Add some more format-specific options (#140141, #143555, #155163).
26169
26170 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26171
26172         * gst/matroska/matroska-demux.c:
26173         (gst_matroska_demux_parse_blockgroup):
26174           Fix logic error in timing of subtitle stream synchronization.
26175         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26176           Add skip-chunk, which is found in kodak-camera streams.
26177
26178 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26179
26180         * po/LINGUAS:
26181         * po/vi.po:
26182           Adding Vietnamese translation (submitted by Clytie Siddall)
26183
26184 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26185
26186         * gst/playback/gstdecodebin.c: (try_to_link_1):
26187           Use realpad for signal.
26188
26189 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26190
26191         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
26192           Fix category so decodebin picks it up.
26193
26194 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26195
26196         * ext/mad/Makefile.am:
26197         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
26198         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
26199         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
26200         (found_type), (gst_id3demux_bin_change_state):
26201         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26202         (gst_id3_tag_init), (gst_id3_tag_handle_event),
26203         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26204         (gst_id3_tag_change_state), (plugin_init):
26205         * ext/mad/gstmad.h:
26206           Add id3demuxbin (which is a simple bin consisting of id3demux
26207           and typefind), take over rank from id3demux, remove typefind
26208           code from id3demux. Makes all broken mp3s that I know of work,
26209           and thereby fixes #152688.
26210
26211 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
26212
26213         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26214
26215         * ext/mad/gstmad.c: (gst_mad_src_event):
26216         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
26217           Allow seeks on audio pad, make mad forward those (#164826).
26218         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26219           Set duration (#165335).
26220
26221 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26222
26223         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26224         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
26225         (gst_asf_demux_process_ext_content_desc),
26226         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
26227         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
26228         * gst/asfdemux/gstasfdemux.h:
26229           Improve metadata display, e.g. if the metadata comes before the
26230           streams are loaded (which is perfectly valid).
26231
26232 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26233
26234         * tools/gst-launch-ext-m.m:
26235           Fix AVI/ASF pipelines (#165340).
26236
26237 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
26238         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
26239         build failure on amd64
26240
26241 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
26242
26243         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
26244         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
26245           Check environment variables GST_ID3V2_TAG_ENCODING,
26246           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26247           list of character encodings to force interpretation of non-unicode
26248           strings stored in an ID3v2 tag to a particular encoding. If none
26249           is specified, try to use current locale's encoding, then fall back
26250           to ISO-8859-1 (which will always succeed). (Resolves #149274)
26251         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
26252         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
26253           Check environment variables GST_ID3V1_TAG_ENCODING,
26254           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26255           list of character encodings to use in case a string encountered
26256           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
26257           specified, try to use the current locale's encoding, then fall
26258           back to ISO-8859-1 (which will always succeed).
26259
26260 2005-01-25  Benjamin Otte  <otte@gnome.org>
26261
26262         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26263           - on half framerate, compute the rate in advance so the comparisons
26264             don't compare wrong values
26265           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
26266             behaviour
26267           - don't use mad_header_decode anymore, mad_frame_decode does that
26268             automatically
26269           - when getting rid of consumed bytes, reset the stream's skiplen
26270           (fixes #163867)
26271
26272 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26273
26274         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
26275           Use 1/2 a second for default max_discont, as PES streams from DVB
26276           seem to have larger spacings in the SCR. 
26277           Fix a typo.
26278
26279 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26280
26281         * gst/playback/gstplaybasebin.c: (group_commit):
26282           Notify delayed stream-info availability.
26283
26284 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26285         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26286         (gst_a52dec_handle_event), (gst_a52dec_chain):
26287         Add some debug output. Check that a discont has a valid
26288         time associated.
26289         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26290         (gst_alsa_sink_loop):
26291         Ignore TAG events. A little extra debug for broken timestamps.
26292         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
26293         (dvdnavsrc_change_state):
26294         Ensure we send a discont to engage the link before we send any
26295         other events.
26296         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
26297         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
26298         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
26299         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
26300         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
26301         dvd://title works in totem because typefinding sends a seek that ends
26302         up going back to chapter 1 regardless.
26303         * ext/mpeg2dec/gstmpeg2dec.c:
26304         * ext/mpeg2dec/gstmpeg2dec.h:
26305         Output correct timestamps and handle disconts.
26306         * ext/ogg/gstoggdemux.c: (get_relative):
26307         Small guard against a null dereference.
26308         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
26309         (gst_textoverlay_set_property):
26310         Free memory when done. Don't call gst_event_filler_get_duration on
26311         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
26312         g_warning.
26313         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
26314         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
26315         (gst_sw_srclink), (gst_smoothwave_chain):
26316         Draw solid lines, prettier colours.
26317         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
26318         Add a default palette that'll work for some movies.
26319         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
26320         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
26321         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
26322         * gst/mpegstream/gstdvddemux.h:
26323         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26324         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
26325         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26326         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
26327         * gst/mpegstream/gstmpegparse.h:
26328         Use PTM/NAV events when for timestamp adjustment when connected to 
26329         dvdnavsrc. Don't use many discont events where one suffices.
26330         * gst/playback/gstplaybasebin.c: (group_destroy),
26331         (gen_preroll_element), (gst_play_base_bin_add_element):
26332         * gst/playback/gstplaybasebin.h:
26333         Make sure we remove subtitles from the same bin we put them in.
26334         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
26335         (gst_subparse_buffer_format_autodetect),
26336         (gst_subparse_change_state):
26337         Fix some memleaks and invalid accesses.
26338         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
26339         (oggskel_type_find), (cmml_type_find), (plugin_init):
26340         Some typefind functions for Annodex v3.0 files
26341         * gst/wavparse/gstwavparse.h:
26342         GstRiffReadClass is the correct parent class.
26343
26344 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26345
26346         * gst-libs/gst/riff/riff-media.c:
26347         (gst_riff_create_video_caps_with_data):
26348           Add extradata to huffyuv (fixes #165013).
26349         * gst-libs/gst/riff/riff-read.c:
26350         (gst_riff_read_strf_vids_with_data):
26351           Fix extradata extraction if it is in the chunk size.
26352
26353 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
26354
26355         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26356
26357         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
26358         (gst_quarktv_change_state), (gst_quarktv_dispose):
26359           Memory free'ing location fix (#164708).
26360
26361 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26362
26363         * gst/playback/gstplaybasebin.c: (group_commit),
26364         (gen_preroll_element), (probe_triggered), (gen_source_element),
26365         (setup_source), (gst_play_base_bin_change_state),
26366         (gst_play_base_bin_add_element):
26367           Don't block for streams.
26368         * gst/playback/gststreaminfo.c: (stream_info_change_state),
26369         (gst_stream_info_set_mute):
26370           Use gst_pad_set_active_recursive.
26371
26372 2005-01-25  Andy Wingo  <wingo@pobox.com>
26373
26374         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
26375         for #ifndef HAVE_XVIDEO.
26376
26377 2005-01-24  Jeffrey C. Ollie
26378
26379         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
26380
26381         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
26382         * ext/gsm/gstgsmdec.h:
26383         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
26384         * ext/gsm/gstgsmenc.h:
26385         Fix rate to 8kHz as per spec, removes obscure errors when no rate
26386         was given by property. Add proper buffer timestamps and offsets.
26387
26388 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26389
26390         * gst-libs/gst/riff/riff-media.c:
26391         (gst_riff_create_audio_caps_with_data):
26392           Audio can be <8000Hz.
26393
26394 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26395
26396         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26397           Explicit state change to workaround refcount bugs.
26398
26399 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26400
26401         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
26402         (gst_avimux_riff_get_avi_header):
26403           Fix...
26404
26405 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26406
26407         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
26408         (gst_riff_read_element_data):
26409         * gst-libs/gst/riff/riff-read.h:
26410           Add _peek version (req'ed in CDXA).
26411         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
26412         (gst_cdxaparse_loop):
26413           Fix parsing in playbin.
26414         * gst/playback/gstdecodebin.c: (close_pad_link):
26415           Ignore current_ pads, they cause major annoyance.
26416
26417 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26418
26419         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26420           Safety guard.
26421
26422 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26423
26424         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
26425           Fix padding...
26426
26427 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26428
26429         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
26430           Allow for 0-sized buffers. Fixes length query problems in
26431           starwars.mkv from the testsuite.
26432
26433 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
26434
26435         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
26436         (gst_video_box_i420), (gst_video_box_chain):
26437           Fix row strides for I420 (fixes #163159)
26438           
26439 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26440
26441         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
26442           MPEG2 has a useful rate property, so we can actually use that.
26443           For MPEG-1, continue using the bytes/time properties.
26444
26445 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26446
26447         * gst-libs/gst/riff/riff-media.c:
26448         (gst_riff_create_video_caps_with_data),
26449         (gst_riff_create_video_template_caps):
26450           Add intel-h263.
26451
26452 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26453
26454         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26455           Fail if caps negotiation fails. Should fix #162184, and should
26456           definately be in there regardless of it fixing the actual bug.
26457         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
26458         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
26459         (gst_avimux_riff_get_avix_header),
26460         (gst_avimux_riff_get_video_header),
26461         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
26462         (gst_avimux_start_file), (gst_avimux_handle_event),
26463         (gst_avimux_change_state):
26464         * gst/avi/gstavimux.h:
26465           Refactor structure writing to use GST_WRITE_UINT macros, add
26466           metadata writing support.
26467
26468 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26469
26470         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
26471           Elements may already be destroyed when this function is called.
26472
26473 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26474
26475         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26476         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
26477           More memory leak fixes (#149162).
26478
26479 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26480
26481         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26482         (gst_qtdemux_add_stream):
26483           Fix two memleaks.
26484
26485 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26486
26487         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26488           Argh...
26489
26490 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26491
26492         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26493           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
26494           when fixating to six channels in Totem.
26495
26496 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26497
26498         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
26499           Fix compile warnings on Solaris 10 buildbot
26500
26501 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26502
26503         * ext/dvdread/dvdreadsrc.c: (_read):
26504           Don't read beyond the last cell in a chapter (fixes 
26505           invalid memory access)
26506
26507 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26508
26509         * ext/dvdread/stream_labels.c:
26510         (dvdreadsrc_get_audio_stream_labels):
26511           Use NULL for an empty GList instead of g_list_alloc(); fix 
26512           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
26513           of GString (easier to bulk free later)
26514
26515 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26516
26517         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26518
26519         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26520         (gst_ffmpeg_pixfmt_to_caps):
26521           Fix BGRA32 caps (#164209).
26522
26523 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26524
26525         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26526
26527         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26528         (gst_ffmpeg_caps_to_pixfmt):
26529           alpha_mask can be RGBA/ABGR. Fixes #164265.
26530
26531 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
26532
26533         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26534
26535         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
26536         (gst_mpeg2dec_alloc_buffer):
26537         * ext/mpeg2dec/gstmpeg2dec.h:
26538           Crop if decoding size is not the actual image size (#163676).
26539
26540 2005-01-17  Steve Baker  <steve@stevebaker.org>
26541
26542         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26543
26544         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
26545         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
26546           Add libsndfile typefind functions (#163309).
26547
26548 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26549
26550         * tools/gst-launch-ext-m.m:
26551           Add .aac, fix .m1v/.m2v (#163891).
26552
26553 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26554
26555         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
26556           Sanity check, don't wait endlessly since the clock might not
26557           actually run at this point (which is a deadlock). Fixes #164069.
26558
26559 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26560
26561         * gst/playback/gstplaybasebin.c: (probe_triggered):
26562           Of course, only pause if group is done...
26563
26564 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26565
26566         * gst/playback/gstplaybasebin.c: (probe_triggered):
26567           Thread safety.
26568
26569 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
26570
26571         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
26572           Don't return state change success when the parent
26573           failed.
26574
26575 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26576
26577         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
26578           Free events (fix memleak in #162905).
26579
26580 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
26581
26582         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26583
26584         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26585         (gst_ffmpeg_caps_to_pixfmt):
26586           Fix for depth = 15. Fixes #161675.
26587
26588 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26589
26590         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
26591           Set FPS correctly, even for webcams and the like.
26592         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
26593           Don error on setting while capturing.
26594
26595 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26596
26597         * ext/dv/gstdvdec.c:
26598         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26599         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26600           I'm a bad boy. using /1001. to force C to do float division
26601           and not integer division (as it did in my last commit)
26602           Thanks to David I. Lehn for pointing this mistake.
26603
26604 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26605
26606         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
26607           Revert Johan's 1.35->1.36 since it breaks compat.
26608
26609 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26610
26611         * ext/dv/gstdvdec.c:
26612         * ext/libfame/gstlibfame.c:
26613         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26614         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26615           replace framerate aproximations by their real value
26616           (24000/1001, 30000/1001, 60000/1001)
26617           Finish fixing bug #164049
26618
26619 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26620
26621         * ext/ogg/gstoggmux.c:
26622           eos/bos debugging
26623         * gst/tcp/gstmultifdsink.c:
26624         * gst/tcp/gstmultifdsink.h:
26625         * gst/tcp/gsttcp.c:
26626         * gst/tcp/gsttcp.h:
26627         * gst/tcp/gsttcpclientsink.c:
26628         * gst/tcp/gsttcpclientsrc.c:
26629         * gst/tcp/gsttcpserversink.c:
26630         * gst/tcp/gsttcpserversrc.c:
26631           improve reusability of elements after state changes and errors
26632           make multifdsink throw away streamheaders when receiving new ones
26633
26634 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26635
26636         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26637           Fix for if items are already in list...
26638
26639 2005-01-12  Benjamin Otte  <otte@gnome.org>
26640
26641         * gst/adder/gstadder.c: (gst_adder_loop):
26642           fix adder a bit so it doesn't screw up with events as much anymore
26643
26644 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
26645
26646         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
26647         (pixbufscale_scale), (gst_pixbufscale_chain):
26648         * ext/gdk_pixbuf/pixbufscale.h:
26649           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
26650           to ensure rowstrides are calculated the same way as 
26651           ffmpegcolorspace
26652           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
26653           that we pick up duration and offset also.
26654
26655 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26656
26657         * gst/avi/gstavimux.c: (gst_avimux_class_init),
26658         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
26659           Reusability fixes.
26660
26661 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26662
26663         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
26664         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
26665         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
26666         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
26667           Update flags when requested.
26668
26669 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26670
26671         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26672           Fix dmix.
26673
26674 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26675
26676         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26677         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
26678         (probe_triggered), (new_decoded_pad), (gen_source_element),
26679         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
26680         * gst/playback/gstplaybasebin.h:
26681         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
26682         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
26683         (gst_play_bin_change_state):
26684           Implement group-switch signal for use in apps to clear metadata
26685           cache, clean up subtitle, add suburi property instead of # hack,
26686           some error-out fixes.
26687
26688 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26689
26690         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
26691           Debug.
26692         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
26693           If we got a state change in the _get handler, don't return success.
26694
26695 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26696
26697         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
26698         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
26699           Make jpegdec quiet on MJPEG decoding
26700         * gst/asfdemux/README:
26701           Fix mimetypes for MJPEG and H263
26702
26703 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26704
26705         * ext/theora/theoradec.c: (theora_dec_chain):
26706           Fix broken code generation by gcc by swapping arguments.
26707         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
26708           Fix \n in debug.
26709
26710 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26711
26712         * TODO:
26713           delete this file, it is by far outdated
26714         * ext/alsa/gstalsa.1: remove
26715         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
26716         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
26717         (gst_alsa_get_caps):
26718           Add HW probing for supported sample rates. Fixes #161704
26719
26720 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26721
26722         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26723           Don't crash, biatch! :).
26724
26725 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26726
26727         * ext/musepack/gstmusepackreader.cpp:
26728         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
26729           Some work on tags - still doesn't work in playbin...
26730         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26731           Handle events...
26732
26733 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26734
26735         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
26736           Also shove tags on kid pads.
26737
26738 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26739
26740         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
26741           Don't bail on unknown events.
26742         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26743           Don't crash on events before negotiation.
26744         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26745           Send tags on pads, too.
26746         * gst/playback/gststreamselector.c:
26747         (gst_stream_selector_request_new_pad):
26748           Forward events on first pad if no input was selected yet.
26749
26750 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26751
26752         * gst/playback/gstplaybasebin.c: (setup_substreams):
26753           Don't disable streamtype if the stream doesn't exist, since
26754           then playing a video after audio will disable both and nothing
26755           will happen. Fixes the testsuite.
26756
26757 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26758
26759         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
26760         (gst_v4l_xoverlay_set_xwindow_id):
26761         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
26762         (gst_v4l2_xoverlay_set_xwindow_id):
26763           Add debug categories, fix overlay disabling.
26764
26765 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26766
26767         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
26768         * ext/alsa/gstalsa.h:
26769           Add HW probing for period_count/size and buffer_size MIX/MAX
26770           Adjust default/user defined value if out of bounds
26771           Should fix bug #162024
26772
26773 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26774
26775         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
26776           Fix warning (#161191).
26777
26778 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26779
26780         * ext/dvdread/stream_labels.c:
26781         (dvdreadsrc_get_audio_stream_labels):
26782           Fix warning (init the good variable in switch default)
26783
26784 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
26785
26786         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26787
26788         * gst/tta/gstttaparse.c: (gst_tta_src_event):
26789           Fix gcc-2.95 compile (#163485).
26790
26791 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26792
26793         * configure.ac:
26794         * ext/flac/gstflacenc.c: (gst_flacenc_init),
26795         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
26796         (gst_flacenc_tell_callback), (gst_flacenc_chain),
26797         (gst_flacenc_change_state):
26798         * ext/flac/gstflacenc.h:
26799           Update for API change in flac-1.1.1. Update requirement in
26800           configure.ac. Fixes #162974.
26801
26802 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26803
26804         * gst/playback/gstplaybasebin.c: (group_destroy):
26805           Remove hack to get rid of assert and get rid of unlinked
26806           signals properly.
26807
26808 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26809
26810         * gst/playback/gstplaybasebin.c: (setup_source):
26811           Set source to NULL so that resources are free'ed. Fixes issues
26812           with playback of CDDA and similar device-accessing things.
26813
26814 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26815
26816         * testsuite/embed/Makefile.am:
26817           test->noinst, fix make test in buildbot.
26818
26819 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26820
26821         * ext/dvdread/stream_labels.c: new file
26822         * ext/dvdread/stream_labels.h: new file
26823         * ext/dvdread/Makefile.am:
26824         * ext/dvdread/dvdreadsrc.c: (_seek_title):
26825           Extract audio stream label from DVD IFO files.
26826           It only dump them on the console for now, still have to
26827           make playbin aware of them.
26828
26829 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26830
26831         * gst/playback/gstplaybasebin.c: (setup_source):
26832           Fix hanging subs.
26833
26834 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26835
26836         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
26837         (gen_preroll_element), (remove_groups), (setup_subtitle),
26838         (gen_source_element), (setup_source):
26839         * gst/playback/gstplaybasebin.h:
26840           Multiple .sub files is just a stupid idea... Fix some threading
26841           mistakes. Interestingly, external .sub files cause playbin to
26842           hang, I don't know why... Parsing fixes contributed by Fran??ois
26843           Kooman <fkooman@tuxed.net>.
26844
26845 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26846
26847         * testsuite/embed/Makefile.am:
26848           Fix buildbot.
26849
26850 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
26851
26852         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26853
26854         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
26855         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
26856         (gst_pngenc_set_property):
26857         * ext/libpng/gstpngenc.h:
26858           Add compression level property (#163323).
26859
26860 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26861
26862         * configure.ac:
26863         * examples/capsfilter/capsfilter1.c: (main):
26864         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26865         * ext/dvdread/Makefile.am:
26866         * ext/dvdread/demo-play:
26867         * ext/dvdread/demo-play.c:
26868         * gconf/gstreamer.schemas.in:
26869         * gst-libs/gst/gconf/gconf.c:
26870         * sys/v4l/TODO:
26871         * testsuite/Makefile.am:
26872         * testsuite/embed/Makefile.am:
26873         * testsuite/embed/embed.c: (cb_expose), (main):
26874           Remove all references to xvideosink, fix examples (#140845).
26875         * gst/playback/gstplaybasebin.c: (group_destroy):
26876           Apparently, disposal does not unlink - so do explicitely.
26877         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26878           Add debug.
26879
26880 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
26881
26882         * README: fix PKG_CONFIG_PATH instructions, what was there
26883         previously was breaking default search path, not nice. 
26884         Fixes #163358
26885
26886 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26887
26888         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
26889         (gst_audioscale_chain):
26890           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
26891           when resampling - how the ^@$^!@^! is this possible?!?
26892
26893 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26894
26895         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
26896           Reset variables on READY.
26897         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
26898         (gst_matroska_mux_loop):
26899           Require data before writing header.
26900
26901 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
26902
26903         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26904
26905         * ext/mad/gstmad.c: (gst_mad_chain):
26906           Don't call mad_stream_sync() directly after recovering sync.
26907           Fixes #151661.
26908
26909 2005-01-09  Martin Eikermann  <meiker@upb.de>
26910
26911         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26912
26913         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
26914         (snapshot_handler), (gst_snapshot_sinkconnect),
26915         (gst_snapshot_chain):
26916           Allocate resources when required, fix recursive signal emission
26917           and fix caps. Fixes #161667.
26918
26919 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
26920
26921         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26922
26923         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
26924         (gst_pngdec_chain):
26925           Handle only 8-bppc (bits-per-pixel-component) images, better
26926           error handling and correct strides. Fixes #163177.
26927         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
26928         (gst_pngenc_chain):
26929           Better error handling. Fixes #163348.
26930
26931 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26932
26933         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
26934         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
26935         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
26936         (dvdnavsrc_uri_handler_init):
26937           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
26938         * gst/playback/gstplaybasebin.c: (gen_source_element):
26939           Add MMS to streaming URIs.
26940
26941 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26942
26943         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
26944         * sys/xvimage/xvimagesink.c:
26945         (gst_xvimagesink_navigation_send_event):
26946           Check for pad availability before sending event.
26947
26948 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26949
26950         * gst-plugins.spec.in:
26951           Add subparse.
26952
26953 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26954
26955         * configure.ac:
26956           Since we use functions from CVS, up requirement.
26957
26958 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26959
26960         * gst/playback/Makefile.am:
26961         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26962         (group_destroy), (group_commit), (group_is_muted),
26963         (gen_preroll_element), (add_stream), (unknown_type),
26964         (probe_triggered), (preroll_unlinked), (mute_stream),
26965         (silence_stream), (new_decoded_pad), (setup_substreams),
26966         (setup_source), (get_active_source), (mute_group_type),
26967         (muted_group_change_state), (set_active_source),
26968         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
26969         (play_base_eos), (gst_play_base_bin_change_state):
26970         * gst/playback/gstplaybasebin.h:
26971         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
26972         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
26973         (gst_stream_info_dispose), (stream_info_mute_pad),
26974         (stream_info_change_state), (gst_stream_info_set_mute):
26975         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
26976         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
26977         (gst_stream_selector_init), (gst_stream_selector_dispose),
26978         (gst_stream_selector_get_linked_pad),
26979         (gst_stream_selector_get_caps), (gst_stream_selector_link),
26980         (gst_stream_selector_get_linked_pads),
26981         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
26982         * gst/playback/gststreamselector.h:
26983           Adding stream selection support plus required properties for
26984           applications to use this. Fully fixes #100931.
26985
26986 2005-01-08  Benjamin Otte  <otte@gnome.org>
26987
26988         * gst/games/gstpuzzle.c: (nav_event_handler):
26989           - handle nav events differently: forward every event no matter if it
26990             was handled or not.
26991           - translate events
26992           You can now cheat by using navigationtest ! puzzle and moving the
26993           mouse close to the edge of a tile. ;)
26994
26995 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26996
26997         * configure.ac:
26998         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
26999         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
27000         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
27001         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
27002         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
27003         (gst_ogm_parse_plugin_init):
27004         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
27005         (gst_textoverlay_link), (gst_textoverlay_getcaps),
27006         (gst_textoverlay_event), (gst_textoverlay_video_chain),
27007         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
27008         * ext/pango/gsttextoverlay.h:
27009         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27010         (gst_matroska_demux_handle_seek_event),
27011         (gst_matroska_demux_sync_streams),
27012         (gst_matroska_demux_parse_blockgroup),
27013         (gst_matroska_demux_subtitle_caps),
27014         (gst_matroska_demux_plugin_init):
27015         * gst/matroska/matroska-ids.h:
27016         * gst/playback/gstdecodebin.c: (close_pad_link):
27017         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27018         (gen_preroll_element), (remove_groups), (add_stream),
27019         (new_decoded_pad), (setup_subtitles), (gen_source_element),
27020         (setup_source):
27021         * gst/playback/gstplaybasebin.h:
27022         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
27023         * gst/subparse/Makefile.am:
27024         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
27025         (gst_subparse_base_init), (gst_subparse_class_init),
27026         (gst_subparse_init), (gst_subparse_formats),
27027         (gst_subparse_eventmask), (gst_subparse_event),
27028         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
27029         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
27030         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
27031         (parse_mpsub_deinit), (parse_mpsub_init),
27032         (gst_subparse_buffer_format_autodetect),
27033         (gst_subparse_format_autodetect), (gst_subparse_loop),
27034         (gst_subparse_change_state), (gst_subparse_type_find),
27035         (plugin_init):
27036         * gst/subparse/gstsubparse.h:
27037         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
27038         (plugin_init):
27039           Add subtitle support, .sub parser (supports SRT and MPsub),
27040           OGM text support, Matroska UTF-8 text support, deadlock fixes
27041           all over the place, subtitle awareness in decodebin/playbin
27042           and some fixes to textoverlay to handle subtitles in a stream
27043           correctly. Fixes #100931.
27044
27045 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27046
27047         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27048           Check for pad availability before doing a query on it.
27049
27050 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27051
27052         * ext/dv/gstdvdec.c:
27053           really fix bpp24/32 dvdec caps (classic rgba indeed)
27054         * gst/asfdemux/gstasfdemux.c:
27055         (gst_asf_demux_process_ext_content_desc):
27056           don't send text tags if they are empty (bis repetita)
27057
27058 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27059
27060         * ext/dv/gstdvdec.c:
27061          remove unneeded comment from dvdec
27062           (related to DV 4CC codes in AVI files)
27063           moved them in gstreamer/docs/random/mimetypes
27064         * gst/asfdemux/gstasfdemux.c:
27065         (gst_asf_demux_process_ext_content_desc):
27066          don't send text tags if they are empty
27067          fix mem leak on error path
27068         * gst/ffmpegcolorspace/avcodec.h:
27069         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27070         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
27071         (gst_ffmpegcsp_avpicture_fill):
27072         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
27073         * gst/ffmpegcolorspace/imgconvert_template.h:
27074          adds BGR32 and BGRA32 to ffmpegcolorspace
27075           (still bad colors, fixing it on next commit)
27076           helps with dvdec outputing BGR32
27077
27078 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27079
27080         * ext/dv/gstdvdec.c:
27081          Fix audio caps i just broke (missing ',')
27082         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
27083         (gst_matroska_mux_reset):
27084          Fix typo + add FIXME about old "x-gst-metadata" crap
27085
27086 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27087
27088         * ext/dv/demo-play.c: (main):
27089          xvideosink -> xvimagesink
27090         * ext/dv/gstdvdec.c:
27091          change rgb 32/32 caps to 24/32 (no alpha)
27092          change nb of channels to be a list (2 or 4, not 2)
27093          change sample rate to be a list (32, 44.1, 48 kHz) not a range
27094         * gst/asfdemux/gstasfdemux.c:
27095         (gst_asf_demux_process_ext_content_desc):
27096          Add 'date/year' to extracted metadata list
27097
27098 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27099
27100         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27101           The return value of fixate_to does not imply that the requested
27102           value was set, so don't assume.
27103
27104 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
27105
27106         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27107
27108         * ext/libpng/gstpngdec.c:
27109         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
27110         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
27111         * ext/libpng/gstpngenc.h:
27112           Alpha support (encoder; #163161), mime fixage.
27113
27114 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
27115
27116         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27117
27118         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
27119         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
27120         (gst_faac_set_property), (gst_faac_get_property):
27121         * ext/faac/gstfaac.h:
27122           Allow for ADTS output (#153434).
27123
27124 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27125
27126         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
27127           Fix against template (#150576).
27128
27129 2005-01-06  Benjamin Otte  <otte@gnome.org>
27130
27131         * gst/games/gstpuzzle.c: (draw_puzzle):
27132           don't draw a puzzle if either width or height of tiles would be 0.
27133
27134 2005-01-06  Benjamin Otte  <otte@gnome.org>
27135
27136         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
27137         (gst_puzzle_class_init), (gst_puzzle_finalize):
27138           no memleaks, please
27139         (gst_puzzle_create), (gst_puzzle_init),
27140         (gst_puzzle_set_property), (gst_puzzle_setup):
27141           change initialization code around so we don't reshuffle on resize
27142         (draw_puzzle):
27143           fix another stupid typo
27144
27145 2005-01-06  Benjamin Otte  <otte@gnome.org>
27146
27147         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
27148           fix stupid typo that borked copying on YUY2
27149
27150 2005-01-06  Benjamin Otte  <otte@gnome.org>
27151
27152         * gst/games/gstpuzzle.c: (draw_puzzle):
27153           fix edges when image sizes aren't multiples of tile sizes
27154
27155 2005-01-06  Benjamin Otte  <otte@gnome.org>
27156
27157         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
27158           make RGB endianness work correctly
27159         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
27160           refactor and fix race with initial shuffling
27161         (nav_event_handler):
27162           allow using the mouse to puzzle
27163         (draw_puzzle):
27164           insist on tiles having width and height as multiples of 4 to get
27165           clean YUV image handling
27166         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27167         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
27168           s/DEBUG/LOG/ for common messages
27169         (gst_xvimagesink_navigation_send_event):
27170           fix mouse event translation to not include screen PAR
27171         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27172           fix mouse event translation to actually work
27173
27174 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27175
27176         * gst/asfdemux/gstasfdemux.c:
27177         (gst_asf_demux_process_ext_content_desc):
27178          Extract TrackNumber metadata + clean up code
27179         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
27180          Hope this is the good fix (var used unitialised)
27181
27182 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27183
27184         * ext/faad/gstfaad.c: (gst_faad_chain):
27185           Only increment timestamp if it's valid. Fixes raw AAC streams.
27186
27187 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27188
27189         * configure.ac:
27190         * gst/games/Makefile.am:
27191         * gst/games/gstpuzzle.c:
27192           add a puzzle game with...
27193         * gst/games/gstvideoimage.c:
27194         * gst/games/gstvideoimage.h:
27195           ... full colorspace support (that includes YUV9 and RGB16)) stolen
27196           from videotestsrc and made into something that would be a nice
27197           library for a lot of other plugins.
27198
27199 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27200
27201         * configure.ac:
27202          don't compile faad plugin if a RC of 2.0 is found
27203          Fixes #155346 (and FC1 buildbot)
27204         * gst/asfdemux/gstasfdemux.c:
27205         (gst_asf_demux_process_ext_content_desc):
27206          try to make Solaris compiler happier
27207
27208 2005-01-06  Paul Jack  <pjack@sfaf.org>
27209
27210         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27211
27212         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
27213           Fix segfault (#161667).
27214
27215 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27216
27217         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27218           Fix framerate reporting.
27219
27220 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27221
27222         * gst-libs/gst/riff/riff-ids.h:
27223         * gst/wavenc/riff.h:
27224          Add AMR (VBR and CBR) ids to riff.h audio codec list
27225         * gst/asfdemux/gstasfdemux.c:
27226         (gst_asf_demux_process_ext_content_desc),
27227         (gst_asf_demux_process_object):
27228           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
27229
27230 2005-01-05  Martin Eikermann  <meiker@upb.de>
27231
27232         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27233
27234         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27235         (gst_dvd_demux_handle_discont):
27236         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
27237         (gst_mpeg_demux_handle_discont):
27238           Recreate pads on new-media (#160730).
27239         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
27240           Send discont even if manager changes timestamps (#161929).
27241
27242 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
27243
27244         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27245
27246         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
27247           Fix invalid memory access (#159211).
27248
27249 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27250
27251         * examples/gstplay/player.c: (main):
27252           Don't iterate.
27253         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
27254           Add visualizations.
27255         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27256         (gst_a52dec_handle_frame):
27257           Set duration.
27258         * ext/dvdnav/gst-dvd:
27259           Add audioconvert. Fixes #161325.
27260         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
27261           Explicitely case to gint64. Possible valgrind error.
27262         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
27263         (gst_play_tick_callback), (gst_play_change_state),
27264         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
27265         (gst_play_set_location), (gst_play_get_location),
27266         (gst_play_seek_to_time), (gst_play_set_data_src),
27267         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27268         (gst_play_set_visualization), (gst_play_connect_visualization),
27269         (gst_play_get_framerate), (gst_play_get_all_by_interface),
27270         (gst_play_new):
27271           Use playbin. Fixes #139749 and #147744.
27272         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
27273           Add genre tag.
27274         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27275         (audioscale_get_type), (gst_audioscale_base_init),
27276         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
27277         (gst_audioscale_getcaps), (gst_audioscale_fixate),
27278         (gst_audioscale_link), (gst_audioscale_get_buffer),
27279         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
27280         (gst_audioscale_init), (gst_audioscale_dispose),
27281         (gst_audioscale_chain), (gst_audioscale_set_property),
27282         (gst_audioscale_get_property), (plugin_init):
27283           Indent properly.
27284         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27285           Fix LPCM.
27286         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
27287         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
27288         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
27289           Add more metadata (fixes #162656).
27290
27291 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27292
27293         * configure.ac:
27294           back to cvs
27295
27296 === release 0.8.7 ===
27297
27298 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27299
27300         * NEWS:
27301         * RELEASE:
27302         * configure.ac:
27303           releasing 0.8.7, "Hyperspace"
27304
27305 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27306
27307         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
27308
27309         * gst/playback/gstplaybasebin.c:
27310          Fix for #162924 - free caps after use, not before
27311
27312 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27313
27314         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27315
27316         * gst/playback/gstplaybasebin.c:
27317         * gst/wavparse/gstwavparse.c:
27318           Fix for #154773 - fixes playback of small .wav files
27319
27320 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
27321
27322         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27323
27324         * gst/audioscale/gstaudioscale.c:
27325           Fix for #162819 - make audioscale reusable
27326           Fixes playback of more than one file with playbin/totem
27327
27328 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27329
27330         * gst/ffmpegcolorspace/avcodec.h:
27331         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27332         * gst/ffmpegcolorspace/imgconvert.c:
27333           clean up the mess that made me cry and avoid needless duplication
27334
27335 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27336
27337         * gst/ffmpegcolorspace/imgconvert.c:
27338           give some indication of why we're segfaulting
27339
27340 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27341
27342         * configure.ac:
27343           Fix indentation, fix v4l2 plugin detection.
27344         * ext/Makefile.am:
27345           Fix libmms location (Maciej, use diff -u!).
27346         * ext/alsa/gstalsa.c: (gst_alsa_init):
27347           Initialize caps cache to NULL.
27348         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
27349           Only change state on audiosink if it exists.
27350
27351 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
27352
27353         * gst/matroska/matroska-demux.c:
27354         * gst/matroska/matroska-ids.h:
27355         * gst/matroska/matroska-demux.h:
27356         Fix Vorbis streams failing to decode in some files, where cluster_time
27357         isn't 0, because then it doesn't send codec_priv before actual data.
27358         Remove time-based test and replace it with marker set on beginning of
27359         new stream
27360
27361 2004-12-28  David Schleef  <ds@schleef.org>
27362
27363         Merge patch from Ronald fixing problems with streaming
27364         text.
27365         * ext/cairo/gstcairo.c: (plugin_init):
27366         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27367         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27368         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27369         (gst_textoverlay_font_init), (gst_textoverlay_init),
27370         (gst_textoverlay_set_property):
27371         * ext/cairo/gsttextoverlay.h:
27372
27373 2004-12-27  David Schleef  <ds@schleef.org>
27374
27375         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27376         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27377         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27378         (gst_textoverlay_font_init), (gst_textoverlay_init),
27379         (gst_textoverlay_set_property): Improvements to actually
27380         render text as white on black outline on video, including
27381         font selection and horizontal/vertical alignment.  (Ronald's
27382         christmas present)
27383         * ext/cairo/gsttextoverlay.h:
27384
27385 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27386
27387         * ext/ogg/gstogg.c:
27388         * ext/ogg/gstogmparse.c:
27389           fix ogm[audio/video]parse plugin registration
27390           (riff won't load if bytestream is already loaded)
27391
27392 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27393
27394         * gst/audioconvert/gstchannelmix.c:
27395           fix for GLIB < 2.4
27396
27397 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27398
27399         * Makefile.am:
27400         * configure.ac:
27401           disable docs again until it actually passes make distcheck.
27402
27403 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27404
27405         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
27406         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
27407         (plugin_init):
27408           Add 3GP (variables name Q3GP because they can't start with a
27409           number). Add samr audio fourcc (used in .3gp files), decoder
27410           is work in progress. Also do a GST_WARNING instead of ERROR
27411           in case of unknown nodes, to decrease output.
27412
27413 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27414
27415         * Makefile.am:
27416           really fix dist
27417
27418 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27419
27420         * configure.ac:
27421         * ext/speex/gstspeexdec.h:
27422         * ext/speex/gstspeexenc.h:
27423           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
27424           Fix detection code in configure.ac
27425
27426 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27427
27428         * gst/matroska/matroska-demux.c:
27429         (gst_matroska_demux_parse_blockgroup):
27430           Save position, so that queries give proper return values. Don't
27431           know how this could ever have worked before...
27432
27433 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27434
27435         * configure.ac:
27436           Put additional LAME check inside the conditional.  Fixes #152339
27437
27438 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27439
27440         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27441         (gst_avi_demux_stream_scan):
27442           Add some more debug. Fix logic error when setting movi offset
27443           while reading index.
27444
27445 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27446
27447         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27448         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
27449         (gst_avi_demux_process_next_entry):
27450           Add some debugging. Better detection of broken indexes and the
27451           accompanying index recovery. No infinite loops on state changes
27452           when we're still in our loopfunction.
27453
27454 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27455
27456         * configure.ac:
27457           Fix up.
27458
27459 2004-12-22  Archana Shah  <archana.shah@wipro.com>
27460
27461         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27462
27463         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
27464           Normalizing the value before setting
27465         (gst_sunaudiomixer_get_volume):
27466           Normalizing the value after getting. Fixes bug# 161980
27467
27468 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27469
27470         * Makefile.am: Make sure docs gets disted
27471         * docs/Makefile.am: Make sure all needed files get disted
27472         * gst-plugins.spec.in: latest updates
27473
27474 2004-12-22  Wim Taymans  <wim@fluendo.com>
27475
27476         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
27477         Revert patch 1.38 as clock distribution over schedulers does
27478         not work correcly in the core yet.
27479
27480 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27481
27482         * sys/oss/README: remove this file, which predates my birth
27483           (and which content is by far outdated)
27484
27485 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
27486
27487         * Makefile.am:
27488         * configure.ac:
27489         * docs/Makefile.am:
27490         * docs/libs/Makefile.am:
27491         * docs/libs/gst-plugins-libs-docs.sgml:
27492         * docs/libs/gst-plugins-libs-sections.txt:
27493         * docs/libs/tmpl/gstgconf.sgml:
27494         * docs/upload.mak:
27495         * docs/version.entities.in:
27496           Added boilerplate gtk-doc files for plugin-libs documentation.
27497
27498 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27499
27500         * gst/auparse/gstauparse.c: fix int and float audio caps
27501
27502 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27503
27504         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27505         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
27506           g_assert() can be a macro, don't use #ifdef inside it.
27507
27508 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
27509
27510         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27511
27512         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
27513         (gst_videorate_init), (gst_videorate_chain),
27514         (gst_videorate_change_state):
27515           Event handling (fixes #159986).
27516
27517 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27518
27519         * gst-libs/gst/riff/riff-media.c:
27520         (gst_riff_create_video_caps_with_data):
27521           Add BLZ0 (Blizzard's version of DivX) fourcc.
27522
27523 2004-12-18  David Schleef  <ds@schleef.org>
27524
27525         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
27526         portability fix.
27527
27528 2004-12-18  David Schleef  <ds@schleef.org>
27529
27530         * gst/tta/ttadec.h: Disable some header code that isn't used
27531         and clearly isn't portable.
27532
27533 2004-12-18  David Schleef  <ds@schleef.org>
27534
27535         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
27536         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27537         (avcodec_get_pix_fmt), (avpicture_layout),
27538         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
27539         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
27540         Fix code to not use GCC extensions (and c99 extensions that
27541         Forte does not like.)
27542
27543 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27544
27545         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27546
27547         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
27548         (gst_deinterlace_chain):
27549           Rowstride fixes. Fixes #161039.
27550         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
27551         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
27552         (gst_video_crop_getcaps), (gst_video_crop_link),
27553         (gst_video_crop_i420), (gst_video_crop_chain),
27554         (gst_video_crop_change_state):
27555           Rework of negotiation. Actually works now. Fixes #158650.
27556
27557 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27558
27559         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
27560           That was very stupid.
27561
27562 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27563
27564         * gst/matroska/matroska-demux.c:
27565         (gst_matroska_demux_parse_blockgroup):
27566           Fix possible crasher.
27567
27568 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27569
27570         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
27571         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
27572           Lace sizes can be zero.
27573
27574 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27575
27576         * ext/musepack/gstmusepackdec.cpp:
27577           Fetch error return values. Fixes #161624.
27578         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27579           Really EOS.
27580
27581 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27582
27583         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
27584           Work for truncated (unfinished download etc.) files. Fixes #160514.
27585
27586 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27587
27588         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27589           Fix for integer overflow. Makes #156001 not crash. Probably masks
27590           the real bug.
27591
27592 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27593
27594         * gst/ac3parse/gstac3parse.c: (plugin_init):
27595           Parsers never have ranks. Fixes #159651.
27596
27597 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27598
27599         * gst/playback/gstdecodebin.c: (compare_ranks):
27600           make sure the facotries are ordered the same every time even if they
27601           have the same rank by using the name
27602         * gst/playback/gstdecodebin.c: (find_compatibles):
27603           make sure we don't add factories to the list twice
27604
27605 2004-12-16  David Schleef  <ds@schleef.org>
27606
27607         * configure.ac: look for musepack headers as musepack/*.h
27608         (fixes #159847)
27609         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
27610         * ext/musepack/gstmusepackreader.h: same
27611
27612 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27613
27614         * gst-libs/gst/riff/riff-read.c:
27615         (gst_riff_read_strf_auds_with_data):
27616           Read extradata correctly (fixes #155879).
27617
27618 2004-12-16  David Schleef  <ds@schleef.org>
27619
27620         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
27621         audio.  does _not_ attempt or allow conversion unless channels
27622         is 1 or 2.
27623
27624 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27625
27626         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
27627
27628 2004-12-16  David Schleef  <ds@schleef.org>
27629
27630         * gst/audioscale/gstaudioscale.c: the resample library only
27631         handles 1 or 2 channels.  Change caps to compensate.
27632
27633 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27634
27635         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
27636         (gst_matroska_demux_audio_caps):
27637           Some MPEG-AAC hacks, because else it doesn't work...
27638
27639 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27640
27641         * gst-libs/gst/riff/riff-media.c:
27642         (gst_riff_create_video_caps_with_data),
27643         (gst_riff_create_video_template_caps):
27644           Add h264.
27645
27646 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27647
27648         * gst-libs/gst/audio/Makefile.am:
27649           Try to fix buildbot.
27650
27651 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27652
27653         * gst/tcp/gstmultifdsink.c:
27654           Clean up and uniformize debugging.
27655
27656 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
27657
27658         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27659
27660         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27661         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
27662         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
27663         (gst_mpeg_demux_change_state):
27664           Reset on ready. Fixes 160276.
27665
27666 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27667
27668         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27669
27670         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27671         (gst_ffmpegcsp_pad_link):
27672           Fix memleak (#154815).
27673
27674 2004-12-16  James Bowes  <bowes@cs.dal.ca>
27675
27676         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27677
27678         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
27679         (gst_musicbrainz_init), (gst_musicbrainz_chain),
27680         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
27681         * ext/musicbrainz/gsttrm.h:
27682           Add support for using a proxy server when getting a trm id from
27683           the MusicBrainz database (#149613).
27684
27685 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
27686
27687         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27688
27689         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
27690         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
27691           Fix memleaks (#157233).
27692
27693 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27694
27695         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27696
27697         * gst-libs/gst/resample/resample.c: (gst_resample_close):
27698         * gst-libs/gst/resample/resample.h:
27699         * gst/audioscale/gstaudioscale.c:
27700           Fix memleak (#159215).
27701
27702 2004-12-16  Toni Willberg  <toniw@iki.fi>
27703
27704         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27705
27706         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
27707         * sys/oss/oss_probe.c: (main):
27708           Check for mono/stereo support (similar to samplerate probing),
27709           fixes #159433. Also add missing copyright header to oss_probe.c.
27710
27711 2004-12-15  David Schleef  <ds@schleef.org>
27712
27713         * configure.ac: add audioresample and cairo plugins.  Remove
27714         HAVE_MMX stuff, because it's not used.
27715         * ext/Makefile.am: same
27716         * ext/audioresample/Makefile.am: You are not ready for an
27717         audio resampling element based on audioresample.
27718         * ext/audioresample/gstaudioresample.c:
27719         * ext/audioresample/gstaudioresample.h:
27720         * ext/cairo/Makefile.am: You are not ready for overlay elements
27721         based on cairo.  Don't look too closely, these elements kinda
27722         suck right now.
27723         * ext/cairo/gstcairo.c: new
27724         * ext/cairo/gsttextoverlay.c: new
27725         * ext/cairo/gsttextoverlay.h: new
27726         * ext/cairo/gsttimeoverlay.c: new
27727         * ext/cairo/gsttimeoverlay.h: new
27728         * gst-libs/gst/media-info/media-info-priv.h: fix compile
27729         problem with compilers that don't support variadic macros.
27730
27731 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
27732
27733         Reviewed by:  David Schleef  <ds@schleef.org>
27734
27735         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
27736         Bala, registering sunaudiosrc (oops!), and cleaning up code a
27737         bit.  Also ran indent-gst.
27738         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
27739         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
27740         (gst_sunaudiosrc_setparams):
27741
27742 2004-12-14  David Schleef  <ds@schleef.org>
27743
27744         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
27745         output rate to 16000.  Should fix #160235.
27746
27747 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27748
27749         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
27750         Add typefinding for mpeg2 pes streams
27751
27752 2004-12-13  David Schleef  <ds@schleef.org>
27753
27754         * configure.ac:  Applied patch from bug #143659, making default
27755         sources and sinks OS-dependent (for Solaris), and added code
27756         for OS/X.
27757         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
27758
27759 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27760
27761         * gst-libs/gst/riff/riff-media.c:
27762           forgot to add h2.64 to avidemux template caps
27763
27764 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27765
27766         * gst/wavenc/riff.h:
27767         * gst-libs/gst/riff/riff-media.c:
27768         * gst-libs/gst/riff/riff-ids.h:
27769         * gst/avi/gstavimux.c
27770         add 4CC code for VideoSoft h264 in AVI (VSSH)
27771           fixes bug #160655
27772         remove s323 from riff, it's quicktime specific :(
27773
27774 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27775
27776         * gst/asfdemux/README
27777         * gst/wavenc/riff.h
27778         * gst-libs/gst/riff/riff-ids.h
27779         * gst-libs/gst/riff/riff-media.c
27780         * gst/qtdemux/qtdemux.c:
27781           add new 4CC codes for h263 related codecs
27782           fixes partially bug #155163
27783
27784 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
27785
27786         * configure.ac: Update polyaudio requirement to 0.7
27787         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
27788
27789 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27790
27791         * gst/interleave/deinterleave.c:
27792         fix my name's spelling! :)
27793
27794 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27795
27796         * AUTHORS ChangeLog
27797         * gst/auparse/gstauparse.c
27798         * gst/interleave/deinterleave.c
27799         * gst/law/:
27800                 alaw-decode.c alaw-encode.c
27801                 mulaw-decode.c mulaw-encode.c
27802         * gst/oneton/gstoneton.c
27803         * sys/osxaudio/:
27804                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
27805         * sys/osxvideo/:
27806                 cocoawindow.h cocoawindow.m
27807                 osxvideosink.h osxvideosink.m
27808
27809         put the same mail address for Zaheer Abbas Merali everywhere
27810
27811 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27812
27813         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
27814           Align by packetsize, and assert that we a packet available before
27815           playing. The first makes webstreams work (they often include
27816           trailing padding data in a packet), the second allows pausing a
27817           ASF stream in totem without getting demux errors afterwards.
27818
27819 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27820
27821         * ext/ogg/gstoggdemux.c: (get_relative):
27822           Check for non-NULL before accessing member (end-of-chain).
27823
27824 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27825
27826         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
27827         (cdparanoia_set_property), (cdparanoia_get_property):
27828         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
27829         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
27830         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
27831         (dvdreadsrc_init), (dvdreadsrc_set_property),
27832         (dvdreadsrc_get_property):
27833         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
27834         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
27835           Synchronize property names where not yet the case. Devices are
27836           now device=X, other versions are deprecated (but still exist).
27837           Also use g_free() unconditionally.
27838         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27839         (setup_source), (gst_play_base_bin_get_property):
27840           Expose source.
27841
27842 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27843
27844         * configure.ac: move GCONF macro outside conditional for the am
27845           conditional. Fixes #160439
27846
27847 2004-12-08  David Schleef  <ds@schleef.org>
27848
27849         * tools/gst-visualise-m.m: Switch to elements that currently
27850         exist.
27851
27852 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27853
27854         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
27855           We love wrong commas.
27856
27857 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27858
27859         * gst/matroska/matroska-demux.c:
27860         (gst_matroska_demux_handle_src_query):
27861           Don't set DEFAULT, unsupported - makes length display incorrectly
27862           in some cases.
27863
27864 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27865
27866         * gst/monoscope/README: remove blurb about files being GPL
27867         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
27868         * gst/monoscope/monoscope.c: Change license to BSD with explanation
27869           monoscope is now effectively LGPL licensed
27870
27871 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27872
27873         * gst/monoscope/README: Update information to be more correct
27874         * gst/monoscope/convolve.c: Relicense to LGPL
27875         * gst/monoscope/convolve.h: Relicense to LGPL
27876
27877 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
27878
27879         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27880           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
27881         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
27882           set default_duration for mpeg1 audio
27883
27884 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27885
27886         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
27887         * ext/alsa/gstalsa.h:
27888           refactor big chunks of the core caps negotiation code to make it
27889           a lot faster, because people claim it's really slow
27890           (actually, just cache the getcaps when the device is opened)
27891
27892 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27893
27894         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
27895         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
27896         (gst_a52dec_handle_frame), (gst_a52dec_chain),
27897         (gst_a52dec_change_state), (plugin_init):
27898         * ext/a52dec/gsta52dec.h:
27899           Do something useful with timestamps. Make chain-based (since
27900           there's really no reason to be loopbased).
27901         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
27902           Update current_byte/frame correctly.
27903
27904 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27905
27906         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
27907         (gst_ape_demux_stream_init):
27908           Forward tags, too.
27909
27910 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27911
27912         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
27913           Let's make sure we're done typefinding when detecting tags.
27914
27915 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27916
27917         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
27918         (gst_ebml_read_init), (gst_ebml_read_use_event),
27919         (gst_ebml_read_element_id), (gst_ebml_peek_id),
27920         (gst_ebml_read_seek), (gst_ebml_read_skip),
27921         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
27922         (gst_ebml_read_master):
27923         * gst/matroska/ebml-read.h:
27924         * gst/matroska/matroska-demux.c:
27925         (gst_matroska_demux_parse_contents),
27926         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
27927           Disgustingly evil hack for working around INTERRUPT events and
27928           their extremely annoying habit of being a pain in the ass. We
27929           simply peek a cluster before reading any of it.
27930
27931 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27932
27933         * ext/musepack/gstmusepackdec.cpp:
27934           There's also floating point libmusepacks.
27935
27936 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27937
27938         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
27939         (gst_faad_chanpos_to_gst), (gst_faad_chain):
27940           Set DURATION even if source buffer didn't. Also use increasing
27941           timestamps.
27942         * gst-libs/gst/riff/riff-media.c:
27943         (gst_riff_create_audio_caps_with_data):
27944           Block_align can have larger values than 8192.
27945
27946 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27947
27948         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
27949         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
27950         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
27951         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
27952           Fix caps.
27953
27954 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27955
27956         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
27957           Fix logic bug.
27958
27959 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27960
27961         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
27962           Yay, another one.
27963
27964 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27965
27966         * ext/esd/esdsink.c: (gst_esdsink_chain):
27967           Make error actually say something useful (fixes #156798).
27968         * gst-libs/gst/riff/riff-media.c:
27969         (gst_riff_create_video_caps_with_data),
27970         (gst_riff_create_video_template_caps):
27971           Add Intel Video 5.0 fourcc (IV50).
27972
27973 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
27974
27975         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
27976         detection on mono and stereo mp3 files.
27977
27978 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27979
27980         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
27981           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
27982           the contained stream).
27983
27984 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27985
27986         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
27987           Oops, remove debug.
27988
27989 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
27990
27991         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27992
27993         * gst/law/alaw-decode.c: (alawdec_getcaps):
27994         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
27995           Prevent warnings when negotiating caps (fixes #159338).
27996
27997 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27998
27999         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28000         (gst_ffmpegcsp_chain):
28001           Remove old leftover that shouldn't be there...
28002
28003 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28004
28005         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28006
28007         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
28008           Don't forward DISCONT events (fixes #159684).
28009
28010 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28011
28012         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
28013           Unlink manually since sometimes bin disposal (and therefore
28014           pad unlinking) is delayed, which will cause a new media file
28015           to not be able to start playing instantly.
28016
28017 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28018
28019         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
28020           On mute of an unlinked stream, check for pad availability so
28021           we don't crash on unlinked pad.
28022
28023 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28024
28025         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28026         (gst_avi_demux_massage_index):
28027           Fix quite humiliating bug in omitting 0-sized index chunks but
28028           forgetting to count them for timestamps.
28029
28030 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28031
28032         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28033           Actually leave the loop if we failed to sync. Don't crash.
28034
28035 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28036
28037         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
28038         (gst_dvd_demux_process_private):
28039         * gst/mpegstream/gstdvddemux.h:
28040           Fix crash (#159759). Doesn't work, though. :-(.
28041
28042 2004-11-28  Benjamin Otte  <otte@gnome.org>
28043
28044         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28045           more overwriting protection due to modifying channels one by one
28046           instead of all at once
28047
28048 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28049
28050         * gst/audioconvert/gstchannelmix.c:
28051         (gst_audio_convert_fill_normalize):
28052           Normalize using absolute values.
28053
28054 2004-11-28  Julien MOUTTE  <julien@moutte.net>
28055
28056         * configure.ac:
28057         * ext/Makefile.am:
28058         * ext/directfb/Makefile.am:
28059         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
28060         (gst_directfbvideosink_get_pixel_format),
28061         (gst_directfbvideosink_get_format_from_fourcc),
28062         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
28063         (gst_directfbvideosink_sink_link),
28064         (gst_directfbvideosink_change_state),
28065         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
28066         (gst_directfbvideosink_buffer_alloc),
28067         (gst_directfbvideosink_interface_supported),
28068         (gst_directfbvideosink_interface_init),
28069         (gst_directfbvideosink_navigation_send_event),
28070         (gst_directfbvideosink_navigation_init),
28071         (gst_directfbvideosink_set_property),
28072         (gst_directfbvideosink_get_property),
28073         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
28074         (gst_directfbvideosink_base_init),
28075         (gst_directfbvideosink_class_init),
28076         (gst_directfbvideosink_get_type), (plugin_init):
28077         * ext/directfb/directfbvideosink.h: Adding a first version of
28078         directfbvideosink.
28079         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
28080         more.
28081
28082 2004-11-28  Benjamin Otte  <otte@gnome.org>
28083
28084         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28085           walk the samples backwards if out_channels > in_channels so we don't
28086           overwrite data
28087
28088 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28089
28090         * gst/audioconvert/Makefile.am:
28091         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
28092         (gst_audio_convert_link), (gst_audio_convert_change_state),
28093         (gst_audio_convert_channels):
28094         * gst/audioconvert/gstchannelmix.c:
28095         (gst_audio_convert_unset_matrix),
28096         (gst_audio_convert_fill_identical),
28097         (gst_audio_convert_fill_compatible),
28098         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
28099         (gst_audio_convert_fill_others),
28100         (gst_audio_convert_fill_normalize),
28101         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
28102         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
28103         * gst/audioconvert/gstchannelmix.h:
28104           Implement a channel mixer.
28105
28106 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
28107
28108         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
28109         * ext/alsa/gstalsa.h:
28110         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
28111         Make alsasink actually honor gst_element_set_clock and use that
28112         clock instead of its internal one.
28113
28114 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28115
28116         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
28117         (gst_play_base_bin_change_state): nullify source and decoder when
28118         going from READY to NULL so that we don't try to do weird stuff with
28119         them when going from NULL to READY
28120         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
28121         instead of g_object_unref
28122         (gen_video_element), (gen_audio_element): more refcounting fixes, now
28123         it should be correct
28124         (gst_play_bin_change_state): don't call remove_sinks if we are
28125         currently disposing the object
28126
28127 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28128
28129         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28130           Don't forget bass if it's there. Else left channel is silent...
28131
28132 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28133
28134         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
28135         (gst_a52dec_change_state):
28136           Don't do sample adjusting anymore, we use float audio now.
28137         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28138           Don't fixate to non-existing properties.
28139
28140 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28141
28142         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
28143         (gst_a52dec_change_state):
28144           Advertise that we can do surround sound.
28145
28146 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28147
28148         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
28149           Add buffer-frames=0.
28150         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
28151         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
28152         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
28153         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
28154         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
28155         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
28156         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
28157         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
28158         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
28159         * ext/dvdread/dvdreadsrc.h:
28160           Add seeking, querying for bytes, sectors, title, angle and
28161           chapter. Handle multiple chapters. Relicense to LGPL because
28162           Billy agreed on that (thanks Billy!).
28163
28164 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28165
28166         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
28167         call parent dispose method
28168
28169 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
28170
28171         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
28172         (gst_audio_clock_get_internal_time):
28173         Fix active <-> inactive transitions: ensure time value always
28174         grows and avoid abrupt value changes.
28175
28176 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
28177
28178         * configure.ac:
28179         * gst/tta/Makefile.am:
28180         * gst/tta/crc32.h:
28181         * gst/tta/filters.h:
28182         * gst/tta/gsttta.c:
28183         * gst/tta/gstttadec.c:
28184         * gst/tta/gstttadec.h:
28185         * gst/tta/gstttaparse.c:
28186         * gst/tta/gstttaparse.h:
28187         * gst/tta/ttadec.h:
28188           added TTA parser and decoder
28189
28190 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28191
28192         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28193         (probe_triggered), (check_queue), (buffer_underrun),
28194         (buffer_running), (buffer_overrun), (gen_source_element),
28195         (setup_source):
28196         * gst/playback/gstplaybasebin.h:
28197           Implement buffering. Needs some more work.
28198
28199 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28200
28201         * ext/theora/theoradec.c: (theora_dec_chain):
28202           Fix ilog mask range overflow.
28203
28204 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28205
28206         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28207           Don't omit the last (which in case of dmix is the only :) )
28208           channel count. Don't set channels if <= 2.
28209
28210 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
28211
28212         * gst/playback/gstplaybin.c: (gen_video_element),
28213         (gen_audio_element): Removed 2 obsolete comments
28214
28215 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28216
28217         * ext/vorbis/oggvorbisenc.c
28218         * ext/vorbis/vorbisenc.c :
28219           change description fields of those plugins to differentiate them
28220           (pitivi show Encoders by description, they had the same one)
28221
28222 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
28223
28224         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28225
28226         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
28227         (gst_play_bin_set_property), (gen_video_element),
28228         (gen_audio_element):
28229           Refcounting fixes for provided audio-/videosinks.
28230
28231 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28232
28233         * gst/playback/gstplaybin.c: (gen_video_element),
28234         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
28235           Don't reference all sinks, but only the video- and audiosinks.
28236           The vis. element should be disposed when we're done with it.
28237           We don't have any reason to keep it around. This fixes warnings
28238           when reusing playbin for playing multiple audio files with
28239           vis. enabled. Also release audio device on pause - idea stolen
28240           from Rhythmbox.
28241
28242 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28243
28244         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
28245         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
28246         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28247         * ext/alsa/gstalsaplugin.c: (plugin_init):
28248         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
28249         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
28250         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
28251         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
28252         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
28253         (gst_faad_change_state), (plugin_init):
28254         * ext/faad/gstfaad.h:
28255         * ext/vorbis/vorbis.c: (plugin_init):
28256         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28257         * gst-libs/gst/audio/Makefile.am:
28258         * gst-libs/gst/audio/audio.c: (plugin_init):
28259         * gst-libs/gst/audio/multichannel.c:
28260         (gst_audio_check_channel_positions),
28261         (gst_audio_get_channel_positions),
28262         (gst_audio_set_channel_positions),
28263         (gst_audio_set_structure_channel_positions_list),
28264         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
28265         (gst_audio_fixate_channel_positions):
28266         * gst-libs/gst/audio/multichannel.h:
28267         * gst-libs/gst/audio/testchannels.c: (main):
28268         * gst/audioconvert/gstaudioconvert.c:
28269         (gst_audio_convert_class_init), (gst_audio_convert_init),
28270         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
28271         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
28272         (gst_audio_convert_fixate), (gst_audio_convert_channels):
28273         * gst/audioconvert/plugin.c: (plugin_init):
28274           Surround sound support.
28275
28276 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28277
28278         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28279           Fix position for discont if we're close as well. Nitpicking, but
28280           saves a few milliseconds of extra waiting or skipping.
28281
28282 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28283
28284         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
28285           We sometimes need parsers for playback, so add those too.
28286
28287 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28288
28289         * configure.ac:
28290         * gst/apetag/Makefile.am:
28291         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
28292         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
28293         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
28294         (gst_ape_demux_get_src_query_types),
28295         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
28296         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
28297         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
28298         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
28299         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
28300         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
28301         (gst_ape_demux_change_state):
28302         * gst/apetag/apedemux.h:
28303         * gst/apetag/apetag.c: (plugin_init):
28304         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
28305         (plugin_init):
28306           APE v1/2 tag reader plus typefind function.
28307
28308 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28309
28310         * configure.ac:
28311         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28312         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28313           Remove hacks for older core. Require newer core version
28314           accordingly.
28315
28316 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28317
28318         * gst/cdxaparse/Makefile.am:
28319         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
28320         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
28321         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
28322         * gst/cdxaparse/gstcdxaparse.h:
28323         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
28324         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
28325         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
28326         (gst_cdxastrip_get_src_query_types),
28327         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
28328         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
28329         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
28330         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
28331         * gst/cdxaparse/gstcdxastrip.h:
28332           SVCD/VCD header stripping separated from CDXA image parsing.
28333         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28334         (plugin_init):
28335           Add VCD/SVCD header typefinding for VCD/SVCD.
28336         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
28337         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
28338         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
28339         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
28340         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
28341         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
28342         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
28343         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
28344         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
28345         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
28346         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
28347         * sys/vcd/vcdsrc.h:
28348           Fix up, add seeking, querying, URI interface. Works in totem now.
28349
28350 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28351
28352         * configure.ac:
28353           back to CVS
28354
28355 === release 0.8.6 ===
28356
28357 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28358
28359         * NEWS:
28360         * RELEASE:
28361         * configure.ac:
28362         * po/af.po:
28363         * po/az.po:
28364         * po/cs.po:
28365         * po/en_GB.po:
28366         * po/hu.po:
28367         * po/it.po:
28368         * po/nb.po:
28369         * po/nl.po:
28370         * po/or.po:
28371         * po/sq.po:
28372         * po/sr.po:
28373         * po/sv.po:
28374         * po/uk.po:
28375           releasing 0.8.6, "IOU Love"
28376
28377 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28378
28379         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28380
28381         * gst/playback/gstplaybasebin.c:
28382           Fix unplayable files error handling.  Fixes #158365
28383
28384 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28385
28386         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28387
28388         * gst/typefind/gsttypefindfunctions.c:
28389           Fix broken mp3 typefinding.  Fixes #158375
28390
28391 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28392
28393         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28394
28395         * ext/ogg/gstoggdemux.c:
28396           Fix sync on broken files.  Fixes #158976
28397
28398 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28399
28400         patch by: Edward Hervey <bilboed@bilboed.com>
28401
28402         * ext/libpng/gstpngenc.c:
28403           Copy over buffer properties.  Fixes #158832
28404
28405 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28406
28407         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
28408
28409         * ext/dvdread/dvdreadsrc.c:
28410           Fixes invalid reads (#158462)
28411
28412 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28413
28414         * sys/v4l/gstv4lsrc.c:
28415         * sys/v4l/gstv4lsrc.h:
28416         * sys/v4l/v4lsrc_calls.c:
28417           Probe less and cache it.  Fixes #159187.
28418
28419 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28420
28421         * gst/videorate/gstvideorate.c:
28422           Handle all video formats. Fixes #159186.
28423
28424 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
28425         * gst/synaesthesia/gstsynaesthesia.c:
28426         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
28427         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
28428         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
28429         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
28430         (gst_synaesthesia_change_state), (plugin_init):
28431         Fix up synaesthesia to work under different samplerates/ buffer sizes.
28432         Force 320x200 output, as that's the only thing the underlying
28433         synaesthesia implementation supports. Still needs to be made
28434         re-entrant.
28435
28436 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28437
28438         * configure.ac:
28439           Fix mpeg2enc configure check (similar to mplex check below).
28440
28441 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
28442
28443         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28444
28445         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28446           Fix for gcc-2.95 (fixes #158221).
28447
28448 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28449
28450         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28451           Re-add clock distribution hack (until new core is released).
28452           Fixes #158125.
28453
28454 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
28455         * configure.ac:
28456           fix mplex configure check segfaulting on some systems (bug #140994)
28457
28458 2004-11-13  Benjamin Otte  <otte@gnome.org>
28459
28460         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
28461           add debugging
28462         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28463           do a wait when we enter the loop func with no data available to
28464           write instead of getting into an 100% CPU loop by just returning and
28465           being called again by the scheduler
28466
28467 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
28468
28469         * configure.ac:
28470         * ext/libvisual/visual.c: (gst_visual_get_type),
28471         (libvisual_log_handler), (gst_visual_getcaps),
28472         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
28473         (plugin_init):
28474           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
28475         * ext/smoothwave/Makefile.am:
28476         * ext/smoothwave/demo-osssrc.c: (main):
28477         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
28478         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
28479         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
28480         (plugin_init):
28481         * ext/smoothwave/gstsmoothwave.h:
28482           Make gstsmoothwave a working element in the 20th century.
28483
28484         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
28485           Fix incorrect link function
28486
28487 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28488
28489         * gst/volume/gstvolume.c:
28490           Allow buffer-frames=0.
28491
28492 2004-11-12 Iain <iaingnome@gmail.com>
28493
28494         * configure.ac: Check for polypaudio
28495
28496         * ext/Makefile.am: Build the polyp dir
28497
28498         * ext/polyp: The polypsink sources.
28499
28500 2004-10-30 Iain <iaingnome@gmail.com>
28501
28502         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
28503         caps to reflect the new number of channels.
28504
28505 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28506
28507         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28508           Fix for negotiation order problem. This would show when the
28509           ALSA loopfuction was called before any other function. ALSA
28510           wouldn't do anything because we're not negotiated yet, leading
28511           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
28512
28513 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28514
28515         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28516
28517         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
28518           No warnings (#157986).
28519
28520 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28521
28522         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
28523           Prefer apev1/2 and id3v1 (at end of file) over musepack.
28524
28525 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28526
28527         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
28528           Signal no-more-pads (so it works in playbin).
28529
28530 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28531
28532         * ext/musepack/gstmusepackreader.cpp:
28533           Workaround for older core.
28534
28535 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28536
28537         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
28538           Actually test for odd width/height rather than testing whether
28539           a temporary variable that was 0 before we subtracted 1 is now
28540           not equal to zero (which it always is).
28541
28542 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28543
28544         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28545         Fix compilation if HAVE_XVIDEO is not defined
28546
28547 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28548
28549         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28550         Fix compilation if HAVE_XVIDEO is not defined
28551
28552 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
28553
28554         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
28555         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
28556         (gst_goom_change_state), (plugin_init):
28557         Use the bytestream adapter so goom doesn't depend on the input
28558         buffer size.
28559         Add a debug category
28560
28561 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28562
28563         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28564           Only set hardware parameters *after* negotiation. Before
28565           negotiation, it will set ANY and that seems to cause crashes
28566           (see e.g. #151288, #153227).
28567
28568 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28569
28570         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
28571           This seems to be antique leftover. It needs to pass error
28572           checking.
28573         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
28574         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
28575         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
28576         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
28577           Fix GstXOverlay implementation (#151059).
28578
28579 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28580
28581         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28582           Don't assert (#157853).
28583
28584 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28585
28586         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
28587           Fix bytes/samples confustion.
28588         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
28589           Fix for underrun (#144389).
28590
28591 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28592
28593         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28594           Disable halfway-seek for pending release (since it needs a new
28595           core release).
28596
28597 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28598
28599         * sys/v4l/gstv4lsrc.c:
28600         * sys/v4l/gstv4lsrc.h:
28601         * sys/v4l/v4lsrc_calls.c:
28602           add autoprobe-fps property so we can separate autoprobing parts
28603
28604 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28605
28606         * sys/v4l/gstv4lsrc.c:
28607         * sys/v4l/v4lsrc_calls.c:
28608         initialise fourcc to catch unset fourcc's, and debug
28609
28610 2004-11-09  Wim Taymans  <wim@fluendo.com>
28611
28612         * gst/playback/README:
28613         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28614         * gst/playback/gstplaybin.c: (gst_play_bin_init),
28615         (gst_play_bin_dispose), (gst_play_bin_set_property),
28616         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
28617         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
28618         (gst_play_bin_get_formats), (gst_play_bin_convert),
28619         (gst_play_bin_get_query_types), (gst_play_bin_query):
28620         Cleanups and some more documentation.
28621
28622 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
28623
28624         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
28625         (gst_cacasink_init), (gst_cacasink_chain):
28626         * ext/libcaca/gstcacasink.h:
28627         Cacasink inherits from VideoSink, so let that store the clock.
28628
28629 2004-11-09  Wim Taymans  <wim@fluendo.com>
28630
28631         * gst/playback/README:
28632         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
28633         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
28634         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
28635         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
28636         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
28637         (setup_sinks):
28638         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
28639         (gst_stream_info_is_mute), (gst_stream_info_set_property):
28640         * gst/playback/gststreaminfo.h:
28641         Updated README.
28642         Only switch groups if all streams have muted (EOSed).
28643         Send Tags in sync with the stream playback instead of in
28644         the playback/preroll phase.
28645         Some cleanups, free the fakesrc elements.
28646
28647 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28648
28649         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
28650           buffer-frames property was missing
28651         * ext/arts/gst_arts.c:
28652           rate missing from sinkcaps
28653         * ext/audiofile/gstafparse.c:
28654         * ext/audiofile/gstafsink.c:
28655         * ext/audiofile/gstafsrc.c:
28656         * ext/swfdec/gstswfdec.c:
28657           int audio doesn't know buffer-frames
28658         * ext/cdparanoia/gstcdparanoia.c:
28659           int audio doesn't know chunksize either
28660         * ext/nas/nassink.c:
28661           it's endianness, not endianess
28662         * gst-libs/gst/audio/audio.h:
28663           make float standard pad template caps really describe float
28664         * gst/law/mulaw.c: (linear_factory):
28665           signed only, please
28666         * gst/mpegstream/gstdvddemux.c:
28667           widths of 20 are not valid
28668
28669 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28670
28671         Submitted by: Luca Ferretti <elle.uca@infinito.it>
28672
28673         * po/LINGUAS:
28674         * po/it.po:
28675           Add Italian
28676
28677 2004-11-08  Wim Taymans  <wim@fluendo.com>
28678
28679         * gst/playback/README:
28680         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28681         * gst/playback/gstplaybasebin.c: (probe_triggered),
28682         (gst_play_base_bin_change_state):
28683         Updated README, added more comments for fixmes etc..
28684
28685 2004-11-08  Wim Taymans  <wim@fluendo.com>
28686
28687         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28688         We can remove this hack now.
28689
28690 2004-11-08  Wim Taymans  <wim@fluendo.com>
28691
28692         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
28693         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28694         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28695         Only mix AYUV for maximum quality.
28696
28697 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28698
28699         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
28700         (gst_ogg_demux_push), (gst_ogg_pad_push):
28701           Let's act as if we're synchronized now! :).
28702         * ext/theora/theoradec.c: (theora_dec_chain):
28703           Add some debug.
28704
28705 2004-11-08  Wim Taymans  <wim@fluendo.com>
28706
28707         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28708         (gst_alpha_set_property), (gst_alpha_sink_link),
28709         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
28710         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
28711         (gst_alpha_init_params), (gst_alpha_chain):
28712         Implement alpha functions for AYUV too, this increases
28713         accuracy quite a bit.
28714
28715 2004-11-08  Wim Taymans  <wim@fluendo.com>
28716
28717         * gst/ffmpegcolorspace/avcodec.h:
28718         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28719         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
28720         (gst_ffmpegcsp_avpicture_fill):
28721         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28722         (gst_ffmpegcsp_caps_remove_format_info):
28723         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28724         (shrink12), (img_get_alpha_info), (deinterlace_line),
28725         (deinterlace_line_inplace):
28726         * gst/ffmpegcolorspace/imgconvert_template.h:
28727         Added AYUV colorspace and handle RGBA a bit more respectful.
28728
28729 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28730
28731         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28732           Actually always send a discont (cornercase when resending the
28733           same serial-tagged chain twice).
28734
28735 2004-11-08  Julien MOUTTE  <julien@moutte.net>
28736
28737         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
28738         (gst_ximagesink_finalize):
28739         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
28740         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
28741
28742 2004-11-08  Wim Taymans  <wim@fluendo.com>
28743
28744         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
28745         Don't segfault on NULL data.
28746
28747 2004-11-08  Wim Taymans  <wim@fluendo.com>
28748
28749         * gst/playback/gstdecodebin.c: (unlinked):
28750         * gst/playback/gstplay-marshal.list:
28751         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28752         (gst_play_base_bin_init), (group_create), (get_active_group),
28753         (get_building_group), (group_destroy), (group_commit),
28754         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
28755         (add_element_stream), (no_more_pads), (probe_triggered),
28756         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
28757         (state_change), (setup_source), (gst_play_base_bin_get_property),
28758         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
28759         (gst_play_base_bin_link_stream),
28760         (gst_play_base_bin_get_streaminfo):
28761         * gst/playback/gstplaybasebin.h:
28762         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
28763         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
28764         Add support for chained ogg files. Prepare for playlist
28765         support. This patch introduces the concept of pad groups, which
28766         together compose one playable media file.
28767
28768 2004-11-07  David Schleef  <ds@schleef.org>
28769
28770         * testsuite/gst-lint: Check for pad templates that aren't statically
28771         scoped.
28772
28773 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28774
28775         * configure.ac:
28776         * ext/Makefile.am:
28777         * ext/musepack/Makefile.am:
28778         * ext/musepack/gstmusepackdec.cpp:
28779         * ext/musepack/gstmusepackdec.h:
28780         * ext/musepack/gstmusepackreader.cpp:
28781         * ext/musepack/gstmusepackreader.h:
28782           Add musepack decoder.
28783         * ext/faad/gstfaad.c: (gst_faad_base_init):
28784           Make pad templates static.
28785         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28786         (plugin_init):
28787           Add musepack typefinder, make mp3 typefinding work halfway stream,
28788           which doesn't actually work yet because id3demux doesn't implement
28789           _get_length().
28790
28791 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28792
28793         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
28794         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
28795           Fix interrupt event handling (#144436).
28796
28797 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28798
28799         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
28800           Hide unused glory.
28801
28802 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28803
28804         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28805
28806         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
28807           Fix weird caps (#157548).
28808
28809 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28810
28811         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28812
28813         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
28814           Add missing NULL terminator (#157543).
28815
28816 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28817
28818         * gst/tcp/gsttcp.h:
28819         * gst/tcp/gsttcpclientsink.c:
28820         * gst/tcp/gsttcpclientsrc.c:
28821         * gst/tcp/gsttcpserversink.c:
28822         * gst/tcp/gsttcpserversrc.c:
28823           ports can go up to 65535.  Move common defines to gsttcp.h
28824
28825 2004-11-05  Wim Taymans  <wim@fluendo.com>
28826
28827         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
28828         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
28829         Added two more colorspaces.
28830
28831 2004-11-05  Wim Taymans  <wim@fluendo.com>
28832
28833         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28834         (gst_ffmpegcsp_avpicture_fill):
28835         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28836         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
28837         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
28838         More stride fixes.
28839
28840 2004-11-05  Wim Taymans  <wim@fluendo.com>
28841
28842         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
28843         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
28844         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
28845         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
28846         (gst_videomixer_loop):
28847         More stride fixes.
28848
28849 2004-11-05  Benjamin Otte  <otte@gnome.org>
28850
28851         * ext/mad/gstmad.c: (gst_mad_chain):
28852           don't overflow data buffer. Flush not needed sync data when syncing
28853           failed.
28854
28855 2004-11-04  Wim Taymans  <wim@fluendo.com>
28856
28857         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28858         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
28859         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
28860         (gst_alpha_init_params), (gst_alpha_chain),
28861         (gst_alpha_change_state):
28862         Updated the chroma keying algorithm with something more
28863         sophisticated.
28864
28865 2004-11-03  Wim Taymans  <wim@fluendo.com>
28866
28867         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
28868         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28869         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28870         Fix stride issues. Does not completely work for odd
28871         heights.
28872
28873 2004-11-03  Wim Taymans  <wim@fluendo.com>
28874
28875         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28876         (gst_alpha_chroma_key), (gst_alpha_chain):
28877         Fix stride issues. Does not completely work for odd
28878         heights.
28879
28880 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
28881
28882         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28883         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
28884         leak fixes
28885
28886 2004-11-03  Wim Taymans  <wim@fluendo.com>
28887
28888         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28889         (gst_ffmpegcsp_avpicture_fill):
28890         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28891         (avpicture_alloc):
28892         * gst/ffmpegcolorspace/imgconvert_template.h:
28893         Use correct _fill function to get correct strides.
28894
28895 2004-11-02  David Schleef  <ds@schleef.org>
28896
28897         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28898         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
28899         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
28900         Change all g_print()s to debugging.  Add a bunch of consistency
28901         checks.
28902
28903 2004-11-02  Wim Taymans  <wim@fluendo.com>
28904
28905         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28906         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
28907         (unlinked), (no_more_pads), (close_link):
28908         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
28909         (unknown_type), (add_element_stream), (new_decoded_pad),
28910         (removed_decoded_pad), (setup_source):
28911         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
28912         (gst_stream_info_class_init), (gst_stream_info_init),
28913         (gst_stream_info_new), (gst_stream_info_dispose),
28914         (stream_info_mute_pad), (gst_stream_info_set_property),
28915         (gst_stream_info_get_property):
28916         * gst/playback/gststreaminfo.h:
28917         Fix playback of multiple files.
28918         a slightly different approach to handling dynamic pad removals.
28919         This one only looks at pads that we have linked.
28920
28921 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
28922
28923         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
28924         free" warning from libc.
28925
28926 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28927
28928         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28929         (get_unconnected_element), (remove_starting_from), (pad_removed),
28930         (close_link):
28931           Implement support for dynamic pad changing. We listen to "live"
28932           pad removals (i.e. while playing) and re-setup autoplugging
28933           after that. Playbasebin/playbin need some more work for this
28934           to finally work, but decodebin supports (and replugs) chained
28935           ogg now.
28936
28937 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
28938
28939         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
28940         (gst_alsa_finalize):
28941         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
28942         (gst_cdaudio_finalize):
28943         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28944         (cdparanoia_finalize):
28945         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
28946         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
28947         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28948         (dvdreadsrc_finalize):
28949         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
28950         (gst_flacdec_finalize):
28951         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
28952         (gst_flacenc_finalize):
28953         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
28954         (gst_gnomevfssink_finalize):
28955         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
28956         (gst_gnomevfssrc_finalize):
28957         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
28958         (gst_fameenc_finalize):
28959         * ext/nas/nassink.c: (gst_nassink_class_init),
28960         (gst_nassink_finalize):
28961         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
28962         (gst_sdlvideosink_class_init):
28963         * ext/sndfile/gstsf.c: (gst_sf_dispose):
28964         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
28965         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
28966         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
28967         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
28968         (gst_x_window_listener_dispose):
28969         * gst/audioscale/gstaudioscale.c:
28970         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
28971         (play_on_demand_finalize):
28972         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
28973         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
28974         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
28975         (cdplayer_finalize):
28976         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
28977         (gst_glimagesink_class_init):
28978         * sys/oss/gstosselement.c: (gst_osselement_class_init),
28979         (gst_osselement_finalize):
28980         * sys/oss/gstosssink.c: (gst_osssink_dispose):
28981         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
28982         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
28983           Fixes a bunch of problems with finalize and dispose functions,
28984           either assumptions that dispose is only called once, or not calling
28985           the parent class dispose/finalize function
28986
28987 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
28988
28989         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
28990           added two api precondition guards
28991           use g_strdup with getenv to fix crash when using ENVVAR
28992
28993 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
28994         * ext/esd/esdsink.c: (gst_esdsink_class_init),
28995         (gst_esdsink_finalize):
28996         Use a finalize function, not dispose, and more importantly,
28997         call the parent class finalize function too
28998
28999 2004-11-01  Johan Dahlin  <johan@gnome.org>
29000
29001         * ext/ogg/gstoggdemux.c:
29002         * gst/tags/gstvorbistag.c:
29003         Plug leaks.
29004
29005 2004-10-31  Benjamin Otte  <otte@gnome.org>
29006
29007         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29008           lotsa memleaks today. But they're all small...
29009
29010 2004-10-31  Benjamin Otte  <otte@gnome.org>
29011
29012         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29013           another memleak crushed
29014
29015 2004-10-31  Benjamin Otte  <otte@gnome.org>
29016
29017         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
29018           fix memleak
29019
29020 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29021
29022         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29023           Hack to prevent crash when going to READY inside signal handler
29024           while this function is active.
29025
29026 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29027
29028         * gst/ffmpegcolorspace/Makefile.am:
29029         * gst/ffmpegcolorspace/avcodec.h:
29030         * gst/ffmpegcolorspace/common.h:
29031         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
29032         * gst/ffmpegcolorspace/dsputil.h:
29033         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
29034         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29035         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
29036         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
29037         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
29038         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
29039         (gst_ffmpegcsp_avpicture_fill):
29040         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
29041         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29042         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
29043         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
29044         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
29045         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
29046         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
29047         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
29048         * gst/ffmpegcolorspace/imgconvert.c:
29049         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
29050         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
29051         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
29052         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
29053         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
29054         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
29055         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
29056         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
29057         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
29058         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
29059         (grow21), (grow22), (grow41), (grow44), (conv411),
29060         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
29061         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
29062         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
29063         (avpicture_free), (is_yuv_planar), (img_convert),
29064         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
29065         (deinterlace_line_inplace), (deinterlace_bottom_field),
29066         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29067         * gst/ffmpegcolorspace/imgconvert_template.h:
29068         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29069         * gst/ffmpegcolorspace/mmx.h:
29070         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
29071         (av_fast_realloc), (av_mallocz_static), (av_free_static),
29072         (av_freep), (avcodec_get_context_defaults),
29073         (avcodec_alloc_context), (avcodec_init):
29074           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
29075           handling plus update from ffmpeg CVS. Large clean-up.
29076
29077 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29078
29079         * gst/playback/Makefile.am:
29080           We need the marshallers for decodebin, too.
29081
29082 2004-10-30  David Schleef  <ds@schleef.org>
29083
29084         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
29085           quicktime typefinding work with 64-bit offsets.
29086
29087 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
29088
29089         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
29090           Set EOS on the element when processing an EOS event.
29091         * ext/speex/gstspeexdec.h:
29092         * ext/speex/gstspeexenc.h:
29093           Only keep a const ptr to the mode
29094         * gst-libs/gst/riff/riff-media.c:
29095         (gst_riff_create_audio_caps_with_data),
29096         (gst_riff_create_audio_template_caps):
29097           Allow WMAV3, with up to 6 channels.
29098         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
29099           Don't call gst_pad_set_event_function on a sink pad.
29100         * gst/mpegstream/gstdvddemux.c:
29101         (gst_dvd_demux_get_subpicture_stream),
29102         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
29103           Copy the explicit caps that were set across to the cur_* pads,
29104           instead of trying to use a possibly non-existent negotiated caps.
29105           Reset the type of subpicture pads to UNKNOWN after calling
29106           init_stream, so that the caps get set.
29107
29108 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
29109
29110         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29111
29112         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29113           Don't touch buffer if it is of size 0 (fixes #151064).
29114
29115 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29116
29117         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
29118           Synchronized discont handling.
29119
29120 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29121
29122         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29123         (gst_ogg_demux_push):
29124           Make seeking sort-of exact again (fixes #156387).
29125
29126 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29127
29128         * gst/playback/gstplaybasebin.c: (unknown_type),
29129         (add_element_stream), (new_decoded_pad),
29130         (gst_play_base_bin_change_state):
29131         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
29132         (gst_stream_info_init), (gst_stream_info_new),
29133         (gst_stream_info_dispose), (gst_stream_info_get_property):
29134         * gst/playback/gststreaminfo.h:
29135           Make caps explicitely available. Makes testing for unsupported
29136           types possible. Improves error reporting.
29137
29138 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29139
29140         * gst/audioconvert/gstaudioconvert.c:
29141         (gst_audio_convert_buffer_to_default_format):
29142           Really don't touch read-only buffers (#156563).
29143
29144 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
29145
29146         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29147
29148         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29149           Fix memleak (#155223).
29150
29151 2004-10-29  Wim Taymans  <wim@fluendo.com>
29152
29153         * gst/tcp/.cvsignore:
29154         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
29155         (gst_multifdsink_class_init), (gst_multifdsink_init),
29156         (gst_multifdsink_add), (gst_multifdsink_remove),
29157         (gst_multifdsink_remove_client_link), (is_sync_frame),
29158         (gst_multifdsink_new_client),
29159         (gst_multifdsink_handle_client_write),
29160         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29161         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29162         (gst_multifdsink_get_property):
29163         * gst/tcp/gstmultifdsink.h:
29164         Added burst on connect sync_method, deprecated sync_clients,
29165         streamlined the sync code some more.
29166
29167 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29168
29169         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
29170         (gst_play_base_bin_change_state):
29171           Improve error reporting.
29172
29173 2004-10-28  Wim Taymans  <wim@fluendo.com>
29174
29175         * gst/tcp/Makefile.am:
29176         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
29177         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
29178         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
29179         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29180         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29181         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29182         (gst_fdset_wait):
29183         Added more locks around fdset structures. Fixed/reworked
29184         the poll array resizing code.
29185         Added stress test for fdset.
29186
29187 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29188
29189         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29190         fix build
29191
29192 2004-10-28  Benjamin Otte  <otte@gnome.org>
29193
29194         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29195           fix link function to always query channels and query width for
29196           floats
29197         * configure.ac:
29198           add equalizer dir
29199         * gst/equalizer/Makefile.am:
29200         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
29201         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
29202         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
29203         (arg_to_scale), (setup_filter),
29204         (gst_iir_equalizer_compute_frequencies),
29205         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
29206         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
29207         (plugin_init):
29208           add an equalizer
29209
29210 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29211
29212         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
29213
29214         * po/LINGUAS:
29215         * po/nb.po:
29216           Added Norwegian Bokmaal translation
29217
29218 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29219
29220         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29221           Don't break on options (fixes #156488).
29222
29223 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29224
29225         * configure.ac:
29226         * ext/cdaudio/Makefile.am:
29227         * sys/Makefile.am:
29228           fix build on older automake
29229
29230 2004-10-26  Wim Taymans  <wim@fluendo.com>
29231
29232         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29233         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29234         Allow a little margin when negotiating the framerate.
29235
29236 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
29237
29238         * gst/level/gstlevel.c:
29239           synchonised naming of pads and pad-templates
29240
29241 2004-10-26  Wim Taymans  <wim@fluendo.com>
29242
29243         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29244         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
29245         (_find_streams_check), (gst_ogg_demux_push):
29246         Fix EOS again. Needs to be done in a better way. We should not
29247         remove the pad if there is no new chained stream.
29248
29249 2004-10-26 Iain <iaingnome@gmail.com>
29250
29251         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
29252         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
29253         of the caps.
29254         * gst/interleave/interleave.c (interleave_class_init): Hook up release
29255         pad.
29256         (interleave_release_pad): Remove the pad.
29257         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
29258         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
29259         the set device.
29260         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
29261         attrs
29262         (gst_xvimagesink_xcontext_clear): Free the xcontext.
29263         (gst_xvimagesink_finalize): Free the par.
29264
29265 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29266
29267         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
29268         (gst_avimux_stop_file):
29269           First calculate the rate, and only then use it. Hdr.rate is a
29270           multiple and not a derivative of hdr.scale. Scale is not the
29271           same as blockalign but is solely related to rate.
29272
29273 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29274
29275         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
29276         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
29277           Implement seeking.
29278
29279 2004-10-25  James Henstridge  <james@jamesh.id.au>
29280
29281         Reviewed by:  David Schleef  <ds@schleef.org>
29282
29283         * examples/gstplay/player.c: (got_stream_length), (main):
29284         * examples/seeking/cdplayer.c: (update_scale):
29285         * examples/seeking/seek.c: (format_value), (update_scale):
29286         * examples/seeking/spider_seek.c: (format_value), (update_scale),
29287         (stop_seek):
29288         Build fixes on AMD64.
29289
29290 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29291
29292         reviewed by: Ronald Bultje <rbultje at gnome dot org>
29293
29294         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
29295         Fix for some v4l cards which hang in v4lsrc
29296
29297 2004-10-25  Wim Taymans  <wim@fluendo.com>
29298
29299         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
29300         (gst_ogg_demux_push), (gst_ogg_chains_clear):
29301         Make sure to remove the pad when a new chain is
29302         encountered. Set some vars to NULL so we don't try
29303         to reference freed memory.
29304
29305 2004-10-25  Wim Taymans  <wim@fluendo.com>
29306
29307         * examples/seeking/Makefile.am:
29308         * examples/seeking/cdplayer.c: (update_scale):
29309         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
29310         * examples/seeking/playbin.c: (make_playerbin_pipeline),
29311         (format_value), (update_scale), (iterate), (start_seek),
29312         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
29313         (print_usage), (main):
29314         Added some more examples, update others.
29315
29316 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29317
29318         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29319         * ext/speex/gstspeexdec.c: (speex_dec_chain):
29320         * ext/theora/theoradec.c: (theora_dec_chain):
29321         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29322           Add codec-name metadata.
29323
29324 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
29325
29326         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29327
29328         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29329         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29330         * ext/alsa/gstalsamixertrack.h:
29331         * po/POTFILES.in:
29332           ALSA mixer track label internationalization (#154054).
29333
29334 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29335
29336         * ext/theora/theoradec.c: (theora_dec_chain):
29337           Export bitrate as metadata.
29338
29339 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29340
29341         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29342         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29343         * ext/alsa/gstalsamixertrack.h:
29344           Fix names, fix loop.
29345
29346 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29347
29348         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
29349         (speex_dec_convert):
29350           sinkconvert function so oggdemux can get the file length (totem).
29351
29352 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
29353
29354         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29355
29356         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29357           Don't push incomplete packets.
29358         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
29359           Fix MPEG-4 audio typefinding.
29360
29361 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29362
29363         * sys/v4l/Makefile.am:
29364         * sys/v4l/gstv4l.c: (plugin_init):
29365         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
29366         (gst_v4lelement_init), (gst_v4lelement_dispose),
29367         (gst_v4lelement_change_state):
29368         * sys/v4l/gstv4lelement.h:
29369         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
29370         (gst_v4l_xoverlay_close), (idle_refresh),
29371         (gst_v4l_xoverlay_set_xwindow_id):
29372         * sys/v4l/gstv4lxoverlay.h:
29373         * sys/v4l/v4l-overlay_calls.c:
29374         * sys/v4l/v4l_calls.h:
29375         * sys/v4l2/Makefile.am:
29376         * sys/v4l2/gstv4l2.c: (plugin_init):
29377         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
29378         (gst_v4l2element_init), (gst_v4l2element_dispose),
29379         (gst_v4l2element_change_state):
29380         * sys/v4l2/gstv4l2element.h:
29381         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
29382         (gst_v4l2_xoverlay_close), (idle_refresh),
29383         (gst_v4l2_xoverlay_set_xwindow_id):
29384         * sys/v4l2/gstv4l2xoverlay.h:
29385         * sys/v4l2/v4l2-overlay_calls.c:
29386         * sys/v4l2/v4l2_calls.h:
29387           Remove client-side overlay handling, use the X-server v4l plugin
29388           for that. Nicer overlay, less code. Also make the plugin
29389           compileable without X (but then without overlay, obviously).
29390           Makes xwindowlistener obsolete, should we remove that?
29391
29392 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29393
29394         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
29395         (gst_osssrc_src_query):
29396         * sys/oss/gstosssrc.h:
29397           OK, so people want offset in DEFAULT. This time, actually fix all
29398           cases.
29399         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
29400           Add FPS properly.
29401
29402 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29403
29404         * gst/asfdemux/gstasfmux.c:
29405         * gst/avi/gstavimux.c:
29406           Framerate.
29407
29408 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29409
29410         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
29411           Fix properties (channel, norm, frequency).
29412
29413 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29414
29415         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
29416           Flag typo.
29417         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
29418           No warnings.
29419
29420 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29421
29422         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
29423           Fix hang.
29424
29425 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29426
29427         * sys/v4l2/gstv4l2element.h:
29428           Yet Another Hack (tm) for kernel header borkedness.
29429         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
29430         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
29431         (gst_v4l2src_link), (gst_v4l2src_getcaps),
29432         (gst_v4l2src_change_state):
29433         * sys/v4l2/gstv4l2src.h:
29434         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
29435         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
29436           Fix caps, keep track of state, work.
29437
29438 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29439
29440         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
29441           Quiet.
29442
29443 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29444
29445         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29446           Don't mix bytes and samples.
29447
29448 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29449
29450         * ext/ogg/gstoggmux.c:
29451           Basic pad template which accepts OGM tracks, speex, flac, vorbis
29452           and theora. Any is incorrect.
29453         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
29454           Fix caps.
29455         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
29456         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
29457         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
29458         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
29459         * sys/v4l/gstv4lmjpegsrc.h:
29460         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
29461         (gst_v4lsrc_change_state):
29462         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
29463         (gst_v4lmjpegsrc_capture_stop):
29464           Fix caps. Keep track of internal state. Work.
29465
29466 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29467
29468         * ext/Makefile.am:
29469           Fix the build fixes.
29470
29471 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29472
29473         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29474         (gst_ogg_demux_src_event), (_find_chain_seek),
29475         (gst_ogg_pad_push):
29476           Check for pad availability before using it.
29477         * ext/ogg/gstoggdemux.c: (_find_chain_process):
29478           Fix parsing of chained ogg. Needs more work on the decoder side.
29479
29480 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29481
29482         * gst/spectrum/Makefile.am:
29483         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
29484         (idle_func):
29485           Fix demo and reenable it. Yes, I'm currently playing with audio
29486           analysis tools
29487
29488 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29489
29490         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29491           We love it if files that start at zero work too...
29492
29493 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29494
29495         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29496           Handle files with missing EOS headers.
29497
29498 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29499
29500         * gst/tcp/gsttcpserversink.c:
29501         (gst_tcpserversink_handle_server_read),
29502         (gst_tcpserversink_init_send):
29503         Zero some variables first (need for accept not to return EINVAL)
29504
29505 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29506
29507         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29508         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29509         * ext/theora/theoradec.c: (theora_dec_sink_convert),
29510         (theora_dec_chain):
29511         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
29512         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
29513           Seeking and querying finetune.
29514
29515 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29516
29517         * configure.ac:
29518         * ext/Makefile.am:
29519         * ext/raw1394/Makefile.am:
29520           fix the build
29521
29522 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29523
29524         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29525           Wrong return.
29526         * gst/playback/Makefile.am:
29527         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
29528         * gst/playback/gstplay-marshal.list:
29529         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
29530           Fix marshallers.
29531
29532 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29533
29534         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
29535           Silence.
29536
29537 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29538
29539         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29540         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29541         (gst_ogg_pad_push):
29542           Yay for non-lineair granulepos in theora.
29543
29544 2004-10-18  Wim Taymans  <wim@fluendo.com>
29545
29546         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
29547         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29548         * ext/dv/gstdvdec.h:
29549         Make sure we renegotiate aspect ratio when the camera switches.
29550
29551 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29552
29553         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29554         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29555           Start at zero.
29556         * ext/theora/theoradec.c: (theora_dec_chain):
29557           Skip headers. Bad idea for chained ogg, but fixes seeking.
29558
29559 2004-10-18  Wim Taymans  <wim@fluendo.com>
29560
29561         * configure.ac:
29562         I swear, this is the last time I touch this.
29563
29564 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29565
29566         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29567         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29568         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
29569           Faster seeking.
29570         * ext/theora/theoradec.c: (theora_dec_sink_convert):
29571           Time-to-default conversion.
29572         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29573           Don't error on unknown packets, just skip. We should probably
29574           read them if we want to support chained ogg.
29575
29576 2004-10-18  Wim Taymans  <wim@fluendo.com>
29577
29578         * configure.ac:
29579         Added cdaudio to wrong list.
29580
29581 2004-10-18  Wim Taymans  <wim@fluendo.com>
29582
29583         * configure.ac:
29584         Revive cdaudio.
29585
29586 2004-10-18  Wim Taymans  <wim@fluendo.com>
29587
29588         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29589         (gst_dvdec_video_link), (gst_dvdec_push):
29590         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
29591         (gst_smokeenc_resync), (gst_smokeenc_chain):
29592         Fix mimetype on smoke encoder.
29593         Add aspect ratio to dvdec. Not sure if these
29594         values are correct though....
29595
29596 2004-10-18  Wim Taymans  <wim@fluendo.com>
29597
29598         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
29599         Fix vorbis property descriptions and ranges.
29600
29601 2004-10-18  Wim Taymans  <wim@fluendo.com>
29602
29603         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29604         Really do nothing when no data is available.
29605         Go to the playing state when the stream is not seekable
29606         instead of failing.
29607
29608 2004-10-18  Wim Taymans  <wim@fluendo.com>
29609
29610         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
29611         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
29612         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
29613         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
29614         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
29615         Added uri handler for cd://
29616         Port to new API.
29617
29618 2004-10-18  Wim Taymans  <wim@fluendo.com>
29619
29620         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29621         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29622         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29623         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29624         (remove_prerolls), (unknown_type), (add_element_stream),
29625         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
29626         (gst_play_base_bin_remove_element),
29627         (gst_play_base_bin_link_stream):
29628         * gst/playback/gstplaybin.c: (gen_video_element),
29629         (gen_vis_element), (remove_sinks), (setup_sinks):
29630         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29631         (gst_stream_info_get_type), (gst_stream_info_class_init),
29632         (gst_stream_info_init), (gst_stream_info_new),
29633         (gst_stream_info_dispose), (stream_info_mute_pad),
29634         (gst_stream_info_set_property), (gst_stream_info_get_property):
29635         * gst/playback/gststreaminfo.h:
29636         Add sink padtemplate to decodebin.
29637         Added some more comments.
29638         Make queue size configurable in playbasebin.
29639         Added possibility to use elements as sinks (ex cdaudio).
29640
29641 2004-10-15  Wim Taymans  <wim@fluendo.com>
29642
29643         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
29644         (gst_speexenc_chain):
29645         Fix speex timestamps so that it gets muxed properly.
29646
29647 2004-10-15  Wim Taymans  <wim@fluendo.com>
29648
29649         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
29650         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
29651         (gst_dv1394src_init), (gst_dv1394src_dispose),
29652         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
29653         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
29654         (gst_dv1394src_event), (gst_dv1394src_get_formats),
29655         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
29656         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
29657         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
29658         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
29659         * ext/raw1394/gstdv1394src.h:
29660         Added conversion/query functions.
29661         Update buffer timestamps,
29662         Added signals.
29663         Added uri dv:// so it might play from the firewire in playbin.
29664         Fix a possible leak.
29665         Added debugging.
29666
29667 2004-10-15  Wim Taymans  <wim@fluendo.com>
29668
29669         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
29670         (gst_dv1394src_init), (gst_dv1394src_set_property),
29671         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
29672         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
29673         * ext/raw1394/gstdv1394src.h:
29674         Added AV/C VTR control support needed for some cameras.
29675         Added automatic port detection.
29676         Added properties for selecting the channel.
29677         The configure.ac script is not yet updated to reflect the
29678         new libavc1394 and librom1394 dependencies.
29679
29680 2004-10-15  Wim Taymans  <wim@fluendo.com>
29681
29682         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29683         (qtdemux_parse), (gst_qtdemux_handle_esds):
29684         An esds box is not a container.
29685         Fix parsing of mp4v boxes.
29686         Do not try to renegotiate fps for each frame. Need to
29687         find a better method. This should fix mp4 playback.
29688
29689 2004-10-14  David Schleef  <ds@schleef.org>
29690
29691         * configure.ac: update for swfdec-0.3 and liboil-0.2
29692         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
29693         * ext/swfdec/gstswfdec.h: same
29694         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
29695         * gst/videotestsrc/videotestsrc.c: same
29696
29697 2004-10-14  Wim Taymans  <wim@fluendo.com>
29698
29699         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
29700         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
29701         (is_sync_frame), (gst_multifdsink_new_client),
29702         (gst_multifdsink_handle_client_write),
29703         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29704         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
29705         Turn warnings into info.
29706         Don't allow a state change in the streaming thread.
29707
29708 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29709
29710         * ext/vorbis/oggvorbisenc.c:
29711         * ext/vorbis/vorbisdec.c:
29712           fix template sample rate
29713
29714 2004-10-13  Wim Taymans  <wim@fluendo.com>
29715
29716         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
29717         Decoding the header first fixes some problems in resyncing
29718         in more mp3s.
29719
29720 2004-10-12  Wim Taymans  <wim@fluendo.com>
29721
29722         * gst/playback/gstplaybin.c: (gen_video_element),
29723         (gen_vis_element), (remove_sinks), (setup_sinks):
29724         Added vis plugin support, need to configure the vis
29725         element to activate it.
29726
29727 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29728
29729         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
29730         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
29731           Some debug.
29732         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
29733         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
29734         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
29735         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
29736         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
29737         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
29738         * gst/avi/gstavidemux.h:
29739           Support for openDML-2.0 indx/ix## chunks. Support for broken index
29740           recovery (where, if part of the index is broken, we will still read
29741           the rest of the index and recover the broken part by stream
29742           scanning). More broken media support. EOS workarounds. General AVI
29743           braindamage headache recovery. Aspirin included.
29744
29745 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29746
29747         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
29748         (cdparanoia_event), (cdparanoia_query):
29749           Get rid of hideous lead-in.
29750
29751 2004-10-11  Wim Taymans  <wim@fluendo.com>
29752
29753         * gst/playback/gstplaybasebin.c: (setup_source):
29754         Wrong var used to get g_list_next.
29755
29756 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29757
29758         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29759         (cdparanoia_get), (cdparanoia_open):
29760           Report discid as metadata, add duration.
29761
29762 2004-10-11  Wim Taymans  <wim@fluendo.com>
29763
29764         * gst/playback/gstplaybasebin.c: (setup_source):
29765         Cleanup the previous pipeline a little earlier for the
29766         case that a source element provides raw data.
29767
29768 2004-10-11  Benjamin Otte  <otte@gnome.org>
29769
29770         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
29771           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
29772           consuming the last 128 bytes, even though it was valid mp3 data.
29773
29774 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29775
29776         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
29777         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
29778         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29779         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
29780
29781 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29782
29783         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
29784         Fix for webcams that support only specific width or height
29785
29786 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29787
29788         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29789
29790         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
29791           Fix wrong discont event setup (fixes #154967).
29792
29793 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
29794
29795         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29796
29797         * gst/auparse/gstauparse.c: (gst_auparse_chain):
29798           Error out on invalid data (fixes #154807).
29799
29800 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29801
29802         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29803
29804         * ext/dvdread/dvdreadsrc.c: (_read):
29805           Make titles > 0 work again (fixes #154834).
29806
29807 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29808
29809         * gst-libs/gst/riff/riff-media.c:
29810         (gst_riff_create_video_template_caps):
29811           WMV3 missing in template caps.
29812
29813 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29814
29815         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29816           OK, so the original code was too strict. It makes random AVI files
29817           hang for seconds upon opening, which is unacceptable and is far
29818           beyond the original goal of getting multiple chunks for one-chunk
29819           sounc stream files. So now do just that.
29820
29821 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29822
29823         * gst/playback/gstplaybasebin.c: (setup_source),
29824         (gst_play_base_bin_change_state):
29825           Actually clean up streaminfo if output fails. This would trigger
29826           if, for example, there was no CD in the drive. No preroll, so
29827           a streaminfo structure is created, but the subsequent state change
29828           of the thread fails.
29829         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
29830           Don't change state if parent failed.
29831
29832 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29833
29834         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29835         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
29836         (gen_video_element), (remove_sinks):
29837           Add small bits of code for screenshot handling.
29838
29839 2004-10-08  Wim Taymans  <wim@fluendo.com>
29840
29841         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
29842         (gen_video_element), (gen_audio_element), (setup_sinks):
29843         Don't assume the user provided sinks are named "sink"...
29844
29845 2004-10-08  Wim Taymans  <wim@fluendo.com>
29846
29847         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29848         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
29849         (gst_play_base_bin_link_stream):
29850         Do not try to autoplug sources that generate raw streams like
29851         cdparanoia.
29852         disconnect the preroll overrun signal when we don't need it anymore.
29853
29854 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
29855
29856         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
29857         Added reworked patch from #154903 from milosz derezynski (deadchip).
29858
29859 2004-10-08  Wim Taymans  <wim@fluendo.com>
29860
29861         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
29862         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
29863         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
29864         (cdparanoia_convert), (cdparanoia_uri_get_type),
29865         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
29866         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
29867         * ext/cdparanoia/gstcdparanoia.h:
29868         This adds the cdda://<tracknum> uri.
29869
29870 2004-10-08  Wim Taymans  <wim@fluendo.com>
29871
29872         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29873         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29874         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29875         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29876         (unknown_type), (gst_play_base_bin_remove_element),
29877         (gst_play_base_bin_link_stream):
29878         * gst/playback/gstplaybasebin.h:
29879         * gst/playback/gstplaybin.c: (gst_play_bin_init),
29880         (gst_play_bin_set_property), (gen_video_element),
29881         (gen_audio_element), (setup_sinks):
29882         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29883         (gst_stream_info_get_type), (gst_stream_info_class_init),
29884         (gst_stream_info_init), (gst_stream_info_new),
29885         (gst_stream_info_dispose), (stream_info_mute_pad),
29886         (gst_stream_info_set_property), (gst_stream_info_get_property):
29887         * gst/playback/gststreaminfo.h:
29888         Reuse the audio and video bins.
29889         Some internal cleanups in the stream selection code.
29890
29891 2004-10-08  Julien MOUTTE  <julien@moutte.net>
29892
29893         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29894         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
29895         * sys/ximage/ximagesink.h:
29896         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29897         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
29898         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
29899         not coming from those elements. Moreover these elements should not keep
29900         the xid they have been given when in NULL state.
29901
29902 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29903
29904         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29905         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
29906         * sys/ximage/ximagesink.h:
29907         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29908         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
29909         * sys/xvimage/xvimagesink.h:
29910           Actually only create a new toplevel window if we're not gonna
29911           embed it right after.
29912
29913 2004-10-07  Wim Taymans  <wim@fluendo.com>
29914
29915         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
29916         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
29917         * gst/playback/gstplaybin.c: (setup_sinks):
29918         Implement muting/unmuting of streams, mute streams that are not
29919         used.
29920
29921 2004-10-07  Wim Taymans  <wim@fluendo.com>
29922
29923         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
29924         (plugin_init):
29925         Added lame audio/x-ac3 typefind function.
29926
29927 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29928
29929         * configure.ac:
29930           bump nano to cvs
29931
29932 === release 0.8.5 ===
29933
29934 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29935
29936         * NEWS:
29937         * RELEASE:
29938         * configure.ac:
29939           releasing 0.8.5, "Take You On"
29940
29941 2004-10-06  Wim Taymans  <wim@fluendo.com>
29942
29943         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
29944         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
29945         (no_more_pads), (close_link), (type_found):
29946         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
29947         * gst/playback/gstplaybin.c: (gen_video_element):
29948         Do not signal the no_more_pads after the first pad when
29949         we are plugging a non dynamic element with multiple
29950         output pads (like swfdec, dvdec, ...).
29951
29952 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29953
29954         * configure.ac:
29955           bump for prerelease
29956
29957 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29958
29959         * gst/wavparse/gstwavparse.c:
29960           add ATRAC3 to STATIC CAPS to fix a warning
29961
29962         * gst/matroska/ebml-read.c:
29963         * gst-libs/gst/riff/riff-read.c:
29964           fix typos
29965
29966 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29967
29968         * gst-libs/gst/riff/riff-media.c:
29969           generate caps for ATRAC3 audio streams
29970
29971         * gst/realmedia/rmdemux.c:
29972           generate caps for ATRAC3 audio streams
29973
29974 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29975
29976         * gst/wavparse/Makefile.am
29977         * gst/wavparse/riff.h
29978         * gst/wavparse/wavparse.vcproj
29979           riff.h removal (unused and duplication with riff-ids.h)
29980
29981 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29982
29983         * gst/wavparse/gstwavparse.h
29984           remove duplicated defines for audio codec codes
29985
29986         * gst-libs/gst/riff/riff-ids.h
29987         * gst/wavenc/riff.h:
29988           add "4CC" code for ATRAC3 audio streams
29989           add "4CC" code for ITU_G721_ADPCM (unused for now)
29990
29991 2004-10-06  Wim Taymans  <wim@fluendo.com>
29992
29993         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
29994         Actually _do_ negotiation. Pass gdouble as arg instead
29995         of guint64 for the framerate.
29996
29997 2004-10-06  Wim Taymans  <wim@fluendo.com>
29998
29999         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30000         (find_compatibles), (close_pad_link), (try_to_link_1),
30001         (no_more_pads), (close_link), (type_found):
30002         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30003         * gst/playback/gstplaybin.c: (gen_video_element),
30004         (gen_audio_element):
30005         Set state on newly added element to READY so that negotiation
30006         can happen ASAP.
30007         Addes some more debug info.
30008         Do not try to plug pads with multiple caps structures or ANY
30009         because it is too dangerous since we do not do dynamic
30010         replugging.
30011
30012 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30013
30014         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
30015
30016         * po/LINGUAS:
30017         * po/or.po:
30018           add Oriya translation
30019
30020 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30021
30022         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30023           Prevent overwrite of size member. Makes audio sound crappy.
30024
30025 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30026
30027         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
30028         Add rmvb to the list of known RealMedia extensions
30029
30030 2004-10-05  Wim Taymans  <wim@fluendo.com>
30031
30032         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
30033         (mngdec_openstream), (mngdec_closestream),
30034         (mngdec_handle_sink_event), (mngdec_readdata),
30035         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
30036         (mngdec_getcanvasline), (mngdec_refresh),
30037         (gst_mngdec_change_state):
30038         Set the framerate correctly.
30039
30040 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30041
30042         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30043           There was something wrong with the index massaging.
30044
30045 2004-10-04  Wim Taymans  <wim@fluendo.com>
30046
30047         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
30048         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
30049         (gst_smokedec_chain):
30050         * ext/jpeg/gstsmokedec.h:
30051         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30052         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
30053         * ext/jpeg/gstsmokeenc.h:
30054         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
30055         (smokecodec_decode_new), (smokecodec_info_free),
30056         (smokecodec_set_quality), (smokecodec_get_quality),
30057         (smokecodec_set_threshold), (smokecodec_get_threshold),
30058         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
30059         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
30060         (smokecodec_encode), (smokecodec_parse_id),
30061         (smokecodec_parse_header), (smokecodec_decode):
30062         * ext/jpeg/smokecodec.h:
30063         * ext/jpeg/smokeformat.h:
30064         Updated smoke, new bitstream, allows embedding in ogg.
30065
30066 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30067
30068         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
30069           Fix seeking in some files. All this code is no longer needed (and
30070           actually breaks stuff) because we now synchronize the full index
30071           right when reading the header.
30072
30073 2004-10-04  Wim Taymans  <wim@fluendo.com>
30074
30075         * configure.ac:
30076         configure update for libmng.
30077
30078 2004-10-04  Wim Taymans  <wim@fluendo.com>
30079
30080         * ext/libmng/Makefile.am:
30081         * ext/libmng/gstmng.c: (plugin_init):
30082         * ext/libmng/gstmng.h:
30083         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
30084         (gst_mngdec_base_init), (gst_mngdec_class_init),
30085         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
30086         (gst_mngdec_loop), (gst_mngdec_get_property),
30087         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
30088         (mngdec_closestream), (mngdec_handle_sink_event),
30089         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
30090         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
30091         (gst_mngdec_change_state):
30092         * ext/libmng/gstmngdec.h:
30093         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
30094         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
30095         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
30096         (gst_mngenc_chain), (gst_mngenc_get_property),
30097         (gst_mngenc_set_property):
30098         * ext/libmng/gstmngenc.h:
30099         Added basic MNG decoder. Needs more work. The encoder does
30100         not work yet.
30101
30102 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30103
30104         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
30105         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
30106         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
30107           Don't hang on length=0 chunks. Some negotiation fixes. Signal
30108           no-more-pads.
30109
30110 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30111
30112         * configure.ac:
30113           you need at least 1.0.4 of speex
30114
30115 2004-10-04 Iain <iaingnome@gmail.com>
30116
30117         * ext/speex/gstspeexdec.h: Revert the includes changes.
30118
30119         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
30120
30121 2004-09-30 Iain <iaingnome@gmail.com>
30122
30123         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
30124         found during init or set as a property instead of hardcoding /dev/audio
30125
30126 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30127
30128         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
30129         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
30130         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
30131         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
30132         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
30133         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
30134         (gst_rmdemux_dump_data):
30135           Use debug category, fix EOS handling. filesrc ! rmdemux now
30136           works.
30137
30138 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30139
30140         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
30141         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
30142         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
30143           Improve allocation, cutting and sorting of the index. How takes a
30144           few seconds instead of minutes.
30145
30146 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
30147
30148         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
30149           fixed compilation
30150
30151 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30152
30153         * gst-libs/gst/riff/riff-media.c:
30154         (gst_riff_create_video_caps_with_data),
30155         (gst_riff_create_video_template_caps):
30156           Add wing commander format mimetype/fourccs.
30157         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30158           Don't crash if some value is 0.
30159
30160 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30161
30162         * gst-libs/gst/riff/riff-media.c:
30163         (gst_riff_create_video_caps_with_data),
30164         (gst_riff_create_video_template_caps):
30165           Add DIB fourcc (raw, palettized 8-bit RGB).
30166         * gst-libs/gst/riff/riff-read.c:
30167         (gst_riff_read_strf_vids_with_data):
30168           Oops, fix strf_data reading bug.
30169         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30170           Use a non-NULL tag.
30171         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30172           Time for hacks. Sorry Dave. At least one quicktime movie (a
30173           trailer) that I've encountered contains multiple video tracks.
30174           One of those is the actual video track, the other are one-frame
30175           tracks (images). Unfortunately, the number of frames according
30176           to the trak header is 1 for each, so that doesn't help. So
30177           instead, I look at the duration and discard tracks with a
30178           duration shorter than 20% of the length of the stream. Better
30179           than nothing.
30180
30181 2004-10-01  Christian Schaller <christian@fluendo.com>
30182
30183         * ext/ivorbis/vorbis.c:
30184           Patch from Phil Blundell (Bug 152341)
30185
30186 2004-10-01  Wim Taymans  <wim@fluendo.com>
30187
30188         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
30189         (speex_dec_get_formats), (speex_dec_convert),
30190         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
30191         (speex_dec_chain), (gst_speexdec_get_property),
30192         (gst_speexdec_set_property):
30193         Small cleanups.
30194
30195 2004-10-01  Wim Taymans  <wim@fluendo.com>
30196
30197         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
30198         (gst_wavparse_stream_init), (gst_wavparse_fmt),
30199         (gst_wavparse_other), (gst_wavparse_loop),
30200         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30201         (gst_wavparse_srcpad_event):
30202         * gst/wavparse/gstwavparse.h:
30203         Added some more debugging info.
30204         Fix the case where the length of the file is 0.
30205         Make sure we seek to sample borders.
30206
30207 2004-10-01  Wim Taymans  <wim@fluendo.com>
30208
30209         * gst/playback/README:
30210         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
30211         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30212         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30213         Add some debug info to decodebin, update README
30214
30215 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30216
30217         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
30218           Don't use g_print(); use GST_DEBUG().
30219
30220 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30221
30222         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30223         (gst_ogg_mux_queue_pads):
30224           Handle EOS properly.
30225
30226 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30227
30228         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30229
30230         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
30231         (gst_faad_chain), (gst_faad_change_state):
30232         * ext/faad/gstfaad.h:
30233           Allow playback of raw (unframed) MPEG AAC files (#148993).
30234
30235 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30236
30237         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30238
30239         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30240           Throw error if we didn't recognize the stream. Fixes #152289.
30241
30242 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30243
30244         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
30245           Fix negotiation.
30246
30247 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
30248
30249         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30250
30251         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30252           Fix memleak.
30253
30254 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
30255
30256         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30257
30258         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
30259           Solve #152805.
30260         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
30261           Solve 152806.
30262
30263 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30264
30265         * gst-libs/gst/riff/riff-media.c:
30266         (gst_riff_create_video_caps_with_data),
30267         (gst_riff_create_audio_caps_with_data):
30268           Add codec_data handling (like asfdemux used to do).
30269         * gst/asfdemux/gstasf.c: (plugin_init):
30270         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30271         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
30272           Use riff-media for caps creation instead of our own (mostly
30273           broken) copy of its functions.
30274
30275 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30276
30277         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
30278           Don't actually error out if we get another return value than
30279           -EINVAL. Opposite to what I first thought, drivers have random
30280           return values for this, although -EINVAL is the expected return
30281           value. Since this is not fatal, we shouldn't use
30282           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
30283
30284 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30285
30286         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
30287         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
30288         (dvdreadsrc_get_property), (_open), (_seek), (_read),
30289         (dvdreadsrc_get), (dvdreadsrc_open_file),
30290         (dvdreadsrc_change_state):
30291           Fix. Don't do one big huge loop around the whole DVD, that will
30292           cache all data and thus eat sizeof(dvd) (several GB) before we
30293           see something.
30294         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30295           Actually NULL'ify event after using it.
30296         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
30297         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
30298         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30299         (gst_ebml_read_seek), (gst_ebml_read_skip):
30300           Handle events.
30301         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
30302         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
30303         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
30304           Fix timing (this will probably break if I seek using menus, but
30305           I didn't get there yet). VOBs and normal DVDs should now work.
30306           Add a mpeg2-only pad with high rank so this get autoplugged for
30307           MPEG-2 movies.
30308         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
30309         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
30310         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
30311         (gst_mpeg_demux_get_audio_stream),
30312         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
30313         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
30314           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
30315           MPEG-1 but use dvddemux for MPEG-2.
30316         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30317         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
30318         (gst_mpeg_parse_parse_packhead):
30319           Timing. Only add pad template if it exists. Add sink template from
30320           class and not from ourselves. This means we will always use the
30321           correct sink template even if it is not the one defined in this
30322           file.
30323
30324 2004-09-29  Wim Taymans  <wim@fluendo.com>
30325
30326         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
30327         (gst_mpeg_demux_parse_pes):
30328         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30329         Fix playback of mpeg again, timestamps where screwed up by
30330         patch 1.61.
30331
30332 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30333
30334         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
30335           Only return true if we actually filled something in. Prevents
30336           player applications from showing a random length for flac files.
30337         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
30338         (gst_riff_read_use_event), (gst_riff_read_handle_event),
30339         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
30340         (gst_riff_read_strf_vids_with_data),
30341         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
30342           OK, ok, so I implemented event handling. Apparently it's normal
30343           that we receive random events at random points without asking
30344           for it.
30345         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30346         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30347         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
30348         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30349         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
30350         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
30351         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
30352         * gst/avi/gstavidemux.h:
30353           Implement non-lineair chunk handling and subchunk processing.
30354           The first solves playback of AVI files where the audio and video
30355           data of individual buffers that we read are not synchronized.
30356           This should not happen according to the wonderful AVI specs, but
30357           of course it does happen in reality. It is also a prerequisite for
30358           the second. Subchunk processing allows us to cut chunks in small
30359           pieces and process each of these pieces separately. This is
30360           required because I've seen several AVI files with incredibly large
30361           audio chunks, even some files with only one audio chunk for the
30362           whole file. This allows for proper playback including seeking.
30363           This patch is supposed to fix all AVI A/V sync issues.
30364         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
30365         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
30366           Work.
30367         * gst/modplug/gstmodplug.cc:
30368           Proper return value setting for the query() function.
30369         * gst/playback/gstplaybasebin.c: (setup_source):
30370           Being in non-playing state (after, e.g., EOS) is not necessarily
30371           a bad thing. Allow for that. This fixes playback of short files.
30372           They don't actually playback fully now, because the clock already
30373           runs. This means that small files (<500kB) with a small length
30374           (<2sec) will still not or barely play. Other files, such as mod
30375           or flx, will work correctly, however.
30376
30377 2004-09-28  Wim Taymans  <wim@fluendo.com>
30378
30379         * ext/speex/gstspeex.c: (plugin_init):
30380         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
30381         (gst_speex_dec_class_init), (speex_dec_get_formats),
30382         (speex_get_event_masks), (speex_get_query_types),
30383         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
30384         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
30385         (gst_speexdec_get_property), (gst_speexdec_set_property),
30386         (speex_dec_change_state):
30387         * ext/speex/gstspeexdec.h:
30388         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
30389         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
30390         (gst_speexenc_base_init), (gst_speexenc_class_init),
30391         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
30392         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
30393         (gst_speexenc_src_query), (gst_speexenc_init),
30394         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
30395         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
30396         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
30397         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
30398         (gst_speexenc_chain), (gst_speexenc_get_property),
30399         (gst_speexenc_set_property), (gst_speexenc_change_state):
30400         * ext/speex/gstspeexenc.h:
30401         Rewrote speex encoder, make sure it can be embedded in ogg.
30402         Implemented speex decoder.
30403
30404 2004-09-28  Christian Schaller <christian@fluendo.com>
30405
30406         * configure.ac:
30407         Remove kioslave plugin. Markey is brewing a new working one
30408         * ext/Makefile.am: Remove kioslave plugin
30409         * ext/kio: remove
30410         * gst-plugins.spec.in: remove kio plugin from spec
30411
30412 2004-09-27  Wim Taymans  <wim@fluendo.com>
30413
30414         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30415         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30416         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
30417         (gst_multifdsink_new_client),
30418         (gst_multifdsink_handle_client_write),
30419         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30420         (gst_multifdsink_handle_clients):
30421         * gst/tcp/gstmultifdsink.h:
30422         Make syncing to keyframes actually work for new clients and lagging
30423         clients.
30424
30425 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30426
30427         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
30428         (gst_navigationtest_handle_src_event), (draw_box_planar411),
30429         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
30430         * gst/debug/gstnavigationtest.h:
30431           make navigationtest display button-press and button-release events
30432
30433 2004-09-26 Iain <iaingnome@gmail.com>
30434
30435         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
30436         the channels have received a new media event.
30437         (interleave_buffered_loop): Compresses a new media event on all
30438         channels into one.
30439
30440 2004-09-26 Iain <iaingnome@gmail.com>
30441
30442         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
30443         call the sinkpad's default event handler and not the srcpads. He also
30444         says this is confusing :)
30445         (gst_wavenc_stop_file): Company says that seek events only go upstream
30446         we should send a discontinuous downstream instead.
30447
30448 2004-09-25  Christian Schaller <christian@fluendo.com>
30449
30450         * Update SPEC file to be usable in conjunction with Fedora Core,
30451           Fedora.us and freshrpms packages
30452         * Fix typo in multifilesrc test Makefile
30453
30454 2004-09-24  Wim Taymans  <wim@fluendo.com>
30455
30456         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30457         Only signal the no_more_pads signal when we have
30458         added the stream to our list.
30459
30460 2004-09-24  Wim Taymans  <wim@fluendo.com>
30461
30462         * gst/playback/gstplaybasebin.c: (remove_prerolls),
30463         (new_decoded_pad):
30464         * gst/playback/gstplaybasebin.h:
30465         * gst/playback/gstplaybin.c: (setup_sinks):
30466         Don't try to preroll or decode more than one audio/video
30467         track.
30468
30469 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30470
30471         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
30472           Throw error if we failed to find a suitable output. This should
30473           throw an error if we successfully set up a pipeline (e.g. because
30474           we recognized a media file) but found no decodable streams in it
30475           (e.g. because it contains only media stream types for which we
30476           have no decoders, or because it's not a media type).
30477
30478 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30479
30480         * ext/dirac/Makefile.am:
30481         * ext/dirac/gstdirac.cc:
30482         * ext/dirac/gstdiracdec.cc:
30483         * ext/dirac/gstdiracdec.h:
30484           Do something. Don't actually know if this works because I don't
30485           have a demuxer yet.
30486         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
30487           Add channels=1 to caps returned from _getcaps().
30488         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
30489         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
30490         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
30491         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
30492         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
30493         (gst_ogm_parse_change_state):
30494           Separate between audio/video so ogmaudioparse actually uses the
30495           audio pad templates. Both audio and video work now, including
30496           autoplugging. Also use sometimes-srcpad hack.
30497         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30498           Handle events better. Don't hang on infinite loops.
30499         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
30500         (gst_avi_demux_init), (gst_avi_demux_reset),
30501         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30502         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
30503         (gst_avi_demux_change_state):
30504         * gst/avi/gstavidemux.h:
30505           Improve A/V sync. Still not perfect.
30506         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
30507         (gst_ebml_read_skip):
30508           Handle events better.
30509         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30510         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
30511         (qtdemux_audio_caps):
30512           Add IMA4. Improve event handling. Save offset after a seek when
30513           the headers are at the end of the file so that we don't end up in
30514           an infinite loop.
30515         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
30516           Add low-priority typefind support for files with no length.
30517
30518 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30519
30520         * testsuite/multifilesink/Makefile.am:
30521         fix typo
30522
30523 2004-09-22  Julien MOUTTE  <julien@moutte.net>
30524
30525         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30526         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
30527         mistakes from thaytan's patches.
30528
30529 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30530
30531         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30532           For completeness, XSync in the destroy function as xvimage does.
30533
30534 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30535
30536         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
30537            Correct caps negotiation
30538         * gst/volume/gstvolume.c: (volume_chain_float),
30539         (volume_chain_int16):
30540            Modify debug output to be little more informative
30541         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
30542         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30543         (gst_xvimagesink_xvimage_destroy):
30544           Add XSync calls after detaching from the shared memory segment to
30545           avoid a crash.
30546
30547 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30548
30549         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
30550         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
30551         * ext/vorbis/vorbis.c: (plugin_init):
30552         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
30553         (gst_vorbisenc_chain):
30554         * ext/vorbis/vorbisenc.h:
30555         remove explicit newmedia support from oggmux and vorbisenc
30556         add debug category to vorbisenc
30557         * gst/multifilesink/gstmultifilesink.c:
30558         (gst_multifilesink_class_init), (gst_multifilesink_init),
30559         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
30560         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
30561         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
30562         (plugin_init):
30563         * gst/multifilesink/gstmultifilesink.h:
30564         add support for streamheader in multifilesink
30565
30566 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30567
30568         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
30569         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
30570         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
30571           Prevent infinite loops. More correct error reporting.
30572         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30573           Error out if negotiation fails.
30574         * gst/playback/gstplaybasebin.c: (setup_source),
30575         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
30576         (gst_play_base_bin_found_tag):
30577           Error/tag forwarding. Pre-roll fixes for source errors on state
30578           changes (e.g. "file does not exist") to prevent hangs.
30579
30580 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30581
30582         * testsuite/multifilesink/Makefile.am:
30583         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
30584         (gst_newmedia_class_init), (gst_newmedia_init),
30585         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30586         (newfile_signal), (test_signal), (main):
30587         * testsuite/multifilesink/multifilesrc_test.c: (main):
30588         * testsuite/multifilesink/oggtheora_test.c:
30589         (gst_newmedia_base_init), (gst_newmedia_class_init),
30590         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30591         (test_format), (newfile_signal), (test_signal), (main):
30592         * testsuite/multifilesink/oggvorbis_test.c:
30593         (gst_newmedia_base_init), (gst_newmedia_class_init),
30594         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30595         (test_format), (newfile_signal), (test_signal), (main):
30596         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
30597         (gst_newmedia_class_init), (gst_newmedia_init),
30598         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30599         (newfile_signal), (test_signal), (main):
30600         New media tests
30601
30602 2004-09-20  Christian Schaller <christian@fluendo.com>
30603
30604         * Fix mikmod license to LGPL as they have relicensed
30605         * Move Dirac and Effectv into LGPL section of README_license
30606
30607 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30608
30609         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
30610         (gst_mad_change_state):
30611           Allow for mp3 rate/channels changes. However, only very
30612           conservatively. Reason that we *have* to enable this is smiply
30613           because the mad find_sync() function is not good enough, it will
30614           regularly sync on random data as valid frames and therefore make
30615           us provide random caps as *final* caps of the stream. The best fix
30616           I could think of is to simply require several of the same stream
30617           changes in a row before we change caps.
30618           The actual testcase that works now is #
30619         * ext/ogg/Makefile.am:
30620         * ext/ogg/gstogg.c: (plugin_init):
30621         * ext/ogg/gstogmparse.c:
30622           OGM support (video only for now; I need an audio sample file).
30623         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30624         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
30625         (gst_asf_demux_add_video_stream):
30626           WMV extradata.
30627         * gst/playback/gstplaybasebin.c: (unknown_type):
30628           Don't error out on single unknown-types after all. It's wrong.
30629           If we found type of video and audio but not of a subtitle stream,
30630           it will still error out (which is unwanted). Will find a better fix
30631           later on.
30632         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
30633         (ogmaudio_type_find), (plugin_init):
30634           OGM support.
30635
30636 2004-09-20  Johan Dahlin  <johan@gnome.org>
30637
30638         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
30639         after setting caps.
30640
30641 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30642
30643         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
30644         * gst/wavenc/gstwavenc.h:
30645         Added newmedia support to wavenc
30646
30647 2004-09-17  Wim Taymans  <wim@fluendo.com>
30648
30649         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
30650         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
30651         (gst_fdset_fd_can_write), (gst_fdset_wait):
30652         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
30653         (gst_multifdsink_init), (gst_multifdsink_add),
30654         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
30655         (gst_multifdsink_remove_client_link),
30656         (gst_multifdsink_client_queue_buffer),
30657         (gst_multifdsink_handle_client_write),
30658         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
30659         (gst_multifdsink_close), (gst_multifdsink_change_state):
30660         * gst/tcp/gstmultifdsink.h:
30661         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
30662         (gst_tcpserversink_removed):
30663         Small cleanups in fdset.c
30664         Use a hastable to map fd to the client structure for faster
30665         lookup in _remove and get_stats.
30666         Added virtual function to close the fds.
30667         Handle clients even when the select/poll call was unblocked because
30668         of a command.
30669         Implement syncing to keyframe in the recovery procedure.
30670
30671 2004-09-16 Iain <iaingnome@gmail.com>
30672
30673         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
30674         try caps.
30675
30676 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30677
30678         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
30679           Caps are only set if the type of the stream is unknown, but this
30680           is initialized in ->init_stream(), so set to UNKNOWN after calling
30681           ->init_stream() so that capsnego starts.
30682
30683 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30684
30685         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30686         (gst_avi_demux_stream_data):
30687           Just hardcode for raw audio then. AVI audio sucks.
30688
30689 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
30690
30691         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
30692         * gst/matroska/matroska-mux.c: (audiosink_templ),
30693         (gst_matroska_mux_audio_pad_link):
30694         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
30695         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
30696
30697 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30698
30699         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30700         (gst_avi_demux_stream_data):
30701           Try to fix a/v sync issues.
30702
30703 2004-09-15  David Schleef  <ds@schleef.org>
30704
30705         * configure.ac: remove NASM check, since we don't use it.  Update
30706         dirac check to 0.4
30707         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
30708         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30709         Initialized variables.
30710         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
30711         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
30712         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
30713         SVQ3 format
30714
30715 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30716
30717         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30718         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
30719         * gst/avi/gstavidemux.h:
30720           Fix for compressed audio (mp3) timestamp generation. How did this
30721           ever work?
30722
30723 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30724
30725         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
30726           Volume is a double not a float.
30727
30728 2004-09-15  Wim Taymans  <wim@fluendo.com>
30729
30730         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
30731         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30732         Don't close the fd in multifdsink as we didn't open it in the
30733         first place. Some cleanups.
30734
30735 2004-09-15  Wim Taymans  <wim@fluendo.com>
30736
30737         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30738         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30739         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
30740         Fix the case where the muxer would mark pages as delta
30741         frames when they are not (vorbis only ogg).
30742
30743 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30744
30745         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
30746         (gst_play_base_bin_change_state):
30747           Handle the case where we failed to setup a clear pipeline. This
30748           will throw an error (or EOS, another nice case) and if you don't
30749           catch that, the app will wait for the signal forever (and thus
30750           hang).
30751
30752 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30753
30754         * ext/gnomevfs/gstgnomevfssink.c:
30755         (gst_gnomevfssink_uri_get_protocols):
30756         * ext/gnomevfs/gstgnomevfssrc.c:
30757         (gst_gnomevfssrc_uri_get_protocols):
30758         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
30759         * ext/gnomevfs/gstgnomevfsuri.h:
30760           Use _uri_new() instead of _open(), so it doesn't take as long and
30761           Christophe's computer won't hang.
30762         * gst/playback/gstplaybasebin.c: (unknown_type):
30763           Throw error on unknown media type, so apps actually display it.
30764
30765 2004-09-14  Brian Cameron  <brian.cameron@sun.com
30766
30767         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
30768           this script to work on Solaris since bash shell handles echo
30769           differenly than bash.
30770
30771 2004-09-17  Wim Taymans  <wim@fluendo.com>
30772
30773         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
30774         (setup_source), (gst_play_base_bin_set_property),
30775         (gst_play_base_bin_add_element):
30776         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
30777         Some more work on making sure seeking pauses the pipeline and
30778         that changing the uri actually does something.
30779
30780 2004-09-17  Wim Taymans  <wim@fluendo.com>
30781
30782         * gst/tcp/gstfdset.c: (gst_fdset_wait):
30783         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
30784         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
30785         (gst_tcpserversink_close):
30786         Be a bit more paranoid when freeing memory.
30787
30788 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30789
30790         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
30791         (qtdemux_parse_trak):
30792           Don't crash by dividing by zero (see sample movie in #126922).
30793
30794 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30795
30796         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30797           Don't touch non-existing data (fixes crash on file in #140147).
30798
30799 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30800
30801         * gst/playback/gstplaybasebin.c:
30802         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
30803           Handle double disposals, and proper change of URIs.
30804
30805 2004-09-13  Martin Eikermann <meiker@upb.de>
30806
30807         * gst/mpegstream/gstmpegparse.c:
30808           fix synchronistation for streams recorded from digital PCR
30809           fixes bug #119376
30810
30811 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30812
30813         * ext/gnomevfs/Makefile.am:
30814         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
30815         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
30816         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
30817         (gst_gnomevfssink_uri_get_type),
30818         (gst_gnomevfssink_uri_get_protocols),
30819         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
30820         (gst_gnomevfssink_uri_handler_init),
30821         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
30822         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
30823         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
30824         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
30825         (gst_gnomevfssrc_uri_get_type),
30826         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
30827         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
30828         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
30829         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
30830         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
30831         * ext/gnomevfs/gstgnomevfsuri.h:
30832           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
30833           of fake URIs to see which this version of Gnome-VFS likes, and
30834           uses that for the Gst-URI interface. Makes playbin support http://
30835           streams. Also fix up some stupid behaviour in gnomevfssrc.
30836
30837 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30838
30839         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
30840         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
30841         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
30842         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
30843           Update mixer (to sync with other sessions) if we try to obtain
30844           a new value. This makes alsamixer work accross applications.
30845         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
30846           Only call sync functions if we're running, else alsalib asserts.
30847         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
30848           Sometimes fails to compile. Possibly a gcc bug.
30849         * gst/playback/gstplaybin.c: (gen_video_element),
30850         (gen_audio_element):
30851           Add a reference to an application-provided object, because we lose
30852           this same reference if we add it to the bin. If we don't do this,
30853           we can only use this object once and thus crash if we go from
30854           ready to playing, back to ready and back to playing again.
30855           Also add an audioscale element because several cheap soundcards -
30856           like mine - don't support all samplerates.
30857         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30858         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
30859           Fix wrong order or PAR calls. Makes automatically obtained PAR
30860           from the X server atually being used.
30861
30862 2004-09-12  David Schleef  <ds@schleef.org>
30863
30864         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
30865         #151887, #152102, #152247.
30866         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
30867         * examples/seeking/cdparanoia.c: same
30868         * examples/seeking/cdplayer.c: same
30869         * examples/seeking/seek.c: same
30870         * examples/seeking/spider_seek.c: same
30871         * examples/seeking/vorbisfile.c: same
30872         * examples/stats/mp2ogg.c: same
30873         * ext/esd/esdsink.c: (gst_esdsink_class_init),
30874         (gst_esdsink_dispose): Dispose of element properly.
30875         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
30876         fixes.
30877         * ext/nas/nassink.c: (gst_nassink_class_init),
30878         (gst_nassink_dispose): Dispose of element correctly.
30879         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
30880         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
30881         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
30882         Fix 64-bit warning.
30883         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30884         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
30885         Fix 64-bit warning.
30886
30887 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30888
30889         * configure.ac : change speex detection as 1.1.6 now uses
30890           .pc/pkg-config and they changed their headers location.
30891
30892 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
30893
30894         * gst/matroska/matroska-mux.h:
30895         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
30896         (gst_matroska_mux_start), (gst_matroska_mux_finish),
30897         (gst_matroska_mux_write_data):
30898           Write multiple blocks/frames per cluster.
30899                 Write meta-seek information (seek heads).
30900
30901 2004-09-09  Scott Wheeler <wheeler@kde.org>
30902
30903         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
30904         (gst_play_bin_set_property), (gst_play_bin_get_property),
30905         (gen_audio_element), (gen_audio_element):
30906           Add a volume element / property to the pipeline.
30907
30908 2004-09-07  Wim Taymans  <wim@fluendo.com>
30909
30910         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
30911         Copy timestamps from the master pad to the output buffers.
30912
30913 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30914
30915         * ext/raw1394/gstdv1394src.c:
30916           throw errors when applicable
30917
30918 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
30919
30920         * gst/matroska/ebml-ids.h:
30921         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
30922         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
30923         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
30924           automatically convert unix time <-> ebml time when reading/writing
30925           a date, use gst_ebml_write_uint to write CUETIME,
30926           not gst_ebml_write_date.
30927         * gst/matroska/matroska-ids.h:
30928         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
30929         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
30930         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
30931         (gst_matroska_mux_write_data):
30932           Write track and segment UIDs, write muxing date, write
30933           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
30934           Create cues for audio only files.
30935
30936 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30937
30938         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
30939         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
30940           Re-commit ALSA switches.
30941         * gst/adder/gstadder.c: (gst_adder_loop):
30942           64-bit fix (#151416).
30943         * gst/debug/progressreport.c: (gst_progressreport_report):
30944           64-bit fix (#151419).
30945         * gst/matroska/matroska-demux.c:
30946         (gst_matroska_demux_parse_contents):
30947           64-bit fix (#151420).
30948         * gst/playback/test3.c: (update_scale):
30949           64-bit fix (#151421).
30950
30951 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
30952
30953         * configure.ac:
30954           bump nano to cvs
30955
30956 === release 0.8.4 ===
30957
30958 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30959
30960         * configure.ac: releasing 0.8.4, "Alias"
30961
30962 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
30963
30964         * ext/theora/Makefile.am:
30965           fix makefile.  Fixes #151462.
30966
30967 2004-08-30  Wim Taymans  <wim@fluendo.com>
30968
30969         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
30970         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30971         (gst_multifdsink_remove_client_link),
30972         (gst_multifdsink_client_queue_buffer),
30973         (gst_multifdsink_handle_client_write):
30974         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
30975         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
30976         Fix some memory leaks.
30977
30978 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
30979
30980         Patch by: David Schleef
30981
30982         * configure.ac:
30983         * sys/Makefile.am:
30984           rename our detection macro for V4L2.  Fixes #151236.
30985
30986 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
30987
30988         Patch by: David Schleef
30989
30990         * configure.ac:
30991           check to define LAMEPRESET.  Fixes #151232.
30992
30993 2004-08-27  David Schleef  <ds@schleef.org>
30994
30995         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
30996         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
30997         (gst_glimagesink_fixate):  Move local variable declarations to
30998         make gcc-2.95 happy.
30999
31000 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31001
31002         * configure.ac:
31003           bump nano for prerelease
31004
31005 2004-08-27  David Schleef  <ds@schleef.org>
31006
31007         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
31008         * sys/sunaudio/gstsunaudiosrc.c:
31009         * sys/sunaudio/gstsunaudiosrc.h:
31010
31011 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
31012
31013         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
31014         handle EOS correctly
31015         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
31016         * gst/matroska/matroska-mux.h:
31017         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
31018         VFW compatibility mode
31019
31020 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31021
31022         patch by: Zaheer Abbas Merali
31023
31024         * ext/ogg/gstoggmux.c:
31025         * ext/vorbis/vorbisenc.c:
31026         * ext/vorbis/vorbisenc.h:
31027           handle NEWMEDIA
31028
31029 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
31030
31031         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
31032         fix byte order reversion on little endian machines.
31033         * gst/matroska/matroska-mux.c: (audiosink_templ),
31034         (gst_matroska_mux_audio_pad_link):
31035         add TTA codec to the list of supported codecs.
31036         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
31037         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31038         (gst_matroska_mux_write_data):
31039         * gst/matroska/matroska-mux.h:
31040         write segment duration correctly, write muxing app string, fixes bugs
31041         #140897 and #140898.
31042         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
31043         wait for all pads to be negotiated before starting to mux.
31044
31045 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31046
31047         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
31048         * ext/lame/gstlame.h:
31049         Added new media support to lame
31050
31051 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
31052
31053         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
31054         send vorbis headers at the beginning of a stream, fixes bug #141554.
31055         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
31056         bug #148950.
31057         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
31058         (gst_matroska_demux_plugin_init):
31059         * gst/matroska/matroska-ids.h:
31060         enable demuxing of TTA audio streams, fixes bug #148951.
31061         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
31062         enable typefinding for TTA audio files, fixes bug #148711.
31063         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
31064         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
31065         fixes playback of packed bitstream and xvid with bframes, bug #135407.
31066
31067 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
31068
31069         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31070         (gst_riff_read_element_data), (gst_riff_read_seek),
31071         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
31072         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
31073         <teuf@gnome.org>
31074
31075 2004-08-23 Iain <iaingnome@gmail.com>
31076
31077         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
31078         tags. They appear to be handled differently to normal.
31079         (tag_list_to_id3_tag_foreach): Ditto.
31080
31081 2004-08-22  Wim Taymans  <wim@fluendo.com>
31082
31083         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31084         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31085         Make sure we never send -1 granulepos.
31086
31087 2004-08-20  Wim Taymans  <wim@fluendo.com>
31088
31089         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31090         (gst_ogg_mux_loop):
31091         I will accept bitchslappings with non sharp objects.
31092
31093 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31094
31095         * configure.ac:
31096         Clean up the test for lame presets
31097
31098 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31099
31100         * configure.ac:
31101         * ext/lame/Makefile.am:
31102         * ext/lame/gstlame.c: (gst_lame_class_init),
31103         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31104         Only enable lame presets if version of lame has presets in API
31105
31106 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
31107         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
31108         * gst/udp/gstudpsrc.h:
31109           Don't call gst_pad_push in a get function. Fixes #150449
31110
31111 2004-08-18  Wim Taymans  <wim@fluendo.com>
31112
31113         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
31114         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
31115         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31116         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31117         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31118         (gst_fdset_wait):
31119         * gst/tcp/gstfdset.h:
31120         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31121         (gst_multifdsink_client_queue_buffer),
31122         (gst_multifdsink_handle_client_write):
31123         * gst/tcp/gstmultifdsink.h:
31124         Some extra checks in gstfdset.
31125         Only use send() when the fd is a socket. Don't try to
31126         read from write only fds.
31127
31128 2004-08-18  Wim Taymans  <wim@fluendo.com>
31129
31130         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
31131         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31132         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31133         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31134         (gst_fdset_wait):
31135         Add more locking and bounds checking.
31136
31137 2004-08-18  Wim Taymans  <wim@fluendo.com>
31138
31139         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
31140         Realloc test fdset in the lock and right before starting
31141         the poll call. Bump the limit to 4096.
31142
31143 2004-08-17  David Schleef  <ds@schleef.org>
31144
31145         * sys/sunaudio/Makefile.am:
31146         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
31147         of rates and channels.  Make debugging less obnoxious.
31148
31149         Patch from Balamurali Viswanathan implementing a mixer for
31150         Sun audio.  (bug #144091):
31151         * sys/sunaudio/gstsunelement.c:
31152         * sys/sunaudio/gstsunelement.h:
31153         * sys/sunaudio/gstsunmixer.c:
31154         * sys/sunaudio/gstsunmixer.h:
31155
31156 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31157
31158         * gst/audioscale/gstaudioscale.c:
31159         * gst/audioscale/gstaudioscale.h:
31160         made audioscale resample from any sample rate to any sample rate
31161
31162 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31163
31164         * ext/libpng/gstpngdec.c:
31165           error out on unsupported types
31166
31167 2004-08-17  Iain <iaingnome@gmail.com>
31168
31169         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
31170         mid_side and loose_mid_side properties if its a stereo stream.
31171
31172 2004-08-17  Wim Taymans  <wim@fluendo.com>
31173
31174         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31175         (theora_get_formats), (theora_dec_src_convert),
31176         (theora_dec_sink_convert), (theora_dec_src_query),
31177         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31178         Add a debug line.
31179
31180 2004-08-17  Wim Taymans  <wim@fluendo.com>
31181
31182         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
31183         (gst_ogg_pad_push):
31184         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31185         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
31186         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
31187         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31188         Mark delta units in the muxer.
31189         Try to decode the packet after an out-of-sync error from
31190         libogg.
31191
31192 2004-08-17  Wim Taymans  <wim@fluendo.com>
31193
31194         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31195         (gst_multifdsink_init), (gst_multifdsink_add),
31196         (gst_multifdsink_client_queue_buffer),
31197         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
31198         * gst/tcp/gstmultifdsink.h:
31199         Added option to send a keyframe to clients as the first buffer.
31200         Make timeout property writable.
31201
31202 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31203
31204         patch by: Wim Taymans
31205
31206         * gst/tcp/gstfdset.c:
31207         * gst/tcp/gstmultifdsink.c:
31208           fix index comparison, should include 0
31209
31210 2004-08-16  Wim Taymans  <wim@fluendo.com>
31211
31212         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
31213         (gst_fdset_add_fd), (gst_fdset_remove_fd),
31214         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31215         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31216         (gst_fdset_wait):
31217           copy when reallocing for poll so the select arguments don't get
31218           changed during the call
31219
31220 2004-08-16  Wim Taymans  <wim@fluendo.com>
31221
31222         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31223         (gst_theora_enc_class_init), (theora_enc_sink_link),
31224         (theora_buffer_from_packet), (theora_enc_chain):
31225         Fix bug where buffers were not marked as keyframes
31226         correctly.
31227
31228 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31229
31230         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31231         (gst_lame_preset_get_type), (gst_lame_class_init):
31232         describe the enum values for vbr mode and presets more verbosely
31233
31234 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31235
31236         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
31237         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
31238         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
31239         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31240         * ext/lame/gstlame.h:
31241         add preset property to lame so it can use lame presets
31242
31243 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31244
31245         * ext/lame/gstlame.c: (gst_lame_get_property):
31246         whoops forgot break, thanks teuf
31247
31248 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31249
31250         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31251         (gst_lame_class_init), (gst_lame_src_getcaps),
31252         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
31253         (gst_lame_get_property), (gst_lame_setup):
31254         * ext/lame/gstlame.h:
31255         fix lame's broken vbr stuff, allow it to resample if need be, and also
31256         make xing header optional
31257
31258 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31259
31260         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
31261         added getcaps function so samplerate doesnt get fixated to silly values
31262
31263 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31264
31265         * ext/lame/gstlame.c: (gst_lame_src_link):
31266         revert previous fix
31267
31268 2004-08-12  Johan Dahlin  <johan@gnome.org>
31269
31270         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
31271         checks. Doesn't matter what state we are in. Interfaces are a
31272         compile time thing, not runtime. It also broke the python bindings.
31273
31274 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31275
31276         * ext/lame/gstlame.c: (gst_lame_src_link):
31277         made source pad link function check if sinkpad is ok..fixes the problem
31278         where core fixates the output rate of lame stupidly
31279
31280 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31281
31282         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
31283         * sys/v4l/v4l_calls.c:
31284         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
31285           fix fixate function to handle nonsimple caps.
31286           remove bogus check in _link
31287           cleanups
31288
31289 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31290
31291         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
31292         set default compression ratio parameter to 0.0 so bitrate parameter
31293         works :)
31294
31295 2004-08-11  David Schleef  <ds@schleef.org>
31296
31297         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
31298
31299 2004-08-11  David Schleef  <ds@schleef.org>
31300
31301         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
31302         before.
31303
31304 2004-08-11  David Schleef  <ds@schleef.org>
31305
31306         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
31307
31308 2004-08-11  David Schleef  <ds@schleef.org>
31309
31310         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
31311           license field
31312         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
31313         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
31314           LGPL.
31315         * gst/auparse/gstauparse.c: Fix plugin license field.
31316         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
31317         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
31318         * gst/rtp/gstrtp.c: Fix plugin license field.
31319
31320 2004-08-11  Wim Taymans  <wim@fluendo.com>
31321
31322         * gst/tcp/Makefile.am:
31323         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
31324         (ensure_size), (gst_fdset_new), (gst_fdset_free),
31325         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
31326         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
31327         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
31328         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31329         (gst_fdset_fd_can_write), (gst_fdset_wait):
31330         * gst/tcp/gstfdset.h:
31331         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31332         (gst_multifdsink_class_init), (gst_multifdsink_init),
31333         (gst_multifdsink_add), (gst_multifdsink_remove),
31334         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31335         (gst_multifdsink_remove_client_link),
31336         (gst_multifdsink_handle_client_read),
31337         (gst_multifdsink_client_queue_data),
31338         (gst_multifdsink_client_queue_caps),
31339         (gst_multifdsink_client_queue_buffer),
31340         (gst_multifdsink_handle_client_write),
31341         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31342         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31343         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
31344         (gst_multifdsink_close):
31345         * gst/tcp/gstmultifdsink.h:
31346         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31347         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
31348         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
31349         (gst_tcpserversink_close):
31350         * gst/tcp/gsttcpserversink.h:
31351         Abstracted away the select call, implemented poll (yes we ran into
31352         the 1024 limit in production).
31353
31354 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31355
31356         * gst/tcp/gsttcp.c:
31357         * gst/tcp/gsttcpplugin.c:
31358           improve debuggging, remove assert
31359
31360 2004-08-10  Wim Taymans  <wim@fluendo.com>
31361
31362         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31363         (gst_client_status_get_type), (gst_multifdsink_class_init),
31364         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
31365         (gst_multifdsink_handle_client_read),
31366         (gst_multifdsink_handle_client_write),
31367         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31368         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31369         (gst_multifdsink_get_property):
31370         * gst/tcp/gstmultifdsink.h:
31371         * gst/tcp/gsttcp-marshal.list:
31372         Starting to prepare for specifying buffer time in other units
31373         than buffers. Expose remove reason in signal.
31374
31375 2004-08-10  Wim Taymans  <wim@fluendo.com>
31376
31377         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31378         (gst_multifdsink_remove), (gst_multifdsink_clear),
31379         (gst_multifdsink_remove_client_link),
31380         (gst_multifdsink_handle_client_read),
31381         (gst_multifdsink_client_queue_data),
31382         (gst_multifdsink_client_queue_buffer),
31383         (gst_multifdsink_handle_client_write),
31384         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
31385         (gst_multifdsink_chain), (gst_multifdsink_close):
31386         * gst/tcp/gstmultifdsink.h:
31387         Added more debugging info. Changed the way clients are
31388         removed from the lists. Fixed a bug where a bad file descriptor
31389         could cause many clients to be removed.
31390
31391 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31392
31393         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
31394           allow all pixel-aspect-ratios, not just 1:1
31395
31396 2004-08-09  David Schleef  <ds@schleef.org>
31397
31398         * sys/glsink/ARB_multitexture.h:  Remove old files.
31399         * sys/glsink/EXT_paletted_texture.h:
31400         * sys/glsink/NV_register_combiners.h:
31401         * sys/glsink/gstgl_nvimage.c:
31402         * sys/glsink/gstgl_pdrimage.c:
31403         * sys/glsink/gstgl_rgbimage.c:
31404         * sys/glsink/gstglsink.c:
31405         * sys/glsink/gstglsink.h:
31406         * sys/glsink/gstglxwindow.c:
31407         * sys/glsink/regcomb_yuvrgb.c:
31408
31409 2004-08-09  David Schleef  <ds@schleef.org>
31410
31411         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
31412         GL sink plugin.  (Bug #147302)
31413
31414         * configure.ac: Test for OpenGL
31415         * sys/Makefile.am: Use test for OpenGL
31416         * sys/glsink/Makefile.am:
31417         * sys/glsink/glimagesink.c: rewrite
31418         * sys/glsink/glimagesink.h: rewrite
31419
31420 2004-08-09  David Schleef  <ds@schleef.org>
31421
31422         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
31423         sane framerates.
31424         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
31425         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
31426         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
31427
31428 2004-08-09  Wim Taymans  <wim@fluendo.com>
31429
31430         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31431         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31432         (gst_multifdsink_client_remove),
31433         (gst_multifdsink_handle_client_read),
31434         (gst_multifdsink_handle_client_write),
31435         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31436         Do a bit more logging, make the client_read code more robust.
31437
31438 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31439
31440         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
31441         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
31442         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
31443         (gst_jpegdec_init), (gst_jpegdec_chain):
31444         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
31445         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
31446           cleanups, debugging fixes and memleak plugging
31447
31448 2004-08-09  Wim Taymans  <wim@fluendo.com>
31449
31450         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31451         (theora_get_formats), (theora_dec_src_convert),
31452         (theora_dec_sink_convert), (theora_dec_src_query),
31453         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
31454         (theora_dec_change_state):
31455         Don't crash on missing header packets.
31456
31457 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31458
31459         * po/LINGUAS:
31460         * po/sq.po:
31461           Added Albanian translation (Laurent Dhima)
31462         * po/cs.po:
31463           updated
31464
31465 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31466
31467         * ext/lame/gstlame.c:
31468           fix/add debugging
31469
31470 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31471
31472         * sys/ximage/ximagesink.c:
31473         * sys/xvimage/xvimagesink.c:
31474           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
31475
31476 2004-08-06  Wim Taymans  <wim@fluendo.com>
31477
31478         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31479         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31480         (gst_multifdsink_client_remove),
31481         (gst_multifdsink_handle_client_read),
31482         (gst_multifdsink_handle_client_write),
31483         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31484         Make sure we don't try to read more from a client that what
31485         ioctl says us or we deadlock.
31486
31487 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31488
31489         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
31490         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
31491         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
31492           decouple running_time and n_frames so it can handle changing
31493           framerate while running
31494
31495 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31496
31497         * po/nl.po:
31498         * po/sv.po:
31499           updated translations
31500
31501 2004-08-04  Benjamin Otte  <otte@gnome.org>
31502
31503         * gst/videotestsrc/gstvideotestsrc.c:
31504         (gst_videotestsrc_get_capslist), (generate_capslist),
31505         (plugin_init):
31506           generate the list of supported caps at startup and reuse it instead
31507           of always generating it
31508
31509 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31510
31511         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
31512           whoops, last checkin broke normal build
31513
31514 2004-08-03  Benjamin Otte  <otte@gnome.org>
31515
31516         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
31517         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
31518         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
31519         (gst_alsa_mixer_get_option):
31520         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
31521         (dvdnavsrc_print_event):
31522         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
31523         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
31524         (gst_ogg_mux_pad_unlink):
31525         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
31526         (gst_multipart_mux_pad_unlink):
31527         * gst/videofilter/gstvideobalance.c:
31528         (gst_videobalance_colorbalance_set_value):
31529         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
31530         (gst_videomixer_pad_unlink):
31531         * po/uk.po:
31532         * sys/oss/gstossmixer.c:
31533         * sys/v4l/gstv4lcolorbalance.c:
31534         * sys/v4l/gstv4ltuner.c:
31535         * sys/v4l/v4lsrc_calls.c:
31536         * sys/v4l2/gstv4l2colorbalance.c:
31537         * sys/v4l2/gstv4l2tuner.c:
31538           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
31539
31540 2004-08-03  Benjamin Otte  <otte@gnome.org>
31541
31542         * examples/dynparams/filter.c: (ui_control_create):
31543         * examples/gstplay/player.c: (print_tag):
31544         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
31545         * ext/gdk_pixbuf/gstgdkanimation.c:
31546         (gst_gdk_animation_iter_may_advance):
31547         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
31548         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
31549         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
31550         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
31551         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
31552         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
31553         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
31554         * gst/sine/demo-dparams.c: (main):
31555         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
31556         * testsuite/alsa/formats.c: (create_pipeline):
31557         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
31558           fixes for G_DISABLE_ASSERT and friends
31559         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
31560         (mp3_type_frame_length_from_header), (mp3_type_find),
31561         (plugin_init):
31562           require mp3 typefinding to have at least MIN_HEADERS valid headers
31563           add typefinding for AAC adts files
31564
31565 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
31566
31567         * sys/ximage/ximagesink.c:
31568         (gst_ximagesink_calculate_pixel_aspect_ratio):
31569         * sys/xvimage/xvimagesink.c:
31570         (gst_xvimagesink_calculate_pixel_aspect_ratio):
31571         Make sure we calculate pixel-aspect-ratio using floating point maths
31572
31573 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31574
31575         * po/uk.po:
31576           updated translation
31577
31578 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31579
31580         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31581         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
31582           add debugging for display PAR calculation
31583
31584 2004-08-02  David Schleef  <ds@schleef.org>
31585
31586         * configure.ac: Fix mikmod CFLAGS.
31587
31588 2004-07-27  Benjamin Otte  <otte@gnome.org>
31589
31590         * gst/audioscale/gstaudioscale.c:
31591         - fix templates to only support S16, it's the only format that works
31592         - make caps nego code use try_set_caps_nonfixed and fixation instead
31593         of try_set_caps twice, which is not nice for autopluggers
31594         - change rank to secondary, so autopluggers can pick it up after
31595         audioconvert
31596
31597 2004-08-02  Iain <iain@prettypeople.org>
31598
31599         * gst/interleave/interleave.c (interleave_init),
31600         (interleave_request_new_pad),
31601         (interleave_pad_removed),
31602         (interleave_buffered_loop): Use the real pad count, not the artificial
31603         one.
31604
31605 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31606
31607         * configure.ac: bump nano back to development
31608
31609 === release 0.8.3 ===
31610
31611 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31612
31613         * configure.ac: releasing 0.8.3, "Water"
31614
31615 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31616
31617         * sys/xvimage/xvimagesink.c:
31618         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31619         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
31620         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
31621         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31622         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31623         * sys/xvimage/xvimagesink.h:
31624           apply similar PAR fixes as to ximagesink
31625
31626 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31627
31628         patch from: Benjamin Otte
31629
31630         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
31631           add link function to lame.  Fixes #148986.
31632
31633 2004-08-02  Johan Dahlin  <johan@gnome.org>
31634
31635         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
31636         fix debugging log
31637
31638 2004-07-30  David Schleef  <ds@schleef.org>
31639
31640         * gst/videomixer/Makefile.am: Fix things that should have been
31641         fixed in the last checkin.
31642
31643 2004-07-30  David Schleef  <ds@schleef.org>
31644
31645         * gst/multipart/Makefile.am: Fix things that should have been
31646         fixed in the last checkin.
31647
31648 2004-07-30  David Schleef  <ds@schleef.org>
31649
31650         * testsuite/multifilesink/Makefile.am: Fix unused variable.
31651
31652 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31653
31654         * configure.ac:
31655           bump nano for prerelease
31656         * po/af.po:
31657         * po/az.po:
31658         * po/cs.po:
31659         * po/en_GB.po:
31660         * po/hu.po:
31661         * po/nl.po:
31662         * po/sr.po:
31663         * po/sv.po:
31664         * po/uk.po:
31665           updates
31666
31667 2004-07-30  Wim Taymans  <wim@fluendo.com>
31668
31669         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31670         (gst_multifdsink_add), (gst_multifdsink_remove),
31671         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31672         (gst_multifdsink_client_remove),
31673         (gst_multifdsink_handle_client_write),
31674         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31675         * gst/tcp/gstmultifdsink.h:
31676         Recover from a select with a bad file descriptor by removing
31677         the client.
31678
31679 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31680
31681         * configure.ac:
31682           fix requirement of core
31683         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
31684         (gst_play_pipeline_setup):
31685           don't use colorspace element.  do use hermescolorspace element.
31686           make macro to get a colorspace element.
31687           mark strings for translation.
31688         * po/POTFILES.in:
31689           add play.c
31690         * po/af.po:
31691         * po/az.po:
31692         * po/cs.po:
31693         * po/en_GB.po:
31694         * po/hu.po:
31695         * po/nl.po:
31696         * po/sr.po:
31697         * po/sv.po:
31698         * po/uk.po:
31699           update translations
31700
31701 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31702
31703         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
31704         fix default for newmedia flag
31705
31706 2004-07-30  Wim Taymans  <wim@fluendo.com>
31707
31708         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31709         (gst_theora_dec_init), (theora_get_formats),
31710         (theora_dec_src_convert), (theora_dec_sink_convert),
31711         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31712         (theora_dec_chain), (theora_dec_set_property),
31713         (theora_dec_get_property):
31714         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31715         (gst_theora_enc_class_init), (gst_theora_enc_init),
31716         (theora_enc_sink_link), (theora_enc_chain),
31717         (theora_enc_set_property), (theora_enc_get_property):
31718         Added cropping option to theora decoder.
31719         Added border option to theora encoder.
31720
31721 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31722
31723         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
31724         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
31725         (gst_pngenc_set_property):
31726         * ext/libpng/gstpngenc.h:
31727         Added newmedia support to pngenc so now gst-launch-0.8 videotestsrc ! ffmpegcolorspace ! pngenc snapshot=false newmedia=true ! multifilesink location=blah%d.png works as expected
31728
31729 2004-07-30  Wim Taymans  <wim@fluendo.com>
31730
31731         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
31732         (theora_enc_sink_link), (theora_enc_chain),
31733         (theora_enc_set_property), (theora_enc_get_property):
31734         Fix encoding of non-multiple-of-16 video.
31735
31736 2004-07-29  David Schleef  <ds@schleef.org>
31737
31738         * configure.ac: make test for audiofile more strict
31739
31740 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31741
31742         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
31743           give different names to typefind functions
31744
31745 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
31746
31747         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31748         (gst_ximagesink_calculate_pixel_aspect_ratio),
31749         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
31750         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
31751         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
31752         (gst_ximagesink_get_property), (gst_ximagesink_init):
31753         * sys/ximage/ximagesink.h:
31754           allocate PAR's dynamically.
31755           use autodetected PAR if no object-set PAR is given.
31756           add workaround for directfb's X not setting physical size.
31757           fix to xvimagesink will follow tomorrow.
31758
31759 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31760
31761         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
31762         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
31763         (gst_shout2send_get_type), (gst_shout2send_set_clock),
31764         (gst_shout2send_class_init), (gst_shout2send_init),
31765         (set_shout_metadata), (gst_shout2send_set_metadata),
31766         (gst_shout2send_chain), (gst_shout2send_set_property),
31767         (gst_shout2send_get_property), (gst_shout2send_connect),
31768         (gst_shout2send_change_state):
31769         * ext/shout2/gstshout2.h:
31770         - fix for sending mp3 audio to icecast2 server, if pad link function not
31771         called before PAUSED state
31772         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
31773         - added tagging support for mp3 audio broadcasted
31774         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
31775         debug info
31776
31777 2004-07-28  Wim Taymans  <wim@fluendo.com>
31778
31779         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
31780         (gst_ogg_demux_push):
31781         Return query failure when we don't know the length of
31782         an ogg stream insteda of returning TRUE with a bogus value.
31783
31784 2004-07-28  Wim Taymans  <wim@fluendo.com>
31785
31786         * ext/theora/theoradec.c: (theora_get_formats),
31787         (theora_dec_src_convert), (theora_dec_sink_convert),
31788         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31789         (theora_dec_chain):
31790         Don't screw up the 1 Chroma for 1 luma sample situation when we
31791         have an odd offset/width by adding a black border in those cases.
31792
31793 2004-07-28  Wim Taymans  <wim@fluendo.com>
31794
31795         * ext/theora/theoradec.c: (theora_get_formats),
31796         (theora_dec_src_convert), (theora_dec_sink_convert),
31797         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31798         (theora_dec_chain):
31799         * ext/theora/theoraenc.c: (theora_enc_sink_link):
31800         Added first attempt at cropping of the image as required by the
31801         theora spec. We need more properties in the caps (offset_x,
31802         offset_y,stride) to implement this correctly.
31803
31804 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
31805
31806         * ext/dvdnav/README:
31807           Update the README to use dvddemux
31808         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
31809           Ensure getcaps returns a subset of the template caps
31810         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
31811         (gst_mpeg2subt_init):
31812           Ensure getcaps returns a subset of the template caps
31813         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
31814         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
31815         (gst_dvd_demux_get_subpicture_stream),
31816         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
31817         * gst/mpegstream/gstdvddemux.h:
31818           Set the explicit caps on the current_video pad before pushing
31819           anything
31820         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
31821         (gst_mpeg_demux_get_audio_stream):
31822           Free caps used to gst_pad_set_explicit_caps, which takes a const
31823           GstCaps *
31824
31825 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
31826
31827         * configure.ac: update GStreamer requirement to 0.8.4 because of
31828           GstFraction.
31829
31830 2004-07-28  Wim Taymans  <wim@fluendo.com>
31831
31832         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
31833         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
31834         Add the pad to the element after setting up the caps. This
31835         makes it a lot easier to autoplug.
31836
31837 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31838
31839         * gst/median/gstmedian.c:
31840         * gst/mpeg2subt/gstmpeg2subt.c:
31841         * gst/mpegaudioparse/gstmpegaudioparse.c:
31842         * gst/mpegstream/gstdvddemux.c:
31843         * gst/mpegstream/gstmpegdemux.c:
31844         * gst/mpegstream/gstmpegpacketize.c:
31845         * gst/rtjpeg/gstrtjpeg.c:
31846         * gst/rtjpeg/gstrtjpegdec.c:
31847         * gst/rtjpeg/gstrtjpegenc.c:
31848         * gst/sine/gstsinesrc.c:
31849         * gst/smooth/gstsmooth.c:
31850         * gst/smpte/gstsmpte.c:
31851         * gst/smpte/gstsmpte.h:
31852         * gst/stereo/gststereo.c:
31853         * gst/videofilter/gstgamma.c:
31854         * gst/videofilter/gstvideobalance.c:
31855         * gst/videofilter/gstvideofilter.c:
31856         * gst/videofilter/gstvideoflip.c:
31857         * gst/videoscale/gstvideoscale.c:
31858         * gst/videoscale/videoscale.c:
31859         * gst/videotestsrc/gstvideotestsrc.c:
31860         * gst/videotestsrc/videotestsrc.c:
31861         * gst/wavenc/gstwavenc.c:
31862         * gst/wavparse/gstwavparse.c:
31863           fix local includes and 64 bits constants
31864
31865 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31866
31867         * win32/gst.sln:
31868         * gst-libs/gst/*/*.vcproj:
31869         * gst/*/*.vcproj:
31870           more working plugins
31871
31872 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31873
31874         * testsuite/alsa/Makefile.am:
31875         * testsuite/alsa/srcstate.c:
31876         add test for alsasrc changing state
31877
31878 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31879
31880         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
31881         (gst_silence_get):
31882         * gst/silence/gstsilence.h:
31883         fix silence generation for 16bit raw audio
31884
31885 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31886
31887         * gst/matroska/matroska-demux.c:
31888         (gst_matroska_demux_parse_metadata),
31889         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
31890         * gst/mpegaudio/common.c:
31891         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
31892         (gst_videoscale_getcaps), (gst_videoscale_link),
31893         (gst_videoscale_src_fixate), (gst_videoscale_init),
31894         (gst_videoscale_finalize):
31895         * gst/videoscale/gstvideoscale.h:
31896         * gst/videotestsrc/gstvideotestsrc.c:
31897         (gst_videotestsrc_get_capslist):
31898         * gst/wavenc/gstwavenc.c:
31899         * sys/oss/gstossmixer.c: (fill_labels):
31900         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31901         (gst_ximagesink_handle_xevents),
31902         (gst_ximagesink_calculate_pixel_aspect_ratio),
31903         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
31904         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
31905         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
31906         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
31907         (gst_ximagesink_init), (gst_ximagesink_class_init):
31908         * sys/ximage/ximagesink.h:
31909         * sys/xvimage/xvimagesink.c:
31910         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31911         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
31912         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
31913         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31914         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31915         * sys/xvimage/xvimagesink.h:
31916           first batch of pixel aspect ratio commits.
31917
31918 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31919
31920         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31921         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
31922         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
31923           handle stride, needs work if we want to move stride handling
31924           upstream, but works correctly for our purposes.
31925
31926 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31927
31928         * gst/videoscale/README:
31929           add testing examples
31930         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
31931         (gst_videoscale_chain):
31932         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
31933         (gst_videoscale_get_size):
31934           add get_size function that handles stride like videotestsrc.
31935           fixes conversion for YUV formats for as much as I can test them.
31936
31937 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31938
31939         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31940         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31941         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31942         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
31943         (gst_xvimagesink_xvimage_put):
31944           further cleanups, logging, error handling and synchronizing
31945
31946 2004-07-27  Wim Taymans  <wim@fluendo.com>
31947
31948         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
31949         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
31950         (gst_videomixer_pad_set_property),
31951         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
31952         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
31953         (gst_videomixer_class_init), (gst_videomixer_init),
31954         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
31955         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
31956         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
31957         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
31958         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
31959         (gst_videomixer_loop), (plugin_init):
31960         Be a nicer negotiation citizen and provide a getcaps function on
31961         the srcpad. This also fixes a crash when resizing.
31962
31963 2004-07-27  Julien MOUTTE  <julien@moutte.net>
31964
31965         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31966         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
31967
31968 2004-07-27  Wim Taymans  <wim@fluendo.com>
31969
31970         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
31971         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
31972         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
31973         (gst_pngenc_set_property):
31974         * ext/libpng/gstpngenc.h:
31975         Added snapshot property to pngenc.
31976         removed g_print from pngdec
31977
31978 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31979
31980         * gst/ac3parse/ac3parse.vcproj
31981         * gst/adder/adder.vcproj
31982         * gst/alpha/alpha.vcproj
31983         * gst/alpha/alphacolor.vcproj
31984         * gst/asfdemux/asf.vcproj
31985         * gst/audioconvert/audioconvert.vcproj
31986         * gst/audiorate/audiorate.vcproj
31987         * gst/audioscale/audioscale.vcproj
31988         * gst/auparse/auparse.vcproj
31989         * gst/avi/avi.vcproj
31990         * gst/cdxaparse/cdxaparse.vcproj
31991         * gst/chart/chart.vcproj
31992         * gst/colorspace/colorspace.vcproj
31993         * gst/cutter/cutter.vcproj
31994         * gst/debug/debug.vcproj
31995         * gst/debug/efence.vcproj
31996         * gst/debug/navigationtest.vcproj
31997         * gst/deinterlace/deinterlace.vcproj
31998         * gst/effectv/effectv.vcproj
31999         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32000         * gst/filter/filter.vcproj
32001         * gst/flx/flxdec.vcproj
32002         * gst/goom/goom.vcproj
32003         * gst/interleave/interleave.vcproj
32004         * gst/law/alaw.vcproj
32005         * gst/law/mulaw.vcproj
32006         * gst/matroska/matroska.vcproj
32007         * gst/median/median.vcproj
32008         * gst/mixmatrix/mixmatrix.vcproj
32009         * gst/mpeg1sys/mpeg1systemencode.vcproj
32010         * gst/mpeg1videoparse/mp1videoparse.vcproj
32011         * gst/mpeg2sub/mpeg2subt.vcproj
32012         * gst/mpegaudio/mpegaudio.vcproj
32013         * gst/mpegaudioparse/mpegaudioparse.vcproj
32014         * gst/mpegstream/mpegstream.vcproj
32015         * gst/multifilesink/multifilesink.vcproj
32016         * gst/multipart/multipart.vcproj
32017         * gst/oneton/oneton.vcproj
32018         * gst/overlay/overlay.vcproj
32019         * gst/passthrough/passthrough.vcproj
32020         * gst/qtdemux/qtdemux.vcproj
32021         * gst/realmedia/rmdemux.vcproj
32022         * gst/rtjpeg/rtjpeg.vcproj
32023         * gst/rtp/rtp.vcproj
32024         * gst/silence/silence.vcproj
32025         * gst/sine/sinesrc.vcproj
32026         * gst/smooth/smooth.vcproj
32027         * gst/smpte/smpte.vcproj
32028         * gst/spectrum/spectrum.vcproj
32029         * gst/speed/speed.vcproj
32030         * gst/stereo/stereo.vcproj
32031         * gst/switch/switch.vcproj
32032         * gst/tags/tagedit.vcproj
32033         * gst/tcp/tcp.vcproj
32034         * gst/typefind/typefindfunctions.vcproj
32035         * gst/udp/udp.vcproj
32036         * gst/videobox/videobox.vcproj
32037         * gst/videocrop/videocrop.vcproj
32038         * gst/videodrop/videodrop.vcproj
32039         * gst/videofilter/gamma.vcproj
32040         * gst/videofilter/videobalance.vcproj
32041         * gst/videofilter/videofilter.vcproj
32042         * gst/videofilter/videoflip.vcproj
32043         * gst/videoflip/videoflip.vcproj
32044         * gst/videomixer/videomixer.vcproj
32045         * gst/videorate/videorate.vcproj
32046         * gst/videoscale/videoscale.vcproj
32047         * gst/videotestsrc/videotestsrc.vcproj
32048         * gst/virtualdub/virtualdub.vcproj
32049         * gst/volenv/volenv.vcproj
32050         * gst/volume/volume.vcproj
32051         * gst/wavenc/wavenc.vcproj
32052         * gst/wavparse/wavparse.vcproj
32053         * gst/y4m/y4menc.vcproj
32054         * gst-libs/gst/audio/audio.vcproj
32055         * gst-libs/gst/audio/audiofilter.vcproj
32056         * gst-libs/gst/colorbalance/colorbalance.vcproj
32057         * gst-libs/gst/idct/idtc.vcproj
32058         * gst-libs/gst/media-info/media-info.vcproj
32059         * gst-libs/gst/mixer/mixer.vcproj
32060         * gst-libs/gst/navigation/navigation.vcproj
32061         * gst-libs/gst/play/play.vcproj
32062         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
32063         * gst-libs/gst/resample/resample.vcproj
32064         * gst-libs/gst/riff/riff.vcproj
32065         * gst-libs/gst/tuner/tuner.vcproj
32066         * gst-libs/gst/video/video.vcproj
32067         * gst-libs/gst/xoverlay/xoverlay.vcproj
32068           avoid problems with math.h, fix release dependancy
32069           rename GStreamer-0.8.lib to libgstreamer.lib
32070
32071 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32072
32073         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32074         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
32075         the atom is not available we have to unlock the mutex. Fixes #148023
32076
32077 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32078
32079         * gst-libs/gst/media-info/media-info.h:
32080           issue for a vararg macro with MSVC
32081
32082 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32083
32084         * gst/effectv/effectv.vcproj
32085         * gst-libs/gst/idct/idct.vcproj:
32086         * gst-libs/gst/media-info/media-info.vcproj:
32087         * gst-libs/gst/navigation/navigation.vcproj:
32088         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32089         * gst-libs/gst/video/video.vcproj:
32090         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32091           fixes for build problems
32092
32093 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32094
32095         * gst-libs/gst/audio/audio.def:
32096         * gst-libs/gst/audio/riff.def:
32097           add some definitions needed by plugins
32098
32099 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32100
32101         * gst/asfdemux/gstasfmux.c
32102           Fix some 64 bits constants to be glib friendly
32103
32104 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32105
32106         * gst/ac3parse/gstac3parse.c
32107         * gst/audioscale/gstaudioscale.c
32108         * gst/auparse/gstauparse.c
32109         * gst/colorspace/gstcolorspace.c
32110         * gst/colorspace/yuv2rgb.h
32111           local include fixes
32112
32113 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32114
32115         * win32/gst.sln
32116           add more plugins to the build
32117
32118 2004-07-26  Julien MOUTTE  <julien@moutte.net>
32119
32120         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32121         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
32122
32123 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32124
32125         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
32126         (gst_level_set_property), (gst_level_get_property),
32127         (gst_level_base_init), (gst_level_class_init):
32128           add debugging categories.  cleanups.
32129
32130 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32131
32132         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32133         (gst_videoscale_planar411), (gst_videoscale_planar400),
32134         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
32135         (gst_videoscale_scale_nearest_str1),
32136         (gst_videoscale_scale_nearest_str2),
32137         (gst_videoscale_scale_nearest_str4),
32138         (gst_videoscale_scale_nearest_16bit),
32139         (gst_videoscale_scale_nearest_24bit):
32140           fixed stride issues
32141           tested with 320x240 -> 321, 322, 324 x240
32142           tested with YV12, I420, YUY2, UYVY
32143           fixed packed422rev (don't think it could have worked before)
32144           by testing with UYVY
32145
32146 2004-07-26  Benjamin Otte  <otte@gnome.org>
32147
32148         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
32149         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
32150         (plugin_init):
32151           add debugging category, add error checks like checking return values
32152           of setup calls, make sure it still works after
32153           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
32154
32155 2004-07-26  Wim Taymans  <wim@fluendo.com>
32156
32157         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32158         (gst_mpeg_demux_get_audio_stream),
32159         (gst_mpeg_demux_process_private):
32160         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
32161         Check for error codes from the negotiation functions. Make sure
32162         we really set the pad caps when a new pad is created.
32163
32164 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32165
32166         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32167         (gst_ffmpeg_caps_to_pix_fmt):
32168         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32169         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32170         (gst_ffmpegcolorspace_pad_link):
32171           don't make function do two things at the same time without reason.
32172
32173 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32174
32175         * gst/ac3parse/ac3parse.vcproj
32176         * gst/adder/adder.vcproj
32177         * gst/alpha/alpha.vcproj
32178         * gst/alpha/alphacolor.vcproj
32179         * gst/asfdemux/asf.vcproj
32180         * gst/audioconvert/audioconvert.vcproj
32181         * gst/audiorate/audiorate.vcproj
32182         * gst/audioscale/audioscale.vcproj
32183         * gst/auparse/auparse.vcproj
32184         * gst/avi/avi.vcproj
32185         * gst/cdxaparse/cdxaparse.vcproj
32186         * gst/chart/chart.vcproj
32187         * gst/colorspace/colorspace.vcproj
32188         * gst/cutter/cutter.vcproj
32189         * gst/debug/debug.vcproj
32190         * gst/debug/efence.vcproj
32191         * gst/debug/navigationtest.vcproj
32192         * gst/deinterlace/deinterlace.vcproj
32193         * gst/effectv/effectv.vcproj
32194         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32195         * gst/filter/filter.vcproj
32196         * gst/flx/flxdec.vcproj
32197         * gst/goom/goom.vcproj
32198         * gst/interleave/interleave.vcproj
32199         * gst/law/alaw.vcproj
32200         * gst/law/mulaw.vcproj
32201         * gst/matroska/matroska.vcproj
32202         * gst/median/median.vcproj
32203         * gst/mixmatrix/mixmatrix.vcproj
32204         * gst/mpeg1sys/mpeg1systemencode.vcproj
32205         * gst/mpeg1videoparse/mp1videoparse.vcproj
32206         * gst/mpeg2sub/mpeg2subt.vcproj
32207         * gst/mpegaudio/mpegaudio.vcproj
32208         * gst/mpegaudioparse/mpegaudioparse.vcproj
32209         * gst/mpegstream/mpegstream.vcproj
32210         * gst/multifilesink/multifilesink.vcproj
32211         * gst/multipart/multipart.vcproj
32212         * gst/oneton/oneton.vcproj
32213         * gst/overlay/overlay.vcproj
32214         * gst/passthrough/passthrough.vcproj
32215         * gst/qtdemux/qtdemux.vcproj
32216         * gst/realmedia/rmdemux.vcproj
32217         * gst/rtjpeg/rtjpeg.vcproj
32218         * gst/rtp/rtp.vcproj
32219         * gst/silence/silence.vcproj
32220         * gst/sine/sinesrc.vcproj
32221         * gst/smooth/smooth.vcproj
32222         * gst/smpte/smpte.vcproj
32223         * gst/spectrum/spectrum.vcproj
32224         * gst/speed/speed.vcproj
32225         * gst/stereo/stereo.vcproj
32226         * gst/switch/switch.vcproj
32227         * gst/tags/tagedit.vcproj
32228         * gst/tcp/tcp.vcproj
32229         * gst/typefind/typefindfunctions.vcproj
32230         * gst/udp/udp.vcproj
32231         * gst/videobox/videobox.vcproj
32232         * gst/videocrop/videocrop.vcproj
32233         * gst/videodrop/videodrop.vcproj
32234         * gst/videofilter/gamma.vcproj
32235         * gst/videofilter/videobalance.vcproj
32236         * gst/videofilter/videofilter.vcproj
32237         * gst/videofilter/videoflip.vcproj
32238         * gst/videoflip/videoflip.vcproj
32239         * gst/videomixer/videomixer.vcproj
32240         * gst/videorate/videorate.vcproj
32241         * gst/videoscale/videoscale.vcproj
32242         * gst/videotestsrc/videotestsrc.vcproj
32243         * gst/virtualdub/virtualdub.vcproj
32244         * gst/volenv/volenv.vcproj
32245         * gst/volume/volume.vcproj
32246         * gst/wavenc/wavenc.vcproj
32247         * gst/wavparse/wavparse.vcproj
32248         * gst/y4m/y4menc.vcproj
32249           more plugins supported under windows
32250
32251 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32252
32253         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32254         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
32255         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
32256         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32257         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
32258           Add debugging statements.  Use the sizes as returned by the
32259           *CreateImage calls.
32260
32261 2004-07-26  Johan Dahlin  <johan@gnome.org>
32262
32263         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
32264         the pad is negotiated.
32265
32266         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
32267
32268 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32269
32270         * gst-libs/gst/colorbalance/colorbalance.vcproj:
32271         * gst-libs/gst/idct/idct.vcproj:
32272         * gst-libs/gst/media-info/media-info.vcproj:
32273         * gst-libs/gst/mixer/mixer.vcproj:
32274         * gst-libs/gst/navigation/navigation.vcproj:
32275         * gst-libs/gst/play/play.vcproj:
32276         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32277         * gst-libs/gst/resample/resample.vcproj:
32278         * gst-libs/gst/tuner/tuner.vcproj:
32279         * gst-libs/gst/video/video.vcproj:
32280         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32281           more plugins supported under windows
32282
32283 2004-07-25 Iain <iain@prettypeople.org>
32284
32285         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
32286         pad now rather than when the pad is created because state changes wipe
32287         explicit caps (fixes #148043).
32288
32289 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
32290
32291         reviewed by Benjamin Otte  <otte@gnome.org>
32292
32293         * ext/mad/gstmad.c:
32294           fix mad plugin crashing on Sun (fixes #148289)
32295
32296 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32297
32298         * gst/avi/avi.def:
32299         * gst/avi/avi.vcproj:
32300         * gst/matroska/matroska.def:
32301         * gst/matroska/matroska.vcproj:
32302           remove unused .def files
32303
32304 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32305
32306         * gst-libs/gst/audio/gstaudiofilter.c:
32307           Clean the local include
32308
32309 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32310
32311         * win32/gst.sln:
32312         * gst-libs/gst/audio/audio.def:
32313         * gst-libs/gst/audio/audio.vcproj:
32314         * gst-libs/gst/audio/audiofilter.vcproj:
32315         * gst-libs/gst/audio/riff.def:
32316         * gst-libs/gst/audio/riff.vcproj:
32317         * gst-libs/gst/gst-libs.def:
32318         * gst-libs/gst/gst-libs.vcproj:
32319         * gst/avi/avi.vcproj:
32320         * gst/avi/avi.vcproj:
32321           Copy the files where needed after building, cleaner projects
32322
32323 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32324
32325         * gst/matroska/ebml-write.c:
32326           Fix some 64 bits constants to be glib friendly
32327
32328 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
32329
32330         * win32/gst.sln:
32331         * gst-libs/gst/gst-libs.def:
32332         * gst-libs/gst/gst-libs.vcproj:
32333         * gst/matroska/matroska.def:
32334         * gst/matroska/matroska.vcproj:
32335           Add the preliminary canvas to build plugins on Win32
32336
32337 2004-07-23  Benjamin Otte  <otte@gnome.org>
32338
32339         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32340           don't enfore negotiation from source side, it breaks
32341           sinesrc ! audioconvert ! osssink
32342
32343 2004-07-22  David Schleef  <ds@schleef.org>
32344
32345         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
32346         for ELF files, since they can easily be recognized as audio/mpeg.
32347         (bug #147441)
32348
32349 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32350
32351         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32352         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
32353         (gst_videoscale_scale_nearest_24bit),
32354         (gst_videoscale_scale_nearest_16bit):
32355           fix 16bit and 24bit for stride (24bit might need testing)
32356           don't pretend we do more than one algorithm
32357
32358 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32359
32360         * configure.ac:
32361         * gst/Makefile.am:
32362         * gst/multifilesink/Makefile.am:
32363         * gst/multifilesink/gstmultifilesink.c:
32364         (gst_multifilesink_get_formats),
32365         (gst_multifilesink_get_query_types), (_do_init),
32366         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
32367         (gst_multifilesink_init), (gst_multifilesink_dispose),
32368         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
32369         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
32370         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
32371         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
32372         (gst_multifilesink_chain), (gst_multifilesink_change_state),
32373         (gst_multifilesink_uri_get_type),
32374         (gst_multifilesink_uri_get_protocols),
32375         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
32376         (gst_multifilesink_uri_handler_init), (plugin_init):
32377         * gst/multifilesink/gstmultifilesink.h:
32378         * testsuite/Makefile.am:
32379         * testsuite/multifilesink/Makefile.am:
32380         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
32381         (gst_newmedia_class_init), (gst_newmedia_init),
32382         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
32383         (newfile_signal), (test_signal), (main):
32384         multifilesink plugin for creating new files every time a new media
32385         discontinuity event occurs
32386
32387 2004-07-22  Wim Taymans  <wim@fluendo.com>
32388
32389         * gst/alpha/Makefile.am:
32390         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
32391         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
32392         (gst_alpha_color_init), (gst_alpha_color_set_property),
32393         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
32394         (transform), (gst_alpha_color_chain),
32395         (gst_alpha_color_change_state), (plugin_init):
32396         Stupid plugin to to RGBA to AYUV conversion because none of
32397         the colorspace plugins can handle that yet.
32398
32399 2004-07-22  Wim Taymans  <wim@fluendo.com>
32400
32401         * examples/seeking/seek.c: (update_scale), (main):
32402         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32403         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32404         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32405         (gst_decode_bin_init), (gst_decode_bin_dispose),
32406         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32407         (no_more_pads), (close_link), (type_found),
32408         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32409         (plugin_init):
32410         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32411         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32412         (gst_play_base_bin_dispose), (queue_overrun),
32413         (gen_preroll_element), (remove_prerolls), (unknown_type),
32414         (no_more_pads), (new_stream), (setup_source),
32415         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32416         (play_base_eos), (gst_play_base_bin_change_state),
32417         (gst_play_base_bin_add_element),
32418         (gst_play_base_bin_remove_element),
32419         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32420         (gst_play_base_bin_unlink_stream),
32421         (gst_play_base_bin_get_streaminfo):
32422         * gst/playback/gstplaybin.c: (gen_video_element),
32423         (gen_audio_element):
32424         * gst/playback/gststreaminfo.h:
32425         More playback updates, attempt to fix things after the state change
32426         breakage.
32427
32428 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32429
32430         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
32431         (gst_videoscale_scale_nearest_16bit):
32432           comment algorithm
32433
32434 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32435
32436         * gst/videotestsrc/gstvideotestsrc.c:
32437         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
32438         (gst_videotestsrc_init), (gst_videotestsrc_get),
32439         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
32440         (gst_videotestsrc_get_property):
32441         * gst/videotestsrc/gstvideotestsrc.h:
32442         * gst/videotestsrc/videotestsrc.c:
32443         * gst/videotestsrc/videotestsrc.h:
32444           cleanup and commenting
32445
32446 2004-07-21  Wim Taymans  <wim@fluendo.com>
32447
32448         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
32449         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
32450         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
32451         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
32452         (_find_chain_get_unknown_part), (_find_streams_check),
32453         (gst_ogg_demux_push), (gst_ogg_pad_push):
32454         * ext/theora/theoradec.c: (theora_get_formats),
32455         (theora_dec_src_convert), (theora_dec_sink_convert),
32456         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32457         (theora_dec_chain):
32458         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32459         (vorbis_dec_convert), (vorbis_dec_src_query),
32460         (vorbis_dec_src_event), (vorbis_dec_event):
32461         More seeking fixes, oggdemux now supports seeking to time and
32462         uses the downstream element to convert granulepos to time.
32463         Seeking in theora-only ogg files now works.
32464
32465 2004-07-21  Wim Taymans  <wim@fluendo.com>
32466
32467         * ext/theora/theoradec.c: (gst_theora_dec_init),
32468         (theora_get_formats), (theora_get_event_masks),
32469         (theora_get_query_types), (theora_dec_src_convert),
32470         (theora_dec_sink_convert), (theora_dec_src_query),
32471         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
32472         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32473         (vorbis_get_event_masks), (vorbis_get_query_types),
32474         (gst_vorbis_dec_init), (vorbis_dec_convert),
32475         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
32476         Added query/convert/formats functions to vorbis and theora decoders
32477         so that the outside world can use them too. Fixed seeking on an
32478         ogg/theora/vorbis file by disabling the seeking seeking on the
32479         theora srcpad.
32480
32481 2004-07-21  Julien MOUTTE  <julien@moutte.net>
32482
32483         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32484         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
32485         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
32486         images creation for both elements. We don't create the image on caps
32487         nego or renego, we just destroy the internal one if present if it does
32488         not match the needs. The chain function takes care of creating a new
32489         image when needed.
32490         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32491         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
32492         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32493         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
32494         the image format information. The buffer pool checks for the context
32495         image format and discard images with different formats.
32496         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
32497
32498 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32499
32500         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32501         (gst_ffmpegcolorspace_chain):
32502           no point in doing any chaining if the pad we want to push from
32503           isn't usable.
32504
32505 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32506
32507         * gst-libs/gst/riff/riff-media.c:
32508         (gst_riff_create_audio_caps_with_data):
32509           Fix double end-to-native symbol conversion (#148021).
32510
32511 2004-07-20  David Schleef  <ds@schleef.org>
32512
32513         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32514         Don't use an Atom that doesn't exist.
32515
32516 2004-07-20  Wim Taymans  <wim@fluendo.com>
32517
32518         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32519         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32520         (gst_multifdsink_client_remove),
32521         (gst_multifdsink_handle_client_write),
32522         (gst_multifdsink_queue_buffer):
32523         * gst/tcp/gstmultifdsink.h:
32524         More multifdsink stats. Avoid deadlock by releasing locks
32525         before sending out a signal.
32526
32527 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32528
32529         * po/LINGUAS:
32530         * po/hu.po:
32531           added Hungarian translation (Laszlo Dvornik)
32532
32533 2004-07-20  Wim Taymans  <wim@fluendo.com>
32534
32535         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32536         (gst_multifdsink_add), (gst_multifdsink_client_remove),
32537         (gst_multifdsink_handle_client_write),
32538         (gst_multifdsink_queue_buffer):
32539         * gst/tcp/gsttcp-marshal.list:
32540         Fixed the stupid marshal definition.
32541
32542 2004-07-20  Wim Taymans  <wim@fluendo.com>
32543
32544         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32545         (gst_multifdsink_init), (gst_multifdsink_add),
32546         (gst_multifdsink_client_remove),
32547         (gst_multifdsink_handle_client_write),
32548         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
32549         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
32550         (gst_multifdsink_init_send):
32551         * gst/tcp/gstmultifdsink.h:
32552         Added more stats, added timeout for a client, fixed some typos
32553         and added some comments.
32554
32555 2004-07-20  Wim Taymans  <wim@fluendo.com>
32556
32557         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32558         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32559         (gst_multifdsink_client_remove),
32560         (gst_multifdsink_handle_client_write):
32561         * gst/tcp/gstmultifdsink.h:
32562         * gst/tcp/gsttcp-marshal.list:
32563         Added get_stats method that returns a GValueArray of
32564         stats values.
32565
32566 2004-07-19  Benjamin Otte  <otte@gnome.org>
32567
32568         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
32569           make sure longname, description and author are valid UTF-8
32570
32571 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32572
32573         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
32574         (gst_ximagesink_set_property):
32575         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
32576         (gst_xvimagesink_set_property):
32577           make sure SYNCHRONOUS is respected after getting the X context
32578
32579 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32580
32581         * gst/matroska/matroska-demux.c:
32582         (gst_matroska_demux_handle_src_event),
32583         (gst_matroska_demux_parse_blockgroup):
32584         * gst/matroska/matroska-ids.h:
32585           add BlockReference tag and ignore it to clear out log.
32586           ignore NAVIGATION events to clear out log.
32587
32588 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32589
32590         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
32591         (gst_matroska_demux_add_stream):
32592         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
32593           add debug categories
32594
32595 2004-07-16  Wim Taymans  <wim@fluendo.com>
32596
32597         * ext/libpng/Makefile.am:
32598         * ext/libpng/gstpng.c: (plugin_init):
32599         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
32600         (gst_pngdec_get_type), (gst_pngdec_base_init),
32601         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
32602         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
32603         * ext/libpng/gstpngdec.h:
32604         Added png decoder.
32605
32606 2004-07-16  Julien MOUTTE  <julien@moutte.net>
32607
32608         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
32609         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
32610         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
32611         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
32612         (gst_ximagesink_buffer_alloc):
32613         * sys/ximage/ximagesink.h:
32614         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32615         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32616         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
32617         (gst_xvimagesink_buffer_alloc):
32618         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
32619         again. Using internal data pointer of the x(v)image to store image's
32620         data to be coherent with the buffer alloc mechanism. Investigated the
32621         image destruction code to be sure that everything gets freed correctly.
32622
32623 2004-07-16  Wim Taymans  <wim@fluendo.com>
32624
32625         * gst-libs/gst/riff/riff-read.c:
32626         (gst_riff_read_strf_vids_with_data),
32627         (gst_riff_read_strf_auds_with_data):
32628         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32629         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
32630         Make sure we don't create 0 sized subbuffers in riff-read.
32631         Signal the no more pads signal after reading the avi header.
32632
32633 2004-07-16  Wim Taymans  <wim@fluendo.com>
32634
32635         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32636         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32637         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32638         (gst_decode_bin_init), (gst_decode_bin_dispose),
32639         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32640         (no_more_pads), (close_link), (type_found),
32641         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32642         (gst_decode_bin_change_state), (plugin_init):
32643         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32644         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32645         (gst_play_base_bin_dispose), (queue_overrun),
32646         (gen_preroll_element), (remove_prerolls), (unknown_type),
32647         (no_more_pads), (new_stream), (setup_source),
32648         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32649         (play_base_eos), (gst_play_base_bin_change_state),
32650         (gst_play_base_bin_add_element),
32651         (gst_play_base_bin_remove_element),
32652         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32653         (gst_play_base_bin_unlink_stream),
32654         (gst_play_base_bin_get_streaminfo):
32655         * gst/playback/gstplaybasebin.h:
32656         Better error recovery. Added configurable preroll queue size. Faster
32657         detection of no-more-pads.
32658
32659 2004-07-16  Wim Taymans  <wim@fluendo.com>
32660
32661         * gst-libs/gst/video/video.h:
32662         Added 32 bits RGBA. Not sure if we should use another mime-type
32663         for alpha rgb. Currently the presence of the alpha_mask property
32664         signals an alpha channel.
32665
32666 2004-07-16  Wim Taymans  <wim@fluendo.com>
32667
32668         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32669         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
32670         FPS seems to be 0.0 to MAX everywhere else.
32671
32672 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32673
32674         * gst-libs/gst/riff/riff-media.c:
32675         (gst_riff_create_video_caps_with_data):
32676           mp42/mp43 (no caps) exist too.
32677         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
32678           Set pixel_width/height; we've got them in-caps.
32679         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32680         * gst/wavparse/gstwavparse.c: (plugin_init):
32681           Both are valid primary.
32682         * sys/oss/gstossmixer.c:
32683           Remove i18n hack and enable translations.
32684
32685 2004-07-15  Benjamin Otte  <otte@gnome.org>
32686
32687         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32688         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
32689           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
32690
32691 2004-07-15  Benjamin Otte  <otte@gnome.org>
32692
32693         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
32694         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
32695         (gst_alsa_close_audio):
32696           disable some of the debugging code for now. Writing debugging to a
32697           buffer is broken in current alsalib releases.
32698
32699 2004-07-12  Benjamin Otte  <otte@gnome.org>
32700
32701         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
32702           use bufferpools
32703
32704 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
32705
32706         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32707         (theora_dec_src_query), (theora_dec_event):
32708         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
32709           add debugging categories.  Remove \n's.
32710
32711 2004-07-13  Johan Dahlin  <johan@gnome.org>
32712
32713         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
32714         (gst_play_bin_get_property): Impl.
32715
32716 2004-07-13  Wim Taymans  <wim@fluendo.com>
32717
32718         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
32719         When trying to find the stream length, seek back N pages
32720         instead of just one, where N is the number of streams in
32721         the current chain.
32722
32723 2004-07-13  Wim Taymans  <wim@fluendo.com>
32724
32725         * gst-libs/gst/riff/riff-media.c:
32726         (gst_riff_create_audio_caps_with_data),
32727         (gst_riff_create_audio_caps),
32728         (gst_riff_create_audio_template_caps):
32729         * gst-libs/gst/riff/riff-media.h:
32730         * gst-libs/gst/riff/riff-read.c:
32731         (gst_riff_read_strf_vids_with_data),
32732         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
32733         * gst-libs/gst/riff/riff-read.h:
32734         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32735         (gst_avi_demux_add_stream):
32736         Set codec_data on caps for avidemuxer.
32737
32738 2004-07-12  David Schleef  <ds@schleef.org>
32739
32740         * configure.ac: Fix test for Objective C
32741
32742 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
32743         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
32744         (gst_gdk_pixbuf_chain):
32745           Add svg and pcx to template caps, and ensure that getcaps returns a
32746           subset of the template caps.
32747           Copy each row manually for output, as gdkpixbuf may pad the
32748           rowstride to a 32-bit word boundary.
32749
32750 2004-07-12  Wim Taymans  <wim@fluendo.com>
32751
32752         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
32753         (gst_riff_create_video_template_caps):
32754         Fix the template caps to include some more media types.
32755
32756 2004-07-12  Wim Taymans  <wim@fluendo.com>
32757
32758         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32759         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32760         (compare_ranks), (print_feature), (gst_decode_bin_init),
32761         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32762         (try_to_link_1), (new_pad), (close_link), (type_found),
32763         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32764         (gst_decode_bin_change_state), (plugin_init):
32765         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32766         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32767         (gst_play_base_bin_dispose), (queue_overrun),
32768         (gen_preroll_element), (remove_prerolls), (no_more_pads),
32769         (new_stream), (setup_source), (gst_play_base_bin_set_property),
32770         (gst_play_base_bin_get_property), (play_base_eos),
32771         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
32772         (gst_play_base_bin_remove_element),
32773         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32774         (gst_play_base_bin_unlink_stream),
32775         (gst_play_base_bin_get_streaminfo):
32776         * gst/playback/gstplaybasebin.h:
32777         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32778         (gst_play_bin_class_init), (gst_play_bin_init),
32779         (gst_play_bin_dispose), (gst_play_bin_set_property),
32780         (gst_play_bin_get_property), (gen_video_element),
32781         (gen_audio_element), (remove_sinks), (setup_sinks),
32782         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
32783         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32784         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32785         (gst_play_bin_query), (plugin_init):
32786         * gst/playback/test4.c: (main):
32787         More fixes on reusing of the element.
32788
32789 2004-07-11  Benjamin Otte  <otte@gnome.org>
32790
32791         * ext/mad/gstmad.c: (normal_seek):
32792           allow seeking for other methods than just SET
32793
32794 2004-07-11  Andy Wingo  <wingo@pobox.com>
32795
32796         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
32797         float, "any" caps -> buffer_frames=[0,MAX].
32798
32799         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
32800         doesn't intersect our caps with the template any more. Do it
32801         ourselves.
32802         (interleave_buffered_loop): Use g_newa instead of malloc/free.
32803
32804 2004-07-09  Wim Taymans  <wim@fluendo.com>
32805
32806         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32807         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32808         (compare_ranks), (print_feature), (gst_decode_bin_init),
32809         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32810         (try_to_link_1), (new_pad), (close_link), (type_found),
32811         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32812         (gst_decode_bin_change_state), (plugin_init):
32813         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32814         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32815         (gst_play_base_bin_dispose), (queue_overrun),
32816         (gen_preroll_element), (remove_prerolls), (no_more_pads),
32817         (new_stream), (setup_source), (gst_play_base_bin_set_property),
32818         (gst_play_base_bin_get_property), (play_base_eos),
32819         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
32820         (gst_play_base_bin_remove_element),
32821         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32822         (gst_play_base_bin_unlink_stream),
32823         (gst_play_base_bin_get_streaminfo):
32824         * gst/playback/gstplaybasebin.h:
32825         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32826         (gst_play_bin_class_init), (gst_play_bin_init),
32827         (gst_play_bin_dispose), (gst_play_bin_set_property),
32828         (gst_play_bin_get_property), (gen_video_element),
32829         (gen_audio_element), (remove_sinks), (setup_sinks),
32830         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
32831         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32832         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32833         (gst_play_bin_query), (plugin_init):
32834         * gst/playback/test4.c: (main):
32835         Work on object reuse and seeking.
32836
32837 2004-07-09  Wim Taymans  <wim@fluendo.com>
32838
32839         * examples/seeking/seek.c: (iterate):
32840         Don't consume all CPU in the idle loop.
32841
32842 2004-07-09  Wim Taymans  <wim@fluendo.com>
32843
32844         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
32845         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
32846         Add pad to element *after* setting the pad functions so that
32847         the scheduler can use the correct ones.
32848
32849 2004-07-09  Wim Taymans  <wim@fluendo.com>
32850
32851         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
32852         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
32853         Sync to keyframe after seek
32854
32855 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32856
32857         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
32858         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
32859         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
32860         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
32861         * ext/libvisual/visual.c: (gst_visual_change_state):
32862         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
32863         * ext/theora/theoradec.c: (theora_dec_change_state):
32864         * ext/theora/theoraenc.c: (theora_enc_change_state):
32865         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
32866         * gst-libs/gst/navigation/navigation.c:
32867         * gst/adder/gstadder.c: (gst_adder_change_state):
32868         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
32869         (gst_audio_convert_get_buffer):
32870         * gst/multipart/multipartdemux.c:
32871         (gst_multipart_demux_change_state):
32872         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
32873         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
32874         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
32875         * gst/videoscale/gstvideoscale.c:
32876         (gst_videoscale_handle_src_event):
32877         * gst/volume/gstvolume.c: (volume_chain_int16):
32878           don't assert in state change, this should be done by the base
32879           GstElement class.
32880           various debugging fixes.
32881
32882 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32883
32884         * configure.ac:
32885         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32886         (gst_play_dispose), (gst_play_set_location),
32887         (gst_play_set_data_src), (gst_play_set_video_sink),
32888         (gst_play_set_audio_sink), (gst_play_set_visualization),
32889         (gst_play_connect_visualization), (gst_play_get_sink_element),
32890         (gst_play_get_all_by_interface):
32891         * gst-libs/gst/play/play.h:
32892           add new method to get elements implementing an interface.
32893           add various error logging
32894
32895 2004-07-08  Wim Taymans  <wim@fluendo.com>
32896
32897         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
32898         (make_mpeg_pipeline), (make_mpegnt_pipeline),
32899         (make_playerbin_pipeline), (query_durations_elems),
32900         (query_durations_pads), (query_positions_elems),
32901         (query_positions_pads), (update_scale), (iterate), (stop_seek),
32902         (main):
32903         Added playbin seeking example.
32904
32905 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32906
32907         * gst-libs/gst/play/play.c: (gst_play_set_location),
32908         (gst_play_set_data_src), (gst_play_set_video_sink),
32909         (gst_play_set_audio_sink), (gst_play_set_visualization),
32910         (gst_play_connect_visualization), (gst_play_get_framerate):
32911           use a macro to look up elements from hash table
32912
32913 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32914
32915         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32916         (gst_play_get_length_callback), (gst_play_set_location),
32917         (gst_play_seek_to_time), (gst_play_set_data_src),
32918         (gst_play_set_video_sink), (gst_play_set_audio_sink),
32919         (gst_play_set_visualization), (gst_play_connect_visualization),
32920         (gst_play_get_sink_element):
32921         - add debugging info
32922         - fix looking up sink elements by iterating over complete caps
32923         - put everything except for source and autoplugger in a complete bin
32924
32925 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32926
32927         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
32928         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
32929         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
32930         (gst_alsa_sink_write), (gst_alsa_sink_loop):
32931         * ext/alsa/gstalsasink.h:
32932         - add debugging info
32933         - clean up schizophrenia of data/buffer/event
32934         - fix double event unref error
32935
32936 2004-07-08  Wim Taymans  <wim@fluendo.com>
32937
32938         * gst/playback/Makefile.am:
32939         Add headers to noinst
32940
32941 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32942
32943         * tools/gst-launch-ext-m.m:
32944         * tools/gst-launch-ext.1.in:
32945           convert to the third millenium
32946
32947 2004-07-07  David Schleef  <ds@schleef.org>
32948
32949         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
32950
32951 2004-07-07  Wim Taymans  <wim@fluendo.com>
32952
32953         * gst/playback/Makefile.am:
32954         * gst/playback/README:
32955         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32956         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32957         (compare_ranks), (print_feature), (gst_decode_bin_init),
32958         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32959         (try_to_link_1), (new_pad), (close_link), (type_found),
32960         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32961         (plugin_init):
32962         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32963         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32964         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
32965         (gen_preroll_element), (no_more_pads), (new_stream),
32966         (setup_source), (gst_play_base_bin_set_property),
32967         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
32968         (gst_play_base_bin_add_element),
32969         (gst_play_base_bin_remove_element),
32970         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32971         (gst_play_base_bin_unlink_stream),
32972         (gst_play_base_bin_get_streaminfo):
32973         * gst/playback/gstplaybasebin.h:
32974         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32975         (gst_play_bin_class_init), (gst_play_bin_init),
32976         (gst_play_bin_dispose), (gst_play_bin_set_property),
32977         (gst_play_bin_get_property), (gen_video_element),
32978         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
32979         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
32980         (gst_play_bin_get_formats), (gst_play_bin_convert),
32981         (gst_play_bin_get_query_types), (gst_play_bin_query),
32982         (plugin_init):
32983         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
32984         (gst_stream_info_get_type), (gst_stream_info_class_init),
32985         (gst_stream_info_init), (gst_stream_info_new),
32986         (gst_stream_info_dispose), (gst_stream_info_set_property),
32987         (gst_stream_info_get_property):
32988         * gst/playback/gststreaminfo.h:
32989         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
32990         (main):
32991         * gst/playback/test2.c: (main):
32992         * gst/playback/test3.c: (update_scale), (main):
32993         More playbin fixes. Added README. Do better element filtering.
32994         Added base class to preroll media. Added test apps.
32995
32996 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32997
32998         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
32999         * ext/mpeg2dec/gstmpeg2dec.h:
33000           various debugging improvements.  Reset stream to next picture
33001           instead of sequence header, otherwise seeks cannot work.
33002
33003 2004-07-07  Wim Taymans  <wim@fluendo.com>
33004
33005         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
33006         (gst_video_box_class_init), (gst_video_box_set_property),
33007         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
33008         Use pad_alloc where possible.
33009
33010 2004-07-07  Wim Taymans  <wim@fluendo.com>
33011
33012         * sys/oss/gstosselement.c: (gst_osselement_reset),
33013         (gst_osselement_parse_caps):
33014         * sys/oss/gstosselement.h:
33015         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33016         Fix offset on osssrc.
33017
33018 2004-07-07  Wim Taymans  <wim@fluendo.com>
33019
33020         * ext/theora/theora.c: (plugin_init):
33021         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33022         (theora_dec_src_query), (theora_dec_chain):
33023         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33024         (theora_enc_sink_link), (theora_buffer_from_packet),
33025         (theora_push_packet), (theora_enc_chain):
33026         Fix theora granulepos calculation.
33027         Fix overflow in duration/position calculation.
33028         Bump rank to PRIMARY for theoradec.
33029         Use granulepos of last packet to calculate position.
33030         Set keyframe flag on buffers when needed.
33031
33032 2004-07-06  David Schleef  <ds@schleef.org>
33033
33034         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
33035         serious?  (Fixed, obviously.)
33036
33037 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
33038
33039         * po/LINGUAS:
33040         * po/cs.po:
33041           added Czech translation (Miloslav Trmac)
33042
33043 2004-07-05  Wim Taymans  <wim@fluendo.com>
33044
33045         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33046         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33047         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33048         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33049         (close_link), (type_found), (gst_decode_bin_set_property),
33050         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
33051         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
33052         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
33053         (gst_decode_bin_query), (plugin_init):
33054         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33055         (gst_play_bin_class_init), (gst_play_bin_init),
33056         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
33057         (get_video_element), (new_pad), (setup_source),
33058         (gst_play_bin_set_property), (gst_play_bin_get_property),
33059         (gst_play_bin_change_state), (gst_play_bin_add_element),
33060         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33061         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33062         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33063         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33064         * gst/playback/test.c: (main):
33065         More fixes, cleaned up playbin, make it use decodebin. Added
33066         threaded property to playbin.
33067
33068 2004-07-05  Wim Taymans  <wim@fluendo.com>
33069
33070         * configure.ac:
33071         * gst/playback/Makefile.am:
33072         * gst/playback/decodetest.c: (main):
33073         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33074         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33075         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33076         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33077         (close_link), (type_found), (gst_decode_bin_set_property),
33078         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
33079         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
33080         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
33081         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
33082         (plugin_init):
33083         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33084         (gst_play_bin_class_init), (gst_play_bin_init),
33085         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
33086         (collect_sink_pads), (find_compatibles), (close_pad_link),
33087         (try_to_link_1), (new_pad), (close_link), (type_found),
33088         (setup_source), (gst_play_bin_set_property),
33089         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
33090         (compare_ranks), (gst_play_bin_collect_factories),
33091         (gst_play_bin_change_state), (gst_play_bin_add_element),
33092         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33093         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33094         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33095         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33096         * gst/playback/test.c: (main):
33097         Added some playback helper elements and some test apps, very alpha
33098         still.
33099
33100 2004-07-04  Benjamin Otte  <otte@gnome.org>
33101
33102         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33103           only restart audio when we indeed have an xrun to fix repeated
33104           xruns. Fix suggested by Giuliano Pochini.
33105
33106 2004-07-03  David Schleef  <ds@schleef.org>
33107
33108         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
33109         call to gst_debug_log() if debugging is disabled (bug #145118)
33110
33111 2004-07-03  Benjamin Otte  <otte@gnome.org>
33112
33113         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33114           use our own functions for restarting the alsa device.
33115         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33116           I should apply patches myself - use MIN for the third argument, not
33117           the second, this fixes seeking
33118
33119 2004-07-02  David Schleef  <ds@schleef.org>
33120
33121         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
33122         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
33123         do with the logic.
33124
33125 2004-07-02  David Schleef  <ds@schleef.org>
33126
33127         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
33128         output buffers.  Fix logic mistake.  (bug #144866)
33129
33130 2004-07-02  David Schleef  <ds@schleef.org>
33131
33132         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
33133         on X.  (bug #144753)
33134
33135 2004-07-02  David Schleef  <ds@schleef.org>
33136
33137         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
33138         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
33139         (bug #144624)
33140         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
33141         (gst_osselement_rate_probe_check): Add another workaround for
33142         buggy drivers (bug #145336)
33143
33144 2004-07-02  David Schleef  <ds@schleef.org>
33145
33146         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
33147         Most systems don't have MSG_NOSIGNAL.
33148
33149 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33150
33151         * Makefile.am:
33152         * gst-libs/gst/colorbalance/Makefile.am:
33153         * gst-libs/gst/mixer/Makefile.am:
33154         * gst-libs/gst/play/Makefile.am:
33155         * gst-libs/gst/tuner/Makefile.am:
33156           (hopefully) fix both install and dist and make error message useful.
33157           needs testing across automakes.
33158
33159 2004-07-02  Benjamin Otte  <otte@gnome.org>
33160
33161         * ext/ogg/gstogg.c: (plugin_init):
33162           we require bytestream now
33163         * ext/ogg/gstoggdemux.c:
33164           huge diff to implement chain setup in a fast and generic way. This
33165           improves tag reading and startup of huge files (read: Theora videos)
33166           quite a bit. It probably contains bugs, too, so please test.
33167           Seeking is not improved to the fast method.
33168
33169 2004-06-29  Wim Taymans  <wim@fluendo.com>
33170
33171         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33172         * ext/ogg/gstoggmux.c:
33173         Fix memleak in oggdemux when running unconnected pads.
33174         doc update in mux, start working on keyframe mode.
33175
33176 2004-06-29  Benjamin Otte  <otte@gnome.org>
33177
33178         * sys/oss/gstosssink.c:
33179         * sys/oss/gstosssrc.c:
33180           advertise correct template caps - we indeed do non-native endianness
33181           and 8bit audio has no endianness
33182         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
33183         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
33184           avoid (wrong) duplications in getcaps function and return
33185           template caps
33186
33187 2004-06-29  Wim Taymans  <wim@fluendo.com>
33188
33189         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33190         (gst_multifdsink_class_init), (gst_multifdsink_add),
33191         (gst_multifdsink_remove), (gst_multifdsink_clear),
33192         (gst_multifdsink_client_remove),
33193         (gst_multifdsink_handle_client_read),
33194         (gst_multifdsink_client_queue_data),
33195         (gst_multifdsink_client_queue_caps),
33196         (gst_multifdsink_client_queue_buffer),
33197         (gst_multifdsink_handle_client_write),
33198         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33199         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33200         (gst_multifdsink_init_send), (gst_multifdsink_close):
33201         Fix wrong GList iteration that could crash the server when
33202         more then 2 clients disconnect at the same time. Read all the
33203         pending commands in one batch to recover from command storms under
33204         very heavy load.
33205
33206 2004-06-28  Wim Taymans  <wim@fluendo.com>
33207
33208         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33209         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
33210         (gst_videomixer_pad_set_property),
33211         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
33212         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33213         (gst_videomixer_class_init), (gst_videomixer_init),
33214         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
33215         (pad_zorder_compare), (gst_videomixer_sort_pads),
33216         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
33217         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
33218         (gst_videomixer_update_queues), (gst_videomixer_loop),
33219         (plugin_init):
33220         Avoid divide by zero, choose masterpad as the pad with the highest
33221         framerate.
33222
33223 2004-06-27  Julien Moutte  <julien@moutte.net>
33224
33225         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33226         (gst_ximagesink_xwindow_new):
33227         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33228         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
33229         function directly. We might want to call it from somewhere else one day.
33230
33231 2004-06-27  Julien Moutte  <julien@moutte.net>
33232
33233         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33234         (gst_ximagesink_xwindow_new):
33235         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33236         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
33237         window decorations.
33238
33239 2004-06-27  Wim Taymans  <wim@fluendo.com>
33240
33241         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
33242         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33243         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
33244         (gst_dvdec_set_property), (gst_dvdec_get_property):
33245         * ext/dv/gstdvdec.h:
33246         Implement drop_factor property to lower the framerate with
33247         a factor.
33248
33249 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
33250
33251         * gst-libs/gst/colorbalance/Makefile.am:
33252         * gst-libs/gst/mixer/Makefile.am:
33253         * gst-libs/gst/play/Makefile.am:
33254         * gst-libs/gst/tuner/Makefile.am:
33255           unbreak Company's fix that didn't install the -enum.h files
33256
33257 2004-06-27  Wim Taymans  <wim@fluendo.com>
33258
33259         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
33260         (gst_dvdec_change_state):
33261         * ext/dv/gstdvdec.h:
33262         Fix timestamp, duration and offset of the buffers.
33263
33264 2004-06-27  Wim Taymans  <wim@fluendo.com>
33265
33266         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33267         (gst_multifdsink_class_init), (gst_multifdsink_add),
33268         (gst_multifdsink_remove), (gst_multifdsink_clear),
33269         (gst_multifdsink_client_remove),
33270         (gst_multifdsink_handle_client_read),
33271         (gst_multifdsink_client_queue_data),
33272         (gst_multifdsink_client_queue_caps),
33273         (gst_multifdsink_client_queue_buffer),
33274         (gst_multifdsink_handle_client_write),
33275         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33276         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33277         (gst_multifdsink_init_send), (gst_multifdsink_close):
33278         * gst/tcp/gstmultifdsink.h:
33279         * gst/tcp/gsttcpserversink.c:
33280         (gst_tcpserversink_handle_server_read),
33281         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
33282         More multifdsink fixes, more recovery policy fixes.
33283         Removed stupid g_print
33284
33285 2004-06-26  Wim Taymans  <wim@fluendo.com>
33286
33287         * gst/tcp/Makefile.am:
33288         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33289         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
33290         (gst_multifdsink_class_init), (gst_multifdsink_init),
33291         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
33292         (gst_multifdsink_handle_client_read),
33293         (gst_multifdsink_client_queue_data),
33294         (gst_multifdsink_client_queue_caps),
33295         (gst_multifdsink_client_queue_buffer),
33296         (gst_multifdsink_handle_client_write),
33297         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33298         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33299         (gst_multifdsink_chain), (gst_multifdsink_set_property),
33300         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
33301         (gst_multifdsink_close), (gst_multifdsink_change_state):
33302         * gst/tcp/gstmultifdsink.h:
33303         * gst/tcp/gsttcpplugin.c: (plugin_init):
33304         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
33305         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
33306         (gst_tcpserversink_handle_server_read),
33307         (gst_tcpserversink_handle_select),
33308         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
33309         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33310         * gst/tcp/gsttcpserversink.h:
33311         Added multifdsink, made tcpserversink a subclass of fdsink, removed
33312         one of the locks, added recovery policy to multifdsink.
33313
33314 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33315
33316         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33317           fix decision for when getting frames with same timestamp
33318         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33319         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33320         (gst_v4lsrc_get_property):
33321         * sys/v4l/gstv4lsrc.h:
33322           add latency offset property
33323
33324 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33325
33326         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
33327         (plugin_init):
33328           fix debugging. add category.
33329
33330 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33331
33332         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33333           fix wrong offsets
33334
33335 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33336
33337         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33338         (gst_alsa_src_get_time), (gst_alsa_src_loop),
33339         (gst_alsa_src_change_state):
33340           return a time that is in sync with the element's processing
33341
33342 2004-06-25  Wim Taymans  <wim@fluendo.com>
33343
33344         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33345         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33346         (gst_tcpserversink_client_remove),
33347         (gst_tcpserversink_handle_client_read),
33348         (gst_tcpserversink_client_queue_data),
33349         (gst_tcpserversink_client_queue_caps),
33350         (gst_tcpserversink_client_queue_buffer),
33351         (gst_tcpserversink_handle_client_write),
33352         (gst_tcpserversink_queue_buffer),
33353         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
33354         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
33355         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
33356         (gst_tcpserversink_close):
33357         * gst/tcp/gsttcpserversink.h:
33358         Serversink rewrite. Really do non blocking writes to clients and
33359         maintain an internal queue to handle slower clients while not
33360         disturbing fast clients.
33361
33362 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33363
33364         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33365           better debug, don't override OFFSET and OFFSET_END
33366
33367 2004-06-25  Iain <iain@prettypeople.org>
33368
33369         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
33370         name=source for the wavparse pipeline.
33371
33372 2004-06-24  Johan Dahlin  <johan@gnome.org>
33373
33374         * ext/theora/theoraenc.c (theora_enc_chain): Call
33375         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
33376         streamheader caps are set correctly.
33377
33378 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33379
33380         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33381         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
33382           respect minimum bitrate; same could be done for max bitrate
33383
33384 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33385
33386         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33387         (gst_vorbisenc_setup):
33388           fix sample rate range
33389
33390 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33391
33392         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
33393         (gst_oggvorbisenc_setup):
33394         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
33395         (gst_vorbisenc_setup):
33396           resolve ambiguities in code and description
33397
33398 2004-06-24  Wim Taymans  <wim@fluendo.com>
33399
33400         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
33401         * ext/alsa/gstalsa.h:
33402         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33403         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
33404         Use alsa trigger_tstamp to get the timestamp of the first
33405         sample in the buffer for more precise sync. Some cleanups.
33406
33407 2004-06-24  Wim Taymans  <wim@fluendo.com>
33408
33409         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
33410         (gst_audiorate_init), (gst_audiorate_chain),
33411         (gst_audiorate_set_property), (gst_audiorate_get_property):
33412         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33413         (gst_videorate_chain):
33414         Added some logging, fixed an overflow bug in videorate.
33415
33416 2004-06-24  Benjamin Otte  <otte@gnome.org>
33417
33418         * ext/kio/Makefile.am:
33419           fix for builddir != srcdir and distcheck
33420
33421 2004-06-24  Benjamin Otte  <otte@gnome.org>
33422
33423         * gst-libs/gst/colorbalance/Makefile.am:
33424         * gst-libs/gst/mixer/Makefile.am:
33425         * gst-libs/gst/play/Makefile.am:
33426         * gst-libs/gst/tuner/Makefile.am:
33427         * gst/tcp/Makefile.am:
33428         * sys/dxr3/Makefile.am:
33429           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
33430           tarball.
33431           Also add all *.list files that were missing.
33432         * Makefile.am:
33433           add a distcheck hook to ensure the above doesn't happen again.
33434
33435 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
33436
33437         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
33438
33439 2004-06-23  Colin Walters  <walters@redhat.com>
33440
33441         * m4/Makefile.am: Distribute gst-fionread.m4.
33442
33443 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33444
33445         * configure.ac: back to dev
33446
33447 2004-06-23  Wim Taymans  <wim@fluendo.com>
33448
33449         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
33450         (gst_alsa_xrun_recovery):
33451         * ext/alsa/gstalsa.h:
33452         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33453         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
33454         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33455         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
33456         (gst_alsa_src_loop):
33457         Add clock to alsasrc. Take new capture timestamp when
33458         restarting after an overrun. Split up some functions between
33459         alsasrc and alsasink.
33460
33461 === release 0.8.2 ===
33462
33463 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33464
33465         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33466         (gst_alsa_change_state), (gst_alsa_update_avail),
33467         (gst_alsa_xrun_recovery):
33468         * ext/alsa/gstalsa.h:
33469         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33470           merge back changes from release
33471
33472 2004-06-23  Wim Taymans  <wim@fluendo.com>
33473
33474         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
33475         (gst_audiorate_init), (gst_audiorate_chain),
33476         (gst_audiorate_set_property), (gst_audiorate_get_property):
33477         Implement sample dropping and notify
33478
33479 2004-06-22  Wim Taymans  <wim@fluendo.com>
33480
33481         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33482         (theora_enc_sink_link), (theora_buffer_from_packet),
33483         (theora_push_packet), (theora_enc_chain):
33484         Some cleanups, make sure the timestamps are correct.
33485
33486 2004-06-22  Wim Taymans  <wim@fluendo.com>
33487
33488         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
33489         (gst_alsa_change_state), (gst_alsa_update_avail),
33490         (gst_alsa_xrun_recovery):
33491         * ext/alsa/gstalsa.h:
33492         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33493         Cleanups, take queued samples into account when reporting
33494         the time.
33495
33496 2004-06-22  Wim Taymans  <wim@fluendo.com>
33497
33498         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33499         (gst_videorate_init):
33500         Initialize the property as well.
33501
33502 2004-06-22  Wim Taymans  <wim@fluendo.com>
33503
33504         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33505         (gst_videorate_init), (gst_videorate_chain),
33506         (gst_videorate_set_property), (gst_videorate_get_property):
33507         Add property to make videorate silent.
33508         Add property to prefer new frames over old ones.
33509
33510 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33511
33512         * sys/osxvideo/Makefile.am:
33513         Workaround so that the osxvideo .so file gets linked with the
33514         Cocoa, OpenGL and QuickTime frameworks
33515
33516 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33517
33518         * sys/osxaudio/Makefile.am:
33519         Workaround so that the osxaudio .so file gets linked with the
33520         CoreAudio framework
33521
33522 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33523
33524         * configure.ac:
33525         Whoops, my fault...fixed build issues
33526
33527 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33528
33529         * configure.ac:
33530         Add objective-c support if running in Darwin/Mac OS X
33531         * sys/Makefile.am:
33532         * sys/osxvideo:
33533         * sys/osxvideo/Makefile.am:
33534         * sys/osxvideo/osxvideosink.h:
33535         * sys/osxvideo/osxvideosink.m:
33536         * sys/osxvideo/cocoawindow.h:
33537         * sys/osxvideo/cocoawindow.m:
33538         Add osxvideosink, a cocoa-based osx video sink
33539
33540
33541 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
33542         * ext/dvdnav/gst-dvd:
33543         Grab the gconf key from the right spot
33544         * gst/debug/gstnavseek.c: (gst_navseek_init),
33545         (gst_navseek_segseek), (gst_navseek_handle_src_event),
33546         (gst_navseek_chain):
33547         * gst/debug/gstnavseek.h:
33548           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
33549           and loop parameters of a segment seek.
33550         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
33551         (gst_videotestsrc_get_event_masks),
33552         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
33553         * gst/videotestsrc/gstvideotestsrc.h:
33554           Add seeking support to videotestsrc
33555           Initialise the timestamp_offset variable.
33556
33557 2004-06-18  Wim Taymans  <wim@fluendo.com>
33558
33559         * ext/sidplay/gstsiddec.cc:
33560         Fix negotiation and set correct end offset.
33561
33562 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33563
33564         * configure.ac: branch and prerelease
33565
33566 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33567
33568         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
33569         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
33570         (gst_tcpclientsrc_init_receive):
33571         * gst/tcp/gsttcpclientsrc.h:
33572           read caps when connecting to server for GDP so we set them correctly
33573
33574 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33575
33576         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33577           notify drops and duplicates
33578         * gst/videoscale/videoscale.c: (videoscale_get_structure):
33579           no good reason to limit ourselves to 100x100
33580
33581 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33582
33583         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33584         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
33585         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33586         (gst_v4lsrc_get_property):
33587         * sys/v4l/gstv4lsrc.h:
33588         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33589         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33590         (gst_v4l_set_audio):
33591         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
33592         (gst_v4lsrc_try_capture):
33593         * sys/v4l/v4lsrc_calls.h:
33594           change try_palette to more general try_capture
33595           add autoprobe option so we can turn off autoprobing
33596           various fixes
33597
33598 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33599
33600         * configure.ac:
33601           add videorate
33602         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
33603         (gst_ximagesink_class_init):
33604         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
33605         (gst_xvimagesink_class_init):
33606           run them as finalize, not dispose, since dispose can be invoked
33607           multiple times
33608
33609 2004-06-17  Wim Taymans  <wim@fluendo.com>
33610
33611         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33612         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
33613         * ext/alsa/gstalsa.h:
33614         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
33615         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
33616         (gst_alsa_src_change_state):
33617         * ext/alsa/gstalsasrc.h:
33618         Make the xrun code timestamp and offset the buffers correctly.
33619         moved the clock to the base class, use alsa methods to get time.
33620         Do correct timestamping on outgoing buffers.
33621
33622 2004-06-17  Wim Taymans  <wim@fluendo.com>
33623
33624         * gst/audiorate/Makefile.am:
33625         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
33626         (gst_audiorate_base_init), (gst_audiorate_class_init),
33627         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
33628         (gst_audiorate_set_property), (gst_audiorate_get_property),
33629         (gst_audiorate_change_state), (plugin_init):
33630         Added an audiorate converter that fills in gaps.
33631
33632 2004-06-17  Johan Dahlin  <johan@gnome.org>
33633
33634         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
33635
33636 2004-06-16  Wim Taymans  <wim@fluendo.com>
33637
33638         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
33639         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33640         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33641         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33642         (gst_v4lsrc_get_property):
33643         * sys/v4l/gstv4lsrc.h:
33644         Added a copy mode to v4lsrc where it will output a copied version
33645         of its internal hardware buffer.
33646         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
33647         can't | them.
33648
33649 2004-06-16  Wim Taymans  <wim@fluendo.com>
33650
33651         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33652         Timestamp fixes.
33653
33654 2004-06-16  Wim Taymans  <wim@fluendo.com>
33655
33656         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33657         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33658         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33659         (gst_v4lsrc_get_property):
33660         * sys/v4l/gstv4lsrc.h:
33661         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
33662         Added a sync mode enum property to control v4lsrc timestamp method
33663         Removed the use-fixed-fps property and moved functionality in
33664         the enum.
33665         Don't error on an error value from v4l-conf, it might not always
33666         be a real error.
33667
33668 2004-06-16  Wim Taymans  <wim@fluendo.com>
33669
33670         * gst/videorate/Makefile.am:
33671         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
33672         (gst_videorate_base_init), (gst_videorate_class_init),
33673         (gst_videorate_getcaps), (gst_videorate_link),
33674         (gst_videorate_init), (gst_videorate_chain),
33675         (gst_videorate_set_property), (gst_videorate_get_property),
33676         (gst_videorate_change_state), (plugin_init):
33677         Added a video timestamp corrector.
33678
33679 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33680
33681         fixed a potential leak with previous commit
33682
33683         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33684
33685 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33686
33687         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33688         Added missing refcount, fixes bug #144425
33689         Cheers Tim for finding the bug
33690
33691 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
33692
33693         * sys/v4l/gstv4l.c: (plugin_init):
33694         * sys/v4l/gstv4lcolorbalance.c:
33695         * sys/v4l/gstv4lcolorbalance.h:
33696         * sys/v4l/gstv4lelement.c:
33697         * sys/v4l/gstv4lelement.h:
33698         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
33699         * sys/v4l/gstv4lmjpegsink.h:
33700         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
33701         * sys/v4l/gstv4lmjpegsrc.h:
33702         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33703         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33704         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
33705         * sys/v4l/gstv4lsrc.h:
33706         * sys/v4l/gstv4ltuner.c:
33707         * sys/v4l/gstv4ltuner.h:
33708         * sys/v4l/gstv4lxoverlay.c:
33709         * sys/v4l/gstv4lxoverlay.h:
33710         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
33711         (gst_v4l_set_window), (gst_v4l_enable_overlay):
33712         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33713         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33714         (gst_v4l_set_audio):
33715         * sys/v4l/v4l_calls.h:
33716         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
33717         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
33718         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
33719         (gst_v4lmjpegsink_playback_init),
33720         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
33721         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
33722         (gst_v4lmjpegsink_playback_stop),
33723         (gst_v4lmjpegsink_playback_deinit):
33724         * sys/v4l/v4lmjpegsink_calls.h:
33725         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
33726         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
33727         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
33728         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
33729         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
33730         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
33731         * sys/v4l/v4lmjpegsrc_calls.h:
33732         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
33733         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
33734         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
33735         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
33736         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
33737         (gst_v4lsrc_try_palette):
33738         * sys/v4l/v4lsrc_calls.h:
33739           bunch of paranoia cleanups
33740
33741 2004-06-14  David Schleef  <ds@schleef.org>
33742
33743         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
33744         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
33745         Send discont events and change timestamps appropriately when
33746         we get a seek event.  (bug #144240)
33747         * ext/cdparanoia/gstcdparanoia.h:
33748
33749 2004-06-14  Benjamin Otte  <otte@gnome.org>
33750
33751         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
33752           snd_pcm_hw_params_set_rate  since the latter fails for no good
33753           reason on some setups.
33754
33755 2004-06-14  David Schleef  <ds@schleef.org>
33756
33757         * gst/volume/demo.c: (value_changed_callback): exp10() is not
33758         standard.  Thank you for playing.
33759
33760 2004-06-14  Wim Taymans  <wim@fluendo.com>
33761
33762         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
33763         Patch 1.3 broke the ordering of the colorspace info and
33764         made the plugin basically work by coincidence, reordered
33765         the info.
33766
33767 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33768
33769         * ext/lame/gstlame.c:
33770         * ext/mad/gstmad.c:
33771           sync caps.  Make sure mad can only output a list of rates, not
33772           a full range.  In the future, have three caps lists for each of the
33773           mpeg versions.  Change mpegversion to a double as well.
33774
33775 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33776
33777         * gst/volume/.cvsignore:
33778         * gst/volume/Makefile.am:
33779         * gst/volume/demo.c: (value_changed_callback), (idler),
33780         (setup_gui), (main):
33781           added small demo app
33782
33783 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
33784         * ext/esd/esdsink.c: (gst_esdsink_change_state):
33785         * ext/esd/esdsink.h:
33786         Close the esd connection on pause, because esd will just wait -
33787         blocking all other esd clients indefinitely.
33788
33789 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
33790
33791         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
33792           previous commit with GST_DEBUG
33793
33794 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33795
33796         * configure.ac:
33797           add a header check for a dvdread header in dvdnav.  Fixes #133002
33798
33799 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33800
33801         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
33802         * gst/tcp/gsttcpclientsink.h:
33803         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
33804         * gst/tcp/gsttcpclientsrc.h:
33805         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
33806         (gst_tcpserversink_handle_server_read),
33807         (gst_tcpserversink_init_send):
33808         * gst/tcp/gsttcpserversink.h:
33809         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
33810         * gst/tcp/gsttcpserversrc.h:
33811         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
33812         version of IP)
33813
33814 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33815
33816         * configure.ac:
33817         Added ogg library so that OSX detects libtheora properly
33818
33819 2004-06-11  Wim Taymans  <wim@fluendo.com>
33820
33821         * ext/theora/theoradec.c: (theora_dec_chain),
33822         (theora_dec_change_state):
33823         Don't try to decode frames before we received a keyframe.
33824
33825 2004-06-11  Wim Taymans  <wim@fluendo.com>
33826
33827         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
33828         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
33829         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33830         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
33831         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
33832         Added property to set the maximum delay of a page.
33833
33834 2004-06-10  Wim Taymans  <wim@fluendo.com>
33835
33836         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
33837         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
33838         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33839         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
33840         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
33841         Added max-delay property to control the maximum amount
33842         of data to put in one page.
33843
33844 2004-06-10  Wim Taymans  <wim@fluendo.com>
33845
33846         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33847         (gst_theora_enc_init), (theora_enc_sink_link),
33848         (theora_buffer_from_packet), (theora_enc_set_property),
33849         (theora_enc_get_property):
33850         Set duration on encoded buffer, added some more properties
33851
33852 2004-06-10  Wim Taymans  <wim@fluendo.com>
33853
33854         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
33855         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33856         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
33857         * ext/theora/theoraenc.c: (theora_enc_chain):
33858         Fix refcounting bugs
33859
33860 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33861
33862         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
33863         (gst_asf_demux_loop), (gst_asf_demux_process_file),
33864         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
33865         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
33866         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
33867         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
33868         (gst_asf_demux_change_state):
33869         * gst/asfdemux/gstasfdemux.h:
33870           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
33871           feels like. I think we should set a new requirement for demuxers
33872           from now on to implement sane loop functions, data loops, query
33873           and seek functions before first commit into CVS. And this commit
33874           fixes all of the above.
33875
33876 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
33877
33878         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
33879           vorbis comments are properly encoded in UTF-8 before adding them
33880           to a GstTagList
33881
33882 2004-06-09  Benjamin Otte  <otte@gnome.org>
33883
33884         * ext/alsa/gstalsa.c: (add_channels):
33885           handle min <= max correctly
33886         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
33887         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
33888           add fixation functions so we fixate correctly. No preferring of alaw
33889           anymore because it's the first structure.
33890         * ext/alsa/gstalsa.h:
33891         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
33892         (gst_alsa_hw_params_dump):
33893           add functions to ease debugging in alsalib
33894         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
33895         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
33896         (gst_alsa_start_audio):
33897           only specify hw params if we really setup a format (fixes #134007 -
33898           or at least works around it)
33899
33900 2004-06-09  Wim Taymans  <wim@fluendo.com>
33901
33902         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
33903         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
33904         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
33905         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
33906         (gst_ogg_mux_loop):
33907         Use stream caps to setup the initial pages in the ogg stream.
33908         Correctly set the streamheader caps on the srcpad.
33909
33910 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
33911
33912         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33913         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33914         (gst_v4lsrc_getcaps):
33915         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33916         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
33917           add querying of fps lists for webcams.  Negotiating to a framerate
33918           now works.
33919
33920 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33921
33922         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
33923         (theora_push_buffer), (theora_push_packet),
33924         (theora_set_header_on_caps), (theora_enc_chain):
33925           mark buffers and put on streamheader, raw theora streaming
33926           now works too, whee
33927
33928 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33929
33930         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
33931         (gst_tcp_gdp_read_caps):
33932           do a looping read for caps and GDP headers too
33933
33934 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33935
33936         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33937         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
33938           return EOS instead of NULL in _get
33939
33940 2004-06-08  Wim Taymans  <wim@fluendo.com>
33941
33942         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
33943         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
33944         (gst_tcp_gdp_write_caps):
33945         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33946         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
33947         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
33948         Memory leak fixes
33949
33950 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33951
33952         * ext/vorbis/Makefile.am:
33953         * ext/vorbis/vorbis.c: (plugin_init):
33954         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
33955         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
33956         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
33957         (vorbis_parse_change_state):
33958         * ext/vorbis/vorbisparse.h:
33959           adding a vorbisparse element that marks the buffers, streaming
33960           raw vorbis using GDP now works, whee
33961
33962 2004-06-08  Wim Taymans  <wim@fluendo.com>
33963
33964         * ext/jpeg/Makefile.am:
33965         * ext/jpeg/README:
33966         * ext/jpeg/gstjpeg.c: (plugin_init):
33967         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
33968         (gst_smokedec_base_init), (gst_smokedec_class_init),
33969         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
33970         * ext/jpeg/gstsmokedec.h:
33971         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
33972         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
33973         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
33974         (gst_smokeenc_resync), (gst_smokeenc_chain),
33975         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
33976         * ext/jpeg/gstsmokeenc.h:
33977         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
33978         (smokecodec_flush_destination), (smokecodec_term_destination),
33979         (smokecodec_init_source), (smokecodec_fill_input_buffer),
33980         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
33981         (smokecodec_term_source), (smokecodec_encode_new),
33982         (smokecodec_decode_new), (smokecodec_info_free),
33983         (smokecodec_set_quality), (smokecodec_get_quality),
33984         (smokecodec_set_threshold), (smokecodec_get_threshold),
33985         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
33986         (find_best_size), (abs_diff), (put), (smokecodec_encode),
33987         (smokecodec_parse_header), (smokecodec_decode):
33988         * ext/jpeg/smokecodec.h:
33989         Added a new simple jpeg based codec
33990
33991 2004-06-08  Wim Taymans  <wim@fluendo.com>
33992
33993         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
33994         (gst_multipart_mux_loop):
33995         Fix memory leak
33996
33997 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33998
33999         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34000         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
34001         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
34002         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
34003         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
34004         * gst/tcp/gsttcpserversink.h:
34005           take streamheader into account
34006
34007 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34008
34009         * gst/level/Makefile.am:
34010         * gst/level/gstlevel.c: (gst_level_class_init):
34011           clean up marshal generation
34012
34013 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34014
34015         * gst/tcp/Makefile.am:
34016         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
34017         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
34018         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
34019         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
34020         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
34021         (gst_tcpclientsrc_get_property):
34022         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
34023         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
34024         (gst_tcpserversink_handle_client_read),
34025         (gst_tcpserversink_handle_client_write),
34026         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
34027         * gst/tcp/gsttcpserversink.h:
34028           add signals client-added and client-removed
34029         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
34030         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
34031         (gst_tcpserversrc_get_property):
34032         uniformized, change default protocol to NONE
34033         * gst/tcp/gsttcp-marshal.list: added
34034 2004-06-07  Benjamin Otte  <otte@gnome.org>
34035
34036         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34037           handle discont events if they happen before caps nego
34038
34039 2004-06-07  Wim Taymans  <wim@fluendo.com>
34040
34041         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34042         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34043         (gst_multipart_demux_plugin_init):
34044         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34045         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34046         (gst_multipart_mux_change_state):
34047         Small updates, fix a memleak
34048
34049 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34050
34051         * configure.ac: OSS portability
34052         * ext/arts/gst_arts.c: idem
34053         * sys/oss/gstosselement.c: idem
34054         * sys/oss/gstossmixer.c: idem
34055         * sys/oss/gstosssink.c: idem
34056         * sys/oss/gstosssrc.c: idem
34057         * sys/oss/oss_probe.c: idem
34058           - check for soundcard.h in different places for some BSD
34059
34060 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
34061
34062         * AUTHORS:
34063         Add me to the authors file
34064         * configure.ac:
34065         Increase the libdv requirement to >= version 0.100
34066         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
34067         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
34068         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
34069         * ext/dv/gstdvdec.h:
34070         Add support for the new_media flag when sending DISCONT events
34071         Make the querying work when video pad is not linked
34072
34073 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34074
34075         reviewed by Benjamin Otte  <otte@gnome.org>
34076
34077         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
34078           create a NULL-initialized array of pads, so we don't think they
34079           exist already. (fixes #143130)
34080
34081 2004-06-07  Benjamin Otte  <otte@gnome.org>
34082
34083         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
34084         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
34085         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
34086           don't use // coments
34087
34088 2004-06-07  Benjamin Otte  <otte@gnome.org>
34089
34090         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
34091           cast to GstClockTime to get higher granularity
34092         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34093           use gst_element_set_time_delay to get the exact time
34094         * ext/mad/gstmad.c: (gst_mad_chain):
34095           use the negotiated rate instead of the current frame's rate which
34096           might be wrong because of bit errors. This avoids emitting totally
34097           bogus timestamps and screwing sync.
34098         (fixes #143454)
34099
34100 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34101
34102         reviewed by Benjamin Otte  <otte@gnome.org>
34103
34104         * gst/adder/gstadder.c: (gst_adder_loop):
34105           properly error out when no negotiation has happened yet. (fixes
34106           #143032)
34107
34108 2004-06-06  Benjamin Otte  <otte@gnome.org>
34109
34110         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
34111           forward correctly transformed offset in discont events. Based on
34112           patch by Arwed v. Merkatz. (fixes #142851)
34113
34114 2004-06-06  David Schleef  <ds@schleef.org>
34115
34116         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
34117         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
34118         problems on several systems.
34119
34120 2004-06-06  Benjamin Otte  <otte@gnome.org>
34121
34122         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
34123           use explicit caps on the srcpad
34124         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34125           properly error out if caps couldn't be set (fixes #142764)
34126
34127 2004-06-06  Benjamin Otte  <otte@gnome.org>
34128
34129         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34130         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34131         (gst_alsa_start_audio):
34132           - don't call set_periods_integer anymore, it breaks the
34133           configuration randomly
34134           - call snd_pcm_hw_params_set_access directly instead of using masks
34135           - don't fail if the sw_params can't be set, just use the default
34136           params and hope it works. Alsalib has weird issues when you touch
34137           sw_params and does no proper error reporting about what failed.
34138         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
34139         (gst_alsa_close_audio):
34140           make our alsa debugging go via gst debugging and not conditionally
34141           defined
34142         * ext/alsa/gstalsa.h:
34143           add ALSA_DEBUG_FLUSH macro
34144         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
34145         (plugin_init):
34146           wrap alsa errors to be printed via the gst debugging system and not
34147           spammed to stderr
34148
34149 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34150
34151         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
34152         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
34153         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
34154         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
34155         (qtdemux_parse_trak):
34156         * gst/qtdemux/qtdemux.h:
34157           Bitch. Also known as seeking, querying & co.
34158         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34159         (gst_osssink_change_state):
34160         * sys/oss/gstosssink.h:
34161           Resyncing is for weenies, this hack is no longer needed and was
34162           broken anyway (since it - unintendedly - always leaves resync to
34163           TRUE).
34164
34165 2004-06-05  Andrew Turner <zxombie@hotpop.com>
34166
34167         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
34168         * gst/tcp/gsttcpclientsrc.h: idem
34169           - define MSG_NOSIGNAL if not done
34170           - include unistd.h for off_t
34171           (fixes #143749)
34172
34173 2004-06-05  Benjamin Otte  <otte@gnome.org>
34174
34175         * configure.ac:
34176         * ext/kio/Makefile.am:
34177           check for qt's moc preprocessor explicitly and use it
34178
34179 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34180
34181         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
34182           don't get a signal for EPIPE on socket writes
34183           (somebody check if this works on other platforms)
34184
34185 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34186
34187         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34188         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34189           check error condition on available samples correctly
34190
34191 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34192
34193         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
34194           avoid a segfault
34195         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
34196         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
34197         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34198         (gst_tcpserversrc_gdp_read_header):
34199          use ssize_t over size_t since the former is signed and thus the
34200          check for error codes can work
34201
34202 2004-06-02  Wim Taymans  <wim@fluendo.com>
34203
34204         reviewed by: Johan
34205
34206         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34207         (gst_multipart_mux_loop):
34208         Oops
34209
34210 2004-06-02  Wim Taymans  <wim@fluendo.com>
34211
34212         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34213         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34214         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34215         (gst_multipart_mux_change_state):
34216         Added configurable boundary specifier, added the value as a
34217         caps field as well.
34218
34219 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34220
34221         * gst/tcp/gsttcp.c:
34222         * gst/tcp/gsttcpclientsrc.c:
34223         * gst/tcp/gsttcpclientsrc.h:
34224         * gst/tcp/gsttcpserversrc.c:
34225           - portability fix, to compile on OSX
34226             (fixes #143146)
34227
34228         * sys/osxaudio/gstosxaudioelement.c:
34229         * sys/osxaudio/gstosxaudiosink.c:
34230         * sys/osxaudio/gstosxaudiosrc.c:
34231           - compilation warnings on OSX
34232             (fixes #143153)
34233
34234 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34235
34236         * ext/vorbis/vorbisdec.c : sign warning fixes
34237
34238         * gst-libs/gst/mixer/mixertrack.c :
34239           do no use defines which are glib 2.4 specific
34240
34241 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
34242
34243         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
34244           buffer since libflac doesn't expect it (reports a sync error when
34245           it encounters that)
34246
34247
34248 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
34249
34250         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
34251         * gst-libs/gst/mixer/mixertrack.c:
34252         (gst_mixer_track_get_property), (get_mixer_track_init),
34253         (get_mixer_track_get_property): Added property accessors
34254         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
34255         * gst-libs/gst/mixer/mixeroptions.c:
34256         (gst_mixer_options_get_values): Added
34257         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
34258         * gst-libs/gst/mixer/mixer.c: Fixed comment
34259
34260
34261 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34262
34263         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34264           improve error messages on open
34265
34266
34267 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34268
34269         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34270           check if v4l-conf is in path
34271
34272 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34273
34274         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
34275           change assert to a more readable error message
34276
34277 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34278
34279         * gst-libs/gst/tuner/tunerchannel.h:
34280           - add a freq_multiplicator field to make the conversion
34281             between internal frequency unit and Hz
34282         * sys/v4l/gstv4lelement.c:
34283         * sys/v4l2/gstv4l2element.c:
34284           - change default video device to /dev/video0
34285         * sys/v4l/v4l_calls.c:
34286         * sys/v4l2/v4l2_calls.c:
34287           - we only expose frequency to the user in Hz instead of
34288             bastard v4lX unit (either 62.5kHz or 62.5Hz)
34289
34290 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
34291         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34292           Initialise b_o_s and e_o_s variables
34293         * gst-libs/gst/riff/riff-media.c:
34294         (gst_riff_create_video_caps_with_data):
34295           Add some unusual fourcc's from mplayer avi's
34296         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
34297           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
34298           autoplugging.
34299
34300 2004-05-28  Wim Taymans  <wim@fluendo.com>
34301
34302         * configure.ac:
34303         * gst/alpha/Makefile.am:
34304         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
34305         (gst_alpha_get_type), (gst_alpha_base_init),
34306         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
34307         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
34308         (gst_alpha_chroma_key), (gst_alpha_chain),
34309         (gst_alpha_change_state), (plugin_init):
34310         A plugin to add an alpha channel to I420 video. Can optionally do
34311         chroma keying.
34312         * gst/multipart/Makefile.am:
34313         * gst/multipart/multipart.c: (plugin_init):
34314         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34315         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
34316         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
34317         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34318         (gst_multipart_demux_change_state),
34319         (gst_multipart_demux_plugin_init):
34320         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
34321         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
34322         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
34323         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
34324         (gst_multipart_mux_pad_unlink),
34325         (gst_multipart_mux_request_new_pad),
34326         (gst_multipart_mux_handle_src_event),
34327         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
34328         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
34329         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34330         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
34331         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
34332         send multipart jpeg images to a browser.
34333         * gst/videobox/Makefile.am:
34334         * gst/videobox/README:
34335         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
34336         (gst_video_box_get_type), (gst_video_box_base_init),
34337         (gst_video_box_class_init), (gst_video_box_init),
34338         (gst_video_box_set_property), (gst_video_box_get_property),
34339         (gst_video_box_sink_link), (gst_video_box_i420),
34340         (gst_video_box_ayuv), (gst_video_box_chain),
34341         (gst_video_box_change_state), (plugin_init):
34342         Crops or adds borders around an image. can do alpha channel
34343         borders as well.
34344         * gst/videomixer/Makefile.am:
34345         * gst/videomixer/README:
34346         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
34347         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
34348         (gst_videomixer_pad_get_sink_event_masks),
34349         (gst_videomixer_pad_get_property),
34350         (gst_videomixer_pad_set_property),
34351         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
34352         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
34353         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
34354         (gst_videomixer_base_init), (gst_videomixer_class_init),
34355         (gst_videomixer_init), (gst_videomixer_request_new_pad),
34356         (gst_videomixer_handle_src_event),
34357         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
34358         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
34359         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
34360         (gst_videomixer_loop), (gst_videomixer_get_property),
34361         (gst_videomixer_set_property), (gst_videomixer_change_state),
34362         (plugin_init):
34363         Generic video mixer plugin, can handle multiple inputs all with
34364         different framerates and video sizes. Is fully alpha channel
34365         aware.
34366
34367 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34368
34369         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
34370           Select first track as master track. Not sure how else to handle
34371           that...
34372         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
34373           Discard discont events. Should fix #142962.
34374
34375 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34376
34377         * ext/alsa/Makefile.am:
34378         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
34379         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
34380         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
34381         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
34382         (gst_alsa_mixer_get_option):
34383         * ext/alsa/gstalsamixer.h:
34384         * ext/alsa/gstalsamixeroptions.c:
34385         (gst_alsa_mixer_options_get_type),
34386         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
34387         (gst_alsa_mixer_options_new):
34388         * ext/alsa/gstalsamixeroptions.h:
34389         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
34390         * ext/alsa/gstalsamixertrack.h:
34391           Add enumerations (as GstMixerOptions). Make correct distinction
34392           between input/output tracks. Add capture/playback private flag.
34393           Use flag to decide on whether to set capture or playback volumes
34394           or switches. Use playback and record switches.
34395         * gst-libs/gst/mixer/Makefile.am:
34396         * gst-libs/gst/mixer/mixer-marshal.list:
34397         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
34398         (gst_mixer_set_option), (gst_mixer_get_option),
34399         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
34400         (gst_mixer_volume_changed), (gst_mixer_option_changed):
34401         * gst-libs/gst/mixer/mixer.h:
34402         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
34403         (gst_mixer_options_class_init), (gst_mixer_options_init),
34404         (gst_mixer_options_dispose):
34405         * gst-libs/gst/mixer/mixeroptions.h:
34406           Add GstMixerOptions.
34407         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
34408           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
34409           broken device detection on computers with multiple OSS sound
34410           cards.
34411
34412 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34413
34414         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34415           fixate nicely even when the peer is not negotiating
34416
34417 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34418
34419         * gst/audioconvert/gstaudioconvert.c:
34420         (gst_audio_convert_parse_caps):
34421           make sure we don't allow depth > width
34422         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34423           fixate endianness to G_BYTE_ORDER as default
34424         * gst/audioscale/gstaudioscale.c:
34425           we don't handle another endianness as host-endianness
34426
34427 2004-05-25  David Schleef  <ds@schleef.org>
34428
34429         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
34430
34431 2004-05-24  Benjamin Otte  <otte@gnome.org>
34432
34433         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
34434         (gst_oggvorbisenc_setup):
34435           properly fail when we can't setup the vorbis encoder due to
34436           unsupported settings
34437         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
34438         (gst_vorbisenc_setup):
34439           same
34440         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34441           fix case where warnings occured when one pad was unlinked while the
34442           other's link function was called
34443
34444 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34445
34446         * gst/tcp/Makefile.am:
34447           use GST_ENABLE_NEW
34448
34449 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34450
34451         * gst-libs/gst/resample/private.h:
34452           don't use optimizations that are #if 0'ed
34453
34454 2004-05-24  Wim Taymans  <wim@fluendo.com>
34455
34456         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
34457         Fix potential division by zero error and hopefully get
34458         the position query right to get correct timestamps on avi
34459         audio.
34460
34461 2004-05-24  Wim Taymans  <wim@fluendo.com>
34462
34463         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
34464         (gst_videoscale_scale_nearest_str2),
34465         (gst_videoscale_scale_nearest_str4),
34466         (gst_videoscale_scale_nearest_32bit),
34467         (gst_videoscale_scale_nearest_24bit),
34468         (gst_videoscale_scale_nearest_16bit):
34469         Fix the scaling algorithm and avoid a buffer overflow.
34470         removed the while loop in the scaling function as it
34471         was used for point sampling only.
34472
34473 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34474
34475         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
34476         (gst_id3_tag_class_init), (gst_id3_tag_init),
34477         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
34478         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
34479         (gst_id3_tag_send_tag_event):
34480           lots of fixes to make id3mux work and id3demux work correctly
34481
34482 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34483
34484         * ext/Makefile.am:
34485           add rules to build shout2send (was removed by accident
34486           when this module was no more marked experimental/broken)
34487
34488 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34489
34490         * ext/shout2/gstshout2.c:
34491         * ext/shout2/gstshout2.h:
34492           adding a "connection problem" signal to shout2send
34493           (fixes #142954)
34494
34495 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34496
34497         * ext/kio/kioreceiver.cpp:
34498         * ext/kio/kioreceiver.h:
34499           fix sign comparison issues
34500
34501 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34502
34503         * gst/cdxaparse/gstcdxaparse.c:
34504         * gst/cdxaparse/gstcdxaparse.h:
34505           some renaming
34506           add some checks/sanity
34507           prepare for seek addition
34508
34509         * sys/sunaudio/gstsunaudio.c:
34510           remove exported dupe init function
34511
34512 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
34513
34514         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
34515         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
34516           Fix format conversion and position querying.
34517         * gst/debug/progressreport.c: (gst_progressreport_report):
34518           Don't output a bogus total value that we didn't query.
34519         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
34520           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
34521           only a blank window after xine has been used.
34522
34523 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34524
34525         * m4/as-arts.m4:
34526           sync with upstream version to fix test on FC2
34527           readd with -ko to preserve Id header
34528
34529 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34530
34531         * configure.ac:
34532           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
34533         * gst/tcp/gsttcpclientsrc.c: idem
34534         * gst/tcp/gsttcpserversink.c: idem
34535         * gst/tcp/gsttcpserversrc.c: idem
34536         * m4/gst-fionread.m4: idem
34537
34538         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
34539
34540         * configure.ac: enable speex plugin for speex 1.1.5+
34541         * ext/speex/gstspeexenc.c: fix cast warning
34542
34543         * ext/esd/README: fix typo
34544
34545 2004-05-20  David Schleef  <ds@schleef.org>
34546
34547         * configure.ac: Minor cosmetic change to convince the buildbot to
34548         reautogen.
34549         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
34550         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
34551         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
34552         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
34553         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
34554         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
34555         More hacking.  Plays audio now.
34556
34557 2004-05-20  David Schleef  <ds@schleef.org>
34558
34559         * configure.ac:
34560         * sys/Makefile.am:
34561
34562 2004-05-20  David Schleef  <ds@schleef.org>
34563
34564         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
34565         * sys/osxaudio/gstosxaudio.c:
34566         * sys/osxaudio/gstosxaudioelement.c:
34567         * sys/osxaudio/gstosxaudioelement.h:
34568         * sys/osxaudio/gstosxaudiosink.c:
34569         * sys/osxaudio/gstosxaudiosink.h:
34570         * sys/osxaudio/gstosxaudiosrc.c:
34571         * sys/osxaudio/gstosxaudiosrc.h:
34572
34573 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34574
34575         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
34576         (gst_vorbisenc_chain):
34577           put the codec headers on the caps as streamheader as well as
34578           pushing them out
34579
34580 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34581
34582         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34583         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
34584         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
34585         split up push_packet into two functions
34586
34587 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34588
34589         * gst/tcp/.cvsignore:
34590           ignore enums
34591         * gst/tcp/Makefile.am:
34592         * gst/tcp/README:
34593         * gst/tcp/gsttcp.c:
34594         * gst/tcp/gsttcp.h:
34595         * gst/tcp/gsttcpclientsink.c:
34596         * gst/tcp/gsttcpclientsink.h:
34597         * gst/tcp/gsttcpclientsrc.c:
34598         * gst/tcp/gsttcpclientsrc.h:
34599         * gst/tcp/gsttcpplugin.c:
34600         * gst/tcp/gsttcpserversink.c:
34601         * gst/tcp/gsttcpserversink.h:
34602         * gst/tcp/gsttcpserversrc.c:
34603         * gst/tcp/gsttcpserversrc.h:
34604           add new tcp elements
34605
34606 2004-05-19  Wim Taymans  <wim@fluendo.com>
34607
34608         * gst/law/mulaw-conversion.c: (mulaw_encode):
34609         Fix overflow bug in ulaw encoding.
34610
34611 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34612
34613         * ext/mad/gstmad.c: (gst_mad_handle_event):
34614           don't unref the event twice
34615
34616 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34617
34618         * configure.ac:
34619           remove -Wno-sign-compare
34620
34621 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34622
34623         * configure.ac:
34624           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
34625           if you want to work against glib 2.2 and 2.4
34626
34627 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34628
34629         * gst/tcp/Makefile.am:
34630         * gst/tcp/gsttcp.c:
34631         * gst/tcp/gsttcp.h:
34632         * gst/tcp/gsttcpsink.h:
34633         * gst/tcp/gsttcpsrc.h:
34634           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
34635
34636 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34637
34638         * gst/debug/tests.c: (md5_get_value):
34639           fix segfault on gst-inspect
34640
34641 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34642
34643         * gst/debug/testplugin.c:
34644         * gst/debug/tests.c:
34645         * gst/debug/tests.h:
34646           add new extensible and configurable testing element. Current tests
34647           include buffer count, stream length, timestamp/duration matching and
34648           md5.
34649         * gst/debug/Makefile.am:
34650         * gst/debug/gstdebug.c: (plugin_init):
34651           add infrastructure for new element
34652
34653 2004-05-19  Johan Dahlin  <johan@gnome.org>
34654
34655         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
34656         ending of the array. Fixes gst-inspect segfault on ppc.
34657
34658 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34659
34660         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
34661
34662         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
34663
34664 2004-05-18  David Schleef  <ds@schleef.org>
34665
34666         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
34667         warnings (bugs, actually) noticed by gcc but not forte.
34668
34669 2004-05-18  David Schleef  <ds@schleef.org>
34670
34671         * sys/sunaudio/Makefile.am:
34672         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
34673
34674 2004-05-18  David Schleef  <ds@schleef.org>
34675
34676         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
34677         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
34678         to allow qtdemux to use non-seekable streams. (bug #142272)
34679
34680 2004-05-18  David Schleef  <ds@schleef.org>
34681
34682         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
34683         (gst_resample_sinc_ft_float): Remove use of static temporary
34684         buffer.  This code was obviously not supposed to last long, but
34685         it's stuck in our ABI, so it required a little hack to make it
34686         ABI-compatible.  Fixes #142585.
34687         * gst-libs/gst/resample/resample.h: same.
34688
34689 2004-05-18  David Schleef  <ds@schleef.org>
34690
34691         * configure.ac: Add sunaudio
34692         * examples/Makefile.am: make gstplay depend on gconf
34693         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
34694         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
34695         (convert_table_lookup), (img_convert): remove c99-isms
34696         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
34697           unsigned, to fix a warning on Solaris
34698         * gst/mpeg1sys/systems.c: bcopy->memcpy
34699         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
34700         * sys/Makefile.am: Add sunaudio
34701
34702 2004-05-18  Wim Taymans  <wim@fluendo.com>
34703
34704         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
34705         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
34706         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
34707         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
34708         (gst_ogg_mux_loop):
34709         Fix an ugly memleak where the muxer didn't flush enough ogg
34710         pages. This also resulted in badly muxed ogg files.
34711
34712 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34713
34714         * gst/asfdemux/asfheaders.c :
34715         * gst/asfdemux/asfheaders.h :
34716         * gst/asfdemux/gstasfdemux.c :
34717           - fix ASF_OBJ_PADDING guid
34718           - add 3 new object guids (language list, metadata,
34719             extended stream properties)
34720           - add a function to parse extended header objects
34721
34722 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34723
34724         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
34725           remove leftover debugging g_print
34726
34727 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34728
34729         * ext/mad/gstmad.c: (gst_mad_handle_event):
34730           Fix for when the first format in a discont event is not a
34731           byte-based one. Should fix #137710.
34732
34733 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34734
34735         * m4/a52.m4 : fix compilation with -Wall -Werror
34736         * m4/libfame.m4 : idem
34737         * m4/libmikmod.m4 : idem
34738
34739 2004-05-17  Benjamin Otte  <otte@gnome.org>
34740
34741         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34742           signal the new tags before giving up the reference
34743
34744 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34745
34746         * ext/shout2/gstshout2.c:
34747           use application/ogg instead of application/x-ogg (patch by Patrick
34748           Guimond, fixes #142432)
34749         * sys/oss/gstosselement.c: (gst_osselement_reset),
34750         (gst_osselement_sync_parms):
34751           don't set fragment size unless specified (fixes #142493)
34752
34753 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34754
34755         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
34756           fixes #142664
34757
34758 2004-05-17  Benjamin Otte  <otte@gnome.org>
34759
34760         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
34761           compute offsets correctly for internal buffers so timestamps are set
34762           correctly when we can't seek. Also handle cases where there are no
34763           offsets. (based on a patch by David Moore, fixes #142507)
34764
34765 2004-05-17  Benjamin Otte  <otte@gnome.org>
34766
34767         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34768           use correct variable when determining amount of data to skip so we
34769           don't skip into the void and segfault
34770
34771 2004-05-16  Benjamin Otte  <otte@gnome.org>
34772
34773         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
34774           Hi, I'm a memleak
34775
34776 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34777
34778         * gst/asfdemux/gstasfdemux.c:
34779           - fix a mem leak and always propagate tags
34780           - add WMV3 to known video codecs (but no decoder yet)
34781           - replace "surplus data" at end of audio header for what
34782             it is : codec specific data
34783           - fix a typo
34784
34785 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
34786
34787         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
34788
34789         * gst-libs/gst/audio/audioclock.c:
34790           Fix wrong return type (#142205).
34791
34792 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34793
34794         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
34795           Ignore CRCs by default (fixes #142566).
34796
34797 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34798
34799         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
34800         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
34801         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
34802         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
34803         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
34804         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
34805           Fix for cases where we fail to attach to a mixer.
34806
34807 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34808
34809         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
34810           Don't touch events after not owning them anymore.
34811         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
34812         (gst_wavparse_fmt), (gst_wavparse_other),
34813         (gst_wavparse_handle_seek), (gst_wavparse_loop),
34814         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
34815         (gst_wavparse_srcpad_event):
34816         * gst/wavparse/gstwavparse.h:
34817           Add seeking, fix querying.
34818
34819 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34820
34821         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34822           - process comments even if they don't end with \0\0
34823             g_convert would ignore them if present and works well without them
34824
34825 2004-05-16  Benjamin Otte  <otte@gnome.org>
34826
34827         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
34828           simplify caps
34829
34830 2004-05-16  Benjamin Otte  <otte@gnome.org>
34831
34832         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34833           don't write to memory we might not write to - g_convert does that
34834           for us anyway (fixes #142613)
34835         (gst_asf_demux_audio_caps):
34836           comment out gst_util_dump_mem
34837
34838 2004-05-16  Benjamin Otte  <otte@gnome.org>
34839
34840         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34841           compute correct expected timestamps after seek (broken since
34842           last commit)
34843         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
34844           rename element and debugging category to gdkpixbufscale
34845
34846 2004-05-16  Benjamin Otte  <otte@gnome.org>
34847
34848         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34849           add error checking to snd_pcm_delay and remove duplicate call to
34850           snd_pcm_delay that caused issues (see inline code comments)
34851         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
34852           make more readable and fix return value when snd_pcm_delay fails
34853         (fixes #142586)
34854
34855 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
34856         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
34857         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
34858         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
34859         (gst_pixbufscale_link), (gst_pixbufscale_init),
34860         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
34861         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
34862         (gst_pixbufscale_get_property), (pixbufscale_init):
34863         * ext/gdk_pixbuf/pixbufscale.h:
34864         Add these files I forgot earlier
34865
34866 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
34867         * ext/gdk_pixbuf/Makefile.am:
34868         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
34869         * ext/gdk_pixbuf/gstgdkpixbuf.h:
34870         Add new pixbufscale element to scale RGB video
34871         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
34872         and HYPER interpolation correctly.
34873         * ext/theora/theoraenc.c: (theora_enc_chain),
34874         Discard buffer and return if explicit caps could not be set
34875         (theora_enc_get_property):
34876         Make _get return kbps for the bitrate consistent with
34877         the _set function.
34878
34879
34880 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34881
34882         * ext/libvisual/visual.c: (gst_visual_chain):
34883           add missing visual_audio_analyze
34884
34885 2004-05-14  David Schleef  <ds@schleef.org>
34886
34887         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
34888         is killed while we're playing.
34889         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
34890         gst_element_no_more_pads().
34891
34892 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34893
34894         * gst-libs/gst/riff/riff-read.c :
34895           - fix INFO tag extraction in RIFF/AVI files
34896             because gst_event_unref (event) also freed taglist
34897           - avoid a mem leak
34898
34899 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34900
34901         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
34902         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
34903
34904         * gst/auparse/gstauparse.c :
34905           - add code (commented for now) to support audio/x-adpcm on src pad
34906             (we have no decoder for those layout yet)
34907
34908         * gst/cdxaparse/gstcdxaparse.c :
34909         * gst/cdxaparse/gstcdxaparse.h :
34910           - partial rewrite using RiffRead (ripped iain's wavparse code)
34911
34912         * gst/rtp/gstrtpL16enc.c : typo
34913         * gst/rtp/gstrtpgsmenc.c : typo
34914
34915 2004-05-13  Benjamin Otte  <otte@gnome.org>
34916
34917         * configure.ac:
34918           check for exact version of libvisual, it's not supposed to be
34919           API/ABI stable yet
34920
34921 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34922
34923         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
34924           signal no-more-pads
34925
34926 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
34927
34928         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
34929         Report which format was used for GST_FORMAT_DEFAULT
34930         * gst/debug/Makefile.am:
34931         * gst/debug/gstdebug.c: (plugin_init):
34932         * gst/debug/progressreport.c: (gst_progressreport_base_init),
34933         (gst_progressreport_class_init), (gst_progressreport_init),
34934         (gst_progressreport_report), (gst_progressreport_set_property),
34935         (gst_progressreport_get_property), (gst_progressreport_chain),
34936         (gst_progressreport_plugin_init):
34937         Add progressreport element for testing.
34938
34939 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
34940
34941         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
34942         * sys/v4l/gstv4lsrc.h:
34943         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
34944         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
34945         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
34946         (gst_v4lsrc_grab_frame):
34947           add more debugging
34948           send a discont at start
34949
34950 2004-05-12  Colin Walters  <walters@redhat.com>
34951
34952         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
34953         inflooping if we can't find a chunk.  Or in other words, don't blow
34954         chunks if we don't have a chunk to blow.
34955
34956 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
34957         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
34958         Remove old debug output
34959         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
34960         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
34961         (gst_dvdec_set_property), (gst_dvdec_get_property):
34962         Change the quality setting to an enum, so it works from gst-launch
34963         Don't renegotiate a non-linked pad. Allows audio only decoding.
34964         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
34965         (gst_deinterlace_link), (gst_deinterlace_init):
34966         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
34967         (gst_videodrop_link):
34968         Some caps negotiation fixes
34969
34970 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34971
34972         * ext/tarkin/gsttarkin.c :
34973           - Change RANK from NONE to PRIMARY
34974         * ext/gdk_pixbuf/gstgdkpixbuf.c :
34975           - Change RANK from NONE to MARGINAL
34976         * ext/divx/gstdivxenc.c :
34977           - Change RANK from PRIMARY to NONE (encoder/spider issue)
34978
34979 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34980
34981         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34982         (gst_vorbisenc_push_packet):
34983           copy a function that was added between 1.0 and 1.0.1 until we
34984           depend on worthwhile features of post-1.0
34985
34986 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34987
34988         * configure.ac:
34989           enable shout2 by default
34990         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
34991         (gst_shout2send_base_init), (gst_shout2send_init),
34992         (gst_shout2send_connect), (gst_shout2send_change_state):
34993         * ext/shout2/gstshout2.h:
34994           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
34995           #142262)
34996         * ext/theora/theora.c: (plugin_init):
34997           don't set rank on encoders
34998
34999 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
35000
35001         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35002           Use codec_data property instead of flag1 and flag2 for wma
35003
35004 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35005
35006         * gst/cdxaparse/gstcdxaparse.c :
35007           - Add mpegversion to CAPS to make it link
35008           - Rank is as GST_RANK_SECONDARY instead of NONE
35009         * gst/auparse/gstauparse.c :
35010           - Document all audio encoding we can encounter from Solaris 9
35011             headers and libsndfile information.
35012           - Increase max. rate from 48000 to 192000 (to match other elements)
35013           - Don't try to play junk data between header and samples
35014
35015 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35016
35017         * ext/libvisual/visual.c: (gst_visual_getcaps):
35018           use the right caps depending on endianness (I hope)
35019         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
35020           use GST_RANK_NONE for all non-decoding elements or spider gets
35021           mighty confused
35022
35023 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35024
35025         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35026           Fix some odd cases and fix BE metadata parsing of unicode16 text.
35027
35028 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35029
35030         * gst/switch/gstswitch.c: (gst_switch_release_pad),
35031         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
35032         (gst_switch_loop), (gst_switch_get_type):
35033           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
35034           HEADERS. Had to be said.
35035
35036 2004-05-10  David Schleef  <ds@schleef.org>
35037
35038         * configure.ac: Add prototype Dirac support.
35039         * ext/Makefile.am:
35040         * ext/dirac/Makefile.am:
35041         * ext/dirac/gstdirac.cc:
35042         * ext/dirac/gstdiracdec.cc:
35043
35044 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35045
35046         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
35047         (gst_auparse_init), (gst_auparse_chain),
35048         (gst_auparse_change_state):
35049           Hack around spider. Remove me some day please.
35050
35051 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35052
35053         * gst/auparse/gstauparse.c: (gst_auparse_chain):
35054           Fix for some uninitialized variables in previous patch, also
35055           makes it work. Fixes #142286 while we're at it.
35056
35057 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35058
35059         * gst/auparse/gstauparse.c:
35060                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
35061                 only unsupported formats are ADPCM/CCITT G.72x
35062                 reviewed by Ronald
35063         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
35064
35065 2004-05-10  Wim Taymans  <wim@fluendo.com>
35066
35067         * ext/vorbis/Makefile.am:
35068         * ext/vorbis/README:
35069         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
35070         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
35071         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
35072         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
35073         (gst_oggvorbisenc_convert_sink),
35074         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
35075         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
35076         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
35077         (get_constraints_string), (update_start_message),
35078         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
35079         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
35080         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
35081         * ext/vorbis/oggvorbisenc.h:
35082         * ext/vorbis/vorbis.c: (plugin_init):
35083         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
35084         (raw_caps_factory), (gst_vorbisenc_class_init),
35085         (gst_vorbisenc_init), (gst_vorbisenc_setup),
35086         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
35087         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
35088         * ext/vorbis/vorbisenc.h:
35089         Added a raw vorbis encoder to be used with the oggmuxer.
35090         We still need the old encoder for some gnome applications,
35091         read the README to find out how that works.
35092         The raw encoder is called "rawvorbisenc" until 0.9.
35093
35094 2004-05-10  Wim Taymans  <wim@fluendo.com>
35095
35096         * ext/ogg/gstogg.c: (plugin_init):
35097         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
35098         (gst_ogg_print):
35099         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
35100         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
35101         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
35102         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
35103         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
35104         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
35105         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
35106         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
35107         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
35108         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
35109         Added an ogg muxer.
35110         Small typo fixes in the demuxer.
35111
35112 2004-05-10  Wim Taymans  <wim@fluendo.com>
35113
35114         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35115         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35116         (theora_enc_change_state), (theora_enc_set_property),
35117         (theora_enc_get_property):
35118         Mark the last packet with an EOS flag which is not really needed
35119         in gstreamer.
35120         Do some better video framerate initialisation.
35121         Update the buffer timestamp.
35122
35123 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
35124
35125         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
35126         Return the result of the parent state change call
35127
35128 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35129
35130         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
35131         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
35132         * gst/law/alaw-encode.c : (idem)
35133         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
35134         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
35135         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
35136
35137 2004-05-09  Benjamin Otte  <otte@gnome.org>
35138
35139         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
35140           don't use a fixed buffer size when writing variable length data to
35141           it. Fixes memory corruption and makes alsasrc work
35142
35143 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35144
35145         * ext/gnomevfs/gstgnomevfssink.c:
35146         (_gst_boolean_allow_overwrite_accumulator),
35147         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
35148           Run glib's default signal handler (??) in RUN_CLEANUP rather than
35149           RUN_LAST, and don't use that to set the accumulator value because
35150           then it's always FALSE.
35151
35152 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35153
35154         * gst-libs/gst/riff/riff-media.c:
35155         (gst_riff_create_video_caps_with_data),
35156         (gst_riff_create_audio_caps),
35157         (gst_riff_create_audio_template_caps):
35158         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
35159           Fix for unaligned RIFF files (i.e. where all the chunks together
35160           in a LIST chunk are not of the same size as the size given in
35161           the LIST chunk header). Fixes several odd WAVE files. Also fix
35162           ADPCM (block_align property) in audio, so that wavparse based
35163           on this works now as it used to stand-alone.
35164
35165 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
35166
35167         reviewed by Benjamin Otte  <otte@gnome.org>
35168
35169         * ext/a52dec/gsta52dec.c:
35170         * ext/divx/gstdivxdec.c:
35171         * ext/divx/gstdivxenc.c:
35172         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
35173         * ext/faac/gstfaac.c: (gst_faac_base_init):
35174         * ext/faad/gstfaad.c: (gst_faad_base_init):
35175         * ext/ivorbis/vorbisfile.c:
35176         * ext/lame/gstlame.c:
35177         * ext/libfame/gstlibfame.c:
35178         * ext/mpeg2enc/gstmpeg2enc.cc:
35179         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
35180         * ext/sidplay/gstsiddec.cc:
35181         * ext/speex/gstspeexdec.c:
35182         * ext/speex/gstspeexenc.c:
35183         * ext/xvid/gstxviddec.c:
35184         * ext/xvid/gstxvidenc.c:
35185           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
35186           (fixes #142193)
35187
35188 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35189
35190         * ext/alsa/gstalsa.c: (device_list),
35191         (gst_alsa_class_probe_devices):
35192         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
35193           Fix alsa oddness in mixer after the combination of using mixer
35194           in source/sink elements and using hw:x,y instead of just hw:x.
35195
35196 2004-05-09  Benjamin Otte  <otte@gnome.org>
35197
35198         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
35199         (gst_wavparse_create_sourcepad):
35200           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
35201           sourcepads
35202
35203 2004-05-09  Benjamin Otte  <otte@gnome.org>
35204
35205         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35206           allow discont events before caps nego
35207
35208 2004-05-08  Benjamin Otte  <otte@gnome.org>
35209
35210         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35211           don't leak events
35212
35213 2004-05-08  Benjamin Otte  <otte@gnome.org>
35214
35215         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
35216         (gst_level_change_state), (gst_level_init):
35217         * gst/level/gstlevel.h:
35218           figure out if we're initialized directly instead of keeping a
35219           variable that's wrong in 90% of cases
35220           don't initialize pads and then leak them and use a new unitialized
35221           pad. (fixes #142084)
35222           these were bugs so n00bish I didn't find them for an hour :/
35223
35224 2004-05-08 Iain <iain@prettypeople.org>
35225
35226         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
35227         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
35228         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
35229         return the length that was read.
35230         (gst_riff_read_strf_auds): Allow fmt tags as well.
35231
35232 2004-05-07  David Schleef  <ds@schleef.org>
35233
35234         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
35235         signed char assumption in faad.h.
35236
35237 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35238
35239         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
35240           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
35241
35242 2004-05-07  Colin Walters  <walters@redhat.com>
35243
35244         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
35245         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
35246         function.
35247         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
35248         Add dispose function.
35249
35250 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
35251         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
35252           Fix caps nego and pad templates. RGB mode caps should
35253           work now.
35254         * ext/dvdnav/gst-dvd:
35255           Move mpeg2dec inside the thread because otherwise the
35256           queue rejects cap changes mid-stream
35257         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35258         (gst_mpeg2dec_flush_decoder):
35259           For mpeg2dec > 0.4.0, call the flush function instead of
35260           manually extracting all in-flight frames.
35261         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
35262         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
35263           Change mime type video/dv go video/x-dv to match the
35264           rest of gst-plugins
35265
35266 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35267
35268         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35269         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
35270         (gst_alsa_sink_class_init):
35271         * ext/alsa/gstalsasink.h:
35272         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
35273         (gst_alsa_src_class_init):
35274         * ext/alsa/gstalsasrc.h:
35275           Make alsasink/src a subclass of alsamixer so that mixer stuff
35276           shows up in gst-rec. Needs some finetuning.
35277
35278 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35279
35280         * ext/lame/gstlame.c: (gst_lame_chain):
35281           simplify
35282         * ext/mad/gstmad.c: (gst_mad_handle_event):
35283           fix event leak
35284         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
35285           be able to detect mp3 files < 4096 bytes
35286
35287 2004-05-06  Wim Taymans  <wim@fluendo.com>
35288
35289         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35290         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35291         (theora_enc_set_property), (theora_enc_get_property):
35292         Also encode the first frame, cleanup some code.
35293
35294 2004-05-06  Wim Taymans  <wim@fluendo.com>
35295
35296         * ext/mpeg2enc/gstmpeg2enc.cc:
35297         Forward events first before deciding that negotiation was
35298         not performed.
35299
35300 2004-05-06  Wim Taymans  <wim@fluendo.com>
35301
35302         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
35303         First process the events before deciding that negotiation
35304         was not performed.
35305
35306 2004-05-06  Wim Taymans  <wim@fluendo.com>
35307
35308         * ext/theora/Makefile.am:
35309         * ext/theora/theora.c: (plugin_init):
35310         * ext/theora/theoradec.c: (theora_dec_change_state):
35311         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
35312         (gst_theora_enc_class_init), (gst_theora_enc_init),
35313         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
35314         (theora_enc_chain), (theora_enc_change_state),
35315         (theora_enc_set_property), (theora_enc_get_property):
35316         Added a theora encoder, grouped the encoder and decoder into the
35317         same plugin.
35318
35319 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35320
35321         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35322         (gst_jpegenc_chain):
35323         fix DURATION on outgoing buffers
35324         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
35325         debug using time formats
35326         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35327         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35328         (gst_xvimagesink_sink_link):
35329         windows with width/height 0 generate X errors, so don't allow them
35330
35331 2004-05-05  Wim Taymans  <wim@fluendo.com>
35332
35333         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
35334         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
35335         (gst_mpeg2dec_negotiate_format):
35336         * ext/mpeg2dec/gstmpeg2dec.h:
35337           removed the static pad template so that we can add the
35338           more accurate framerate value to the caps.
35339
35340
35341 2004-05-04  Benjamin Otte  <otte@gnome.org>
35342
35343         * configure.ac:
35344           check for kdemacros.h, too (should fix #141821)
35345         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
35346           don't crash if no header was sent, but nicely error out (fixes part
35347           of #141554)
35348
35349 2004-05-04  Wim Taymans  <wim@fluendo.com>
35350
35351         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
35352         parent dispose function to avoid segfault on destroy.
35353
35354 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
35355
35356         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
35357         (plugin_init):
35358         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35359         (gst_xvimagesink_sink_link):
35360         clean up debugging caps
35361         also recreate xvimage when format has changed
35362
35363 2004-05-04  Benjamin Otte  <otte@gnome.org>
35364
35365         * ext/libvisual/Makefile.am:
35366         * ext/libvisual/visual.c: (gst_visual_class_init),
35367         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
35368         (gst_visual_srclink), (gst_visual_chain),
35369         (gst_visual_change_state), (plugin_init):
35370           use a GstAdapter to correctly adapt buffer sizes - allows using a
35371           framerate
35372
35373 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35374
35375         * sys/v4l/gstv4lelement.h:
35376         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
35377         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
35378         (gst_v4lsrc_buffer_free):
35379         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
35380         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
35381         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
35382         (gst_v4lsrc_requeue_frame):
35383         move some debugging categories around
35384         query for fps index and set accordingly if found
35385
35386 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35387
35388         * ext/lame/gstlame.c:
35389         correct defaults that lame_init puts out of range
35390
35391 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35392
35393         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
35394         (gst_divxenc_class_init):
35395         fix range since -1 is the default
35396         * gst/mpeg1sys/gstmpeg1systemencode.c:
35397         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
35398         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
35399         (gst_rtjpegdec_chain):
35400         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
35401         (gst_rtjpegenc_chain):
35402         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
35403         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
35404         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
35405         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
35406         * sys/v4l/gstv4lsrc.c:
35407         * sys/v4l/v4l_calls.c: (gst_v4l_open):
35408         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35409         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35410         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
35411         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
35412           remove gst_info calls
35413
35414 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35415
35416         * Makefile.am:
35417         * po/af.po:
35418         * po/az.po:
35419         * po/en_GB.po:
35420         * po/nl.po:
35421         * po/sr.po:
35422         * po/sv.po:
35423           Updated translations
35424
35425 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35426
35427         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35428           refactor/comment code
35429
35430 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35431
35432         * gst/asfdemux/Makefile.am:
35433         * gst/asfdemux/asfheaders.c:
35434         * gst/asfdemux/asfheaders.h:
35435         * gst/asfdemux/gstasf.c: (plugin_init):
35436         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
35437         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
35438         (gst_asf_demux_setup_pad):
35439         * gst/asfdemux/gstasfdemux.h:
35440         * gst/asfdemux/gstasfmux.c:
35441         * gst/asfdemux/gstasfmux.h:
35442           Add tagging support to demuxer, split out registration in its own
35443           file instead of in demux (hacky), and prevent having some tables
35444           in our memory multiple times (in asfheaders.h).
35445
35446 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35447
35448         * gst/matroska/matroska-demux.c:
35449         (gst_matroska_demux_parse_metadata):
35450         * gst/matroska/matroska-ids.h:
35451           Basic tag reading support.
35452
35453 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35454
35455         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
35456           Really detect ac-3 audio.
35457         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
35458           really detect matroska files (off-by-1).
35459
35460 2004-04-30  David Schleef  <ds@schleef.org>
35461
35462         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35463         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
35464         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
35465         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
35466         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
35467         hackage -- parse a lot more atoms, extract a few tags.  One might even
35468         mistake this for tag support.  Maybe it is.
35469         * gst/qtdemux/qtdemux.h:
35470
35471 2004-04-30  Colin Walters  <walters@verbum.org>
35472
35473         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
35474
35475 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
35476
35477         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35478         (gst_ffmpegcolorspace_getcaps):
35479           remove broken nego fix
35480
35481 2004-04-30  Benjamin Otte  <otte@gnome.org>
35482
35483         * configure.ac:
35484         * ext/Makefile.am:
35485         * ext/libvisual/Makefile.am:
35486         * ext/libvisual/visual.c:
35487           add initial support for libvisual (http://libvisual.sourceforge.net)
35488           libvisual is still quite alpha, so expect crashes in there :)
35489
35490 2004-04-29  David Schleef  <ds@schleef.org>
35491
35492         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
35493         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
35494         up qtdemux to make it spit out codec_data.  Do _not_ look at this
35495         code; you will no longer respect me.
35496
35497 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35498
35499         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
35500         * ext/alsa/gstalsa.h :
35501         change alsa pcm device discovery to find more than 1 device
35502         per card. code review by Ronald.
35503
35504 2004-04-29  David Schleef  <ds@schleef.org>
35505
35506         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
35507         Add a check for a driver bug on FreeBSD.  (bug #140565)
35508
35509 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
35510
35511         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
35512         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35513         (gst_jpegenc_getcaps):
35514           move format setting to inner loop
35515         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35516         (gst_ffmpegcolorspace_getcaps):
35517           use GST_PAD_CAPS if available so that we use already negotiated
35518           caps
35519         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35520         (qtdemux_parse_moov), (qtdemux_parse):
35521           extra debugging
35522         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
35523         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
35524           move hardcoded path to DEFINE
35525
35526 2004-04-28  David Schleef  <ds@schleef.org>
35527
35528         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
35529         (bug #140064)
35530
35531 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35532
35533         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
35534           Don't probe for playback device if we're a source element. Fixes
35535           #139658.
35536
35537 2004-04-29  Benjamin Otte  <otte@gnome.org>
35538
35539         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
35540         (gst_id3_tag_chain):
35541           rewrite buffer offset
35542
35543 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35544
35545         * configure.ac:
35546         * ext/Makefile.am:
35547         * ext/dts/Makefile.am:
35548         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
35549         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
35550         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
35551         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
35552         (gst_dtsdec_loop), (gst_dtsdec_change_state),
35553         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
35554         (plugin_init):
35555         * ext/dts/gstdtsdec.h:
35556           New DTS decoder.
35557         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
35558         (gst_faad_srcconnect):
35559           Add ESDS atom handling (.m4a).
35560
35561 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35562
35563         * ext/divx/gstdivxdec.c: (plugin_init):
35564           Remove comment that makes no sense.
35565         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
35566           Fix for obvious typo that resulted in warnings during gst-register.
35567         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
35568         (gst_xviddec_sink_link):
35569           Fix caps negotiation a bit better.
35570         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
35571           We call this 'codec_data', not 'esds'.
35572
35573 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35574
35575         * gst/monoscope/gstmonoscope.c:
35576           make sure we only provide 256x128
35577         * gst/monoscope/monoscope.c: (monoscope_init):
35578           assert size of 256x128
35579
35580 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35581
35582         * Makefile.am:
35583         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
35584         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
35585           fixate to max width and height of device
35586
35587 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35588
35589         * Makefile.am:
35590         * sys/v4l/gstv4l.c:
35591         * sys/v4l/gstv4lsrc.c:
35592         * sys/v4l/v4l_calls.c:
35593         * sys/v4l/v4lsrc_calls.c:
35594           fix for qc-usb driver which fakes having more than one buffer
35595           by handing the same buffer twice, which confused GStreamer's/v4lsrc
35596           buffer_free override
35597           add debugging
35598
35599 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35600
35601         * Makefile.am:
35602         * gst/videotestsrc/gstvideotestsrc.c:
35603         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
35604         (gst_videotestsrc_init), (gst_videotestsrc_get),
35605         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
35606         * gst/videotestsrc/gstvideotestsrc.h:
35607           add num-buffers property
35608
35609         2004-04-26  Benjamin Otte  <otte@gnome.org>
35610
35611         * ext/mad/gstid3tag.c: (plugin_init):
35612           set id3mux rank to NONE so it doesn't confuse spider
35613           require audio/mpeg,mpegversion=1 in id3mux
35614
35615 2004-04-26  Benjamin Otte  <otte@gnome.org>
35616
35617         * configure.ac:
35618           detect faad correctly as non-working if it's indeed non-working
35619
35620 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
35621
35622         * Makefile.am:
35623         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35624         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
35625         fix _getcaps so it only negotiates to its supported format
35626
35627 2004-04-25  Benjamin Otte  <otte@gnome.org>
35628
35629         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35630           fix memleak
35631
35632 2004-04-23  Benjamin Otte  <otte@gnome.org>
35633
35634         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
35635           audio/x-raw-int with height rules! not. Now it's depth.
35636
35637 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35638
35639         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
35640         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
35641         (gst_wavparse_loop):
35642           Missing variable initialization. Add handling of DVI ADPCM. Fix
35643           mis-parsing of LIST chunks. This works around a bug where we mis-
35644           parse non-aligning LIST chunks (so LIST chunks where the contents
35645           don't align with the actual LIST size). The correct fix is to use
35646           rifflib, I'm not going to fix wavparse - too much work. All this
35647           fixes #104878.
35648
35649 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
35650
35651         reviewed by Benjamin Otte  <otte@gnome.org>
35652
35653         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
35654           fix shoutcast not working (fixes #140844)
35655
35656 2004-04-22  Benjamin Otte  <otte@gnome.org>
35657
35658         * ext/hermes/gsthermescolorspace.c:
35659         (gst_hermes_colorspace_caps_remove_format_info):
35660         * gst/colorspace/gstcolorspace.c:
35661         (gst_colorspace_caps_remove_format_info):
35662         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35663         (gst_ffmpegcolorspace_caps_remove_format_info):
35664           s/gst_caps_simplify/gst_caps_do_simplify/
35665
35666 2004-04-22  Benjamin Otte  <otte@gnome.org>
35667
35668         * gst-libs/gst/riff/riff-media.c:
35669         (gst_riff_create_video_caps_with_data):
35670           mpegversion is an int
35671         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
35672           don't try to create pad templates with NULL caps, use any caps
35673           instead.
35674
35675 2004-04-20  David Schleef  <ds@schleef.org>
35676
35677         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
35678         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
35679         (bug #140384)
35680
35681 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35682
35683         reviewed by David Schleef
35684
35685         * ext/mad/gstid3tag.c: Add stdlib.h
35686         * gst/rtp/gstrtpgsmenc.c: same
35687         * gst/tags/gstid3tag.c: same
35688         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
35689         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
35690         GST_DISABLE_LOADSAVE use.
35691         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
35692         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
35693         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
35694         atol(3)).
35695         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
35696         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
35697         strtoul(3)).
35698         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
35699         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
35700         $(ID3_CFLAGS).
35701         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
35702         $(LIBFAME_CFLAGS).
35703
35704 2004-04-20  David Schleef  <ds@schleef.org>
35705
35706         * gst/realmedia/rmdemux.c:  This was supposed to part of the
35707         last checkin.  Same idea.
35708
35709 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35710
35711         reviewed by David Schleef
35712
35713         * configure.ac: bump required gstreamer version to 0.8.1.1
35714         because of following changes [--ds]
35715
35716         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
35717         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
35718         (gst_riff_read_header):  Use GST_READ_UINT*
35719         macros to access possibly unaligned memory.
35720
35721         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
35722         (mp3_type_find):  Use GST_READ_UINT*
35723         macros to access possibly unaligned memory.
35724         (mp3_type_find, mpeg1_parse_header, qt_type_find)
35725         (speex_type_find): Likewise
35726
35727         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
35728
35729         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
35730         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
35731         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
35732         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
35733         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
35734         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
35735         macros to access possibly unaligned memory.
35736
35737         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
35738         Likewise.
35739
35740         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
35741         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
35742
35743         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
35744         Likewise.
35745
35746         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
35747         (gst_mpeg2subt_chain_subtitle): Likewise.
35748
35749         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
35750         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
35751         Likewise.
35752
35753         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
35754         Likewise.
35755
35756         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
35757         Likewise.
35758
35759         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
35760         Likewise.
35761
35762 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35763
35764         * configure.ac:
35765           update required version of GStreamer because of GST_TIME_FORMAT
35766
35767 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35768
35769         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
35770           remove leftover g_print
35771         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
35772           don't try setting only a subset of the caps. We don't want to kill
35773           autoplugging on purpose
35774
35775 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35776
35777         * sys/ximage/ximagesink.c: (plugin_init):
35778         * sys/xvimage/xvimagesink.c: (plugin_init):
35779           add debugging categories
35780
35781 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35782
35783         * po/en_GB.po:
35784         * po/LINGUAS:
35785           Adding en_GB translation (Gareth Owen)
35786
35787 2004-04-20  David Schleef  <ds@schleef.org>
35788
35789         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
35790         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
35791         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
35792         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
35793         A number of new features and hacks to extract the esds atom and
35794         put it into the caps.  (bug #137724)
35795
35796 2004-04-19  David Schleef  <ds@schleef.org>
35797
35798         * gconf/Makefile.am: Fix for non-GNU make
35799         * gst-libs/gst/Makefile.am: Change directory order to handle
35800         GstPlay linking with gstinterfaces
35801         * gst-libs/gst/audio/make_filter: make use of tr portable
35802         * gst-libs/gst/play/Makefile.am: Add intended \
35803         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
35804         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
35805         function prototype instead of void *.
35806         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
35807         macro.
35808         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35809         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
35810         * gst/videofilter/make_filter: make use of tr portable
35811         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
35812
35813 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
35814
35815         * po/LINGUAS:
35816         * po/uk.po:
35817           Added Ukrainian translation (Maxim V. Dziumanenko)
35818
35819 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35820
35821         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
35822         (gst_gsmdec_link), (gst_gsmdec_chain):
35823           Fix capsnego, simplify chain function slightly.
35824         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
35825           Add GSM.
35826
35827 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35828
35829         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
35830         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
35831         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
35832           Hack to make wavparse work with spider (always -> sometimes pad).
35833           Fixes #135862 && #140411.
35834
35835 2004-04-18  Benjamin Otte  <otte@gnome.org>
35836
35837         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
35838         (gst_osselement_rate_probe_check),
35839         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
35840           get rid of \n in debug output
35841
35842 2004-04-17  Iain <iain@prettypeople.org>
35843
35844         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
35845         not just EOS.
35846
35847 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35848
35849         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
35850         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
35851         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
35852         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
35853         (gst_id3_tag_src_link), (gst_id3_tag_chain),
35854         (gst_id3_tag_change_state), (plugin_init):
35855           deprecate id3tag element and replace with id3demux/id3mux.
35856           great side effect: this ugly file is now even uglier, yay!
35857         * ext/mad/gstmad.h:
35858           remove non-available function
35859           update for new get_type
35860
35861 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35862
35863         * configure.ac:
35864           require mpeg2dec >= 0.4.0
35865
35866 2004-04-17  Benjamin Otte  <otte@gnome.org>
35867
35868         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35869         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
35870         (gst_xvimagesink_set_xwindow_id):
35871           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
35872           assorted cleanup fixes.
35873
35874 2004-04-16  David Schleef  <ds@schleef.org>
35875
35876         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
35877         * sys/xvimage/xvimagesink.h: same
35878
35879 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
35880
35881         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
35882           Fix GST_ELEMENT_ERROR with (NULL)
35883
35884 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35885
35886         * gst-libs/gst/riff/riff-media.c:
35887         (gst_riff_create_video_caps_with_data):
35888           Add div[3456] as fourccs for DivX 3 (fixes #140137).
35889
35890 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35891
35892         * gst-libs/gst/riff/riff-media.c:
35893         (gst_riff_create_video_caps_with_data),
35894         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
35895         (gst_riff_create_video_template_caps),
35896         (gst_riff_create_audio_template_caps):
35897         * gst-libs/gst/riff/riff-media.h:
35898         * gst-libs/gst/riff/riff-read.c:
35899         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
35900         * gst-libs/gst/riff/riff-read.h:
35901         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
35902           Add MS RLE support. I added some functions to read out strf chunks
35903           into strf chunks and the data behind it. This is usually color
35904           palettes (as in RLE, but also in 8-bit RGB). Also use those during
35905           caps creation. Lastly, add ADPCM (similar to wavparse - which
35906           should eventually be rifflib based).
35907         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
35908         (gst_matroska_demux_init), (gst_matroska_demux_reset):
35909         * gst/matroska/matroska-demux.h:
35910           Remove placeholders for some prehistoric tagging system. Didn't add
35911           support for any tag system really anyway.
35912         * gst/qtdemux/qtdemux.c:
35913           Add support for audio/x-m4a (MPEG-4) through spider.
35914         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
35915         (gst_wavparse_loop):
35916           ADPCM support (#135862). Increase max. buffer size because we
35917           cannot split buffers for ADPCM (screws references) and I've seen
35918           files with 2048 byte chunks. 4096 seems safe for now.
35919
35920 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35921
35922         * configure.ac: bump nano to 1
35923
35924 === release 0.8.1 ===
35925
35926 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35927
35928         * configure.ac: releasing 0.8.1, "Comforting Sounds"
35929
35930 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35931
35932         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
35933           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
35934           Fixes #140058
35935
35936 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
35937
35938         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
35939           lower rank of dvddemux so that it's not used for mpeg playback.
35940
35941 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35942
35943         * configure.ac:
35944           save libs correctly when checking mad
35945
35946 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
35947
35948         * ext/mad/gstid3tag.c: (plugin_init):
35949           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
35950
35951 2004-04-13  David Schleef  <ds@schleef.org>
35952
35953         * common/m4/gst-feature.m4: Call -config scripts with
35954         --plugin-libs if it is supported.
35955         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
35956         JPEG images are image/jpeg.
35957         * gst/debug/Makefile.am:
35958         * gst/debug/negotiation.c: (gst_negotiation_class_init),
35959         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
35960         (gst_negotiation_update_caps), (gst_negotiation_get_property),
35961         (gst_negotiation_plugin_init): Add a property that acts like
35962         filter caps.
35963         * testsuite/gst-lint:  Move license checking to be a standard
35964         test.
35965
35966 2004-04-13  David Schleef  <ds@schleef.org>
35967
35968         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
35969         patch from Sebastien Cote (bug #139958)
35970
35971 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35972
35973         * examples/gstplay/Makefile.am:
35974         * examples/gstplay/player.c: (main):
35975           make the commandline player example use gconf settings
35976
35977 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35978
35979         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
35980         (gst_cacasink_sinkconnect), (gst_cacasink_init),
35981         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
35982           init/end library during state transition, not object
35983           creation/disposal.  get rid of custom dispose handler.
35984
35985
35986 2004-04-12  Christian Schaller <Uraeus@gnome.org>
35987
35988         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
35989         be a symlink
35990
35991 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35992
35993         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
35994           Handle JUNK chunks inside data section. Prevents warnings.
35995
35996 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35997
35998         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
35999         (gst_riff_create_video_template_caps):
36000           Add MS video v1.
36001         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
36002         (gst_avi_demux_stream_data):
36003           Add support for "rec-list" chunks.
36004
36005 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36006
36007         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36008           Fix another codecname mismatch.
36009
36010 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36011
36012         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36013           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
36014           so that MJPEG plays back.
36015
36016 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36017
36018         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
36019         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
36020         * gst/mpeg1videoparse/gstmp1videoparse.h:
36021           Fix for some slight mis-cuts in buffer parsing, and for some
36022           potential overflows or faults-causers. Adds disconts. Also fixes
36023           #139105 while we're at it.
36024
36025 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36026
36027         * configure.ac:
36028         * sys/v4l2/gstv4l2element.h:
36029           Workaround for missing struct v4l2_buffer declaration in Suse 9
36030           and Mandrake 10 linux/videodev2.h header file (#135919).
36031
36032 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36033
36034         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36035           Bail out if no filename was given.
36036
36037 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36038
36039         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
36040         (gst_v4l2_fourcc_from_structure):
36041           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
36042           Y41B somewhere).
36043
36044 2004-04-09  Benjamin Otte  <otte@gnome.org>
36045
36046         * ext/gnomevfs/gstgnomevfssink.c:
36047         (_gst_boolean_allow_overwrite_accumulator),
36048         (gst_gnomevfssink_class_init):
36049           fix erase signal - if any handler returns false the file will not be
36050           overwritten. If no handler is connected, the file will not be
36051           overwritten either.
36052           renamed signal to "allow-overwrite"
36053         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
36054           free string when adding it to ID3 failed
36055         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
36056           unref event when done
36057         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36058           free caps
36059         * gst/typefind/gsttypefindfunctions.c:
36060         (mpeg_video_stream_type_find):
36061           fix invalid read
36062
36063 2004-04-08  David Schleef  <ds@schleef.org>
36064
36065         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36066         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
36067
36068 2004-04-08  David Schleef  <ds@schleef.org>
36069
36070         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
36071         we don't support (bug #139532)
36072
36073 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36074
36075         * ext/mad/gstmad.c: (gst_mad_handle_event),
36076         (gst_mad_check_caps_reset), (gst_mad_chain),
36077         (gst_mad_change_state):
36078           only set explicit caps if they haven't been set before for
36079           this stream.  MPEG-audio sample rate/channels aren't allowed
36080           to change in-stream.
36081           Fixes #139382
36082
36083 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36084
36085         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
36086         (_gst_boolean_did_something_accumulator),
36087         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
36088         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
36089         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
36090         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
36091         (gst_gnomevfssink_change_state):
36092           Fix erase signal. Don't erase by default. Remove handoff signal.
36093           Remove erase property. Don't segfault. General cleanup.
36094
36095 2004-04-07  Benjamin Otte  <otte@gnome.org>
36096
36097         * gst-libs/gst/gconf/test-gconf.c: (main):
36098           add missing gst_init
36099
36100 2004-04-07  Benjamin Otte  <otte@gnome.org>
36101
36102         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36103           free the mutexes, too
36104
36105 2004-04-07  Benjamin Otte  <otte@gnome.org>
36106
36107         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36108           actually free the URI string
36109         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
36110           compute offset correctly when passing discont events
36111         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36112           don't leak discont events
36113         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
36114           add some missing breaks so caps aren't copied randomly
36115         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
36116           if we realloc memory, we better use it
36117
36118 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36119
36120         * ext/mad/gstmad.c: (normal_seek):
36121           fix GST_FORMAT_TIME usage
36122
36123 2004-04-05  David Schleef  <ds@schleef.org>
36124
36125         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
36126         a deprecated function (hack!)
36127
36128 2004-04-05  Benjamin Otte  <otte@gnome.org>
36129
36130         * ext/esd/esdmon.c: (gst_esdmon_get):
36131           fix nonterminated vararg and memleak
36132
36133 2004-04-05  Benjamin Otte  <otte@gnome.org>
36134
36135         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
36136         (gst_ladspa_init), (gst_ladspa_force_src_caps),
36137         (gst_ladspa_set_property), (gst_ladspa_get_property),
36138         (gst_ladspa_instantiate), (gst_ladspa_activate),
36139         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
36140           clean up debugging
36141
36142 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
36143
36144         reviewed by Benjamin Otte  <otte@gnome.org>
36145
36146         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
36147           check for broken LADSPA parameters (fixes #138635)
36148
36149 2004-04-05  Benjamin Otte  <otte@gnome.org>
36150
36151         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
36152           advertise buffer-frames correctly on sinkpads
36153
36154 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36155
36156         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
36157         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
36158         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
36159         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
36160         (gst_mad_check_caps_reset), (gst_mad_chain):
36161         add more debugging, only reset caps when we're not in error state
36162
36163 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36164
36165         * ext/mad/gstmad.c: add debugging category, comment + cleanups
36166
36167 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36168
36169         reviewed by Benjamin Otte  <otte@gnome.org>
36170
36171         * configure.ac:
36172           fix == in test(1) operator
36173
36174 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36175
36176         reviewed by Benjamin Otte  <otte@gnome.org>
36177
36178         * configure.ac:
36179           fix --export-symblos-regex to a working regex.
36180
36181 2004-04-04  Benjamin Otte  <otte@gnome.org>
36182
36183         * sys/oss/.cvsignore:
36184           add for oss_probe
36185
36186 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
36187
36188         reviewed by Benjamin Otte  <otte@gnome.org>
36189
36190         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36191           add missing 'new_media' argument (fixes #138168)
36192         * gst/matroska/matroska-demux.c:
36193         (gst_matroska_demux_handle_seek_event):
36194           add vararg terminator (fixes #138169)
36195
36196 2004-04-02  David Schleef  <ds@schleef.org>
36197
36198         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
36199         disted (bug #138914)
36200
36201 2004-04-01  Benjamin Otte  <otte@gnome.org>
36202
36203         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
36204         (gst_alsa_close_audio):
36205           handle case better where a soundcard can't pause
36206         * ext/ogg/gstoggdemux.c:
36207           don't crash when we get events but don't have pads yet
36208
36209 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36210
36211         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
36212           throw an error if we couldn't probe any caps.
36213
36214 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36215
36216         * ext/dvdnav/gst-dvd:
36217         Add a really simple sample DVD player
36218
36219 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36220
36221         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
36222         (gst_a52dec_push), (gst_a52dec_handle_event),
36223         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
36224         (gst_a52dec_change_state):
36225         * ext/a52dec/gsta52dec.h:
36226           Use a debug category, Output timestamps correctly
36227           Emit tag info, Handle events, tell liba52dec about cpu
36228           capabilities so it can use MMX etc.
36229         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
36230           Fix a crasher accessing invalid memory
36231         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
36232         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
36233         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36234         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
36235         (dvdnavsrc_query):
36236           Some support for byte-format seeking.
36237           Small fixes for still frames and menu button overlays
36238         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36239         (gst_mpeg2dec_alloc_buffer):
36240           Use a debug category. Adjust the report level of several items to
36241           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
36242           so it doesn't lose the GstBuffer pointer
36243         * gst/debug/Makefile.am:
36244         * gst/debug/gstdebug.c: (plugin_init):
36245         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
36246         (gst_navseek_base_init), (gst_navseek_class_init),
36247         (gst_navseek_init), (gst_navseek_seek),
36248         (gst_navseek_handle_src_event), (gst_navseek_set_property),
36249         (gst_navseek_get_property), (gst_navseek_chain),
36250         (gst_navseek_plugin_init):
36251         * gst/debug/gstnavseek.h:
36252           Add the navseek debug element for seeking back and forth in a
36253           video stream using arrow keys.
36254         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
36255         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
36256         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
36257         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
36258         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
36259         (gst_mpeg2subt_parse_header), (gst_get_nibble),
36260         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
36261         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
36262         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
36263         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
36264         * gst/mpeg2sub/gstmpeg2subt.h:
36265           Pretty much a complete rewrite. Now a loopbased element. May still
36266           require work to properly synchronise subtitle buffers.
36267         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
36268         (gst_dvd_demux_send_subbuffer):
36269         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
36270           Don't attempt to create subbuffers of size 0
36271           Reduce a couple of error outputs to warnings.
36272         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
36273         (gst_y4mencode_chain):
36274         Output the y4m frame header correctly.
36275
36276 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36277
36278         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36279           throw errors instead of allowing SIGFPE
36280
36281 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36282
36283         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
36284         (gst_gconf_render_bin_from_key):
36285           leak plugging and style fixing
36286
36287 2004-03-31  David Schleef  <ds@schleef.org>
36288
36289         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
36290         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
36291         (bug #138225)
36292         * gst/debug/Makefile.am:
36293         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
36294         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
36295         plugin.
36296         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
36297         (gst_negotiation_base_init), (gst_negotiation_class_init),
36298         (gst_negotiation_init), (gst_negotiation_getcaps),
36299         (gst_negotiation_pad_link), (gst_negotiation_chain),
36300         (gst_negotiation_set_property), (gst_negotiation_get_property),
36301         (gst_negotiation_plugin_init):  New element to talk about random
36302         negotiation things happening in a pipeline.
36303
36304 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36305
36306         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36307           fix integer addition with help of Stefan Kost
36308
36309 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36310
36311         * po/nl.po: updated Dutch translation (Elros Cyriatan)
36312
36313 2004-03-30  David Schleef  <ds@schleef.org>
36314
36315         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
36316         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
36317         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
36318         (bug #137504)
36319         * ext/mpeg2dec/gstmpeg2dec.h:
36320
36321 2004-03-30  David Schleef  <ds@schleef.org>
36322
36323         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
36324
36325 2004-03-30  David Schleef  <ds@schleef.org>
36326
36327         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
36328         Michael Petullo) to handle .mov
36329
36330 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36331
36332         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
36333         (gst_osselement_rate_check_rate):
36334           probe caps correctly for sound cards that only support one format
36335
36336 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36337
36338         * ext/kio/kiosrc.cpp: (process_events):
36339           update handling event processing if inside KDE - untested
36340
36341 2004-03-29  David Schleef  <ds@schleef.org>
36342
36343         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
36344         by 2 to not interfere with other colorspaces.
36345         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
36346         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
36347         one to not interfere with ffmpeg_colorspace.
36348
36349 2004-03-29  David Schleef  <ds@schleef.org>
36350
36351         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
36352         aren't in the caps.
36353         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
36354         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
36355
36356 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36357
36358         * gst-libs/gst/riff/riff-media.c:
36359           fail on error, don't try to set stuff on NULL caps
36360
36361 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36362
36363         * configure.ac:
36364         * ext/Makefile.am:
36365         * ext/kio/Makefile.am:
36366         * ext/kio/kioreceiver.cpp:
36367         * ext/kio/kioreceiver.h:
36368         * ext/kio/kiosrc.cpp:
36369         * ext/kio/kiosrc.h:
36370           add experimental kiosrc plugin
36371         * ext/alsa/gstalsaplugin.c: (plugin_init):
36372           initialize debugging category only when we're sure registering the
36373           plugins worked.
36374
36375 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36376
36377         * examples/gstplay/player.c: (main):
36378         * gst-libs/gst/play/play.c: (gst_play_class_init),
36379         (gst_play_set_location), (gst_play_set_data_src),
36380         (gst_play_set_video_sink), (gst_play_set_audio_sink),
36381         (gst_play_set_visualization), (gst_play_connect_visualization):
36382           check return values of element_set_state and return FALSE where
36383           failed
36384
36385 2004-03-29  Benjamin Otte  <otte@gnome.org>
36386
36387         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36388           try harder to check if an event is really a discont
36389
36390 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36391
36392         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
36393         * po/az.po:
36394
36395 2004-03-28  Benjamin Otte  <otte@gnome.org>
36396
36397         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
36398         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
36399         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
36400           get rid of non-standard "..." ranges in case statements.
36401
36402 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
36403
36404         * gst/mpegstream/gstmpegdemux.c:
36405         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
36406         specific functionality split to the new dvddemux element.
36407         * gst/mpegstream/gstdvddemux.c:
36408         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
36409         streams, derived from mpegdemux.
36410         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
36411         up. SCR based timestamp rewriting can be turned off (will probably
36412         completely disappear soon).
36413         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
36414         hacking. General cleanup. All printf statements replaced by
36415         debugging messages. Almost complete libdvdnav support.
36416         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
36417         by events. New properties for audio and subpicture languages.
36418         (dvdnavsrc_update_highlight): Now uses events.
36419         (dvdnavsrc_user_op): Cleaned up.
36420         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
36421         based). Lots of cleanup, and propper support for most libdvdnav
36422         events.
36423         (dvdnavsrc_make_dvd_event): New function.
36424         (dvdnavsrc_make_dvd_nav_packet_event): New function.
36425         (dvdnavsrc_make_clut_change_event): New function.
36426
36427 2004-03-26  Benjamin Otte  <otte@gnome.org>
36428
36429         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
36430           fix bug where typefinding would claim it's theora whenever less then
36431           7 bytes of data were available
36432
36433 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36434
36435         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
36436         (gst_alawdec_base_init), (gst_alawdec_class_init),
36437         (gst_alawdec_init), (gst_alawdec_chain):
36438         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
36439         (gst_alawenc_base_init), (gst_alawenc_class_init),
36440         (gst_alawenc_init), (gst_alawenc_chain):
36441         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
36442         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
36443         (gst_mulawdec_init), (gst_mulawdec_chain):
36444         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
36445         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
36446         (gst_mulawenc_init), (gst_mulawenc_chain):
36447           Fix capsnego in all four, remove the unused property functions and
36448           simplify the chain functions slightly. I guess we could use macros
36449           or something similar for those, since the code is so similar, but
36450           I'm currently too lazy...
36451
36452 2004-03-24  David Schleef  <ds@schleef.org>
36453
36454         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36455         (gst_osselement_close_audio), (gst_osselement_probe_caps),
36456         (gst_osselement_get_format_structure),
36457         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
36458         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
36459         (gst_osselement_rate_int_compare): Add code to handle rate probing
36460         (bug #120883)
36461         * sys/oss/gstosselement.h: same
36462         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
36463         Use rate probing provided by osselement.
36464         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
36465
36466 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36467
36468         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
36469         (gst_xvidenc_get_property):
36470           ulong/int mess-up.
36471
36472 2004-03-24  David Schleef  <ds@schleef.org>
36473
36474         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
36475         (gst_speexdec_init):
36476         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
36477         (gst_speexenc_init):  Create the pad template correctly (from
36478         the static pad template, not a NULL pointer.)
36479
36480 2004-03-25  Benjamin Otte  <otte@gnome.org>
36481
36482         * gst/debug/Makefile.am:
36483         * gst/debug/breakmydata.c:
36484           add element that quasi-randomly changes bytes in the stream.
36485           Intended use is robustness checking of demuxers and decoders in
36486           media tests.
36487
36488 2004-03-24  Benjamin Otte  <otte@gnome.org>
36489
36490         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
36491         (gst_alsa_probe_hw_params):
36492         * ext/alsa/gstalsa.h:
36493           debugging output fixes
36494
36495 2004-03-24  Benjamin Otte  <otte@gnome.org>
36496
36497         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
36498           don't g_return_if_fail if element is PLAYING, fail silently as every
36499           other element.
36500         * gst/effectv/gstquark.c: (gst_quarktv_chain):
36501           only fix needed for cast lvalue issues in gst-plugins
36502         * gst/volenv/gstvolenv.c: (gst_volenv_init):
36503           add proxy_getcaps
36504
36505 2004-03-24  Benjamin Otte  <otte@gnome.org>
36506
36507         * gst/level/gstlevel.c: (gst_level_init):
36508           add proxying getcaps function, so level doesn't advertise impossible
36509           caps
36510
36511 2004-03-24  David Schleef  <ds@schleef.org>
36512
36513         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36514         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
36515         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
36516         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
36517         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
36518         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
36519         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
36520         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
36521         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
36522         messages.  Divide the chunk size by the compression ratio
36523         (needed for MACE audio)
36524
36525 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36526
36527         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36528           Fix buffer overflow read error.
36529
36530 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36531
36532         * ext/alsa/gstalsa.h:
36533           Remove unused entry.
36534         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36535           Add cinepak.
36536         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
36537         (gst_videodrop_link), (gst_videodrop_chain):
36538           Fix, sort of. Was horribly broken with new capsnego. Bah...
36539
36540 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
36541
36542         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
36543         (plugin_init):
36544         Add a monkeysaudio typefind function
36545
36546 2004-03-23  Johan Dahlin  <johan@gnome.org>
36547
36548         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
36549         (gst_play_video_fixate): Check so the structure has the field
36550         before trying to fixate them, this makes it possible to have
36551         fakesinks for video and audio output without printing errors on
36552         the output console.
36553
36554 2004-03-22  David Schleef  <ds@schleef.org>
36555
36556         * sys/oss/Makefile.am:
36557         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
36558         (check_rate), (add_rate):  Rate probing test app.
36559
36560 2004-03-21  Benjamin Otte  <otte@gnome.org>
36561
36562         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
36563         (_fixate_caps_to_int), (gst_audio_convert_fixate):
36564           add a fixation function that pretty much does the right thing (fixes
36565           #137556)
36566
36567 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
36568
36569         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
36570
36571 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
36572
36573         reviewed by: Benjamin Otte  <otte@gnome.org>
36574
36575         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
36576           terminate gst_event_new_discontinuous correctly (fixes parts of
36577           #137711)
36578
36579 2004-03-19  David Schleef  <ds@schleef.org>
36580
36581         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
36582         since it doesn't depend on X, and it's part of our ABI.
36583
36584 2004-03-19  Iain <iain@prettypeople.org>
36585
36586         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
36587         is_int in the structure, not the local variable.
36588
36589 2004-03-19  David Schleef  <ds@schleef.org>
36590
36591         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
36592         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
36593         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
36594         Improvements in caps negotiation.
36595
36596 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36597
36598         * po/LINGUAS:
36599         * po/af.po:
36600           adding Afrikaans (Petri Jooste)
36601
36602 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36603
36604         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36605         (gst_ffmpegcolorspace_chain):
36606         throw error instead of g_critical (#137588)
36607
36608 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36609
36610         * Makefile.am:
36611         * configure.ac:
36612           dist common and m4 correctly
36613         * po/sv.po:
36614
36615 2004-03-17  David Schleef  <ds@schleef.org>
36616
36617         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
36618         (bug #137348)
36619
36620 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36621
36622         * po/LINGUAS:
36623         * po/sv.po:
36624           adding Swedish translation (Christian Rose)
36625
36626 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36627
36628         * Makefile.am: use release.mak
36629
36630 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36631
36632         * common/ChangeLog:
36633         * common/gst-autogen.sh:
36634           add some explanation about the version detection
36635         * configure.ac:
36636           fix X check
36637
36638 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36639
36640         * configure.ac: bump nano to 1
36641
36642 === release 0.8.0 ===
36643
36644 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36645
36646         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
36647
36648 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36649
36650         * configure.ac:
36651           update libtool version
36652         * gst-libs/gst/media-info/Makefile.am:
36653           actually use libtool version
36654
36655 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36656
36657         * configure.ac: fix speex detection to work with 1.0 but not 1.1
36658
36659 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36660
36661         * configure.ac:
36662         * gst-plugins.spec.in:
36663         * pkgconfig/Makefile.am:
36664         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
36665         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
36666         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
36667         * pkgconfig/gstreamer-libs.pc.in:
36668         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36669         * pkgconfig/gstreamer-play-uninstalled.pc.in:
36670         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
36671         * pkgconfig/gstreamer-plugins.pc.in:
36672           remove @VERSION@ from some of the pc files since core and plugins
36673           are decoupled.
36674           created gstreamer-plugins.pc as it's a better name, but keeping
36675           -libs around for now to get fixes upstream done first.
36676
36677 2004-03-15  Julien MOUTTE <julien@moutte.net>
36678
36679         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
36680         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
36681         * gst-libs/gst/play/play.h:
36682
36683 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36684
36685         * *.c, *.cc: don't mix tabs and spaces
36686
36687 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36688
36689         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
36690           use the new ffmpegcolorspace
36691         * gst-plugins.spec.in:
36692           package new colorspace and media-info
36693         * configure.ac:
36694         * pkgconfig/Makefile.am:
36695           fix some more disting issues
36696         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36697         * pkgconfig/gstreamer-media-info.pc.in:
36698           generate media-info pc files
36699
36700 2004-03-15  Johan Dahlin  <johan@gnome.org>
36701
36702         * *.h: Revert indenting
36703
36704 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36705
36706         * configure.ac:
36707           adding ffmpegcolorspace element
36708         * gst/ffmpegcolorspace/Makefile.am:
36709         * gst/ffmpegcolorspace/avcodec.h:
36710         * gst/ffmpegcolorspace/common.h:
36711         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
36712         * gst/ffmpegcolorspace/dsputil.h:
36713         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
36714         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
36715         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
36716         (gst_ffmpeg_caps_to_pix_fmt):
36717         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
36718         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36719         (gst_ffmpegcolorspace_caps_remove_format_info),
36720         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
36721         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
36722         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
36723         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
36724         (gst_ffmpegcolorspace_set_property),
36725         (gst_ffmpegcolorspace_get_property),
36726         (gst_ffmpegcolorspace_register):
36727         * gst/ffmpegcolorspace/imgconvert.c:
36728         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
36729         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
36730         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
36731         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
36732         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
36733         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
36734         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
36735         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
36736         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
36737         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
36738         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
36739         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
36740         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
36741         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
36742         (img_get_alpha_info), (deinterlace_line),
36743         (deinterlace_line_inplace), (deinterlace_bottom_field),
36744         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
36745         * gst/ffmpegcolorspace/imgconvert_template.h:
36746         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
36747         * gst/ffmpegcolorspace/mmx.h:
36748         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
36749           adding ffmpegcolorspace element supplied by Ronald after cleaning
36750           up and pulling in the right bits of upstream source.
36751           I'm sure a better C/compiler wizard could do some cleaning up (for
36752           example use GLIB's malloc stuff), but as a first pass this
36753           works very well
36754
36755 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36756
36757         * ext/alsa/gstalsa.h:
36758           I assume Ronald forgot to commit the change to have cardname
36759           as a struct member.  Expect some public spanking at the next
36760           opportunity.
36761
36762 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36763
36764         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
36765         (gst_alsa_open_audio), (gst_alsa_close_audio):
36766         * ext/alsa/gstalsa.c:
36767           Don't open the device if we're a mixer (= padless).
36768         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
36769         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
36770         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
36771           Open mixer during state change rather than during object
36772           initialization. Also, get a device name. Currently in a somewhat
36773           hackish fashion, but I didn't really find something better.
36774
36775 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36776
36777         * *.c, *.h: run gst-indent
36778
36779 2004-03-14  Benjamin Otte  <otte@gnome.org>
36780
36781         * gst/modplug/gstmodplug.cc:
36782         * gst/modplug/gstmodplug.h:
36783           set correct timestamps on outgoing buffers
36784
36785 2004-03-14  Benjamin Otte  <otte@gnome.org>
36786
36787         * gst/modplug/gstmodplug.cc:
36788           handle events - don't do crap when a discont arrives that's not
36789           necessary
36790           This allows correct loading and playback of mods in Rhythmbox
36791
36792 2004-03-14  Benjamin Otte  <otte@gnome.org>
36793
36794         * configure.ac:
36795         * gst-libs/gst/gconf/Makefile.am:
36796         * pkgconfig/Makefile.am:
36797           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
36798           they get rebuilt properly
36799         * configure.ac:
36800           when checking for vorbis, try pkgconfig first.
36801         * gst/modplug/gstmodplug.cc:
36802           add fixate function
36803
36804 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36805
36806         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
36807           Fix for obvious mistake, where we first shift the offset and then
36808           read a samplesize element assuming the old offset. Note that this
36809           part still has something weird, i.e. my movies containing those
36810           don't actually play well, but at least there's something that looks
36811           like sound now.
36812
36813 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
36814         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
36815         (plugin_init):
36816         Add a typefind function for speex format
36817
36818 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36819
36820         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
36821         (gst_asf_demux_setup_pad):
36822           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
36823           instead of 0. Reason is simple: some elements have a fps range
36824           of 1-max instead of 0-max. So now ASF video actually works.
36825
36826 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36827
36828         * po/LINGUAS:
36829         * po/sr.po:
36830           adding serbian as a language
36831
36832 2004-03-13  Benjamin Otte  <otte@gnome.org>
36833
36834         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
36835           return taglist correctly from _get function, don't gst_pad_push it.
36836           (fixes #137042)
36837
36838 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
36839         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36840
36841 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36842
36843         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
36844         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
36845         (gst_alsa_mixer_track_new):
36846         * ext/alsa/gstalsamixertrack.h:
36847           Fix ancient leftovers... MixerTrack is a GObject.
36848
36849 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36850
36851         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36852         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
36853           Don't block during probing...
36854
36855 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36856
36857         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
36858         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
36859         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
36860         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
36861         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
36862         (gst_alsa_open_audio), (gst_alsa_close_audio):
36863         * ext/alsa/gstalsa.h:
36864           Add propertyprobe interface implementation, add some device-name
36865           property, all this so that it looks good in gnome-volume-control.
36866
36867 2004-03-12  David Schleef  <ds@schleef.org>
36868
36869         * configure.ac: the Hermes library controls hermescolorspace, not
36870         colorspace.
36871         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
36872         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
36873         not /* */
36874         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
36875         * ext/sdl/sdlvideosink.h: ditto.
36876         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
36877
36878 2004-03-12  Benjamin Otte  <otte@gnome.org>
36879
36880         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
36881         (gst_x_overlay_got_xwindow_id):
36882         * gst-libs/gst/xoverlay/xoverlay.h:
36883           replace XID with unsigned long to get rid of the xlibs dependency in
36884           XOverlay (fixes #137004)
36885
36886 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
36887         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
36888         (gst_agingtv_setup):
36889         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
36890         (gst_dicetv_base_init), (gst_dicetv_class_init),
36891         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
36892         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
36893         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
36894         (gst_edgetv_setup), (gst_edgetv_rgb32):
36895         * gst/effectv/gsteffectv.c:
36896         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
36897         (gst_quarktv_set_property):
36898         * gst/effectv/gstrev.c: (gst_revtv_get_type),
36899         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
36900         (gst_revtv_setup), (gst_revtv_rgb32):
36901         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
36902         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
36903         (gst_shagadelictv_init), (gst_shagadelictv_setup),
36904         (gst_shagadelictv_rgb32):
36905         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
36906         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
36907         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
36908         * gst/effectv/gstwarp.c:
36909         Port everything that can be ported to videofilter and fix up the caps.
36910         Can someone with a big-endian machine please check these?
36911
36912 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36913
36914         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
36915         (gst_osssink_chain), (gst_osssink_change_state):
36916           Latest fixes for A/V sync, audio playback and such. This is about
36917           all... MPEG playback issues are mostly related to the async build-
36918           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
36919
36920 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
36921
36922         patch from: Stephane Loeuillet
36923
36924         * configure.ac:
36925           use pkg-config for some libraries, falling back to the old .m4 way
36926           (fixes #131270)
36927         * m4/libdv.m4:
36928           removed
36929
36930 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
36931
36932         * configure.ac:
36933         * tools/Makefile.am:
36934         * tools/Makefile.in:
36935         * tools/gst-launch-ext-m.m:
36936         * tools/gst-launch-ext.1.in:
36937         * tools/gst-visualise-m.m:
36938         * tools/gst-visualise.1:
36939         * tools/gst-visualise.1.in:
36940           reorganizing generation of script tools
36941
36942 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36943
36944         * ext/divx/gstdivxdec.c:
36945           Downgrade priority. We prefer ffdec_mpeg4.
36946         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
36947         (gst_faad_chain), (gst_faad_change_state):
36948           Fix capsnego. Doesn't work for some sounds because we don't have
36949           a 5:1 to stereo element.
36950         * ext/xvid/gstxvid.c: (plugin_init):
36951           Add priority.
36952         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
36953         (gst_osssink_change_state):
36954           Add discont handling.
36955
36956 2004-03-09  Colin Walters  <walters@verbum.org>
36957
36958         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
36959         conversion.
36960
36961 2004-03-09  Benjamin Otte  <otte@gnome.org>
36962
36963         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
36964           the signals take 2 arguments
36965
36966 2004-03-09  David Schleef  <ds@schleef.org>
36967
36968         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
36969         (gst_alsa_fixate): Add fixate function.  (bug #136686)
36970         * ext/alsa/gstalsa.h:
36971         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
36972
36973 2004-03-09  Benjamin Otte  <otte@gnome.org>
36974
36975         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
36976         (gst_mikmod_change_state):
36977         * ext/mikmod/gstmikmod.h:
36978           make mikmod's loop function not loop infinitely and call
36979           gst_element_yield anymore
36980         * gst/modplug/gstmodplug.cc:
36981           fix pad negotiation (fixes #136590)
36982
36983 2004-03-09  David Schleef  <ds@schleef.org>
36984
36985         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
36986         doesn't conflict with the internal colorspace plugin.
36987         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
36988         satisfy the crappy-ass shell shipped by a certain vendor.
36989         * gst/videofilter/make_filter: same (bug #135299)
36990
36991 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36992
36993         * configure.ac: bump nano to 1
36994
36995 === release 0.7.6 ===
36996
36997 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36998
36999         * configure.in: releasing 0.7.6, "There"
37000
37001 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37002
37003         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37004         * pkgconfig/gstreamer-play.pc.in:
37005           synchronize the two
37006
37007 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37008
37009         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
37010         (cdparanoia_open), (cdparanoia_event):
37011           fix/add error handling
37012         * po/POTFILES.in:
37013           add cdparanoia source
37014         * tools/Makefile.am:
37015           make scripts executable
37016
37017 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37018
37019         * configure.ac:
37020         * ext/vorbis/Makefile.am:
37021         * sys/Makefile.am:
37022           remove id3types, vorbisfile and xvideosink from the build (#133783)
37023
37024 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37025
37026         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37027           Fix metadata read crash (#136537).
37028
37029 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37030
37031         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
37032         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
37033           adding mime types, fixing the one-stop function
37034
37035 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37036
37037         * ext/nas/nassink.c and /ext/nas/nassink.h:
37038         More NAS love from Arwed von Merkatz
37039         So lets all sing 'Can you feel the NAS tonight'
37040
37041 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37042
37043         * tools/gst-launch-ext.in:
37044         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
37045
37046 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37047
37048         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37049         (gst_mpeg2dec_init):
37050         remove the user_data pad for now, because it is being used in
37051         fixating causing MPEG playback to fixate on 1000 Hz for playback.
37052         If someone knows how to fix this properly, please do.
37053
37054 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37055
37056         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37057         (gst_osssink_get_time):
37058         add a warning, IMO this won't get triggered anymore, remove later
37059
37060 2004-03-07  David Schleef  <ds@schleef.org>
37061
37062         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
37063         format (bug #136470)
37064
37065 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
37066
37067         * gst-libs/Makefile.am:
37068         * gst-libs/gst/media-info/Makefile.am:
37069         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
37070         (error_callback), (gst_media_info_error_create),
37071         (gst_media_info_error_element), (gmip_init), (gmip_reset),
37072         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
37073         * gst-libs/gst/media-info/media-info-priv.h:
37074         * gst-libs/gst/media-info/media-info-test.c: (main):
37075         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
37076         (gst_media_info_class_init), (gst_media_info_instance_init),
37077         (gst_media_info_set_source), (gst_media_info_read_with_idler),
37078         (gst_media_info_read_idler), (gst_media_info_read):
37079         * gst-libs/gst/media-info/media-info.h:
37080         fixed, should work now
37081
37082 2004-03-07  Christian Schaller <Uraeus@gnome.org>
37083
37084         * ext/nas/nassink.c:
37085         A bunch of NAS fixes from Arwed von Merkatz
37086
37087 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37088
37089         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
37090         (qtdemux_parse_trak):
37091           Fix crash (j might be greater than n_samples, in which case we're
37092           writing outside the allocated space for the array) and memleak.
37093
37094 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37095
37096         * sys/oss/gstosssink.c: (gst_osssink_chain):
37097           And another caller that couldn't handle delay < 0 (unsigned
37098           integer overflow). Video now continues playing on an audio
37099           buffer underrun, and the clock continues working. Audio still
37100           stalls.
37101
37102 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37103
37104         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37105         (gst_osssink_get_time):
37106           get_delay() may return values lower than 0. In those cases, we
37107           should not actually cast to *unsigned* int64, that will break
37108           stuff horribly. In my case, it screwed up A/V sync in movies
37109           in totem rather badly.
37110
37111 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37112
37113         * ext/faac/gstfaac.c: (gst_faac_chain):
37114         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37115         * ext/libpng/gstpngenc.c: (user_write_data):
37116         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
37117         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
37118         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
37119         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37120         Fix several misuse of gst_buffer_merge (it doesn't take ownership
37121         of any buffer), should fix some leaks. I hope I didn't unref buffers
37122         that shouldn't be...
37123
37124 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37125
37126         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
37127         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
37128         (error_callback), (gmi_reset), (gmi_seek_to_track),
37129         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
37130         (gmip_find_type_post), (gmip_find_stream_post),
37131         (gmip_find_track_streaminfo_post):
37132         * gst-libs/gst/media-info/media-info-priv.h:
37133         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
37134         (info_print), (main):
37135         * gst-libs/gst/media-info/media-info.c:
37136         (gst_media_info_error_create), (gst_media_info_error_element),
37137         (gst_media_info_instance_init), (gst_media_info_get_property),
37138         (gst_media_info_new), (gst_media_info_set_source),
37139         (gst_media_info_read_idler), (gst_media_info_read):
37140         * gst-libs/gst/media-info/media-info.h:
37141           first pass at making this work again.  This seems to work on
37142           tagged ogg/vorbis and mp3 files.
37143
37144 2004-03-06  Benjamin Otte  <otte@gnome.org>
37145
37146         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37147           fix huge leak: gst_buffer_merge doesn't unref the first argument
37148           itself.
37149
37150 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37151
37152         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
37153           report layer/mode/emphasis
37154
37155 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37156
37157         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
37158
37159 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37160
37161         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
37162           signal serial
37163
37164 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37165
37166         * ext/vorbis/vorbis.c: (plugin_init):
37167         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
37168         (gst_vorbis_dec_init), (vorbis_dec_event):
37169         add debug category
37170         make vorbisdec handle _BYTE and _TIME queries
37171
37172 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37173
37174         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
37175           from the xing header
37176
37177 2004-03-06  Benjamin Otte  <otte@gnome.org>
37178
37179         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
37180         (gst_audio_convert_link), (gst_audio_convert_change_state),
37181         (gst_audio_convert_buffer_from_default_format):
37182           do conversions from/to float correctly, fix some caps nego errors,
37183           export correct supported caps in template and getcaps, use correct
37184           caps in try_set_caps functions
37185
37186 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37187
37188         For some reason, I only committed a ChangeLog entry yesterday and
37189         not the corresponding code...
37190         * ext/mad/gstmad.c: Fix detection of Xing headers
37191         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37192
37193 2004-03-06  Benjamin Otte  <otte@gnome.org>
37194
37195         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
37196         (gst_ogg_demux_src_query):
37197           make sure to handle the case where there's no current chain
37198           gracefully.
37199
37200 2004-03-05  David Schleef  <ds@schleef.org>
37201
37202         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
37203         Add fixate function. (bug #131128)
37204         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
37205         (gst_sdlvideosink_fixate):  Add fixate function.
37206         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37207         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
37208         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
37209         Fix missing break that was causing ulaw to be interpreted as
37210         raw int.
37211
37212 2004-03-05  David Schleef  <ds@schleef.org>
37213
37214         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37215         Fix code that ignores return value of gst_buffer_merge().
37216         (bug #114560)
37217         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
37218         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
37219         * testsuite/gst-lint:  Check for above.
37220
37221 2004-03-05  David Schleef  <ds@schleef.org>
37222
37223         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
37224         caps and throw an element error.  (bug #136334)
37225
37226 2004-03-05  David Schleef  <ds@schleef.org>
37227
37228         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
37229         (gst_faad_chain): Fix negotiation.
37230         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
37231         key and button events.
37232         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
37233         dung heap of code.
37234         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
37235         depends on gconf
37236         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
37237         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37238         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
37239         function to encourage better negotiation, particularly between
37240         audioconvert and osssink.
37241         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37242         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
37243         more important.
37244         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
37245         typefinding.
37246         * gst/vbidec/vbiscreen.c:  Add glib header
37247         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
37248
37249 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
37250
37251         * ext/mad/gstmad.c: Fix detection of Xing headers
37252         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37253
37254 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37255
37256         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37257         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
37258           debug updates
37259
37260 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37261
37262         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37263         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
37264         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
37265         files, and report the parsed length as a GST_TAG_DURATION tag.
37266         * gst/tags/gstid3tag.c: support TLEN (duration) tag
37267
37268 2004-03-05  Benjamin Otte  <otte@gnome.org>
37269
37270         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
37271           convert channels correctly. convert correctly to unsigned.
37272
37273 2004-03-05  Julien MOUTTE <julien@moutte.net>
37274
37275         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
37276         we have a window before clearing it.
37277
37278 2004-03-05  Julien MOUTTE <julien@moutte.net>
37279
37280         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
37281         have a window before clearing it.
37282
37283 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37284
37285         * gconf/gstreamer.schemas.in:
37286         * gst-libs/gst/gconf/Makefile.am:
37287           version installation path the same way as for 0.6
37288         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37289         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37290         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37291           remove comment that was fixed
37292
37293 2004-03-05  David Schleef  <ds@schleef.org>
37294
37295         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
37296         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
37297         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
37298         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
37299         Add prototype code for handling seeking and querying.
37300
37301 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37302
37303         * examples/gstplay/player.c: (main):
37304           Initialize variables to NULL. Prevents a segfault because the
37305           (uninitialized) variable is not NULL, resulting in a crash on
37306           trying to reach error->message.
37307
37308 2004-03-05  Benjamin Otte  <otte@gnome.org>
37309
37310         * gst/audioconvert/gstaudioconvert.c:
37311         (gst_audio_convert_buffer_to_default_format):
37312         make float=>int conversion work correctly even in cornercases.
37313
37314 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
37315
37316         * debian/README.Debian:
37317         * debian/build-deps:
37318         * debian/changelog:
37319         * debian/control:
37320         * debian/control.in:
37321         * debian/copyright:
37322         * debian/gstreamer-a52dec.files:
37323         * debian/gstreamer-aa.files:
37324         * debian/gstreamer-alsa.files:
37325         * debian/gstreamer-alsa.manpages:
37326         * debian/gstreamer-arts.files:
37327         * debian/gstreamer-artsd.files:
37328         * debian/gstreamer-audiofile.files:
37329         * debian/gstreamer-avifile.files:
37330         * debian/gstreamer-cdparanoia.files:
37331         * debian/gstreamer-colorspace.files:
37332         * debian/gstreamer-doc.files:
37333         * debian/gstreamer-dv.files:
37334         * debian/gstreamer-dvd.files:
37335         * debian/gstreamer-esd.files:
37336         * debian/gstreamer-festival.files:
37337         * debian/gstreamer-flac.files:
37338         * debian/gstreamer-gconf.conffiles:
37339         * debian/gstreamer-gconf.files:
37340         * debian/gstreamer-gconf.postinst:
37341         * debian/gstreamer-gnomevfs.files:
37342         * debian/gstreamer-gsm.files:
37343         * debian/gstreamer-http.files:
37344         * debian/gstreamer-jack.files:
37345         * debian/gstreamer-jpeg.files:
37346         * debian/gstreamer-mad.files:
37347         * debian/gstreamer-mikmod.files:
37348         * debian/gstreamer-misc.files:
37349         * debian/gstreamer-mpeg2dec.files:
37350         * debian/gstreamer-oss.files:
37351         * debian/gstreamer-plugin-apps.files:
37352         * debian/gstreamer-plugin-apps.manpages:
37353         * debian/gstreamer-plugin-libs-dev.files:
37354         * debian/gstreamer-plugin-libs.files:
37355         * debian/gstreamer-plugin-template.postinst:
37356         * debian/gstreamer-plugin-template.postrm:
37357         * debian/gstreamer-sdl.files:
37358         * debian/gstreamer-sid.files:
37359         * debian/gstreamer-vorbis.files:
37360         * debian/gstreamer-x.files:
37361         * debian/mk.control:
37362         * debian/rules:
37363         Debian package info not maintained here.
37364
37365 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37366
37367         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
37368         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
37369         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
37370         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
37371         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
37372         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
37373         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
37374         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
37375         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
37376         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
37377         * gst-libs/gst/colorbalance/colorbalance.c:
37378         (gst_color_balance_class_init):
37379         * gst-libs/gst/colorbalance/colorbalancechannel.c:
37380         (gst_color_balance_channel_class_init):
37381         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37382         * gst-libs/gst/play/play.c: (gst_play_class_init):
37383         * gst-libs/gst/propertyprobe/propertyprobe.c:
37384         (gst_property_probe_iface_init):
37385         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
37386         * gst-libs/gst/tuner/tunerchannel.c:
37387         (gst_tuner_channel_class_init):
37388         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
37389         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
37390         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
37391         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
37392         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
37393         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
37394         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
37395         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
37396         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
37397           fix signals to use - instead of _
37398         * ext/libcaca/gstcacasink.h:
37399         * ext/sdl/sdlvideosink.h:
37400           fix header rename
37401
37402 2004-03-04  David Schleef  <ds@schleef.org>
37403
37404         * testsuite/gst-lint:  Add a check for bad signal names.
37405
37406 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
37407
37408         reviewed by David Schleef
37409
37410         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
37411         modified the alpha channel and caused a warning. (bug #136192)
37412
37413 2004-04-03  Christian Schaller <Uraeus@gnome.org>
37414
37415         * gst-plugins.spec.in:
37416         Change names of plugins to actually be correct. Try to keep things
37417         alphabetical to avoid getting beat up by Thomas
37418
37419 2004-03-03  Julien MOUTTE <julien@moutte.net>
37420
37421         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
37422         Using ximagesink as a default if no gconf key found. We should
37423         probably consider using alsasink instead of osssink for the audio
37424         part.
37425
37426 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37427
37428         * configure.ac:
37429           fix --with-plugins, don't think it ever worked before
37430         * gst-plugins.spec.in:
37431           even more updates
37432
37433 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37434
37435         * ext/sdl/sdlvideosink.h:
37436         * sys/ximage/ximagesink.h:
37437         * sys/xvideo/xvideosink.h:
37438         * sys/xvimage/xvimagesink.h:
37439           Fix for move of gstvideosink.h -> videosink.h.
37440
37441 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37442
37443         * gst-libs/gst/xwindowlistener/Makefile.am:
37444           this is a plugin library, not a library
37445
37446 2004-03-01  David Schleef  <ds@schleef.org>
37447
37448         * AUTHORS:  Added some names.  Add yourself if you're still
37449         missing.
37450
37451 2004-03-01  David Schleef  <ds@schleef.org>
37452
37453         * MAINTAINERS: Add
37454
37455 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37456
37457         * gst-plugins.spec.in: clean up spec file
37458
37459 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37460
37461         * gst-libs/gst/video/Makefile.am:
37462         * gst-libs/gst/video/gstvideosink.c:
37463         * gst-libs/gst/video/gstvideosink.h:
37464           rename gstvideosink.h to videosink.h to match other headers
37465         * gst/mixmatrix/Makefile.am:
37466           fix plugin filename
37467         * gst/tags/Makefile.am: fix plugin filename
37468
37469 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37470
37471         * gst/tags/Makefile.am: fix plugin filename
37472
37473 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37474
37475         * examples/gstplay/player.c: (got_time_tick), (main):
37476           add error handler
37477           display time_tick more readably
37478         * gst/mixmatrix/Makefile.am:
37479           fix plugin file name
37480
37481 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
37482
37483         * sys/oss/gstosselement.c: (gst_osselement_probe),
37484         (device_combination_append), (gst_osselement_class_probe_devices):
37485         * sys/oss/gstosselement.h:
37486           Reworked enumeration of oss dsps and mixers so that gst-mixer works
37487           on my system using alsa oss emulation, fixes bug #135597
37488
37489 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37490
37491         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
37492         (gst_videodrop_chain), (gst_videodrop_change_state):
37493         * gst/videodrop/gstvideodrop.h:
37494           Work based on timestamp of input data, not based on the expected
37495           framerate from the input. The consequence is that this element now
37496           not only scales framerates, but also functions as a framerate
37497           corrector or framerate stabilizer/constantizer.
37498
37499 2004-02-27  David Schleef  <ds@schleef.org>
37500
37501         patches from jmmv@menta.net (Julio M. Merino Vidal)
37502
37503         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
37504         GST_ELEMENT_ERROR call (bug #135634)
37505         * gst/interleave/interleave.c: (interleave_buffered_loop),
37506         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
37507         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
37508         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37509         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
37510         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
37511         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
37512         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
37513         Fix GST_ELEMENT_ERROR call.
37514         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
37515         GST_ELEMENT_ERROR call.
37516
37517 2004-02-27  Benjamin Otte  <otte@gnome.org>
37518
37519         * gst-libs/gst/audio/audio.h:
37520           add macro to make sure header isn't included twice
37521         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
37522           don't use gst_buffer_free
37523         * gst/playondemand/filter.func:
37524           don't use gst_data_free. Free data only once.
37525
37526 2004-02-26  David Schleef  <ds@schleef.org>
37527
37528         * gst-libs/gst/colorbalance/Makefile.am:
37529         * gst-libs/gst/mixer/Makefile.am:
37530         * gst-libs/gst/tuner/Makefile.am:
37531         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
37532         should not be disted, -marshal.h files should not be installed,
37533         and -enum.h files _should_ be installed.  Fix to make this the
37534         case.
37535
37536 === release 0.7.5 ===
37537
37538 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
37539
37540         * configure.ac: release 0.7.5, "Under The Sea"
37541
37542 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37543
37544         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37545         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
37546         * gst/videoscale/gstvideoscale.c:
37547         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
37548           assorted debug/warning fixes
37549
37550 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37551
37552         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
37553         (gst_videoscale_init), (gst_videoscale_chain),
37554         (gst_videoscale_set_property), (plugin_init):
37555         * gst/videoscale/gstvideoscale.h:
37556         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
37557         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
37558         (gst_videoscale_planar400), (gst_videoscale_packed422),
37559         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
37560         (gst_videoscale_24bit), (gst_videoscale_16bit),
37561         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
37562         (gst_videoscale_scale_plane_slow),
37563         (gst_videoscale_scale_point_sample),
37564         (gst_videoscale_scale_nearest),
37565         (gst_videoscale_scale_nearest_str2),
37566         (gst_videoscale_scale_nearest_str4),
37567         (gst_videoscale_scale_nearest_32bit),
37568         (gst_videoscale_scale_nearest_24bit),
37569         (gst_videoscale_scale_nearest_16bit):
37570         add debugging category and use it properly
37571         fix use of GST_PTR_FORMAT
37572
37573 2004-02-25  Andy Wingo  <wingo@pobox.com>
37574
37575         * gst/interleave/interleave.c (interleave_buffered_loop): Always
37576         push only when channel->buffer is NULL. Prevents segfaults doing
37577         the state change after a nonlocal exit, like a scheme exception.
37578
37579         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
37580         Handle the case where the intersected caps is empty.
37581
37582 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37583
37584         * gst/law/mulaw-decode.c: (mulawdec_link):
37585         * gst/law/mulaw.c: (plugin_init):
37586           fix mulawdec so it actually works again
37587
37588 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
37589
37590         reviewed by: David Schleef  <ds@schleef.org>
37591
37592         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
37593         (gst_gamma_init), (gst_gamma_set_property),
37594         (gst_gamma_get_property), (gst_gamma_calculate_tables),
37595         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
37596         for RGB, with separate r g and b correction factors. (#131167)
37597
37598 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
37599
37600         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
37601           only signal tags for bitrate if they're > 0 (#134894)
37602
37603 2004-02-24  David Schleef  <ds@schleef.org>
37604
37605         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
37606         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
37607         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
37608         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
37609         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
37610         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
37611         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
37612         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
37613         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
37614         category.  Attempt to fix timestamp calculation.
37615
37616 2004-02-24  Johan Dahlin  <johan@gnome.org>
37617
37618         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
37619
37620 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
37621
37622         * configure.ac:
37623         * gconf/Makefile.am:
37624         * gconf/gstreamer.schemas:
37625         * gst-libs/gst/gconf/Makefile.am:
37626         * gst-libs/gst/gconf/gconf.c:
37627           version gconf schemas and install locations
37628
37629 2004-02-23  Benjamin Otte  <otte@gnome.org>
37630
37631         * ext/xine/xineinput.c: (gst_xine_input_dispose):
37632         (gst_xine_input_subclass_init):
37633           call parent dispose.
37634           change pad template for CD reader correctly
37635         * ext/xine/Makefile.am:
37636         * ext/xine/gstxine.h:
37637         * ext/xine/xine.c: (plugin_init):
37638         * ext/xine/xineaudiosink.c:
37639           wrap audio sinks, too
37640         * gst-libs/gst/resample/private.h:
37641         * gst-libs/gst/resample/resample.c: (gst_resample_init),
37642         (gst_resample_reinit), (gst_resample_scale),
37643         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
37644         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
37645         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
37646         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
37647         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
37648         * gst-libs/gst/resample/resample.h:
37649         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
37650         (gst_audioscale_class_init), (gst_audioscale_link),
37651         (gst_audioscale_get_buffer), (gst_audioscale_init),
37652         (gst_audioscale_chain), (gst_audioscale_set_property),
37653         (gst_audioscale_get_property):
37654         * gst/audioscale/gstaudioscale.h:
37655           s/resample_*/gst_resample_*/i to not clobber namespaces
37656
37657 2004-02-23  Julien MOUTTE  <julien@moutte.net>
37658
37659         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
37660         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
37661         (gst_riff_create_video_template_caps),
37662         (gst_riff_create_audio_template_caps),
37663         (gst_riff_create_iavs_template_caps):
37664         * gst-libs/gst/riff/riff-media.h:
37665         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
37666         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
37667         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
37668         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
37669         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
37670         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
37671         (gst_matroska_demux_plugin_init): First batch implementing audio and
37672         video codec tags in demuxers.
37673
37674 2004-02-22  Benjamin Otte  <otte@gnome.org>
37675
37676         * ext/xine/Makefile.am:
37677         * ext/xine/gstxine.h:
37678         * ext/xine/xine.c: (plugin_init):
37679         * ext/xine/xineinput.c:
37680           add input plugin wrapper. Playback from files, http, mms and cdda
37681           works.
37682         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
37683           remove leftover G_GNUC_UNUSED
37684         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
37685         (gst_asf_demux_identify_guid):
37686           improve debugging output
37687
37688 2004-02-22  Benjamin Otte  <otte@gnome.org>
37689
37690         reported by: Padraig O'Briain <padraig.obriain@sun.com>
37691
37692         * autogen.sh:
37693           replace test -e with test -x for mkinstalldirs to be more portable.
37694           (fixes #134816)
37695
37696 2004-02-22  Benjamin Otte  <otte@gnome.org>
37697
37698         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
37699
37700         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
37701           set rank to PRIMARY
37702         * gst/volume/gstvolume.c: (plugin_init):
37703           set rank to NONE
37704         fixes #134960
37705
37706 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
37707
37708         reviewed by Benjamin Otte  <otte@gnome.org>
37709
37710         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
37711           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
37712
37713 2004-02-22  Benjamin Otte  <otte@gnome.org>
37714
37715         * configure.ac:
37716           export [_]*{gst,Gst,GST}.* symbols from plugins
37717
37718 2004-02-22  Christophe Fergeau <teuf@gnome.org>
37719
37720         reviewed by: Benjamin Otte  <otte@gnome.org>
37721
37722         * ext/lame/gstlame.c: (add_one_tag):
37723         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37724         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
37725         (gst_vorbisenc_metadata_set1):
37726         * gst/tags/gstid3tag.c:
37727         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
37728           apply fixes from bugs #135042 (lame can't write tags) and #133817
37729           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
37730
37731 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
37732
37733         * configure.ac: Export only gst_plugin_desc from plugins.
37734          Note that this change only makes any effect with Linux using libtool
37735          1.5.2 or higher. Otherwise it is silently ignored, but it would build
37736          fine. And don't try to have several versions of libtool in different
37737          directories.
37738
37739 2004-02-20  Andy Wingo  <wingo@pobox.com>
37740
37741         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
37742         interleave respectively.
37743
37744         * gst/interleave/deinterleave.c: New plugin: deinterleave
37745         (replaces on oneton).
37746         * gst/interleave/interleave.c: New plugin: interleave.
37747         * gst/interleave/plugin.h: Support file.
37748         * gst/interleave/plugin.c: Support file.
37749
37750         * configure.ac: Remove intfloat and oneton, add interleave.
37751
37752         * ext/sndfile/gstsf.c: Handle events better.
37753
37754         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
37755         and float2int operation. int2float has scheduling problems as
37756         noted in in2float_chain.
37757
37758 2004-02-20  Benjamin Otte  <otte@gnome.org>
37759
37760         * ext/xine/Makefile.am:
37761         * ext/xine/gstxine.h:
37762         * ext/xine/xine.c:
37763         * ext/xine/xineaudiodec.c:
37764         * ext/xine/xinecaps.c:
37765           add first version of xine plugin wrapper. Currently only wraps the
37766           QDM2 win32 DLL, and even that only in proof-of-concept quality.
37767         * configure.ac:
37768         * ext/Makefile.am:
37769           add xine plugin wrapper, disabled by default. Use --enable-xine to
37770           build. Note that it'll segfault on gst-register if you don't remove
37771           the goom and tvtime post plugins from xine.
37772         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
37773         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
37774           add extradata parsing for QDM2.
37775           change around debugging prints.
37776
37777 2004-02-19  Benjamin Otte  <otte@gnome.org>
37778
37779         * ext/lame/gstlame.c: (gst_lame_chain):
37780         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
37781           use gst_tag_list_insert when you want to insert tags
37782
37783 2004-02-18  David Schleef  <ds@schleef.org>
37784
37785         * configure.ac:  Move massink to gst-rotten
37786         * ext/Makefile.am:
37787         * ext/mas/Makefile.am:
37788         * ext/mas/massink.c:
37789         * ext/mas/massink.h:
37790
37791 2004-02-18  David Schleef  <ds@schleef.org>
37792
37793         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
37794         typefinding, since it seems to be worse than nothing.
37795         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
37796         atom to recognize .mp4 and .m4a files as video/quicktime.
37797
37798 2004-02-18  David Schleef  <ds@schleef.org>
37799
37800         * gst/sine/demo-dparams.c: (quit_live),
37801         (dynparm_log_value_changed), (dynparm_value_changed), (main):
37802         Use double dparams, not float.
37803         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
37804         (gst_sinesrc_init): Change sync default to FALSE, since multiple
37805         sync'd elements don't really work correctly.
37806         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
37807         (volume_update_volume), (volume_get_property):  Change dparam
37808         to double.
37809
37810 2004-02-18  Julien MOUTTE  <julien@moutte.net>
37811
37812         * sys/ximage/ximagesink.c:
37813         (gst_ximagesink_xwindow_update_geometry),
37814         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
37815         (gst_ximagesink_change_state), (gst_ximagesink_expose),
37816         (gst_ximagesink_init): Rework the way software video scaling works. So
37817         now we check on each chain call if the video frames are feeling the
37818         window. If not we try to renegotiate caps. On failure we memorize that
37819         and we won't try again for that PLAYING sessions.
37820         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
37821         failure.
37822         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
37823         synchronous flag.
37824
37825 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37826
37827         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
37828           break up _link so we can give a better debug message for errors
37829
37830 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37831
37832         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
37833           set up debug category
37834
37835 2004-02-18  Julien MOUTTE <julien@moutte.net>
37836
37837         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
37838         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
37839         the way renegotiation work. The event handling function is not taking
37840         care of external windows and renegotiate method check for pad flags
37841         NEGOTIATING. Should fix : #133209
37842
37843 2004-02-17  Julien MOUTTE  <julien@moutte.net>
37844
37845         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
37846         pad is negotiating before trying renegotiation.
37847
37848 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37849
37850         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
37851           pass on all possible mime types as typefind hints
37852
37853 2004-02-17  Julien MOUTTE <julien@moutte.net>
37854
37855         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
37856         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
37857         possible SHM leak if we crash. All other apps using XShm are doing
37858         that.
37859
37860 2004-02-17  Julien MOUTTE  <julien@moutte.net>
37861
37862         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
37863         (gst_ximagesink_expose): Renegotiate size on expose.
37864         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
37865         size on expose.
37866
37867 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37868
37869         * testsuite/alsa/sinesrc.c:
37870           cosmetic fix to fix compile issue with gcc 2.95.4
37871
37872 2004-02-16  Julien MOUTTE <julien@moutte.net>
37873
37874         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
37875         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
37876         failed opening the audio device.
37877         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
37878         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
37879         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
37880         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
37881         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
37882         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
37883         (gst_ximagesink_change_state), (gst_ximagesink_chain),
37884         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
37885         Removing some useless g_return_if_fail like wingo suggested.
37886         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
37887         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
37888         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
37889         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
37890         (gst_xvimagesink_update_colorbalance),
37891         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
37892         (gst_xvimagesink_xcontext_clear),
37893         (gst_xvimagesink_get_fourcc_from_caps),
37894         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
37895         (gst_xvimagesink_set_xwindow_id),
37896         (gst_xvimagesink_colorbalance_list_channels),
37897         (gst_xvimagesink_colorbalance_set_value),
37898         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
37899         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
37900
37901 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37902
37903         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37904           throw error when not negotiated instead of asserting
37905
37906 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37907
37908         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
37909         correct data refcounting.
37910
37911 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37912
37913         * gst/switch/gstswitch.c: (gst_switch_change_state),
37914         (gst_switch_class_init): Cleaning the sinkpads correctly on state
37915         change, mostly the EOS flag.
37916
37917 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37918
37919         * examples/gstplay/player.c: (got_eos), (main): Adding some
37920         output for debugging.
37921         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
37922         timeouts if we go to any state different from PLAYING.
37923         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
37924         more EOS bugs in riff lib.
37925
37926 2004-02-14  Julien MOUTTE  <julien@moutte.net>
37927
37928         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
37929         visualization until i find a way to fix switch correctly.
37930         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
37931         EOS arrives.
37932         * gst/switch/gstswitch.c: (gst_switch_release_pad),
37933         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
37934         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
37935         Reworked switch to get a more correct behaviour with events and refing
37936         of data stored in sinkpads.
37937         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
37938         we don't pull from a pad in EOS.
37939
37940 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37941
37942         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37943           remove v1 tag even if we can't read it (makes sure we don't detect
37944           it again)
37945
37946 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37947
37948         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
37949         (gst_alsa_xrun_recovery):
37950         * ext/alsa/gstalsa.h:
37951           try xrun recovery when wait failed. Make xrun recovery function
37952           return TRUE/FALSE to indicate success. (might fix #134354)
37953
37954 2004-02-13  David Schleef  <ds@schleef.org>
37955
37956         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
37957         (dynparm_value_changed), (main): Convert from float to double.
37958         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
37959
37960 2004-02-13  David Schleef  <ds@schleef.org>
37961
37962         * gst/silence/gstsilence.c: (gst_silence_class_init),
37963         (gst_silence_set_clock), (gst_silence_get),
37964         (gst_silence_set_property), (gst_silence_get_property):
37965         * gst/silence/gstsilence.h: Add sync property.
37966         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
37967         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
37968         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
37969         * gst/sine/gstsinesrc.h: Add sync property.
37970
37971 2004-02-13  David Schleef  <ds@schleef.org>
37972
37973         * gst/intfloat/gstint2float.c: (conv_f32_s16),
37974         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
37975
37976 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37977
37978         * configure.ac:
37979         * ext/Makefile.am:
37980         * gst-libs/ext/Makefile.am:
37981           move ffmpeg plugin to gst-ffmpeg module
37982
37983 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37984
37985         * configure.ac: use GST_ARCH to detect architecture
37986
37987 2004-02-12  Julien MOUTTE  <julien@moutte.net>
37988
37989         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
37990
37991 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
37992
37993         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
37994           classify LADSPA plugins based on number of src/sink pads
37995           (#133663, Stefan Kost)
37996         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
37997           fix dparams registration
37998           (#133528, Stefan Kost)
37999         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
38000           fix use of isprint and use g_ascii_isprint instead
38001           (#133316, Stefan Kost)
38002
38003 2004-02-11  David Schleef  <ds@schleef.org>
38004
38005         Convert a few inner loops to use liboil.  This is currently
38006         optional, and is only enabled if liboil is present (duh!).
38007         * configure.ac: Check for liboil-0.1
38008         * gst/intfloat/Makefile.am:
38009         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
38010         (gst_int2float_chain_gint16):
38011         * gst/videofilter/Makefile.am:
38012         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
38013         (tablelookup_u8), (gst_videobalance_planar411):
38014         * gst/videotestsrc/Makefile.am:
38015         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
38016         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
38017         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
38018         (paint_hline_RGB565), (paint_hline_xRGB1555):
38019
38020 2004-02-11  David Schleef  <ds@schleef.org>
38021
38022         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
38023         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
38024         (gst_colorspace_getcaps), (gst_colorspace_link),
38025         (gst_colorspace_base_init), (gst_colorspace_init),
38026         (gst_colorspace_chain), (gst_colorspace_change_state),
38027         (plugin_init): Merge Ronald's patch (bug #117897) and update
38028         for new caps and negotiation.  Seems to work, although it
38029         shows off bugs in lcs.
38030
38031 2004-02-11  David Schleef  <ds@schleef.org>
38032
38033         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
38034         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
38035
38036 2004-02-11  David Schleef  <ds@schleef.org>
38037
38038         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
38039         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
38040         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
38041         Add server and port properties
38042
38043 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38044
38045         * m4/a52.m4:
38046         * m4/aalib.m4:
38047         * m4/as-ffmpeg.m4:
38048         * m4/as-liblame.m4:
38049         * m4/as-slurp-ffmpeg.m4:
38050         * m4/check-libheader.m4:
38051         * m4/esd.m4:
38052         * m4/freetype2.m4:
38053         * m4/gconf-2.m4:
38054         * m4/glib.m4:
38055         * m4/gst-alsa.m4:
38056         * m4/gst-artsc.m4:
38057         * m4/gst-ivorbis.m4:
38058         * m4/gst-matroska.m4:
38059         * m4/gst-sdl.m4:
38060         * m4/gst-shout2.m4:
38061         * m4/gst-sid.m4:
38062         * m4/gtk.m4:
38063         * m4/libdv.m4:
38064         * m4/libfame.m4:
38065         * m4/libmikmod.m4:
38066         * m4/ogg.m4:
38067         * m4/vorbis.m4:
38068           fix underquotedness of macros (#133800)
38069         * m4/as-avifile.m4:
38070         * m4/xmms.m4:
38071           removed because no longer used
38072
38073 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38074
38075         * configure.ac:
38076           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
38077           by autopoint (fixes #132996)
38078
38079 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38080
38081         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
38082         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
38083         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
38084         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
38085           fix memleaks
38086
38087 2004-02-11  David Schleef  <ds@schleef.org>
38088
38089         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
38090         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
38091         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
38092         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
38093         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
38094         (gst_jpegenc_class_init), (gst_jpegenc_init),
38095         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
38096         (gst_jpegenc_chain), (gst_jpegenc_set_property),
38097         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
38098         * ext/jpeg/gstjpegenc.h: Fix negotiation.
38099
38100 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38101
38102         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
38103         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
38104         * ext/mikmod/gstmikmod.h:
38105           fix caps negotiation in mikmod
38106         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
38107           output debug information
38108
38109 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38110
38111         * gst-libs/gst/colorbalance/Makefile.am:
38112         * gst-libs/gst/navigation/Makefile.am:
38113         * gst-libs/gst/xoverlay/Makefile.am:
38114           remove unused GST_OPT_CFLAGS from Makefiles
38115           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
38116
38117 2004-02-07  David Schleef  <ds@schleef.org>
38118
38119         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
38120         push events to pads that haven't been created (#133508)
38121
38122 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
38123
38124         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
38125         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
38126         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
38127         (gst_dvdec_loop), (gst_dvdec_change_state):
38128         Second attempt at committing a working dvdec element.
38129
38130 2004-02-06  David Schleef  <ds@schleef.org>
38131
38132         Build fixes for OS X: (see #129600)
38133         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
38134         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
38135         (gst_riff_read_strf_iavs):
38136         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38137         (gst_avi_demux_stream_odml):
38138         * gst/playondemand/Makefile.am:
38139         * gst/rtp/rtp-packet.c:
38140
38141 2004-02-05  David Schleef  <ds@schleef.org>
38142
38143         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
38144         last change, because it Just Doesn't Compile.
38145
38146 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38147
38148         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38149           skip undecodable id3v2 tag instead of keeping it
38150
38151 2004-02-05  David Schleef  <ds@schleef.org>
38152
38153         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
38154         Unref leaked buffer.  (Noticed by Ronald)
38155
38156 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
38157
38158         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38159         Sync requires with other checks.  >= vs =.
38160
38161 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
38162
38163         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
38164         (gst_dvdec_video_link), (gst_dvdec_loop):
38165         * ext/dv/gstdvdec.h:
38166           rework the caps negotiation so that dvdec works again instead
38167           of just segfaulting.
38168
38169 === release 0.7.4 ===
38170
38171 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
38172
38173         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
38174         * configure.ac: changed for release
38175
38176 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
38177
38178         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
38179         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38180         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38181         * pkgconfig/gstreamer-play-uninstalled.pc.in:
38182           reworked patch by David Lehn to fix libdir and includedir for
38183           uninstalled libraries
38184           removed play and gconf from gstreamer-libs since they have their
38185           own pkgconfig files
38186
38187 2004-02-04  David Schleef  <ds@schleef.org>
38188
38189         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
38190         memleak.
38191
38192 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38193
38194         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38195           use correct GST_TAG_ENCODER tag
38196
38197 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38198
38199         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
38200           be sure to stop the clock when going to paused
38201         * sys/oss/gstosssink.c: (gst_osssink_change_state):
38202           reset number of transmitted when going to ready.
38203         fixes #132935
38204
38205 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
38206
38207         reviewed by Benjamin Otte
38208
38209         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38210           extract track count (fixes #133410)
38211
38212 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38213
38214         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38215           that should be !=, not == (fixes #132519)
38216
38217 2004-02-04  David Schleef  <ds@schleef.org>
38218
38219         Make sure set_explicit_caps() is called before adding pad.
38220         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38221         * gst/id3/gstid3types.c: (gst_id3types_loop):
38222         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38223         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38224
38225 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38226
38227         * configure.ac:
38228           bump nano to 2, first prerelease
38229           put back AM_PROG_LIBTOOL
38230
38231 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38232
38233         * testsuite/alsa/Makefile.am:
38234           these are user test apps, not automatic testsuite tests
38235
38236 2004-02-04  David Schleef  <ds@schleef.org>
38237
38238         Convert GST_DEBUG_CAPS() to GST_DEBUG():
38239         * gst/mpeg1videoparse/gstmp1videoparse.c:
38240         (mp1videoparse_parse_seq):
38241         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38242         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38243         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
38244         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
38245         (gst_xvideosink_getcaps):
38246         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
38247         * testsuite/gst-lint: more tests
38248
38249 2004-02-04  David Schleef  <ds@schleef.org>
38250
38251         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
38252         with the code that they would expand to.
38253         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
38254         (gst_flacdec_get_src_query_types),
38255         (gst_flacdec_get_src_event_masks):
38256         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
38257         (gst_gnomevfssrc_get_query_types),
38258         (gst_gnomevfssrc_get_event_mask):
38259
38260 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38261
38262         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38263         (gst_sinesrc_dispose):
38264           fix memleak by properly disposing sinesrc
38265
38266 2004-02-04  Julien MOUTTE  <julien@moutte.net>
38267
38268         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
38269         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
38270         an overlay to redraw the image because it has been exposed.
38271         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
38272         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
38273         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
38274         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
38275         interface
38276         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
38277         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
38278         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
38279         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
38280         interface
38281
38282 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38283
38284         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38285           more memleak fixage
38286
38287 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38288
38289         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38290         * gst/typefind/gsttypefindfunctions.c:
38291           fix memleaks shown by gst-typefind
38292
38293 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38294
38295         * common/glib-gen.mak:
38296           add hack rule to touch .Plo files
38297         * gst-libs/gst/colorbalance/Makefile.am:
38298         * gst-libs/gst/mixer/Makefile.am:
38299         * gst-libs/gst/play/Makefile.am:
38300         * gst-libs/gst/tuner/Makefile.am:
38301           remove glib_root variable
38302
38303 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38304
38305         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
38306           set explicit caps before adding the element, so the autopluggers can
38307           plug correctly.
38308         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
38309         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
38310         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38311         (dv_type_find):
38312           fix memleaks in typefind functions. gst_type_find_suggest takes a const
38313           argument.
38314
38315 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38316
38317         * gst-libs/gst/colorbalance/Makefile.am:
38318         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
38319         * gst-libs/gst/colorbalance/colorbalance.c:
38320         * gst-libs/gst/colorbalance/colorbalance.h:
38321         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
38322         * gst-libs/gst/mixer/Makefile.am:
38323         * gst-libs/gst/mixer/mixer-marshal.list:
38324         * gst-libs/gst/mixer/mixer.c:
38325         * gst-libs/gst/mixer/mixer.h:
38326         * gst-libs/gst/mixer/mixermarshal.list:
38327         * gst-libs/gst/play/Makefile.am:
38328         * gst-libs/gst/play/play.h:
38329         * gst-libs/gst/tuner/Makefile.am:
38330         * gst-libs/gst/tuner/tuner-marshal.list:
38331         * gst-libs/gst/tuner/tuner.c:
38332         * gst-libs/gst/tuner/tuner.h:
38333         * gst-libs/gst/tuner/tunermarshal.list:
38334           use new glib-gen.mak snippet to clean up Makefile.am
38335           fix various bugs in Makefile.am's
38336
38337 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38338
38339         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38340           handle chain parsing correctly in the multichain case
38341         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
38342         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
38343         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
38344         (theora_dec_chain):
38345           handle events and queries correctly
38346
38347 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38348
38349         * .cvsignore:
38350         Ignore generated file _stdint.h.
38351
38352 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38353
38354         * gst-libs/gst/colorbalance/Makefile.am:
38355         * gst-libs/gst/colorbalance/colorbalance.h:
38356         * gst-libs/gst/mixer/Makefile.am:
38357         * gst-libs/gst/mixer/mixer.h:
38358         * gst-libs/gst/play/Makefile.am:
38359         * gst-libs/gst/play/play.h:
38360         * gst-libs/gst/tuner/Makefile.am:
38361         * gst-libs/gst/tuner/tuner.h:
38362         Generate enum type code with glib-mkenums.
38363         * gst-libs/gst/colorbalance/.cvsignore:
38364         * gst-libs/gst/mixer/.cvsignore:
38365         * gst-libs/gst/play/.cvsignore:
38366         * gst-libs/gst/tuner/.cvsignore:
38367         Ignore generated files.
38368
38369 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38370
38371         * gst-libs/gst/audio/.cvsignore:
38372         Ignore generated file.
38373         * gst-libs/gst/audio/Makefile.am:
38374         Do not install example filter.
38375
38376 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38377
38378         * examples/switch/.cvsignore:
38379         Ignore generated file.
38380
38381 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38382
38383         * common/m4/ax_create_stdint_h.m4:
38384         * configure.ac:
38385           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
38386           _stdint.h.
38387         * Makefile.am:
38388           remove generated _stdint.h in DISTCLEANFILES
38389         * ext/a52dec/gsta52dec.c:
38390           include _stdint.h for a52dec. (should fix #133064)
38391
38392 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38393
38394         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
38395         (gst_tag_to_vorbis_comments):
38396         Add replaygain support to vorbistag
38397
38398 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38399         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38400         (gst_ffmpeg_caps_to_extradata):
38401           Fix SVQ3 caps flag properties
38402           Use glib macro for bytes swap
38403
38404 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38405
38406         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
38407         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
38408         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
38409         * ext/sndfile/gstsf.c: (plugin_init):
38410         * gst/avi/gstavi.c: (plugin_init):
38411         * sys/dxr3/dxr3init.c: (plugin_init):
38412         * sys/oss/gstossaudio.c: (plugin_init):
38413         * sys/v4l/gstv4l.c: (plugin_init):
38414         * sys/v4l2/gstv4l2.c: (plugin_init):
38415           remove textdomain calls
38416         * po/nl.po:
38417           update Dutch translation
38418
38419 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38420
38421         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
38422         (gst_play_set_audio_sink): Moving volume in the audio thread for
38423         instantaneous volume change. Maybe i will add another volume in front
38424         of visualization later, not sure yet though.
38425
38426 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38427
38428         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38429         (gst_ximagesink_handle_xevents): Better X events handling, only take
38430         the latest events for configure and motion.
38431         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
38432
38433 2004-02-02  Jon Trowbridge  <trow@gnu.org>
38434
38435         reviewed by: David Schleef  <ds@schleef.org>
38436
38437         Fix memory leaks:
38438         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
38439         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
38440
38441 2004-02-02  David Schleef  <ds@schleef.org>
38442
38443         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
38444         of lines.
38445         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
38446         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38447         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
38448         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
38449         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
38450         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
38451         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
38452         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
38453         (gst_float2_2_int_link):
38454         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
38455         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
38456         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
38457         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
38458         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
38459         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
38460         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
38461         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
38462         * testsuite/gst-lint: Add tests for bzero and ;;
38463
38464 2004-02-02  David Schleef  <ds@schleef.org>
38465
38466         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
38467
38468 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38469
38470         * ext/aalib/gstaasink.c: (gst_aasink_open):
38471         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
38472         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38473         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
38474         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
38475         (gst_afsink_close_file):
38476         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
38477         (gst_afsrc_close_file):
38478         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
38479         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
38480         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
38481         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
38482         * ext/esd/esdmon.c: (gst_esdmon_get):
38483         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
38484         * ext/faac/gstfaac.c: (gst_faac_chain):
38485         * ext/faad/gstfaad.c: (gst_faad_chain):
38486         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
38487         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38488         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
38489         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
38490         (gst_flacdec_loop):
38491         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38492         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38493         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
38494         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
38495         (gst_gnomevfssink_close_file):
38496         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
38497         (gst_gnomevfssrc_open_file):
38498         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
38499         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
38500         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
38501         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
38502         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
38503         * ext/mad/gstmad.c: (gst_mad_chain):
38504         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
38505         * ext/mpeg2dec/gstmpeg2dec.c:
38506         * ext/mpeg2enc/gstmpeg2enc.cc:
38507         * ext/mplex/gstmplex.cc:
38508         * ext/mplex/gstmplexibitstream.cc:
38509         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
38510         (gst_ogg_demux_push):
38511         * ext/raw1394/gstdv1394src.c:
38512         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
38513         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
38514         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
38515         (gst_sf_loop):
38516         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
38517         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
38518         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
38519         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
38520         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38521         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
38522         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
38523         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
38524         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38525         (gst_riff_read_element_data), (gst_riff_read_seek),
38526         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
38527         * gst/adder/gstadder.c: (gst_adder_loop):
38528         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
38529         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
38530         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
38531         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
38532         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
38533         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
38534         * gst/goom/gstgoom.c: (gst_goom_chain):
38535         * gst/id3/gstid3types.c: (gst_id3types_loop):
38536         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38537         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
38538         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
38539         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38540         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
38541         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
38542         (gst_ebml_read_float), (gst_ebml_read_header):
38543         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
38544         (gst_matroska_demux_parse_blockgroup):
38545         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
38546         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
38547         * gst/oneton/gstoneton.c: (gst_oneton_chain):
38548         * gst/silence/gstsilence.c: (gst_silence_get):
38549         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
38550         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
38551         * gst/speed/gstspeed.c: (speed_loop):
38552         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
38553         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
38554         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
38555         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
38556         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
38557         (gst_wavparse_loop):
38558         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
38559         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
38560         (dxr3audiosink_close):
38561         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
38562         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
38563         (dxr3videosink_close), (dxr3videosink_write_data):
38564         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
38565         * sys/oss/gstosssink.c: (gst_osssink_chain):
38566         * sys/oss/gstosssrc.c: (gst_osssrc_get):
38567         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
38568         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
38569         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
38570         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
38571         (gst_v4l_set_window), (gst_v4l_enable_overlay):
38572         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
38573         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
38574         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
38575         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
38576         (gst_v4l_set_audio):
38577         * sys/v4l/v4l_calls.h:
38578         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
38579         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
38580         (gst_v4lmjpegsink_playback_init),
38581         (gst_v4lmjpegsink_playback_start):
38582         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
38583         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
38584         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
38585         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
38586         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
38587         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
38588         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
38589         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
38590         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
38591         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
38592         (gst_v4l2_get_output), (gst_v4l2_set_output),
38593         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
38594         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
38595         (gst_v4l2_set_attribute):
38596         * sys/v4l2/v4l2_calls.h:
38597         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
38598         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
38599         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
38600         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
38601         (gst_v4l2src_capture_stop):
38602         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
38603         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
38604         (gst_ximagesink_chain):
38605         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
38606         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
38607         (gst_xvideosink_xwindow_new):
38608         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38609         (gst_xvimagesink_chain):
38610
38611 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38612
38613         * gst/volume/gstvolume.c: (gst_volume_set_volume),
38614         (gst_volume_get_volume), (volume_class_init), (volume_init),
38615         (volume_chain_int16), (volume_update_volume):
38616         * gst/volume/gstvolume.h:
38617           make code more readable by removing magic numbers
38618           make mixer interface export 0-100 range
38619           make it internally map to 0.0-1.0 range so users don't distort
38620           output by putting the sliders at full volume
38621
38622 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38623
38624         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
38625         (gst_play_state_change), (gst_play_seek_to_time):
38626         block the tick callback for 0.5 secs after doing a seek
38627
38628 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38629
38630         * gst-libs/gst/play/play.c: (gst_play_new):
38631           check for GError
38632
38633 2004-02-01  Julien MOUTTE  <julien@moutte.net>
38634
38635         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
38636         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
38637         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
38638         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
38639         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
38640         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
38641
38642 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38643
38644         * configure.ac:
38645         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38646           check for a function added in vorbis 1.1
38647
38648 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38649
38650         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
38651         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
38652           really start/stop clock only on PLAYING <=> PAUSED
38653         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38654           remove \n from debugging lines
38655         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38656           make it work when seeking does not
38657         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38658           reset on DISCONT
38659
38660 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38661
38662         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
38663           start clock on PAUSED=>PLAYING, not later
38664         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
38665           extract correct time for different discont formats
38666         (gst_alsa_sink_get_time):
38667           don't segfault when no format is negotiated yet, just return 0
38668         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38669         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
38670         (gst_ogg_pad_push):
38671           handle flush and discont events correctly
38672         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
38673           handle discont events correctly
38674
38675 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
38676
38677         * gst-libs/gst/play/play.c: (gst_play_error_quark),
38678         (gst_play_error_create), (gst_play_error_plugin),
38679         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
38680         * gst-libs/gst/play/play.h:
38681           add error handling during creation
38682         * examples/gstplay/player.c: (main):
38683           use new gst_play_new
38684
38685
38686 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38687
38688         * ext/theora/theoradec.c: (theora_dec_chain):
38689           make comments work
38690         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
38691         (vorbis_dec_src_event), (vorbis_dec_chain):
38692           add encoder tag, fix tag reading to be more error tolerant, change
38693           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
38694           gst_pad_event_default.
38695         * gst/tags/gstvorbistag.c:
38696         (gst_tag_list_from_vorbiscomment_buffer):
38697           undefine function specific define at end of function
38698
38699 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
38700
38701         * ext/flac/gstflac.c: (plugin_init):
38702         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
38703         * ext/flac/gstflacdec.h:
38704         * ext/flac/gstflacenc.h:
38705           Fix typos
38706
38707 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
38708
38709         * examples/gstplay/player.c: s/gstplay.h/play.h/
38710
38711 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38712
38713         * gst-libs/gst/play/Makefile.am:
38714         * gst-libs/gst/play/gstplay.c:
38715         * gst-libs/gst/play/gstplay.h:
38716         * gst-libs/gst/play/play.c:
38717           more surgery, operation complete
38718
38719 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38720
38721         * gst-libs/gst/play/play.old.c:
38722         * gst-libs/gst/play/play.old.h:
38723           after CVS surgery by moving, remove
38724         * gst-libs/gst/play/playpipelines.c:
38725           remove
38726
38727         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38728           add negotiation error
38729
38730 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38731
38732         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38733         (gst_ogg_demux_push):
38734           add some seeking debug info
38735           send a flush when seeking
38736
38737 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38738
38739         * configure.ac:
38740           use AC_C_INLINE
38741         * configure.ac:
38742         * ext/Makefile.am:
38743         * ext/theora/Makefile.am:
38744         * ext/theora/theoradec.c:
38745           add theora video decoder. Does just do simple decoding for now and
38746           has been tested against Theora cvs only. It only works when theora
38747           is compiled with --enable-static.
38748         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38749           always reset packetno on DISCONT
38750
38751 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38752
38753         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38754           Fix audio.
38755
38756 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38757
38758         * gst/mpegaudioparse/gstmpegaudioparse.c:
38759         (mp3_type_frame_length_from_header):
38760           Fix header parsing - stolen from ffmpeg (thank you! :) ).
38761
38762 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38763
38764         * ext/esd/esdsink.c: (gst_esdsink_init):
38765           Since we have static pad template caps, we don't need to negotiate;
38766           either the core errors out or we know the format.
38767
38768 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38769
38770         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38771         (gst_riff_read_seek):
38772         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38773         (gst_ebml_read_seek):
38774           Fix event handling.
38775
38776 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38777
38778         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
38779           removee video/x-theora from vp3 decoder, it doesn't handle raw
38780           theora streams
38781         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
38782           fix bug with finalizing element that never went to PAUSED
38783         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
38784           length and position queries were swapped
38785         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
38786         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
38787         (vorbis_dec_src_event):
38788           implement querying time and bytes
38789
38790 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38791
38792         * just about every source file:
38793           gst_element_error -> GST_ELEMENT_ERROR
38794
38795 2004-01-29  Julien MOUTTE  <julien@moutte.net>
38796
38797         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
38798         emiting FLUSH and even before DISCONT.
38799         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
38800         get the best instant seeking as possible yay!
38801
38802 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38803
38804         * gst/mpeg1videoparse/gstmp1videoparse.c:
38805         (gst_mp1videoparse_real_chain):
38806           Committed wrong version last week... Grr... Didn't notice until now.
38807
38808 2004-01-29  Julien MOUTTE <julien@moutte.net>
38809
38810         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
38811         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
38812         have_xwindow_id signal in xwindow_create.
38813
38814 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38815
38816         * ext/ogg/gstoggdemux.c:
38817           lots of changes - mainly support for chained bitstreams, seeking,
38818           querying and bugfixes of course
38819         * ext/vorbis/Makefile.am:
38820         * ext/vorbis/vorbisdec.c:
38821         * ext/vorbis/vorbisdec.h:
38822           add vorbisdec raw vorbis decoder
38823         * ext/vorbis/vorbis.c: (plugin_init):
38824           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
38825         * gst/intfloat/Makefile.am:
38826         * gst/intfloat/float22int.c:
38827         * gst/intfloat/float22int.h:
38828         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
38829           add float2intnew plugin. It converts multichannel interleaved float to
38830           multichannel interleaved int. The name should probably be changed.
38831         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
38832         (plugin_init):
38833           add typefinding for raw theora video so oggdemux can detect it.
38834
38835 2004-01-28  Julien MOUTTE  <julien@moutte.net>
38836
38837         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
38838         sink element first.
38839         * gst/videoscale/gstvideoscale.c:
38840         (gst_videoscale_handle_src_event): Fixing src event handler.
38841
38842 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38843
38844         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
38845         (gst_v4lsrc_open), (gst_v4lsrc_close),
38846         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
38847         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
38848         * sys/v4l/gstv4lsrc.h:
38849         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
38850         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
38851           Implement resizing... Hack. But that's why v4l is b0rked...
38852
38853 2004-01-28  Julien MOUTTE <julien@moutte.net>
38854
38855         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
38856         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
38857         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
38858         (gst_ximagesink_xwindow_destroy):
38859         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
38860         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
38861         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38862         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
38863         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
38864         correctly cleaning the image created to check xshm calls on succes,
38865         added a lot of XSync calls in X11 functions, and fixed a segfault when
38866         no image format was defined before negotiation happened.
38867
38868 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38869
38870         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
38871           use gst_element_get_time to get correct time
38872
38873 2004-01-28  Julien MOUTTE  <julien@moutte.net>
38874
38875         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
38876         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
38877         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
38878         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
38879         (gst_xvimagesink_check_xshm_calls),
38880         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
38881         X plugins are now able to detect that XShm calls will fail even if the
38882         server claims that it has XShm support (remote displays most of the
38883         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
38884         so that we use non XShm functions. This feature is almost useless for
38885         xvimagesink as Xv is not supported on remote displays anyway, but
38886         it might happen than even on the local display XShm calls fail.
38887
38888 2004-01-27  David Schleef  <ds@schleef.org>
38889
38890         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
38891         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
38892         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
38893         changed esdsink to only use 44100,16,2, since esd sucks at rate
38894         conversion and esdsink has had difficulty negotiating.
38895
38896 2004-01-27  Julien MOUTTE <julien@moutte.net>
38897
38898         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
38899         (gst_play_seek_to_time): Fixing the way to get current position.
38900
38901 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38902
38903         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
38904           use gst_element_get_time to get correct time
38905
38906 2004-01-27  Julien MOUTTE <julien@moutte.net>
38907
38908         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
38909         fix ever... Inverting 2 lines of code make spider autoplug correctly
38910         tagged mp3 !
38911
38912 2004-01-27  David Schleef  <ds@schleef.org>
38913
38914         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
38915         Use gst_pad_try_set_caps_nonfixed().
38916
38917 2004-01-27  David Schleef  <ds@schleef.org>
38918
38919         * gst/ac3parse/gstac3parse.c: update to checklist 5
38920         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
38921         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
38922         * gst/audioscale/gstaudioscale.c: same
38923         * gst/auparse/gstauparse.c: same
38924         * gst/avi/gstavidemux.c: same
38925
38926 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38927
38928         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
38929           stop processing after EOS
38930
38931 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38932
38933         * gst/asfdemux/asfheaders.h:
38934         * gst/asfdemux/gstasfdemux.c:
38935         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
38936         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
38937         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
38938           lot's of fixes to make data extraction simpler and get the code
38939           architecture and compiler independant. Add debugging category
38940         * gst/goom/gstgoom.c: (gst_goom_change_state):
38941           reset channel count on PAUSED=>READY, not READY=>PAUSED
38942
38943 2004-01-26  Colin Walters  <walters@verbum.org>
38944
38945         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
38946         code to pull a bigger buffer in iradio mode.  This as a side effect
38947         makes typefinding work.
38948
38949 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
38950
38951         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
38952         Fix SVQ3 decoding on PPC
38953
38954 2004-01-26  Julien MOUTTE <julien@moutte.net>
38955
38956         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
38957         that one managed to stay there... Fixed.
38958
38959 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
38960
38961         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38962         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
38963         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
38964         (qtdemux_video_caps):
38965         * gst/qtdemux/qtdemux.h:
38966         Add SVQ3 specific flags to qtdemux and ffmpeg
38967
38968 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38969
38970         * gst-libs/gst/audio/audio.h:
38971           remove buffer-frames from audio caps
38972         * gst/audioconvert/gstaudioconvert.c:
38973           fix plugin to really work.
38974
38975 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38976
38977         * gst-libs/gst/mixer/mixer.c:
38978         * gst-libs/gst/propertyprobe/propertyprobe.c:
38979         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
38980         (gst_tuner_find_channel_by_name):
38981         * gst-libs/gst/tuner/tuner.h:
38982           Add gtk-doc style comments. Also fix a function name.
38983
38984 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38985
38986         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
38987         (gst_divxdec_negotiate):
38988           Fix for new capsnego - also fixes gst-player with divxdec.
38989
38990 2004-01-25  Julien MOUTTE  <julien@moutte.net>
38991
38992         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
38993         (gst_play_identity_handoff), (gst_play_set_location),
38994         (gst_play_set_visualization), (gst_play_connect_visualization): Another
38995         try in visualization implementation. Still have an issue with switch
38996         blocking when pulling from video_queue and only audio comes out of
38997         spider.
38998         * gst/switch/gstswitch.c: (gst_switch_release_pad),
38999         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
39000         release method. And check if the pad is usable before pulling.
39001
39002 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39003
39004         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
39005         (gst_videobalance_init),
39006         (gst_videobalance_colorbalance_list_channels),
39007         (gst_videobalance_colorbalance_set_value),
39008         (gst_videobalance_colorbalance_get_value),
39009         (gst_videobalance_update_properties),
39010         (gst_videobalance_update_tables_planar411),
39011         (gst_videobalance_planar411):
39012         * gst/videofilter/gstvideobalance.h:
39013           Implement lookup-tables. +/- 10x faster.
39014
39015 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39016
39017         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39018         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39019           The index reading was broken. The rest worked fine, but the whole
39020           goal of my rewrite was to make avidemux readable, and this was
39021           not at all readable. Please use typed variables.
39022
39023 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39024
39025         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39026           Additional pad usability check.
39027         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
39028         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
39029         (gst_mp1videoparse_real_chain):
39030           Fix MPEG video stream parsing. The original plugin had several
39031           issues, including not timestamping streams where the source was
39032           not timestamped (this happens with PTS values in mpeg system
39033           streams, but MPEG video is also a valid stream on its own so
39034           that needs timestamps too). We use the display time code for that
39035           for now. Also, if one incoming buffer contains multiple valid
39036           frames, we push them all on correctly now, including proper EOS
39037           handling. Lastly, several potential segfaults were fixed, and we
39038           properly sync on new sequence/gop headers to include them in next,
39039           not previous frames (since they're header for the next frame, not
39040           the previous). Also see #119206.
39041         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
39042         (bpf_from_header):
39043           Move caps setting so we only do it after finding several valid
39044           MPEG-1 fraes sequentially, not right after the first one (which
39045           might be coincidental).
39046         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
39047         (mpeg_video_type_find), (mpeg_video_stream_type_find),
39048         (plugin_init):
39049           Add unsynced MPEG video stream typefinding, and change some
39050           probability values so we detect streams rightly. The idea is as
39051           follows: I can have an unsynced system stream which contains
39052           video. In the current code, I would randomly get a type for either
39053           system or video stream type found, because the probabilities are
39054           being calculated rather randomly. I now use fixed values, so we
39055           always prefer system stream if that was found (and that is how it
39056           should be). If no system stream was found, we can still identity                the stream as video-only.
39057
39058 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39059
39060         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39061         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39062           don't write to buffer. Extract data without the need of
39063           __attribute__ ((packed))
39064
39065 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39066
39067         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
39068         (mpeg1_sys_type_find):
39069           Fix MPEG-1 stream typefinding.
39070
39071 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39072
39073         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
39074           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
39075
39076 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39077
39078         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
39079         * ext/esd/gstesd.c: (plugin_init):
39080           private debugging, better error reporting
39081
39082 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39083
39084         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
39085         (gst_riff_read_init), (gst_riff_read_change_state):
39086         * gst-libs/gst/riff/riff-read.h:
39087           Remove stuff fromold metadata system.
39088
39089 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39090
39091         * ext/ogg/gstoggdemux.c:
39092           Fix wrong file comment.
39093         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39094         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
39095           Add metadata reading properly.
39096
39097 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39098
39099         * ext/Makefile.am:
39100           Fix nas DIST_SUBDIRS
39101           Uraeus:
39102           Fix bug where make distcheck doesn't get run on adding stuff to
39103           the build.
39104
39105 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39106
39107         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
39108         * ext/divx/gstdivxdec.h:
39109           Fix divx3 ("msmpeg4") playback using divxdec.
39110
39111 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39112
39113         * gst/typefind/gsttypefindfunctions.c:
39114         (mp3_type_frame_length_from_header): fix bug in length computation
39115         (mp3_type_find): improve debugging output
39116
39117 2004-01-23  Julien MOUTTE  <julien@moutte.net>
39118
39119         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39120         (gst_play_set_location), (gst_play_seek_to_time),
39121         (gst_play_set_audio_sink), (gst_play_set_visualization),
39122         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
39123         the pipeline from scratch. Visualization is back and switch went out as
39124         i realized it was not possible to use the way i wanted.
39125         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
39126         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
39127         clearing in state change from READY to NULL. So that one can clean the
39128         X ressources keeping the element.
39129         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39130         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
39131         (gst_xvimagesink_colorbalance_set_value),
39132         (gst_xvimagesink_colorbalance_get_value),
39133         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
39134         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
39135         change from READY to NULL and fixed some stupid bugs in colorbalance
39136         get/set values. Also added the following feature : when nobody tries to
39137         set some values to the colorbalance levels before the xcontext is
39138         grabbed, then when creating channels list from Xv attributes we set the
39139         internal values to the Xv defaults. This way we handle buggy Xv drivers
39140         that set default hue values far from the middle of the range (Thanks
39141         to Jon Trowbridge for pointing that issue).
39142         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
39143         colorbalance levels have been set before xcontext is grabbed.
39144
39145 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39146
39147         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
39148           Fix the ossmixer case where we shouldn't open /dev/dsp* because
39149           it might block operations (which is bad for a mixer).
39150
39151 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39152
39153         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
39154         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
39155         (gmip_find_type_pre):
39156         * gst-libs/gst/media-info/media-info-priv.h:
39157         * gst-libs/gst/media-info/media-info.c:
39158         (gst_media_info_instance_init), (gst_media_info_read_idler):
39159         add fakesink to get caps on decoder src pad again
39160         fix callback prototype to match new have_type signal signature
39161
39162 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39163
39164         * gst/adder/gstadder.c: (gst_adder_link):
39165           fix non-compile and cut-n-paste code
39166
39167 2004-01-21  David Schleef  <ds@schleef.org>
39168
39169         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
39170         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
39171         (gst_swfdec_init), (gst_swfdec_change_state):
39172         * ext/swfdec/gstswfdec.h:
39173         Fix negotiation.
39174         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
39175         (gst_adder_request_new_pad): Fix negotiation.
39176         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
39177         Add a fixate function.
39178         * gst/intfloat/gstfloat2int.c:
39179         * gst/intfloat/gstfloat2int.h:
39180         * gst/intfloat/gstint2float.c:
39181         * gst/intfloat/gstint2float.h:
39182         Completely rewrite the negotiation.  Doesn't quite work yet,
39183         due to some buffer-frames problem.
39184
39185 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
39186
39187         * ext/gnomevfs/gstgnomevfssrc.c:
39188         * sys/v4l2/v4l2_calls.h:
39189           fix includes for distcheck
39190
39191 2004-01-21  Christian Schaller <uraeus@gnome.org>
39192
39193         * ext/nas/
39194         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
39195         based on earlier patch from Laurent Vivier
39196
39197 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
39198
39199         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39200         Fix wma caps property
39201         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
39202         Fix typo (flags1 and flags2)
39203
39204 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39205
39206         * gst-libs/gst/media-info/media-info-priv.c:
39207         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
39208         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
39209         (gmip_find_stream), (gmip_find_track_metadata),
39210         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
39211         (gmip_find_track_format):
39212         * gst-libs/gst/media-info/media-info-priv.h:
39213         * gst-libs/gst/media-info/media-info-test.c: (main):
39214         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
39215         (gst_media_info_read_idler), (gst_media_info_read):
39216         * gst-libs/gst/media-info/media-info.h:
39217           register debugging category and use it for debugging
39218
39219 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39220
39221         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
39222         (gst_vorbisfile_new_link):
39223           signal streaminfo through tags
39224
39225 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39226
39227         * ext/mplex/gstmplex.cc:
39228         * ext/mplex/gstmplexibitstream.cc:
39229           g++ doesn't like NULL in our i18n/error macros, should be
39230           either (NULL) or ("").
39231
39232 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39233
39234         * sys/dxr3/dxr3audiosink.c:
39235         * sys/dxr3/dxr3init.c:
39236         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
39237         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
39238           Fix more error error error errors (missing includes here).
39239
39240 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39241
39242         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39243           fix thomas' error errors.
39244
39245 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39246
39247         * ext/mpeg2enc/gstmpeg2enc.cc:
39248           fix error errors.
39249
39250 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39251
39252         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39253         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39254           Fix for new error system.
39255
39256 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39257
39258         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39259           fix for new error reporting
39260
39261 2004-01-20  David Schleef  <ds@schleef.org>
39262
39263         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39264         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
39265         (gst_ximagesink_set_xwindow_id): Change to using a framerate
39266         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
39267         and neither is 100+, most likely.
39268         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
39269         (gst_xvimagesink_getcaps): same
39270
39271 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39272
39273         * configure.ac:
39274           Up version requirement to 2.0.3 (not yet released) to avoid symbol
39275           clashes with ffmpeg.
39276
39277 2004-01-20  Julien MOUTTE  <julien@moutte.net>
39278
39279         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39280         (gst_switch_init): Fixed switch element : proxying link and setting
39281         caps from src to sink on request.
39282
39283 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39284
39285         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
39286         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39287         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39288         fix element_error
39289
39290 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39291
39292         * sys/v4l/v4l_calls.h:
39293         * sys/v4l2/v4l2_calls.h:
39294           element_error fixes
39295
39296 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39297
39298         * gst-libs/gst/gst-i18n-plugin.h:
39299           add locale.h
39300           remove config.h inclusion
39301
39302 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39303
39304         * autogen.sh:
39305           adding autopoint invocation
39306         * Makefile.am:
39307         * configure.ac:
39308         * gst-libs/gst/gettext.h:
39309           adding gettext bits
39310         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39311         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39312         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39313         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39314         (gst_gnomevfssink_close_file):
39315         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
39316         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
39317         * gst-libs/gst/gst-i18n-plugin.h:
39318         * gst/avi/gstavi.c: (plugin_init):
39319         * sys/dxr3/dxr3init.c: (plugin_init):
39320         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
39321         * sys/oss/gstossaudio.c: (plugin_init):
39322         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39323         * sys/v4l/gstv4l.c: (plugin_init):
39324         * sys/v4l/v4l_calls.c: (gst_v4l_open):
39325         * sys/v4l2/gstv4l2.c: (plugin_init):
39326         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39327         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
39328         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
39329         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
39330         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
39331         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
39332           make sure locale and translation domain are set
39333           fix translated strings
39334         * po/.cvsignore:
39335         * po/LINGUAS:
39336         * po/Makevars:
39337         * po/POTFILES.in:
39338         * po/nl.po:
39339           put translation files into place
39340         * sys/xvideo/imagetest.c: (main):
39341         * ext/dv/demo-play.c: (main):
39342           fix unnecessary translations
39343
39344 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
39345
39346         * ext/sndfile/gstsf.c:
39347         * gst/avi/gstavimux.c:
39348         * ext/audiofile/gstafsink.c:
39349         * ext/audiofile/gstafsrc.c:
39350         * ext/gnomevfs/gstgnomevfssink.c:
39351         * ext/gnomevfs/gstgnomevfssrc.c:
39352         * sys/oss/gstosselement.c:
39353         * sys/v4l/v4l_calls.h:
39354           fix i18n include
39355
39356 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39357
39358         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39359         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39360         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39361         (gst_v4l2_get_output), (gst_v4l2_set_output),
39362         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39363         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39364         (gst_v4l2_set_attribute):
39365         update to new error handling
39366
39367 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39368
39369         * ext/sidplay/gstsiddec.cc:
39370         * gst/modplug/gstmodplug.cc:
39371           parenthese NULL because C++ seems angry about it
39372
39373 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39374
39375         * gst-libs/gst/gst-i18n-plugin.h:
39376           add skeleton i18n stuff, but needs to be further implemented
39377
39378 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
39379
39380         * examples/gstplay/player.c: (main):
39381         * ext/aalib/gstaasink.c: (gst_aasink_open):
39382         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39383         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39384         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39385         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39386         (gst_afsink_close_file):
39387         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39388         (gst_afsrc_close_file):
39389         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39390         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39391         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39392         * ext/esd/esdmon.c: (gst_esdmon_get):
39393         * ext/esd/esdsink.c: (gst_esdsink_chain):
39394         * ext/faac/gstfaac.c: (gst_faac_chain):
39395         * ext/faad/gstfaad.c: (gst_faad_chain):
39396         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39397         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39398         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39399         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39400         (gst_flacdec_loop):
39401         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39402         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39403         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39404         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39405         (gst_gnomevfssink_close_file):
39406         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39407         (gst_gnomevfssrc_open_file):
39408         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39409         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39410         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39411         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39412         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39413         * ext/mad/gstmad.c: (gst_mad_chain):
39414         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39415         * ext/mpeg2dec/gstmpeg2dec.c:
39416         * ext/mpeg2enc/gstmpeg2enc.cc:
39417         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39418         * ext/mplex/gstmplex.cc:
39419         * ext/mplex/gstmplexibitstream.cc:
39420         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39421         (gst_ogg_demux_push), (gst_ogg_pad_push):
39422         * ext/raw1394/gstdv1394src.c:
39423         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39424         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39425         * ext/sidplay/gstsiddec.cc:
39426         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39427         (gst_sf_loop):
39428         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39429         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39430         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39431         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39432         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39433         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39434         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39435         * gst-libs/gst/Makefile.am:
39436         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39437         (gst_riff_read_element_data), (gst_riff_read_seek),
39438         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39439         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
39440         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39441         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39442         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39443         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39444         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39445         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39446         * gst/goom/gstgoom.c: (gst_goom_chain):
39447         * gst/id3/gstid3types.c: (gst_id3types_loop):
39448         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39449         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39450         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39451         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39452         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39453         (gst_ebml_read_float), (gst_ebml_read_header):
39454         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39455         (gst_matroska_demux_parse_blockgroup):
39456         * gst/modplug/gstmodplug.cc:
39457         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39458         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39459         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39460         * gst/silence/gstsilence.c: (gst_silence_get):
39461         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39462         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39463         * gst/speed/gstspeed.c: (speed_loop):
39464         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39465         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39466         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39467         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39468         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39469         (gst_wavparse_loop):
39470         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39471         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39472         (dxr3audiosink_close):
39473         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39474         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39475         (dxr3videosink_close), (dxr3videosink_write_data):
39476         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39477         * sys/oss/gstosselement.h:
39478         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
39479         (gst_osssink_chain):
39480         * sys/oss/gstosssrc.c: (gst_osssrc_get):
39481         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39482         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39483         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39484         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
39485         (gst_v4l_enable_overlay):
39486         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39487         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39488         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39489         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39490         (gst_v4l_set_audio):
39491         * sys/v4l/v4l_calls.h:
39492         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39493         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39494         (gst_v4lmjpegsink_playback_init),
39495         (gst_v4lmjpegsink_playback_start):
39496         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
39497         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
39498         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
39499         (gst_v4lmjpegsrc_requeue_frame):
39500         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39501         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39502         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39503         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39504         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39505         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39506         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39507         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39508         (gst_v4l2src_capture_stop):
39509         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39510         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39511         (gst_ximagesink_chain):
39512         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39513         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39514         (gst_xvideosink_xwindow_new):
39515         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39516         (gst_xvimagesink_chain):
39517         use new error signal, function and categories
39518
39519 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
39520
39521         * configure.ac:
39522         * ext/Makefile.am:
39523         * ext/musicbrainz/gsttrm.c:
39524         * ext/musicbrainz/gsttrm.h:
39525         * ext/musicbrainz/Makefile.am:
39526         Add a trm plugin
39527
39528 2004-01-18  Julien MOUTTE  <julien@moutte.net>
39529
39530         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
39531         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
39532         synchronous property for debugging.
39533         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
39534         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39535         (gst_xvimagesink_set_property): Moving a pointer declaration to a
39536         smaller block, fixing indent.
39537
39538 2004-01-16  David Schleef  <ds@schleef.org>
39539
39540         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
39541         property affects the video stream.
39542         * sys/xvimage/xvimagesink.c:
39543         * sys/xvimage/xvimagesink.h:
39544         Add synchronous property for debugging.  Should probably be
39545         disabled in non-CVS builds.  Make sure that the Xv attribute
39546         exists before we set it (crash!).  Fix a silly float bug that
39547         caused colorbalance to just not work.
39548
39549 2004-01-17  Christian Schaller <Uraeus@gnome.org>
39550
39551         * tools/gst-launch-ext.in - update for new plugins
39552
39553 2004-01-16  David Schleef  <ds@schleef.org>
39554
39555         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
39556         already-freed caps.
39557
39558 2994-01-16  Christian Schaller <Uraeus@gnome.org>
39559
39560         * Update spec for new colorspace plugin and libcaca plugin
39561         * Fix compilation of libcaca plugin (clock -> id)
39562
39563 2004-01-16  Julien MOUTTE <julien@moutte.net>
39564
39565         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
39566         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
39567         (gst_xvimagesink_set_xwindow_id),
39568         (gst_xvimagesink_colorbalance_set_value),
39569         (gst_xvimagesink_colorbalance_get_value),
39570         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39571         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
39572         correct colorbalance properties. They can now be set when the element
39573         is still in NULL state. The values will be committed to the Xv Port
39574         when xcontext is initialized.
39575         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
39576         brightness int values in the GstXvImagesink structure.
39577
39578 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39579
39580         * gst-libs/gst/Makefile.am:
39581           restructure so having local patches works easier.
39582
39583 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39584
39585         * ext/mpeg2enc/Makefile.am:
39586         * ext/mpeg2enc/gstmpeg2enc.cc:
39587         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39588           Bugfix with respect to EOS handling.
39589
39590 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39591
39592         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
39593           Link with right caps (else, it segfaults).
39594         * ext/mplex/gstmplexjob.cc:
39595           Fix for slight API change in 1.6.1.93 release of mjpegtools.
39596
39597 2004-01-15  David Schleef  <ds@schleef.org>
39598
39599         * gst-libs/gst/audio/Makefile.am:
39600         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
39601         from the template.
39602         * gst-libs/gst/audio/gstaudiofilter.c:
39603         * gst-libs/gst/audio/gstaudiofilter.h:
39604         Add bytes_per_sample and size and n_samples calculation.
39605         * gst-libs/gst/audio/gstaudiofilterexample.c:
39606         Remove, now autogenerated.
39607         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
39608         Moved from gstaudiofilterexample, object name changed, code added
39609         so that it actually works.
39610         * gst-libs/gst/audio/make_filter:
39611         Script to build an audiofilter subclass from the template.
39612         * gst/colorspace/Makefile.am:
39613         * gst/colorspace/yuv2yuv.c:
39614         Remove file, since it's GPL, and we don't use it.
39615
39616 2004-01-15  Julien MOUTTE  <julien@moutte.net>
39617
39618         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39619         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
39620         them use the buffer free function to test how the buffer was allocated.
39621
39622 2004-01-15  David Schleef  <ds@schleef.org>
39623
39624         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
39625         that handles osssink fallback.
39626         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
39627         (gst_audio_convert_getcaps):
39628         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
39629         Add audio/x-qdm2 for QDM2 audio.
39630         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39631         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
39632         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
39633         Decrease minimum size to 16x16.
39634         * gst/wavparse/gstwavparse.c:
39635         Convert disabled pad template caps to new caps.
39636         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
39637         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39638         (gst_xvimagesink_chain): Throw element error when display cannot
39639         be opened.  Increase minimum framerate to 1.0.  Check the data
39640         free function on a buffer to make sure it is the type we expect
39641         before manipulating it.
39642
39643 2004-01-15  Julien MOUTTE <julien@moutte.net>
39644
39645         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39646         (gst_videobalance_colorbalance_set_value): Implement passthru if
39647         settings are in the middle.
39648         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
39649
39650 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39651
39652         * gst/videofilter/Makefile.am:
39653         * gst/volume/Makefile.am:
39654           Since we use videofilter symbols, link to it.
39655
39656 2004-01-15  Julien MOUTTE <julien@moutte.net>
39657
39658         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
39659         mixer interface type to HARDWARE.
39660         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
39661         type to SOFTWARE.
39662         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
39663         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
39664         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
39665         (gst_volume_interface_init), (gst_volume_list_tracks),
39666         (gst_volume_set_volume), (gst_volume_get_volume),
39667         (gst_volume_set_mute), (gst_volume_mixer_init),
39668         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
39669         (volume_init): Implementing mixer interface.
39670         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
39671         * sys/oss/gstosselement.c: (gst_osselement_get_type),
39672         (gst_osselement_change_state): Removing some trailing commas in
39673         structures.
39674         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
39675         interface type to HARDWARE.
39676         * sys/v4l/gstv4lcolorbalance.c:
39677         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
39678         type to HARDWARE.
39679         * sys/v4l2/gstv4l2colorbalance.c:
39680         (gst_v4l2_color_balance_interface_init): Setting colorbalance
39681         interface type to HARDWARE.
39682         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
39683         same code than ximagesink for event handling.
39684
39685 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39686
39687         * ext/snapshot/Makefile.am:
39688         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
39689         (gst_snapshot_chain):
39690         * ext/snapshot/gstsnapshot.h:
39691           This has to be a joke... Snapshot should be connected to a tee,
39692           colorspace element before it and EOS after that, where the other
39693           src of the tee receives normal data.
39694           The current way is *wrong*.
39695
39696 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39697
39698         * ext/hermes/gsthermescolorspace.c:
39699           Fix another compile error. Same as below.
39700
39701 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39702
39703         * gst/colorspace/gstcolorspace.c:
39704         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
39705         (gst_colorspace_i420_to_yv12):
39706           Fix compiling... Didn't test if it actually works.
39707
39708 2004-01-15  David Schleef  <ds@schleef.org>
39709
39710         * configure.ac:
39711         * gst/colorspace/Makefile.am:
39712         * gst/colorspace/gstcolorspace.c:
39713         * gst/colorspace/gstcolorspace.h:
39714         * gst/colorspace/yuv2rgb.c:
39715         * gst/colorspace/yuv2rgb.h:
39716         Duplicate the ext/hermes colorspace plugin, and remove Hermes
39717         code and GPL code.  Fix for new caps negotiation.  Rewrite
39718         much of the format handling code, and some of the conversion
39719         code.  Basically, rewrote almost everything.  This element
39720         handles I420, YV12 to RGB conversions.
39721         * ext/hermes/Makefile.am:
39722         * ext/hermes/gsthermescolorspace.c:
39723         Rename colorspace to hermescolorspace.  Fix negotiation issues.
39724         Remove non-Hermes related code.  This element handles lots of
39725         RGB to RGB conversions, but no YUV.
39726         * ext/hermes/gstcolorspace.c:
39727         * ext/hermes/gstcolorspace.h:
39728         * ext/hermes/rgb2yuv.c:
39729         * ext/hermes/yuv2rgb.c:
39730         * ext/hermes/yuv2rgb.h:
39731         * ext/hermes/yuv2rgb_mmx16.s:
39732         * ext/hermes/yuv2yuv.c:
39733         * ext/hermes/yuv2yuv.h:
39734         Remove old code.
39735
39736 2004-01-14  Colin Walters  <walters@verbum.org>
39737
39738         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
39739         they've already been.
39740
39741 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39742
39743         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
39744           assume tag mode when pad is not connected
39745
39746 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39747
39748         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39749           Don't update the time of the clock
39750         (gst_alsa_sink_loop):
39751           sync to the clock given to alsasink, not the own clock
39752         * sys/oss/gstosssink.c: (gst_osssink_chain):
39753           sync to the clock
39754         (gst_osssink_change_state):
39755           activate the clock
39756         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39757         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
39758           remove bogus code that made DISCONT events unhandled
39759         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
39760           explicitly case to double in _set_simple. (fixes 2nd warning in bug
39761           #131502)
39762         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
39763         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
39764         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
39765           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
39766           2nd warning in bug #131502)
39767
39768 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39769
39770         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39771         (gst_videobalance_colorbalance_set_value),
39772         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
39773         for colorbalance interface implementation.
39774         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39775         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
39776         (gst_ximagesink_dispose), (gst_ximagesink_init),
39777         (gst_ximagesink_class_init): Adding DISPLAY property.
39778         * sys/ximage/ximagesink.h: Adding display_name to store display.
39779         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39780         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39781         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
39782         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
39783         properties (they still need polishing though for gst-launch use : no
39784         xcontext yet, i ll do that tomorrow).
39785         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
39786
39787 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39788
39789         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39790         (gst_play_set_location), (gst_play_set_visualization): Preparing
39791         switch integration, adding videobalance in the pipeline.
39792
39793 2004-01-14  Julien MOUTTE <julien@moutte.net>
39794
39795         * gst-libs/gst/colorbalance/colorbalance.c:
39796         (gst_color_balance_class_init): Adding a default type.
39797         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
39798         the type.
39799         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
39800         (gst_videobalance_dispose), (gst_videobalance_class_init),
39801         (gst_videobalance_init), (gst_videobalance_interface_supported),
39802         (gst_videobalance_interface_init),
39803         (gst_videobalance_colorbalance_list_channels),
39804         (gst_videobalance_colorbalance_set_value),
39805         (gst_videobalance_colorbalance_get_value),
39806         (gst_videobalance_colorbalance_init): Implementing colorbalance
39807         interface.
39808         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
39809         list.
39810         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
39811         bug which was triggering a BadAccess X error when setting an overlay
39812         before pad was really negotiated.
39813         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
39814         Using the colorbalance type macro.
39815
39816 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39817
39818         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
39819         (gst_flacenc_chain):
39820           handle tags correctly
39821         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
39822           extract ID3v1 tags correctly
39823
39824 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39825
39826         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
39827         (plugin_init):
39828           Improve matroska typefinding for odd-typed headers...
39829
39830 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39831
39832         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
39833           Fix for using incremental number on padnames.
39834
39835 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39836
39837         * ext/divx/gstdivxdec.c:
39838         * ext/divx/gstdivxenc.c:
39839           Set category to divx4linux instead of divx (too generic).
39840         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
39841         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
39842         (gst_wavparse_loop), (gst_wavparse_change_state):
39843         * gst/wavparse/gstwavparse.h:
39844           fix parsing of WAV files with non-standard fmt-tag size and fix
39845           skipping of unrecognized chunks... Someone please fix this thing
39846           to use rifflib so all this is automated.
39847         * sys/v4l/Makefile.am:
39848         * sys/v4l2/Makefile.am:
39849           Add X_CFLAGS because we depend on X (for overlay).
39850
39851 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
39852
39853         * ext/mpeg2dec/gstmpeg2dec.c:
39854           Don't issue a timestamp unless we tagged the frame
39855           with a PTS.
39856
39857 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39858
39859         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
39860           Query the audio element to get the time, not the clock. We're
39861           interested in the element's time here.
39862
39863 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39864
39865         * ext/aalib/gstaasink.c: (gst_aasink_chain):
39866         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39867         * ext/esd/esdsink.c: (gst_esdsink_chain):
39868         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
39869         * ext/mas/massink.c: (gst_massink_chain):
39870         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
39871         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
39872         (gst_matroska_demux_parse_metadata):
39873         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
39874         (gst_mpeg_parse_release_locks):
39875         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
39876         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
39877         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39878         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
39879         (gst_osssink_change_state):
39880         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39881         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39882         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
39883         (gst_xvideosink_release_locks):
39884         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
39885           use element time.
39886         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
39887         (gst_alsa_clock_stop):
39888         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
39889         (gst_audio_clock_get_internal_time):
39890           simplify for use with new clocking code.
39891         * testsuite/alsa/Makefile.am:
39892         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
39893           fix testsuite for new caps system
39894
39895 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39896
39897         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
39898         * ext/flac/gstflacenc.c: (add_one_tag):
39899           length is already host endian, no need to convert. Fixes playback of
39900           tagged files on PPC. (bug #128384)
39901
39902 2004-01-13  Julien MOUTTE <julien@moutte.net>
39903
39904         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
39905         colorbalance interface stating if it is hardware based or software
39906         based.
39907         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
39908         Removing a trailing comma.
39909         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39910         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
39911         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
39912         the documentation seems to be wrong on the -1000 to 1000 interval.
39913
39914 2004-01-12  David Schleef  <ds@schleef.org>
39915
39916         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
39917         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
39918         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
39919         Fix negotiation.  Add a bufferalloc function for the sink pad,
39920         and generally clean up some of the code.
39921
39922 2004-01-12  Julien MOUTTE <julien@moutte.net>
39923
39924         * gst-libs/gst/colorbalance/colorbalancechannel.c:
39925         (gst_color_balance_channel_dispose): Adding safety check in dispose
39926         method.
39927         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39928         (gst_xvimagesink_xcontext_clear),
39929         (gst_xvimagesink_interface_supported),
39930         (gst_xvimagesink_colorbalance_list_channels),
39931         (gst_xvimagesink_colorbalance_set_value),
39932         (gst_xvimagesink_colorbalance_get_value),
39933         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
39934         Adding colorbalance interface support to set XV parameters such as
39935         HUE, BRIGHTNESS, CONTRAST, SATURATION.
39936         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
39937         interface.
39938
39939 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39940
39941         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
39942         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
39943         (gst_audio_convert_init), (gst_audio_convert_set_property),
39944         (gst_audio_convert_get_property), (gst_audio_convert_chain),
39945         (gst_audio_convert_link),
39946         (gst_audio_convert_buffer_to_default_format),
39947         (gst_audio_convert_buffer_from_default_format), (plugin_init):
39948           - implement _getcaps and use it
39949           - improve linking
39950           - remove float caps since no float conversion is actually done
39951           - remove properties and arguments that were to be used for rate
39952             conversion
39953
39954 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39955
39956         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
39957         (gst_audio_structure_set_int):
39958         * gst-libs/gst/audio/audio.h:
39959           add helper functions for _getcaps matching the standard audio
39960           templates
39961
39962 2004-01-12  David Schleef  <ds@schleef.org>
39963
39964         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39965         Test that pad is negotiated before getting its caps.
39966
39967 2004-01-12  Julien MOUTTE <julien@moutte.net>
39968
39969         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
39970         analyzing the pads of an element the bin is mostly in READY state so
39971         no caps were negotiated. This helper function needs to work with
39972         _get_caps directly then. I was not freeing them though, added that to
39973         fix the mem leak.
39974
39975 2004-01-12  Julien MOUTTE <julien@moutte.net>
39976
39977         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39978         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
39979         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
39980         than the free_func.
39981
39982 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39983
39984         * sys/oss/gstossaudio.c: (plugin_init):
39985         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
39986         * sys/oss/gstosselement.h:
39987           make an oss debugging category
39988           make failure more descriptive
39989
39990 2004-01-11  David Schleef  <ds@schleef.org>
39991
39992         * ext/ffmpeg/gstffmpeg.c:
39993         * ext/ffmpeg/gstffmpegcodecmap.c:
39994         * ext/ffmpeg/gstffmpegdec.c:
39995         * ext/ffmpeg/gstffmpegenc.c:
39996         * ext/ffmpeg/gstffmpegprotocol.c:
39997         * ext/gdk_pixbuf/gstgdkanimation.c:
39998         * ext/jpeg/gstjpeg.c:
39999         * ext/libpng/gstpng.c:
40000         * ext/mpeg2dec/perftest.c:
40001         * ext/speex/gstspeex.c:
40002         * gst-libs/gst/resample/dtos.c:
40003         * gst/intfloat/gstintfloatconvert.c:
40004         * gst/oneton/gstoneton.c:
40005         * gst/rtjpeg/RTjpeg.c:
40006         * gst/rtp/gstrtp.c:
40007         * sys/dxr3/dxr3init.c:
40008         * sys/glsink/gstgl_nvimage.c:
40009         * sys/glsink/gstgl_pdrimage.c:
40010         * sys/glsink/gstglsink.c:
40011         * testsuite/gst-lint:
40012         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
40013
40014 2004-01-11  David Schleef  <ds@schleef.org>
40015
40016         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
40017         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
40018         * ext/gdk_pixbuf/gstgdkanimation.c:
40019         (gst_gdk_animation_iter_create_pixbuf):
40020         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40021         (gst_gdk_pixbuf_chain):
40022         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40023         * ext/jack/gstjack.c: (gst_jack_change_state):
40024         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
40025         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
40026         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
40027         * gst/videofilter/gstvideofilter.c:
40028         (gst_videofilter_set_output_size):
40029         Remove all usage of gst_pad_get_caps(), and replace it with
40030         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
40031
40032 2004-01-11  David Schleef  <ds@schleef.org>
40033
40034         * configure.ac:
40035         * ext/Makefile.am: Fixes to make ext/libcaca compile.
40036         * ext/divx/gstdivxdec.c:
40037         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40038         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
40039         handle images that span multiple buffers.  Now work with both
40040         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
40041         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40042         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
40043         video/video.h changes
40044         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
40045         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40046         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
40047         of GstData free function.
40048         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40049         same.
40050
40051 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40052
40053         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
40054         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
40055         (gst_v4l2element_get_property):
40056         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
40057           add norm, channel and frequency properties.
40058         * sys/v4l2/gstv4l2tuner.c:
40059           fixes for tuner interface changes
40060         * sys/v4l2/gstv4l2element.h:
40061         * sys/v4l2/gstv4l2src.c:
40062         * sys/v4l2/gstv4l2src.h:
40063         * sys/v4l2/v4l2src_calls.c:
40064         * sys/v4l2/v4l2src_calls.h:
40065           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
40066
40067 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40068
40069         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
40070         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
40071         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
40072         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
40073         * gst-libs/gst/tuner/tuner.h:
40074           GObjects aren't const.
40075           Add find_by_name functions.
40076           Add checks to _changed functions.
40077         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
40078         (gst_v4l_tuner_get_norm):
40079           Fixes for above.
40080
40081 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40082
40083         * gst-libs/gst/video/video.h:
40084           Fix caps template names to be understandable.
40085           Prefix everything with GST_VIDEO.
40086         * ext/aalib/gstaasink.c:
40087         * ext/divx/gstdivxdec.c:
40088         * ext/divx/gstdivxenc.c:
40089         * ext/gdk_pixbuf/gstgdkpixbuf.c:
40090         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
40091         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
40092         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
40093         * ext/libcaca/gstcacasink.c:
40094         * ext/libpng/gstpngenc.c: (raw_caps_factory):
40095         * ext/snapshot/gstsnapshot.c:
40096         * ext/swfdec/gstswfdec.c:
40097         * ext/xvid/gstxviddec.c:
40098         * ext/xvid/gstxvidenc.c:
40099         * gst/chart/gstchart.c:
40100         * gst/deinterlace/gstdeinterlace.c:
40101         * gst/effectv/gsteffectv.c:
40102         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40103         * gst/goom/gstgoom.c:
40104         * gst/median/gstmedian.c:
40105         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
40106         (gst_monoscope_srcconnect), (gst_monoscope_chain):
40107         * gst/overlay/gstoverlay.c:
40108         * gst/smooth/gstsmooth.c:
40109         * gst/smpte/gstsmpte.c:
40110         * gst/synaesthesia/gstsynaesthesia.c:
40111         * gst/videocrop/gstvideocrop.c:
40112         * gst/videodrop/gstvideodrop.c:
40113         * gst/y4m/gsty4mencode.c:
40114         * sys/qcam/gstqcamsrc.c:
40115         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
40116           Make them work with new video.h file.
40117         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40118         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40119         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40120         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40121           Make it work with new buffer allocation system.
40122
40123 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40124
40125         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
40126         pad_alloc_buffer implementation to use ->srcpad
40127         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
40128         pad_alloc_buffer implementation to use ->srcpad
40129         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
40130         pad_alloc_buffer implementation to use ->srcpad
40131         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
40132         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
40133         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40134         a reference to everything we need.
40135         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
40136         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
40137         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
40138         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40139         a reference to everything we need.
40140         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
40141
40142 2004-01-11  David Schleef  <ds@schleef.org>
40143
40144         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
40145         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
40146         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
40147         structure members.
40148         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
40149         value during a resize/renegotiation.
40150         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
40151         gst_pad_alloc_buffer();
40152         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40153         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
40154         structure members.
40155         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40156         Fix for rename of buffer private structure members.
40157         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40158         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40159         Fix for rename of buffer private structure members.
40160         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40161         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40162         Fix for rename of buffer private structure members.
40163
40164 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
40165
40166         reviewed by: David Schleef <ds@schleef.org>
40167
40168         * gst/videofilter/Makefile.am:
40169         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
40170         from the patch by ds to fit in with recent make_filter changes.
40171
40172 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40173
40174         * configure.ac: Adding examples/switch/Makefile
40175         * examples/Makefile.am: Adding examples/switch
40176         * examples/switch/Makefile.am: Adding switcher example.
40177         * examples/switch/switcher.c: (got_eos), (idle_iterate),
40178         (switch_timer), (main): Adding an example demonstrating switch usage
40179         with 2 videotestsrc showing different patterns.
40180         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40181         (gst_switch_init): Fixing switch with the new caps system.
40182
40183 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40184
40185         * gst-libs/gst/video/video.h:
40186           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
40187           They should probably be like
40188           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
40189
40190 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40191
40192         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40193         (qtdemux_parse_trak):
40194           fix audio chunk size/timestamp calculation
40195
40196 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40197
40198         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
40199           fix SVQ3 caps
40200
40201 2004-01-11  Steve Baker  <steve@stevebaker.org>
40202
40203         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
40204         (gst_agingtv_base_init), (gst_agingtv_class_init),
40205         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
40206         (gst_agingtv_set_property), (gst_agingtv_get_property):
40207         Port agingTV to videofilter
40208
40209 2004-01-09  Julien MOUTTE <julien@moutte.net>
40210
40211         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
40212         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40213
40214 2004-01-09  Julien MOUTTE <julien@moutte.net>
40215
40216         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
40217         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40218         * gst-libs/gst/xoverlay/xoverlay.c:
40219         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
40220         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
40221         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40222         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40223         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40224         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40225         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
40226         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
40227         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40228         interface implementation to handle xid being 0 and fix some bugs
40229         triggered by Benjamin's testcase.
40230         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40231         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
40232         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
40233         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40234         interface implementation to handle xid being 0 and fix some bugs
40235         triggered by Benjamin's testcase.
40236
40237 2004-01-09  David Schleef  <ds@schleef.org>
40238
40239         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
40240         mouse pointer events.  It works.
40241
40242 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40243
40244         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
40245           Use explicit caps - fix capsnego.
40246         * ext/xvid/gstxviddec.c:
40247         * ext/xvid/gstxvidenc.c:
40248           Remove macro-inside-macro which caused compile errors.
40249         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
40250           Error out if it's not a RIFF file. Else we error out without
40251           gst_element_error() which is not good...
40252
40253 2004-01-08  David Schleef  <ds@schleef.org>
40254
40255         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40256         Fix pad_link function to handle formats that ffmpeg returns
40257         as multiple caps structures.
40258         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
40259         Only complain if source buffer is _smaller_ than expected.
40260         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
40261         (gst_videoscale_handle_src_event): Resize navigation events
40262         when passing them upstream.
40263         * gst/videotestsrc/gstvideotestsrc.c:
40264         * gst/videotestsrc/gstvideotestsrc.h:
40265         * gst/videotestsrc/videotestsrc.c:
40266         * gst/videotestsrc/videotestsrc.h:
40267         Rewrite many of the buffer painting functions to handle odd
40268         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
40269         been verified to work with my video card.
40270         * testsuite/gst-lint:  Add check for elements calling
40271         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
40272
40273 2004-01-08  David Schleef  <ds@schleef.org>
40274
40275         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
40276         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
40277
40278 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40279
40280         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
40281         configure event is not emiting the desired size signal. That fixes
40282         aspect ratio issues with gst-player.
40283
40284 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40285
40286         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
40287           Fix capsnego.
40288
40289 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40290
40291         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
40292         public method to fire size signal.
40293
40294 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40295
40296         * examples/gstplay/Makefile.am: Adding the interface library.
40297         * gst-libs/gst/play/Makefile.am: Adding the interface library.
40298         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
40299         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
40300         GST_IS_X_OVERLAY before signal connect.
40301         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
40302         Removing the have_video_size signal.
40303         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
40304         and associated public method.
40305         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40306         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
40307         signal.
40308         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
40309         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
40310         signal.
40311         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
40312         Using XOverlay public method to fire size signal.
40313
40314 2004-01-07  David Schleef  <ds@schleef.org>
40315
40316         * gst/videofilter/Makefile.am:
40317         * gst/videofilter/gstvideotemplate.c:
40318         * gst/videofilter/make_filter:
40319         Create gstvideoexample.c in a srcdir!=builddir friendly way.
40320         Convert make_filter to /bin/sh script.
40321
40322 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
40323
40324         * gst/modplug/gstmodplug.cc: fix element description
40325
40326 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40327
40328         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40329         (got_video_size): Adding some new lines in g_print calls.
40330         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40331         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
40332         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
40333         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
40334         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
40335         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
40336         Complete code review, reverting some stuff i disagree with, adding
40337         some fixes : time synchronization on invalid timestamps, renegotiation
40338         of private window.
40339         * sys/ximage/ximagesink.h:
40340         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
40341         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
40342         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
40343         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
40344         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
40345         (gst_xvimagesink_buffer_new),
40346         (gst_xvimagesink_navigation_send_event),
40347         (gst_xvimagesink_set_xwindow_id),
40348         (gst_xvimagesink_get_desired_size),
40349         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
40350         stuff i disagree with, adding some fixes : Renegotiation of private
40351         window, implementing get_desired_size.
40352
40353 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40354
40355         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
40356         (gst_afsink_handle_event):
40357         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
40358         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
40359         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
40360         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
40361         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
40362           Fix for instantiate-test (see core). Also remove dead code from
40363           jpegenc (which still needs fixing, but that's lower on my TODO
40364           list...).
40365         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
40366           Never return NULL as caps.
40367
40368 2004-01-07  David Schleef  <ds@schleef.org>
40369
40370         * configure.ac:
40371         * ext/Makefile.am:
40372         * ext/librfb/Makefile.am:
40373         * ext/librfb/gstrfbsrc.c:
40374         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
40375         is the protocol used by VNC.
40376
40377 2004-01-07  David Schleef  <ds@schleef.org>
40378
40379         * gst/videofilter/gstvideotemplate.c:
40380         * gst/videofilter/gstvideotemplate.h:
40381         * gst/videofilter/make_filter:
40382         Merge videotemplate header into source file.
40383         * gst/effectv/Makefile.am:
40384         * gst/effectv/gsteffectv.c: (plugin_init):
40385         * gst/effectv/gstwarp.c:
40386         Make warpTV a subclass of videofilter.
40387
40388 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40389
40390         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
40391           Add guard against invalid utf-8 conversions in mad. Just in case.
40392
40393 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40394
40395         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40396           Fix for bug shown by poisoning
40397
40398 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40399
40400         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40401         (gst_v4lmjpegsrc_buffer_free):
40402         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
40403         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
40404         (gst_v4lsrc_buffer_free):
40405           Fix for removed bufferpools.
40406
40407 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40408
40409         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40410         Fix caps negotiation.
40411
40412         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
40413         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
40414         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
40415         (dvdnavsrc_event):
40416         * ext/mpeg2dec/gstmpeg2dec.c:
40417         * gst-libs/gst/navigation/navigation.c:
40418         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
40419         * gst-libs/gst/navigation/navigation.h:
40420         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
40421         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
40422         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
40423         Super-simple first version of mouse and keyboard events. Clicking
40424         on a DVD menu now works, although it may not take you where you
40425         expected.
40426
40427         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40428         * gst/videotestsrc/gstvideotestsrc.c:
40429         (gst_videotestsrc_src_fixate):
40430         These fixate functions were broken - they never actually
40431         fixated :)
40432
40433 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40434
40435         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
40436         (gst_icecastsend_init):
40437           fix for new caps system.
40438         * gst-libs/gst/mixer/mixertrack.h:
40439         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
40440           Add 'master track' flag (for tools like ACME that only want to
40441           change the main volume).
40442
40443 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40444
40445         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
40446         (gst_xvid_csp_to_caps):
40447         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
40448         * ext/xvid/gstxvidenc.c:
40449         ifdef out ARGB type when it isn't available
40450         in xvidcore 1.0.0beta2
40451
40452 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40453
40454         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40455           When we have received a new SCR right in the first buffer after
40456           a seek (so in the same cycle that handles the discont), we should
40457           handle the buffer instead of unreffing it, else we lose data.
40458
40459 2004-01-06  Iain <iain@prettypeople.org>
40460
40461         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
40462           buffer-frames caps too.
40463
40464         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
40465           caps that we need, don't destroy them all and rebuild them. And when
40466           creating src pads, use the src pad template rather than the sink...
40467
40468 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40469
40470         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
40471           Add pad to element *after* setting functions such as event handler.
40472           Without this, the scheduler (opt) will link pads, set the event
40473           handler from the default event function (dispatcher in gstpad.c)
40474           and *after* that, we will set our own event function, which will
40475           thus never be used (and thus mpegdemux doesn't handle events).
40476
40477 2004-01-04  David Schleef  <ds@schleef.org>
40478
40479         Fix the fixate functions to handle new prototype:
40480         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40481         * gst/videotestsrc/gstvideotestsrc.c:
40482         (gst_videotestsrc_src_fixate):
40483         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40484         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
40485         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
40486
40487 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40488
40489         * sys/ximage/ximagesink.h:
40490         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40491         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
40492         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
40493         (gst_ximagesink_xoverlay_init):
40494           assorted fixes to make (re)embedding work
40495         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
40496         (gst_ximagesink_get_desired_size):
40497           implement desired size additions to XOverlay
40498
40499 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40500
40501         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
40502         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
40503         (gst_x_overlay_got_desired_size):
40504         * gst-libs/gst/xoverlay/xoverlay.h:
40505           Add optional "desired size" signal and querying.
40506
40507 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40508
40509         * gst/matroska/matroska-demux.c:
40510         (gst_matroska_demux_parse_blockgroup):
40511           Fix EBML-laced block parsing. Diffs are relative to previous
40512           lace, not the first lace. Thanks to Mosu from the Matroska
40513           team for detecting this.
40514         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40515         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
40516         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
40517         (gst_wavparse_change_state):
40518         * gst/wavparse/gstwavparse.h:
40519           Quickfix for capsnego.
40520
40521 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40522
40523         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
40524           Fix indenting, fix pad creation.
40525
40526 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40527
40528         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
40529         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
40530         (gst_xviddec_sink_link):
40531           Implement src_getcaps() so proper size caps is negotiated.
40532
40533 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40534
40535         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
40536           Finish flac decoder on EOS. See #116178.
40537
40538 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40539
40540         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
40541         (gst_matroska_demux_add_stream):
40542         * gst/matroska/matroska-ids.h:
40543           Add getcaps() function to fix capsnego...
40544
40545 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40546
40547         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40548         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
40549         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
40550           Fix more integer overflows. Again, see #126967.
40551
40552 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40553
40554         * ext/mpeg2dec/gstmpeg2dec.c:
40555           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
40556           #130416.
40557
40558 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40559
40560         * configure.ac:
40561         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
40562         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
40563         * ext/xvid/gstxvid.h:
40564         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
40565         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
40566         (gst_xviddec_src_link), (gst_xviddec_sink_link),
40567         (gst_xviddec_change_state):
40568         * ext/xvid/gstxviddec.h:
40569         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
40570         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
40571         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
40572         (gst_xvidenc_link), (gst_xvidenc_set_property),
40573         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
40574         * ext/xvid/gstxvidenc.h:
40575           Update xvid plugin to latest xvid (1.0.0-beta3) API.
40576
40577 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40578
40579         * gst/rtp/rtp-packet.c:
40580           Add sys/types.h include, since OS X doesn't define in_addr_t
40581           in netinet/in.h, like it does on Linux (see #129600).
40582
40583 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
40584
40585         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
40586
40587         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
40588           Correct logic of dispose function (see #129306).
40589
40590 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40591
40592         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
40593         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
40594         (gst_mpeg_parse_init):
40595         * gst/mpegstream/gstmpegparse.h:
40596           Remove clock (which was never provided, i.e. dead code), and
40597           also fix integer overflows at high PTS values (see #126967).
40598
40599 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40600
40601         * ext/flac/gstflacdec.c:
40602         * ext/libpng/gstpngenc.h:
40603         * ext/mikmod/gstmikmod.h:
40604           OS X fixes (see #126628).
40605
40606 2004-01-02  David Schleef  <ds@schleef.org>
40607
40608         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
40609         (gst_alsa_src_base_init): Remove bogus "src" request pad.
40610         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
40611         (gst_mpeg_parse_class_init): Move pad template registration
40612         to class_init, since the derived class (mpegdemux) doesn't
40613         want them.
40614
40615 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40616
40617         * sys/ximage/Makefile.am:
40618         * sys/xvideo/Makefile.am:
40619         * sys/xvimage/Makefile.am:
40620           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
40621           after installation (see #127664).
40622
40623 2004-01-02  David Schleef  <ds@schleef.org>
40624
40625         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
40626         (gst_ffmpegenc_connect):  Negotiation fixes.
40627         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
40628         Remove inappropriate gst_caps_free().
40629         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40630         Reenable Ronald's internal resize code, since the core handles
40631         it correctly now.
40632
40633 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40634
40635         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
40636         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
40637         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
40638           Fix pad template stuff.
40639
40640 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40641
40642         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
40643         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
40644           fix signed integer reading/writing.
40645
40646 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40647
40648         * ext/alsa/README:
40649           Remove outdated document
40650
40651 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
40652
40653         * gst/cutter/gstcutter.c: (gst_cutter_init):
40654           src pad was being created twice - oops.
40655
40656 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40657
40658         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40659           Comment out internal resize. It doesn't handle the resulting
40660           XEvent internally, does another try_set_caps() which leads to
40661           a really nice loop.
40662           Real fix will come when Julien and Dave are awake. ;).
40663
40664 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40665
40666         * ext/mpeg2enc/gstmpeg2enc.cc:
40667           fix const/nonconst compile issue.
40668
40669 2004-01-02  David Schleef  <ds@schleef.org>
40670
40671         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
40672         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
40673         Add fixate function and a check for bad formats.
40674
40675 2004-01-01  David Schleef  <ds@schleef.org>
40676
40677         Negotiation fixes:
40678         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
40679         (gst_audiofilter_init):
40680         * gst/debug/efence.c: (gst_efence_init):
40681         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
40682         (gst_deinterlace_init):
40683         * gst/volume/gstvolume.c: (volume_connect):
40684
40685 2004-01-01  David Schleef  <ds@schleef.org>
40686
40687         Convert elements to use gst_pad_use_explicit_caps() where
40688         appropriate:
40689         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
40690         * ext/audiofile/gstafparse.c: (gst_afparse_init),
40691         (gst_afparse_open_file):
40692         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
40693         (gst_afsrc_open_file):
40694         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
40695         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
40696         (gst_ffmpegdec_chain):
40697         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
40698         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
40699         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
40700         (gst_gdk_pixbuf_chain):
40701         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
40702         (gst_jpegdec_chain):
40703         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
40704         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
40705         (gst_mikmod_negotiate):
40706         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
40707         (gst_mpeg2dec_negotiate_format):
40708         * ext/mpeg2enc/gstmpeg2enc.cc:
40709         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
40710         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
40711         (gst_speexdec_sinkconnect):
40712         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
40713         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
40714         (gst_vorbisfile_new_link):
40715         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
40716         (gst_ac3parse_chain):
40717         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
40718         (gst_asf_demux_setup_pad):
40719         * gst/auparse/gstauparse.c: (gst_auparse_init),
40720         (gst_auparse_chain):
40721         * gst/id3/gstid3types.c: (gst_id3types_loop):
40722         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40723         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
40724         (mp1videoparse_parse_seq):
40725         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
40726         (bpf_from_header):
40727         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40728         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
40729         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
40730         (gst_mpeg_parse_send_data):
40731         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40732         (gst_qtdemux_add_stream):
40733         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
40734         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40735         (gst_wavparse_parse_fmt):
40736
40737 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40738
40739         * configure.ac:
40740           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
40741           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
40742           it therefore uses the wrong include paths. Too bad... Note
40743           that 1.6.1.93 is not release yet. ;).
40744           Also add a check for mplex, which is now using the lib'ified
40745           mplex from mjpegtools, too.
40746         * ext/ffmpeg/gstffmpegcodecmap.c:
40747           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
40748           issues. I don't think ffmpeg handles 3ivx correctly, so this
40749           probably won't work. But it won't hurt either.
40750         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
40751         (gst_ffmpegdec_chain):
40752         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
40753         (gst_ffmpegenc_chain_audio):
40754           Fix memleak in audio encoding. Close codec if open fails, this
40755           calls the cleanup routines so we can re-use the context.
40756         * ext/mpeg2enc/gstmpeg2enc.cc:
40757           Fix pad template names/types, fix memory issue with getcaps().
40758         * ext/mpeg2enc/gstmpeg2encoder.cc:
40759         * ext/mpeg2enc/gstmpeg2encoder.hh:
40760           Fix compile issue with new caps system (const thingy).
40761         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40762         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
40763           We read a first frame right on initing, so that we have a caps
40764           when we init the output. This caps is cached in padprivate and
40765           read as first frame.
40766         * ext/mplex/Makefile.am:
40767         * ext/mplex/gstmplex.cc:
40768         * ext/mplex/gstmplex.h:
40769         * ext/mplex/gstmplex.hh:
40770         * ext/mplex/gstmplexibitstream.cc:
40771         * ext/mplex/gstmplexibitstream.hh:
40772         * ext/mplex/gstmplexjob.cc:
40773         * ext/mplex/gstmplexjob.hh:
40774         * ext/mplex/gstmplexoutputstream.cc:
40775         * ext/mplex/gstmplexoutputstream.hh:
40776           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
40777           had issues, didn't do capsnego, supported only a subset of the
40778           mplex features and required a mplex fork in our local CVS. Plus
40779           that it worked agaist a very old mplex version. Rewriting was
40780           faster than updating it.
40781         * gst-libs/ext/Makefile.am:
40782         * gst-libs/ext/mplex/INSTRUCT:
40783         * gst-libs/ext/mplex/Makefile.am:
40784         * gst-libs/ext/mplex/README:
40785         * gst-libs/ext/mplex/TODO:
40786         * gst-libs/ext/mplex/ac3strm_in.cc:
40787         * gst-libs/ext/mplex/audiostrm.hh:
40788         * gst-libs/ext/mplex/audiostrm_out.cc:
40789         * gst-libs/ext/mplex/aunit.hh:
40790         * gst-libs/ext/mplex/bits.cc:
40791         * gst-libs/ext/mplex/bits.hh:
40792         * gst-libs/ext/mplex/buffer.cc:
40793         * gst-libs/ext/mplex/buffer.hh:
40794         * gst-libs/ext/mplex/fastintfns.h:
40795         * gst-libs/ext/mplex/format_codes.h:
40796         * gst-libs/ext/mplex/inputstrm.cc:
40797         * gst-libs/ext/mplex/inputstrm.hh:
40798         * gst-libs/ext/mplex/lpcmstrm_in.cc:
40799         * gst-libs/ext/mplex/mjpeg_logging.cc:
40800         * gst-libs/ext/mplex/mjpeg_logging.h:
40801         * gst-libs/ext/mplex/mjpeg_types.h:
40802         * gst-libs/ext/mplex/mpastrm_in.cc:
40803         * gst-libs/ext/mplex/mpegconsts.cc:
40804         * gst-libs/ext/mplex/mpegconsts.h:
40805         * gst-libs/ext/mplex/mplexconsts.hh:
40806         * gst-libs/ext/mplex/multplex.cc:
40807         * gst-libs/ext/mplex/outputstream.hh:
40808         * gst-libs/ext/mplex/padstrm.cc:
40809         * gst-libs/ext/mplex/padstrm.hh:
40810         * gst-libs/ext/mplex/stillsstream.cc:
40811         * gst-libs/ext/mplex/stillsstream.hh:
40812         * gst-libs/ext/mplex/systems.cc:
40813         * gst-libs/ext/mplex/systems.hh:
40814         * gst-libs/ext/mplex/vector.cc:
40815         * gst-libs/ext/mplex/vector.hh:
40816         * gst-libs/ext/mplex/videostrm.hh:
40817         * gst-libs/ext/mplex/videostrm_in.cc:
40818         * gst-libs/ext/mplex/videostrm_out.cc:
40819         * gst-libs/ext/mplex/yuv4mpeg.cc:
40820         * gst-libs/ext/mplex/yuv4mpeg.h:
40821         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
40822         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
40823           We don't fork mjpegtools' mplex in our CVS anymore.
40824         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
40825         (gst_avi_demux_add_stream):
40826         * gst/avi/gstavidemux.h:
40827           Add getcaps() function for proper caps nego. This makes some
40828           parts of AVI playback/reading work.
40829         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40830           Resize window on new capsnego. This is probably wrong, but
40831           I'm still committing it because with current capsnego, the
40832           first successfull capsnego is auto-fixated, therefore rounded
40833           down to the lowest values in the caps. this results in a 16x16
40834           XWindow that is not reized when real capsnego finishes.
40835           Dave, I see more cases of this, do you know a proper solution?
40836         * tools/gst-launch-ext.in:
40837           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
40838
40839 2003-12-31  David Schleef  <ds@schleef.org>
40840
40841         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
40842         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
40843           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
40844
40845 2003-12-30  David Schleef  <ds@schleef.org>
40846
40847         * ext/ffmpeg/gstffmpegcolorspace.c:
40848         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
40849         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
40850         (gst_ffmpegcsp_chain): Negotiation fixes
40851         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
40852         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
40853         (gst_audio_convert_link), (gst_audio_convert_channels):
40854         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
40855         (gst_audioscale_link), (gst_audioscale_get_buffer),
40856         (gst_audioscale_chain): Negotiation fixes
40857         * gst/audioscale/gstaudioscale.h:
40858         * gst/videofilter/gstvideofilter.c:
40859         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
40860         (gst_videofilter_link), (gst_videofilter_init),
40861         (gst_videofilter_set_output_size), (gst_videofilter_setup),
40862         (gst_videofilter_find_format_by_structure):
40863         * gst/videofilter/gstvideofilter.h: Negotiation fixes
40864         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
40865         (gst_videoscale_link):
40866         * gst/videoscale/videoscale.c: (videoscale_get_structure),
40867         (videoscale_find_by_structure), (gst_videoscale_setup):
40868         * gst/videoscale/videoscale.h: Negotiation fixes
40869         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40870         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
40871         function, restrict resizing to a multiple of 4 (hack until
40872         everyone supports odd sizes correctly).
40873
40874 2003-12-29  Colin Walters  <walters@verbum.org>
40875
40876         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
40877         signed.
40878
40879 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
40880
40881         * ext/sndfile/gstsf.c: (gst_sf_loop):
40882           Fix warning about discarding const qualifier
40883
40884 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
40885
40886         * gst/cutter/gstcutter.c:
40887         * gst/videoscale/gstvideoscale.c:
40888         * gst/volenv/gstvolenv.c:
40889         * gst-libs/gst/audio/audio.c:
40890         * gst-libs/gst/video/video.c:
40891           Fix warnings
40892
40893 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40894
40895         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
40896           Don't send ALSA debugging to stderr.
40897         * ext/alsa/gstalsa.h:
40898           Use GST_WARNING instead of g_warning when ALSA functions fail.
40899
40900 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40901
40902         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
40903           Free XVAdapterInfo correctly.
40904
40905 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40906
40907         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
40908         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
40909           Make id3tag use correct caps nego.
40910
40911 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
40912
40913         * ext/ivorbis/vorbis.c:
40914         * ext/ivorbis/vorbisenc.h:
40915         * ext/ivorbis/vorbisfile.c:
40916           Modify so that it uses the new caps things
40917
40918 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40919
40920         * testsuite/spider/spider1.c: (main):
40921         * testsuite/spider/spider2.c: (main):
40922         * testsuite/spider/spider3.c: (main):
40923           Make tests compile again. They probably don't work.
40924
40925 2003-12-24  Colin Walters  <walters@verbum.org>
40926
40927         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
40928         we can't fixate the caps anymore.
40929
40930 2003-12-23  David Schleef  <ds@schleef.org>
40931
40932         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
40933         * sys/oss/gstosssink.c: (gst_osssink_init),
40934         (gst_osssink_sink_fixate): Add fixate function.
40935
40936 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40937
40938         * ext/ffmpeg/gstffmpegcodecmap.c:
40939         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
40940         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
40941         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
40942         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
40943         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
40944         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
40945         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
40946           fix typo in RGB masks, and move back to "old" colorspace
40947           capsnego code until whoever wrote this new crap has actually
40948           tested it so that it works.
40949           And yes, this works, keep it that way please.
40950
40951 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40952
40953         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
40954         (gst_divxdec_init), (gst_divxdec_negotiate):
40955         * ext/divx/gstdivxdec.h:
40956         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
40957         (gst_divxenc_init):
40958         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
40959         (gst_faac_sinkconnect), (gst_faac_srcconnect):
40960         * ext/mpeg2enc/gstmpeg2enc.cc:
40961         * ext/mpeg2enc/gstmpeg2encoder.cc:
40962         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40963         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
40964         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
40965         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
40966         (dxr3spusink_init):
40967         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
40968         (dxr3videosink_init):
40969           Fix caps breakage after Dave's caps branch merge.
40970
40971 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40972
40973         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
40974           Fix for 24bpp display.
40975
40976 2003-12-23  Colin Walters  <walters@verbum.org>
40977
40978         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
40979         a GnomeVFSHandle directly.
40980
40981 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40982
40983         * gst/volume/Makefile.am:
40984         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
40985         (volume_base_init), (volume_init):
40986           Reenable volume element and fix to work with new caps stuff.
40987           Rhythmbox needs this.
40988
40989 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40990
40991         * gst/qtdemux/qtdemux.c: (plugin_init):
40992           qtdemux requires bytestream
40993
40994 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40995
40996         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
40997           Fix remaining caps handling errors due to CAPS merge.
40998
40999 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41000
41001         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
41002         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
41003         (gst_faad_srcconnect):
41004           Port to new caps system.
41005
41006 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41007
41008         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
41009         (got_video_size), (main): using g_print instead of g_message.
41010         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
41011         signal which was not emitted because of "switch" element added to the
41012         bin but not connected. (Removing from the bin temporarily)
41013
41014 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41015
41016         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
41017         find X development files. I don't understand the previous tests and
41018         they fail on my debian/ppc unstable. This one works.
41019         * examples/gstplay/player.c: (main): Set the pipeline to READY before
41020         exiting.
41021         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
41022         (gst_play_set_video_sink), (gst_play_set_audio_sink),
41023         (gst_play_set_visualization): Add some safety checks in set_ methods
41024         and state_change. This was throwing some ugly CRITICAL messages when
41025         pipeline was getting disposed and casts were failing.
41026
41027 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41028
41029         * configure.ac:
41030           Improve mpeg2enc detection. This is for distributions that do
41031           ship mjpegtools, but without mpeg2enc. Also does object check
41032           for might there ever be ABI incompatibility.
41033         * ext/mpeg2enc/gstmpeg2enc.cc:
41034           Add Andrew as second maintainer (he's helping me), and also add
41035           an error if no caps was set. This happens if I pull before capsnego
41036           and that's something I should solve sometime else.
41037         * gst/matroska/matroska-demux.c:
41038         (gst_matroska_demux_parse_blockgroup):
41039           Fix time parsing.
41040         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
41041         (gst_matroska_mux_track_header):
41042           Add caps to templates.
41043         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
41044           Add mpegversion=1 to prevent confusion with MPEG/AAC.
41045         * gst/mpegstream/gstmpegdemux.c:
41046           Remove layer since it causes warnings about unfixed caps.
41047         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
41048           Fix obvious typo (we error out if caps were set, we should of
41049           course error out if *no* caps were set).
41050         * sys/oss/gstosselement.c: (gst_osselement_convert):
41051           Fix format conversion, we confused bits/bytes.
41052         * sys/oss/gstosselement.h:
41053           Improve documentation for 'bps'.
41054         * sys/v4l/TODO:
41055           Remove stuff about plugins that need removing - this was done
41056           ages ago.
41057         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
41058         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
41059         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
41060         (gst_v4lsrc_src_query):
41061         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
41062         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
41063           Add get_query_types(), get_formats() and query() functions.
41064
41065 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
41066
41067         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
41068           * moved CVS to freedesktop.org