gst/playback/gstdecodebin.c: Add a "sink-caps" property to decodebin like it's done...
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-11-18  Alessandro Decina  <alessandro.d@gmail.com>
2
3         * gst/playback/gstdecodebin.c:
4         Add a "sink-caps" property to decodebin like it's done for decodebin2.
5         Fixes #560380.
6
7 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
8
9         * gst/audioresample/gstaudioresample.c:
10         Guard against a NULL dereference I somehow encountered -
11         with a FLUSH_STOP arriving either before basetransform _start(),
12         or after _stop().
13
14         * gst/typefind/gsttypefindfunctions.c:
15         Make sure we never jump backwards when typefinding corrupt mov files.
16
17 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
18
19         * gst-libs/gst/interfaces/propertyprobe.c:
20         Fix random type causing a docs warning.
21
22 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
23
24         * sys/v4l/gstv4l.c:
25           Give it a minimal rank for autovideosrc.
26
27 2008-11-13  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
28
29         * gst/typefind/gsttypefindfunctions.c: (jp2_type_find),
30         (plugin_init):
31         Improve typefinding of ISO JPEG2000 mime types.
32
33 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
34
35         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
36         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_setcaps),
37         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
38         * sys/xvimage/xvimagesink.h:
39         Avoid typechecking when we do trivial casts.
40         Move error handling out of the main program flow.
41         Sneak in the display-region caps property, not completely correct yet.
42         Cache the width/height in buffer_alloc instead of parsing it from the
43         caps all the time.
44
45 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
46
47         * gst/playback/gstplaybin2.c: (deactivate_group):
48         don't try to unlink the selector sinkpad when we don't have it yet. This
49         can happen if an error occured before the group was complete.
50
51 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
52
53         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
54         (gst_rtp_buffer_set_packet_len), (gst_rtp_buffer_get_packet_len),
55         (gst_rtp_buffer_get_header_len), (gst_rtp_buffer_get_version),
56         (gst_rtp_buffer_set_version), (gst_rtp_buffer_get_padding),
57         (gst_rtp_buffer_set_padding), (gst_rtp_buffer_pad_to),
58         (gst_rtp_buffer_get_extension), (gst_rtp_buffer_set_extension),
59         (gst_rtp_buffer_get_extension_data),
60         (gst_rtp_buffer_set_extension_data), (gst_rtp_buffer_get_ssrc),
61         (gst_rtp_buffer_set_ssrc), (gst_rtp_buffer_get_csrc_count),
62         (gst_rtp_buffer_get_csrc), (gst_rtp_buffer_set_csrc),
63         (gst_rtp_buffer_get_marker), (gst_rtp_buffer_set_marker),
64         (gst_rtp_buffer_get_payload_type),
65         (gst_rtp_buffer_set_payload_type), (gst_rtp_buffer_get_seq),
66         (gst_rtp_buffer_set_seq), (gst_rtp_buffer_get_timestamp),
67         (gst_rtp_buffer_set_timestamp),
68         (gst_rtp_buffer_get_payload_subbuffer),
69         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload):
70         Avoid expensive type checks we already did as part of the 
71         _validate() function that should be called first.
72
73 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
74
75         * gst-libs/gst/rtp/gstbasertpdepayload.c: (create_segment_event),
76         (gst_base_rtp_depayload_push_full),
77         (gst_base_rtp_depayload_set_gst_timestamp):
78         Fix some cases where a newsegment event was not sent.
79
80 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
81
82         * gst/playback/gstplaybin2.c: (activate_group):
83         Catch state change errors and stop from the uridecodebin elements
84         instead of trying to continue in vain.
85
86 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
87
88         * gst-libs/gst/audio/gstbaseaudiosink.c:
89         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
90         (gst_base_audio_sink_callback):
91         Use gst_base_sink_do_preroll() to wait for PLAYING and before waiting
92         for the latency to expire, fixes #559567.
93
94 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
95
96         * gst/adder/gstadder.c:
97           Change author string after seeing output of gst-inspector.
98
99 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
100
101         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
102         Don't try to do crazy things when we only have a text pad without a
103         video pad. Fixes #559478.
104
105 2008-11-06  Wim Taymans  <wim.taymans@collabora.co.uk>
106
107         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
108         Fix case where we don't have a range for the rates or channels as is the
109         case with truespeech.
110
111 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
112
113         * gst/volume/gstvolume.c: (volume_update_real_volume),
114         (gst_volume_set_volume), (gst_volume_get_volume),
115         (gst_volume_set_mute), (gst_volume_init), (volume_setup),
116         (volume_transform_ip), (volume_update_mute),
117         (volume_update_volume), (volume_get_property):
118         * gst/volume/gstvolume.h:
119         Keep negotiated state in a separate variable.
120         Protect the volume and mute properties with the object lock.
121         Protect modifying the transform with the transform lock.
122
123 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
124
125         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
126         (gst_ffmpeg_pixfmt_to_caps):
127         Only convert caps to string when debug is enabled.
128
129 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
130
131         * ext/theora/gsttheoradec.h:
132         * ext/theora/theoradec.c: (gst_theora_dec_init),
133         (gst_theora_dec_reset), (theora_dec_src_event),
134         (theora_dec_sink_event), (theora_handle_type_packet):
135         Copy seqnum.
136         Keep events in a pending list, like vorbisdec, instead of trying
137         to construct a segment event ourselves.
138
139         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
140         (vorbis_dec_src_event), (vorbis_dec_sink_event):
141         * ext/vorbis/vorbisdec.h:
142         Copy seqnum.
143
144 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
145
146         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
147         (gst_ogg_demux_deactivate_current_chain),
148         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page),
149         (gst_ogg_demux_loop):
150         * ext/ogg/gstoggdemux.h:
151         Copy seqnums around to track playback segments and messages.
152
153 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
154
155         Based on patch by: Matthias Kretz <kretz at kde dot org>
156
157         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
158         (gst_alsasink_prepare), (gst_alsasink_unprepare),
159         (gst_alsasink_write):
160         Make all access non-blocking so that we can better handle unplugging
161         of usb devices. Fixes #559111
162
163 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
164
165         Patch by: Damien Lespiau  <damien.lespiau gmail com>
166
167         * gst-libs/gst/rtsp/gstrtspconnection.c:
168         (gst_rtsp_connection_write):
169         Make the next call to poll not depend on previous calls to poll with or
170         without reading from the active descriptor. Fixes #544293.
171
172 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
173
174         Patch by: Nick Haddad <nick at haddads dot net>
175
176         * gst-libs/gst/riff/riff-ids.h:
177         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
178         Add support for other fourcc codes that are commonly used for
179         'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
180         Fixes #558553.
181
182 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
183
184         * gst/audioresample/gstaudioresample.c:
185           Return the result of parent_class->event().
186
187 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
188
189         * gst/audioresample/gstaudioresample.c:
190         (gst_audioresample_class_init), (audioresample_fixate_caps):
191         Fixate the rate to the nearest supported rate instead of
192         the first one. Fixes bug #549510.
193
194 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
195
196         * win32/common/libgstaudio.def:
197         Add new symbols.
198
199 2008-10-23  Wim Taymans  <wim.taymans@collabora.co.uk>
200
201         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
202         Attempt to make obfuscated code clearer.
203
204 2008-10-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
205
206         * docs/libs/gst-plugins-base-libs-sections.txt:
207         * gst-libs/gst/floatcast/floatcast.h:
208         Move float endianness conversion macros to core. Second part of
209         bug ##555196.
210
211 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
212
213         * sys/ximage/ximagesink.h:
214         * sys/xvimage/xvimagesink.h:
215           Don't mark as gtk-doc docs as they aren't public.
216
217 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
218
219         * sys/xvimage/xvimagesink.c:
220         * sys/xvimage/xvimagesink.h:
221         * tests/icles/Makefile.am:
222         * tests/icles/test-colorkey.c:
223           Allow setting colorkey if possible. Implement property probe interface
224           for optional X features (autopaint-colorkey, double-buffer and
225           colorkey). Fixes #554533
226
227 2008-10-22  Sebastian Dröge  <slomo@circular-chaos.org>
228
229         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
230         Remove useless buffer size assignment. It already has this value.
231
232 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
233
234         * gst-libs/gst/audio/gstaudiosink.c:
235         (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
236         (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
237         (gst_audioringbuffer_stop):
238         Implement a separate activate functions to start monitoring the segments
239         or, in pull mode, pulling in data.
240
241         * gst-libs/gst/audio/gstbaseaudiosink.c:
242         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
243         (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
244         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
245         (gst_base_audio_sink_activate_pull),
246         (gst_base_audio_sink_async_play),
247         (gst_base_audio_sink_change_state):
248         Implement pad and element convert query function.
249         Activate the ringbuffer.
250         Use the segment last_stop value as the offset to pull.
251         Use new basesink _do_preroll() method to preroll in the pulling thread.
252         Take appropriate locking in the pulling thread.
253
254         * gst-libs/gst/audio/gstringbuffer.h:
255         Update some docs.
256
257 2008-10-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
258
259         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
260         Improve MXF typefinding a bit by searching for a header partition
261         pack instead of just a general partition pack and checking more
262         bytes for valid values.
263
264 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
265
266         * tests/icles/.cvsignore:
267         update ignore file.
268
269         * tests/icles/Makefile.am:
270         * tests/icles/test-box.c: (make_pipeline), (main):
271         Add another interactive command line experimentation suite for
272         dynamically boxing/cropping/saling an input video.
273
274 2008-10-17  Wim Taymans  <wim.taymans@collabora.co.uk>
275
276         * docs/libs/gst-plugins-base-libs-sections.txt:
277         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
278         (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
279         * gst-libs/gst/audio/gstringbuffer.h:
280         Add methods to more accuratly control the pulling thread of a
281         ringbuffer.
282         Add format conversion helper code to the ringbuffer.
283         API: GstRingBuffer:gst_ring_buffer_activate()
284         API: GstRingBuffer:gst_ring_buffer_is_active()
285         API: GstRingBuffer:gst_ring_buffer_convert()
286
287 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
288
289         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
290         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
291         (gst_audioringbuffer_stop):
292         Signal thread startup earlier so that we can immediatly go into pull
293         mode when we have to and block on preroll.
294
295 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
296
297         * gst-libs/gst/audio/gstringbuffer.c:
298         (gst_ring_buffer_prepare_read):
299         In pull mode we want the callback to prepull a buffer we can preroll on
300         even when we are not yet playing.
301
302 2008-10-16  Stefan Kost  <ensonic@users.sf.net>
303
304         * ext/alsa/Makefile.am:
305         * ext/cdparanoia/Makefile.am:
306         * ext/gio/Makefile.am:
307         * ext/gnomevfs/Makefile.am:
308         * ext/libvisual/Makefile.am:
309         * ext/ogg/Makefile.am:
310         * ext/pango/Makefile.am:
311         * ext/theora/Makefile.am:
312         * ext/vorbis/Makefile.am:
313         * gst/adder/Makefile.am:
314         * gst/audioconvert/Makefile.am:
315         * gst/audiorate/Makefile.am:
316         * gst/audioresample/Makefile.am:
317         * gst/audiotestsrc/Makefile.am:
318         * gst/ffmpegcolorspace/Makefile.am:
319         * gst/gdp/Makefile.am:
320         * gst/playback/Makefile.am:
321         * gst/subparse/Makefile.am:
322         * gst/tcp/Makefile.am:
323         * gst/typefind/Makefile.am:
324         * gst/videorate/Makefile.am:
325         * gst/videoscale/Makefile.am:
326         * gst/videotestsrc/Makefile.am:
327         * gst/volume/Makefile.am:
328         * sys/v4l/Makefile.am:
329         * sys/ximage/Makefile.am:
330         * sys/xvimage/Makefile.am:
331           Don't install static libs for plugins. Fixes #550851 for base.
332
333 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
334
335         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
336         Set the default blocksize to -1 because we will then use the configured
337         samplesperbuffer to create our output buffer.
338
339 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
340
341         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
342         (gst_riff_create_video_template_caps):
343         Add mappping for the KMVC (Karl Morton's Video) Codec.
344
345 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
346
347         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
348         Don't forget to advance the offset of what we're matching against, else
349         we end up in a forever loop.
350
351 2008-10-15  Sebastian Dröge  <slomo@circular-chaos.org>
352
353         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
354         Improve typefinding a bit. If we don't have a Unicode charset
355         try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
356
357 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
358
359         * ext/theora/theoradec.c: (theora_dec_decode_buffer):
360         Fix build on macosx.
361
362 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
363
364         Based on patch by: Robin Stocker <robin at nibor dot org>
365
366         * ext/theora/gsttheoradec.h:
367         * ext/theora/theoradec.c: (gst_theora_dec_init),
368         (theora_dec_setcaps), (theora_handle_type_packet),
369         (theora_dec_decode_buffer), (theora_dec_change_state):
370         Parse input caps and make the PAR override the encoded PAR when
371         specified by a container. Fixes #555699.
372
373 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
374
375         * gst-libs/gst/rtp/gstbasertpdepayload.c:
376         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
377         (gst_base_rtp_depayload_set_gst_timestamp),
378         (gst_base_rtp_depayload_change_state):
379         * gst-libs/gst/rtp/gstbasertpdepayload.h:
380         Add some more G_LIKELY
381         Fail when the setcaps function was not called.
382
383         * gst-libs/gst/rtp/gstbasertppayload.c:
384         (gst_basertppayload_set_outcaps):
385         Propagate return value of setcaps.
386
387 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
388
389         * gst/subparse/Makefile.am:
390         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
391         (gst_sub_parse_class_init), (gst_sub_parse_init),
392         (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
393         (get_next_line), (gst_sub_parse_data_format_autodetect),
394         (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
395         (gst_subparse_type_find):
396         * gst/subparse/gstsubparse.h:
397         Add support for UTF16/UTF32 subtitles as long as the first bytes of
398         the first buffer contain the BOM. This also adds support for other
399         encodings that allow NUL bytes via the encoding property.
400         Fixes bugs #552237 and #456788.
401
402 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
403
404         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
405         Don't drop the last byte of image tags if they're not an URI list.
406         Fixes bug #556066.
407
408 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
409
410         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
411         For looking at the 4th byte we have to get 4 bytes of course
412         and not 3.
413
414 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
415
416         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
417         Improve FLAC-without-headers typefinding by looking at most of the
418         frame header and checking if invalid values are used. Should prevent
419         quite some false positives compared to the old version which only
420         check if the first 14 bits are set.
421
422 2008-10-11  Stefan Kost  <ensonic@users.sf.net>
423
424         * sys/xvimage/xvimagesink.c:
425           Don't assert on caps==NULL.
426
427 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
428
429         * gst/subparse/gstsubparse.c:
430         (gst_sub_parse_data_format_autodetect), (handle_buffer),
431         (gst_sub_parse_change_state):
432         * gst/subparse/gstsubparse.h:
433         * tests/check/elements/subparse.c: (GST_START_TEST):
434         Add support for subtitle files with UTF-8 BOM at the beginning
435         by simple stripping it from the first line before passing it
436         to any parsing code. Fixes bug #555257 and playback of files
437         created by Gnome Subtitles.
438
439 2008-10-10  Wim Taymans  <wim.taymans@collabora.co.uk>
440
441         * gst/audiotestsrc/gstaudiotestsrc.c:
442         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
443         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
444         (gst_audio_test_src_start), (gst_audio_test_src_stop),
445         (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
446         (gst_audio_test_src_create):
447         * gst/audiotestsrc/gstaudiotestsrc.h:
448         Define the default property values in the usual place.
449         Implement start/stop to reset values correctly.
450         Calculate the sample size only once when we negotiate.
451         Rename some values to make more sense.
452         Keep track of our byte range.
453         Add support for pull based scheduling. Disabled for now until we have
454         the whole stack working.
455         Set the BUFFER_OFFSET correctly.
456
457 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
458
459         Based on a patch by: xavierb at gmail dot com
460
461         * gst/subparse/gstsubparse.c:
462         (gst_sub_parse_data_format_autodetect):
463         * tests/check/elements/subparse.c: (GST_START_TEST):
464         Make the detection of the used subtitle a bit less strict
465         for srt subtitles. Fixes bug #555607.
466
467 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
468
469         * ext/vorbis/vorbisenc.c:
470         (gst_vorbis_enc_buffer_check_discontinuous):
471         Fix discontinuity detection which was broken by last commit.
472
473 2008-10-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
474
475         * configure.ac::
476           Require core CVS for ghostpad API additions used by decodebin2.
477
478 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
479
480         * gst-libs/gst/audio/gstbaseaudiosrc.c:
481         (gst_base_audio_src_create):
482         Fix debug statements (space between '%' and actual format).
483
484 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
485
486         * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
487         Remove bogus assert, the decodepad could have been created inside an
488         already existing group.
489
490 2008-10-08  Andy Wingo  <wingo@pobox.com>
491
492         * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
493         target instead of setting it.
494         (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
495         API for a decode pad. The bugfix is that we set the group in
496         activate(), not when the pad was created because it might be NULL
497         then.
498         (gst_decode_group_control_source_pad, gst_decode_group_expose):
499         Update to use the API.
500
501 2008-10-08  Andy Wingo  <wingo@pobox.com>
502
503         * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
504         be a subclass of GstGhostPad.
505         (analyze_new_pad): So, when emitting the signals that determine
506         how we do autoplugging, already create the ghost pad and use it as
507         the pad in the signal arguments. This allows applications to make
508         a connection between the pad passed in e.g. autoplug-continue, and
509         the pad passed in new-decoded-pad.
510         (connect_pad, expose_pad): Update to receive the ghosted decode
511         pad in the args, retargetting it as necessary if we have to plug
512         the target pad through a multiqueue.
513         (gst_decode_group_control_source_pad): Adapt to receive an
514         already-ghosted pad that just needs activation, blocking, and
515         drain notification.
516         (sort_end_pads): Adapt for decode pads actually being pads.
517         (gst_decode_group_expose): Adapt for decode pads actually being
518         pads. Rewrite the decode pad names so they appear in order. Adds a
519         new error case if we couldn't set the name.
520         (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
521         logic.
522         (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
523         New API for the decode pad, needed because we shouldn't do these
524         things inside gst_decode_pad_new(), but after.
525         (gst_decode_pad_new): Change to actually make the real pad, and
526         delay the blocking/drainage bits.
527
528 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
529
530         Patch by: Daniel Drake <dsd at laptop dot org>
531
532         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
533         Unref all buffers when clearing collectpads. Fixes bug #546955.
534
535 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
536
537         Based on a patch by: Klaas <klaas at rivercrew dot net>
538
539         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
540         (gst_vorbis_enc_buffer_check_discontinuous),
541         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
542         * ext/vorbis/vorbisenc.h:
543         Keep track of the upstream segments and use the running time on that
544         segment instead of the buffer timestamp everywhere. Fixes bug #525807.
545
546 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
547
548         * gst/audioconvert/audioconvert.c: (audio_convert_convert):
549         Prevent overflows with big buffer when calculating the size of
550         the intermediate buffer by using gst_util_uint64_scale() instead of
551         plain arithmetics. Fixes bug #552801.
552
553 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
554
555         Patch by: Pavel Zeldin <pzeldin at gmail dot com>
556
557         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
558         (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
559         (gst_clock_overlay_init), (gst_clock_overlay_set_property),
560         (gst_clock_overlay_get_property):
561         * ext/pango/gstclockoverlay.h:
562         API: Add ability to specify format for date/time display by
563         adding a "time-format" property.
564         Fixes bug #554879.
565
566 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
567
568         Patch by: Jan Gerber <j at oil21 dot org>
569
570         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
571         (gst_riff_create_video_template_caps):
572         Add FFV1 fourcc to support playback of FFMPEG lossless video
573         in AVI. Fixes bug #555319.
574
575 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
576
577         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
578
579         * gst-libs/gst/audio/gstbaseaudiosrc.c:
580         (gst_base_audio_src_create):
581         Implement skew clock slaving. Fixes #552559.
582
583 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
584
585         * gst-libs/gst/audio/multichannel.c:
586         * gst-libs/gst/audio/testchannels.c:
587         Fix include of config.h
588
589 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
590
591         Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
592
593         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
594         (print_media), (gst_sdp_message_dump):
595         Fix parsing of the c= field containing multicast addresses.
596         Fixes #552199.
597         Add the connection info to the session or streams.
598         Fix parsing of the bandwidth.
599         Add debugging for the connections and bandwidths for a media.
600         Add debugging for the bandwidth of the session. 
601
602 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
603
604         * gst-libs/gst/rtp/gstbasertppayload.c:
605         (gst_basertppayload_change_state):
606         Configure the next seqnum and timestamp in the state change so that they
607         can be queried soon after.
608
609 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
610
611         * gst-libs/gst/rtp/gstbasertpdepayload.c:
612         (gst_base_rtp_depayload_chain):
613         Improve debugging of the rtptime.
614
615 2008-10-05  Jan Schmidt  <jan.schmidt@sun.com>
616
617         * configure.ac:
618         Back to development -> 0.10.21.1
619
620 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
621
622         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
623         (plugin_init):
624         Add typefinding for FLAC without headers in the beginning.
625         This is already handled by flacdec and friends.
626
627 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
628
629         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
630         (plugin_init):
631         Add typefinder for MXF.
632
633 2008-10-03  Jan Schmidt  <jan.schmidt@sun.com>
634
635         * tests/icles/Makefile.am:
636         Only build test-colorkey if GTK+ is available.
637
638 === release 0.10.21 ===
639
640 2008-10-03  Jan Schmidt <jan.schmidt@sun.com>
641
642         * configure.ac:
643           releasing 0.10.21, "We Could Be Wrong"
644
645 2008-09-28  Jan Schmidt  <jan.schmidt@sun.com>
646
647         * configure.ac:
648         0.10.20.4 pre-release
649
650 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
651
652         Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
653
654         * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
655         Set the BOS flag on the BOS packet. Fixes #553244.
656
657 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
658
659         * gst-libs/gst/rtsp/gstrtspmessage.c:
660         (gst_rtsp_message_parse_request),
661         (gst_rtsp_message_parse_response):
662         Fix the g_return_val_if_fail() statements.
663
664 2008-09-22  Michael Smith <msmith@songbirdnest.com>
665
666         * gst-libs/gst/tag/gsttagdemux.c:
667           Fail to activate if there's insufficient data in the file to be usable,
668           preventing an assertion fail later. Fixes #552960
669
670 2008-09-15  Tim-Philipp Müller  <tim.muller at collabora co uk>
671
672         * gst-libs/gst/pbutils/descriptions.c:
673         * gst/typefind/gsttypefindfunctions.c:
674           Recognise Kate subtitle streams (#550582).
675
676 2008-09-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
677
678         * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
679           Remove trailing comma from enum list, which causes problems
680           with -pendantic (#550729).
681
682 2008-09-10  Jan Schmidt  <jan.schmidt@sun.com>
683
684         * configure.ac:
685         0.10.20.2 pre-release
686
687         * po/LINGUAS:
688         * po/id.po:
689         * po/pt_BR.po:
690
691         New translations.
692
693 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
694
695         * gst-libs/gst/interfaces/propertyprobe.c:
696           (gst_property_probe_get_properties),
697           (gst_property_probe_get_property),
698           (gst_property_probe_probe_property),
699           (gst_property_probe_probe_property_name),
700           (gst_property_probe_needs_probe),
701           (gst_property_probe_needs_probe_name),
702           (gst_property_probe_get_values),
703           (gst_property_probe_get_values_name),
704           (gst_property_probe_probe_and_get_values),
705           (gst_property_probe_probe_and_get_values_name):
706           More sanity checks for our second-favourite interface.
707
708 2008-09-05  Stefan Kost  <ensonic@users.sf.net>
709
710         * gst-libs/gst/interfaces/propertyprobe.c:
711           Check for NULL pointer, in the hope that this fixes #532864.
712
713 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
714
715         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
716           No really, the next release is 0.10.21 (fix Since: tags in docs).
717
718 2008-09-04  Wim Taymans  <wim.taymans@collabora.co.uk>
719
720         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
721         Disable a code path that is now called but causes a deadlock for some
722         reason and is unneeded.
723
724 2008-09-04  Stefan Kost  <ensonic@users.sf.net>
725
726         * sys/xvimage/xvimagesink.c:
727         * sys/xvimage/xvimagesink.h:
728           Add a "draw-border" property that can be set to false to disable
729           drawing borders.
730           
731         * tests/icles/test-colorkey.c:
732         * tests/icles/Makefile.am:
733           Add new test application for the colorkey handling.
734
735 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
736
737         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
738         Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
739         This will also be fixed for upcoming gst-ffmpeg release so that once
740         this release of -base is out, it will work with the latest gst-ffmpeg
741         release.
742
743 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
744
745         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
746         (gst_riff_create_audio_template_caps):
747         Add Truespeech mapping for RIFF formats (AVI/WAV).
748         Fixes #550656
749
750 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
751
752         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
753         Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
754         Fixes #550638.
755
756 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
757
758         * configure.ac:
759         * gst/subparse/Makefile.am:
760         * gst/subparse/gstsubparse.c:
761         * gst/subparse/samiparse.c:
762         * tests/check/elements/subparse.c:
763           Rework last change, so that we build subparse, but just disable the
764           sami parse functionality, if we're configured to not use xml. In the
765           tests only the sami test is disabled now.
766
767 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
768
769         * configure.ac:
770           Disable subparse when xml is disabled. It woundn't work anyway. Fixes
771           test runs.
772
773 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
774
775         * po/POTFILES.in:
776           Add some more files with strings for translation.
777
778 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
779
780         * gst-libs/gst/tag/gstvorbistag.c:
781         * tests/check/libs/tag.c:
782           Use new geo location tags from core. Fixes #481169
783
784 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
785
786         * tests/check/elements/audioresample.c: (setup_audioresample),
787         (fail_unless_perfect_stream), (test_perfect_stream_instance),
788         (test_discont_stream_instance):
789         Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
790         Add debugging for coherence.
791
792 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
793
794         Patch by: Jonathan Matthew  <notverysmart gmail com>
795
796         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
797           Add typefinder for PDF documents (which is nice to have, since it's a
798           common format, but also helps prevent false positives). Fixes #549814.
799
800 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
801
802         * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
803         (no_more_pads_cb):
804         Fix nasty race where multiple decodebins could start pushing data before
805         we manage to configure the sinks, resulting in not-linked errors in
806         typical RTSP streaming cases.
807
808 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
809
810         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
811         Since we now call stop, we trigger this code path that causes a deadlock
812         is apparently not needed.
813
814 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
815
816         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
817         (gst_ring_buffer_stop):
818         Also allow the case where the ringbuffer was paused when we try to stop
819         it so that the basesrc stop function is still called.
820
821 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
822
823         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
824
825         * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
826         Reprobe devices again instead of taking a cached list as new
827         devices could've been plugged in. Fixes bug #549062.
828
829 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
830
831         Patch by: Alessandro Dessina <alessandro nnva org>
832
833         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
834         (gst_ogg_demux_activate_chain):
835         Don't add pads and activate them for skeleton streams. These are already
836         handled inside oggdemux. Fixes bug #537599.
837
838 2008-08-22  Wim Taymans  <wim.taymans@collabora.co.uk>
839
840         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
841         Reset variable so that query and convert fail after going back to
842         READY. Fixes #548898.
843
844 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
845
846         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
847         If a buffer arrives with a timestamp before the timestamp+duration
848         of the previous buffer clip it instead of dropping it completely.
849         Slight improvement for the unfixable bug #548913.
850
851 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
852
853         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
854         Take the current timestamp instead of timestamp+duration for the offset.
855         This offset will later be used for calculating the timestamp and
856         otherwise vorbisdec will interpolate timestamps wrong if upstream
857         only sends timestamps and no granulepos.
858
859 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
860
861         * tests/examples/seek/seek.c:
862           Don't crash when having no visualisations.
863
864 2008-08-16  David Schleef  <ds@schleef.org>
865
866         * gst/typefind/gsttypefindfunctions.c: DV typefinding.  Remove
867           check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
868           Fixes #548065.
869
870 2008-08-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
871
872         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
873         When cleaning up the caps fields also remove "depth" for the same
874         reason we remove "width".
875
876 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
877
878         * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
879           Add Lead H.264 here as well.
880
881 2008-08-14  Julien Moutte  <julien@fluendo.com>
882
883         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
884         (gst_riff_create_video_template_caps): Add Lead H.264 variant.
885
886 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
887
888         * gst-libs/gst/audio/gstbaseaudiosrc.c:
889         (gst_base_audio_src_create):
890         When not slaved to another clock also subtract the base_time from our
891         internal clock time to get the running time.
892
893 2008-08-12  David Schleef  <ds@schleef.org>
894
895         * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
896           since it has no basis in libtheora.
897
898 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
899
900         * gst-libs/gst/interfaces/propertyprobe.h:
901           Remove double "interface" from doc-string.
902
903         * gst-libs/gst/interfaces/xoverlay.h:
904           Document interface.
905
906         * gst-libs/gst/riff/riff.c:
907           Add basic doc blobs.
908
909 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
910
911         * gst-libs/gst/audio/Makefile.am:
912           Don't try to build that example anymore.
913
914 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
915
916         * gst-libs/gst/audio/.cvsignore:
917         * gst-libs/gst/audio/Makefile.am:
918         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
919         * gst-libs/gst/audio/make_filter:
920           Move audiofiltertemplate to gst-template.
921
922 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
923
924         * docs/libs/gst-plugins-base-libs-sections.txt:
925         * gst-libs/gst/audio/gstaudiosrc.h:
926           More docs and shuffling. What can we do with the hundreds of #defines.
927
928 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
929
930         * gst-libs/gst/audio/audio.h:
931         * gst-libs/gst/audio/gstaudiofilter.h:
932         * gst-libs/gst/audio/gstringbuffer.h:
933         * gst-libs/gst/interfaces/propertyprobe.h:
934         * gst-libs/gst/tag/gsttagdemux.h:
935           Reducing number of dundocumented symbols.
936
937 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
938
939         * gst-libs/gst/audio/audio.c:
940           Fix doc comment syntax.
941
942         * gst-libs/gst/interfaces/propertyprobe.c:
943           Add more doc-comments and a FIXME: for the signal.    
944
945 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
946
947         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
948         (gst_ogg_mux_request_new_pad):
949         * ext/ogg/gstoggmux.h:
950         Don't pretend to support NEWSEGMENT events, instead override the
951         GstCollectPads event function to return FALSE on NEWSEGMENT events
952         and do the normal work for other events.
953
954         This prevents elements like flacenc to seek to the start and rewrite
955         some data which then results in a broken Ogg packet.
956
957 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
958
959         Patch by: Frederic Crozat <fcrozat@mandriva.org>
960
961         * ext/alsa/gstalsaplugin.c: (plugin_init):
962         * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
963         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
964         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
965         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
966         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
967         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
968         * gst/playback/gstdecodebin.c: (plugin_init):
969         * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
970         * gst/playback/gstplayback.c: (plugin_init):
971         * gst/playback/gstqueue2.c: (plugin_init):
972         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
973         * sys/v4l/gstv4l.c: (plugin_init):
974         Make sure gettext returns translations in UTF-8 encoding rather
975         than in the current locale encoding (#546822).
976
977 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
978
979         * gst-libs/gst/pbutils/descriptions.c:
980           Add audio/x-qdm for qtdemux.
981
982 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
983
984         * ext/vorbis/vorbisdec.c:
985           Do not leak old taglist.
986
987 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
988
989         * tests/icles/test-scale.c:
990           Include <stdlib.h> for atoi().
991
992 2008-08-04  Andy Wingo  <wingo@pobox.com>
993
994         * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
995         documentation fix.
996
997 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
998
999         * gst/adder/gstadder.c:
1000           Cleanup lots of empty lines that came from gst-indent going havoc
1001           before I added the INDENT_ON/OFF marker some time agao.
1002
1003 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1004
1005         * configure.ac:
1006         * gst-libs/gst/riff/riff-read.c:
1007           Bump requirement to latest core and use new tag for riff formats.
1008           Needed for #520694.
1009
1010 2008-08-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1011
1012         * tests/examples/dynamic/Makefile.am:
1013         * tests/examples/dynamic/codec-select.c: (make_encoder),
1014         (make_pipeline), (do_switch), (my_bus_callback), (main):
1015         Add example app that dynamically switches between 3 'encoders'.
1016
1017 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1018
1019         * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
1020         Add some more comments.
1021
1022 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1023
1024         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
1025         (gst_video_test_src_create):
1026         Discard buffers of the wrong size after renegotiation, this is perfectly
1027         possible with things like capsfilter that could suggest caps changes
1028         upstream without knowing the size of the buffer.
1029
1030 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1031
1032         * tests/icles/.cvsignore:
1033         * tests/icles/Makefile.am:
1034         * tests/icles/test-scale.c: (make_pipeline), (main):
1035         Add dynamic rescaling tests for the new basetransform.
1036
1037 2008-07-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1038
1039         * gst/audioconvert/Makefile.am:
1040           Dist recently-added gstfastrandom.h.
1041
1042 2008-07-30  Edward Hervey  <edward.hervey@collabora.co.uk>
1043
1044         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1045         Fix a "may be used uninitialized in this function" which weirdly only
1046         appears on macosx (?).
1047
1048 2008-07-30  Stefan Kost  <ensonic@users.sf.net>
1049
1050         * gst-libs/gst/riff/riff-ids.h:
1051           Adding acid chunk for tempo and loop information.
1052
1053 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1054
1055         * sys/xvimage/Makefile.am:
1056           floor() needs linking to $(LIBM).
1057
1058 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1059
1060         * ext/gnomevfs/gstgnomevfssrc.c:
1061           Aggregate short reads and add some comments and debug logging.
1062           Fixes #537380
1063
1064 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1065
1066         * gst/playback/gstplaybasebin.c:
1067           Fix property doc markup (its not a signal).
1068
1069         * sys/xvimage/xvimagesink.c:
1070           Add since tag for new proeprties (also add sice tags fro the last two
1071           other additions).
1072
1073 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1074
1075         * sys/xvimage/xvimagesink.c:
1076         * sys/xvimage/xvimagesink.h:
1077           Add autofill/colorkey properties. Fixes #538656.
1078
1079 2008-07-28  David Schleef  <ds@schleef.org>
1080
1081         * sys/xvimage/xvimagesink.c:
1082           Fix rounding errors when converting colorbalance values
1083           between hardware and object property ranges.  Partial
1084           fix for #537889, however, there still seems to be a small
1085           drift problem that could be totem's fault.
1086
1087 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1088
1089         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1090         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1091         Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
1092         This fixes a critical warning.
1093
1094 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1095
1096         * ext/ogg/gstoggmux.c:
1097         Allow muxing of CELT into Ogg streams.
1098
1099 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1100
1101         * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
1102         (plugin_init):
1103         Add simple typefinder for the CELT codec (www.celt-codec.org).
1104
1105 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1106
1107         Patch by: Jan Gerber <j at oil21 dot org>
1108
1109         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
1110         Fix calculation of the start time from skeleton streams.
1111         Fixes bug #530068.
1112
1113 2008-07-24  Stefan Kost  <ensonic@users.sf.net>
1114
1115         * tests/examples/seek/seek.c:
1116           Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
1117
1118 2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1119
1120         * gst/audioconvert/audioconvert.h:
1121         * gst/audioconvert/gstaudioquantize.c:
1122         (gst_audio_quantize_setup_dither),
1123         (gst_audio_quantize_free_dither):
1124         * gst/audioconvert/gstfastrandom.h:
1125         Implement a linear congruential generator as pseudo random number
1126         generator for the dither noise. This is about 2 times faster than
1127         using GLib's mersenne twister. Also this uses only integer math for
1128         generating integers while GLib internally uses floating point math.
1129
1130 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1131
1132         * configure.ac:
1133           Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
1134
1135 2008-07-23  Tim-Philipp Müller  <tim.muller at collabora co uk>
1136
1137         Patch by: Damien Lespiau  <damien.lespiau gmail com>
1138
1139         * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
1140           Use GST_STR_NULL to avoid crashes with libcs that don't
1141           like NULL strings in printf args (such as the win32 one).
1142           Fixes #544306.
1143
1144 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1145
1146         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1147         Oops - set the size of the image used for probing back to 1x1, for
1148         consistency with ximagesink
1149
1150 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1151
1152         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1153         (gst_ximagesink_ximage_new):
1154         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1155         (gst_xvimagesink_xvimage_new):
1156
1157         Apparently on Solaris and OS/X (at least), it's not legal to ask the
1158         X server to attach to a shared memory segment after we've deleted it,
1159         with the result that MIT-SHM is disabled. Instead, remove it only after 
1160         X succeeds in attaching too.
1161
1162 2008-07-16  David Schleef  <ds@schleef.org>
1163
1164         * gst/audiotestsrc/gstaudiotestsrc.c:
1165         * gst/audiotestsrc/gstaudiotestsrc.h:
1166           Add 'ticks', a 1/30 second sine wave pulse every second.
1167
1168 2008-07-15  David Schleef  <ds@schleef.org>
1169
1170         * gst-libs/gst/video/video.c: Revert ABI change.
1171
1172 2008-07-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1173
1174         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1175         Make it impossible to have NULL caps at the point where we set
1176         framerate and other things. Also don't return immediately for "3ivd"
1177         video and let framerate, etc be set. Might fix bug #542508.
1178
1179 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1180
1181         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
1182         Video format can also be conveniently determined from (many)
1183         non-fixed caps.
1184
1185 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
1186
1187         * gst/playback/gstplaybasebin.c:
1188         * gst/playback/gstplaybasebin.h:
1189         * gst/playback/gstplaybin.c:
1190         * gst/playback/gststreamselector.c:
1191         First stab at integrating DVD subpicture overlay into
1192         playbin. Successfully plugs and plays, but the queues need
1193         shrinking - 3 seconds of video is too much buffering.
1194
1195 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1196
1197         * gst/audioconvert/gstaudioconvert.c:
1198           Remove now obsolete note in the docs.
1199
1200 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1201
1202         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1203         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1204         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1205         * docs/plugins/gst-plugins-base-plugins.args:
1206         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1207         * docs/plugins/gst-plugins-base-plugins.interfaces:
1208         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1209         * docs/plugins/gst-plugins-base-plugins.signals:
1210         * docs/plugins/inspect/plugin-adder.xml:
1211         * docs/plugins/inspect/plugin-alsa.xml:
1212         * docs/plugins/inspect/plugin-audioconvert.xml:
1213         * docs/plugins/inspect/plugin-audiorate.xml:
1214         * docs/plugins/inspect/plugin-audioresample.xml:
1215         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1216         * docs/plugins/inspect/plugin-cdparanoia.xml:
1217         * docs/plugins/inspect/plugin-decodebin.xml:
1218         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1219         * docs/plugins/inspect/plugin-gdp.xml:
1220         * docs/plugins/inspect/plugin-gnomevfs.xml:
1221         * docs/plugins/inspect/plugin-libvisual.xml:
1222         * docs/plugins/inspect/plugin-ogg.xml:
1223         * docs/plugins/inspect/plugin-pango.xml:
1224         * docs/plugins/inspect/plugin-playback.xml:
1225         * docs/plugins/inspect/plugin-queue2.xml:
1226         * docs/plugins/inspect/plugin-subparse.xml:
1227         * docs/plugins/inspect/plugin-tcp.xml:
1228         * docs/plugins/inspect/plugin-theora.xml:
1229         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1230         * docs/plugins/inspect/plugin-uridecodebin.xml:
1231         * docs/plugins/inspect/plugin-video4linux.xml:
1232         * docs/plugins/inspect/plugin-videorate.xml:
1233         * docs/plugins/inspect/plugin-videoscale.xml:
1234         * docs/plugins/inspect/plugin-videotestsrc.xml:
1235         * docs/plugins/inspect/plugin-volume.xml:
1236         * docs/plugins/inspect/plugin-vorbis.xml:
1237         * docs/plugins/inspect/plugin-ximagesink.xml:
1238         * docs/plugins/inspect/plugin-xvimagesink.xml:
1239         * ext/alsa/gstalsamixer.c:
1240         * ext/alsa/gstalsasink.c:
1241         * ext/alsa/gstalsasrc.c:
1242         * ext/gio/gstgiosink.c:
1243         * ext/gio/gstgiosrc.c:
1244         * ext/gio/gstgiostreamsink.c:
1245         * ext/gio/gstgiostreamsrc.c:
1246         * ext/gnomevfs/gstgnomevfssink.c:
1247         * ext/gnomevfs/gstgnomevfssrc.c:
1248         * ext/ogg/gstoggdemux.c:
1249         * ext/ogg/gstoggmux.c:
1250         * ext/pango/gstclockoverlay.c:
1251         * ext/pango/gsttextoverlay.c:
1252         * ext/pango/gsttextrender.c:
1253         * ext/pango/gsttimeoverlay.c:
1254         * ext/theora/theoradec.c:
1255         * ext/theora/theoraenc.c:
1256         * ext/theora/theoraparse.c:
1257         * ext/vorbis/vorbisdec.c:
1258         * ext/vorbis/vorbisenc.c:
1259         * ext/vorbis/vorbisparse.c:
1260         * ext/vorbis/vorbistag.c:
1261         * gst/adder/gstadder.c:
1262         * gst/audioconvert/gstaudioconvert.c:
1263         * gst/audioresample/gstaudioresample.c:
1264         * gst/audiotestsrc/gstaudiotestsrc.c:
1265         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1266         * gst/gdp/gstgdpdepay.c:
1267         * gst/gdp/gstgdppay.c:
1268         * gst/playback/gstdecodebin2.c:
1269         * gst/playback/gstplaybin.c:
1270         * gst/playback/gstplaybin2.c:
1271         * gst/playback/gstqueue2.c:
1272         * gst/playback/gsturidecodebin.c:
1273         * gst/tcp/gstmultifdsink.c:
1274         * gst/tcp/gsttcpserversink.c:
1275         * gst/videorate/gstvideorate.c:
1276         * gst/videoscale/gstvideoscale.c:
1277         * gst/videotestsrc/gstvideotestsrc.c:
1278         * gst/volume/gstvolume.c:
1279         * sys/ximage/ximagesink.c:
1280         * sys/xvimage/xvimagesink.c:
1281           Cleanup Plugin docs. Link to signals and properties. Fix sub-section
1282           titles. Drop mentining that all our example pipelines are "simple"
1283           pipelines.
1284
1285 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1286
1287         * tests/examples/seek/Makefile.am:
1288         Fix out of tree build by adding all required CFLAGS.
1289
1290 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1291
1292         * gst/playback/gstdecodebin.c: (add_raw_queue):
1293         And ref the pad before returning it again when linking to the queue
1294         failed. Otherwise we will unref the pad twice later and things break.
1295
1296 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1297
1298         * gst/playback/gstdecodebin.c: (add_raw_queue):
1299         If linking the raw pad with a queue fails, try it without a queue
1300         instead of failing completely. This should never happen.
1301
1302 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1303
1304         Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
1305
1306         * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
1307         Add a queue after a demuxer if the demuxer outputs raw data. This was
1308         done before only for non-raw data but is required in this case too.
1309         Fixes bug #540215.
1310
1311         decodebin2 doesn't have this issue because all streams of a group
1312         go through multiqueue.
1313
1314 2008-07-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1315
1316         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1317
1318         * gst-libs/gst/sdp/gstsdpmessage.c:
1319         Makes libgstsdp compile with mingw32 by defining the right WINVER so
1320         that getaddrinfo() can be used. Fixes #541358.
1321
1322 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1323
1324         * gst/videotestsrc/gstvideotestsrc.c:
1325         (gst_video_test_src_class_init), (gst_video_test_src_init),
1326         (gst_video_test_src_set_property),
1327         (gst_video_test_src_get_property), (gst_video_test_src_create):
1328         * gst/videotestsrc/gstvideotestsrc.h:
1329         Cleanups, use default property values as defines.
1330         Add property to enable/disable peer buffer allocation.
1331
1332 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1333
1334         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
1335         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1336         Enable unit tests on PPC again as the bugs are now fixed.
1337
1338 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1339
1340         * gst-libs/gst/riff/riff-ids.h:
1341         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1342         (gst_riff_create_audio_template_caps):
1343         Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
1344         Fixes bug #540351.
1345
1346 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1347
1348         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1349         (gst_ffmpeg_pixfmt_to_caps):
1350         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1351         (gst_ffmpegcsp_get_unit_size):
1352         Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
1353         it on other formats. Also adjust the unit size only for that format
1354         to not include the palette. Fixes bug #540497.
1355
1356 2008-06-29  Stefan Kost  <ensonic@users.sf.net>
1357
1358         * gst/adder/gstadder.c:
1359           Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
1360
1361 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1362
1363         * ChangeLog:
1364           ChangeLog surgery.
1365   
1366         * tests/examples/seek/seek.c:
1367           Move variable into ifdef too.
1368         
1369
1370 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1371
1372         * tests/examples/seek/seek.c:
1373           Include config.h and check if we have X. Remove XInitThread(), don't
1374           think its needed. Fixes: #540334.
1375
1376 2008-06-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1377
1378         Patch by: Sam Morris <sam at robots dot org to uk>
1379
1380         * gst-libs/gst/interfaces/mixertrack.c:
1381         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
1382         (gst_mixer_track_set_property):
1383         API: Add "index" property to GstMixerTrack to differantiate between
1384         multiple mixer tracks with the same label.
1385
1386         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
1387         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1388         Set the "index" property of GstMixerTrack to the index given by ALSA.
1389         Fixes bug #528299.
1390
1391 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
1392
1393         * tests/examples/seek/Makefile.am:
1394         * tests/examples/seek/seek.c:
1395           Remove libgstvideo usage. Use gtk_get_option_group instead of
1396           gtk_init().
1397
1398 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1399
1400         * tests/check/Makefile.am:
1401           Name the test registry format neutral.
1402
1403 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1404
1405         * gst/playback/gstqueue2.c:
1406           Do not double notify. Remove the unsued return value.
1407
1408 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1409
1410         * ext/alsa/gstalsamixer.c:
1411           Also consider "speaker" as a name for master volume. If that doesn't
1412           help look for the first non-mono volume control that also has a
1413           playback switch.
1414
1415 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1416
1417         * ChangeLog:
1418           Forgot to save the ChangeLog :/
1419
1420 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1421
1422         * tests/examples/seek/Makefile.am:
1423         * tests/examples/seek/seek.c:
1424           Embedd the xwindow. Allow to play multiple files.
1425
1426 2008-06-24  Jan Schmidt  <jan.schmidt@sun.com>
1427
1428         * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
1429         (gst_ximagesink_setcaps):
1430         * sys/ximage/ximagesink.h:
1431         When the caps change, make sure to re-draw borders in
1432         force-aspect-ratio=true mode.
1433         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
1434         Don't clear the border_draw flag until we actually draw the border.
1435         * tests/check/Makefile.am:
1436         Ignore alsasink/src during the states test too, so it doesn't fail
1437         when running without access to the sound device.
1438
1439 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
1440
1441         * tests/examples/seek/seek.c:
1442           Fix crasher when playing a parse-launch line the 2nd time.
1443
1444 2008-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1445
1446         * tests/check/pipelines/oggmux.c:
1447           Properly ifdef tests to fix compilation.
1448
1449 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1450
1451         * gst/playback/gstplay-marshal.list:
1452         * gst/playback/gstplaybin2.c:
1453           Add get-video-pad, get-audio-pad, get-text-pad action signals to
1454           playbin2. This allows the user to get to the selector's sinkpads, and
1455           thus inspect a range of things - caps, tags, etc. 
1456
1457 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1458
1459         * gst/playback/gstplaybin2.c:
1460           Use a different constant for the convert-frame signal id.
1461           Fixes #537009.
1462
1463 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1464
1465         * gst/playback/gstplaybin2.c:
1466         * gst/playback/gstplaysink.c:
1467           Fix a whole bunch of typos in comments and log statements. 
1468
1469 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1470
1471         * sys/xvimage/xvimagesink.c:
1472           Don't set colour balance values on the Xv port if the user hasn't
1473           changed them (via properties or the interface). Avoids accumulating
1474           rounding errors for the common case.
1475           Partial fix for bug #537889.
1476
1477 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1478
1479         * gst/playback/gstdecodebin2.c:
1480           Ensure decodebin2 emits 'drained' signal once, and only once, when all
1481           pads are drained.
1482
1483 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1484
1485         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
1486         (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
1487         Report the encoder latency. Fixes #538232.
1488
1489 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1490
1491         * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
1492         (notify_source), (activate_group):
1493         Implement the source property, emit notify when it changes in the
1494         underlying uridecodebin.
1495
1496 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1497
1498         * tests/examples/seek/seek.c: (stop_cb):
1499         Free and clear the seek element list so that we don't use invalid
1500         references when seeking after recreating a gst-launch line.
1501
1502 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1503
1504         * gst-libs/gst/audio/gstbaseaudiosink.c:
1505         (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
1506         (gst_base_audio_sink_render):
1507         Report latency even if we are not live instead of hiding it.
1508         Take ts-offset and render-delay of the basesink into account when
1509         scheduling samples.
1510         Rework the clipping code so that we can take the various offsets into
1511         account and still do correct clipping.
1512
1513 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
1514
1515         * configure.ac:
1516         Bump verion back to devel -> 0.10.20.1
1517
1518 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1519
1520         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1521         Don't increase the size of non-string image buffers by one as this
1522         might in theory confuse decoders. Still increase it by one for string
1523         image buffers to append '\0'.
1524
1525 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1526
1527         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1528         
1529         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
1530         Fix a buffer memleak and remove a confusing and wrong debug output.
1531         Fixes bug #538663.
1532
1533 === release 0.10.20 ===
1534
1535 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
1536
1537         * configure.ac:
1538           releasing 0.10.20, "Here I Go Again"
1539
1540 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1541
1542         * configure.ac:
1543         0.10.19.3 pre-release
1544
1545 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1546
1547         * gst-libs/gst/rtsp/gstrtspconnection.c:
1548         Fix build on win32.
1549         Patch By: David Schleef <ds@schleef.org>
1550         Fixes: #536874
1551
1552 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
1553
1554         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
1555         (gst_gio_base_src_create):
1556         * ext/gio/gstgiobasesrc.h:
1557         Try to read the requested number of bytes, even if the first
1558         read returns less than requested, until nothing is read anymore
1559         or we have the requested amount of bytes. This fixes playback of
1560         files via Samba as Samba only allows to read 64k at once.
1561
1562         Implement a caching algorithm that makes sure that we read at
1563         least 4k of data every time. Some elements will try to read a few
1564         bytes, then seek, read again a few bytes and so on and this is
1565         painfully slow as every operation has to go over DBus if GVfs is
1566         used as backend.
1567
1568         Fixes bug #536849 and #536848.
1569
1570         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
1571         (gst_gio_src_check_get_range):
1572         Override check_get_range() to blacklist http/https URIs
1573         and whitelist file URIs. More to be added on demand.
1574
1575 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
1576
1577         * configure.ac:
1578         0.10.19.2 pre-release
1579
1580 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
1581
1582         * win32/common/libgstrtsp.def:
1583         * win32/common/libgsttag.def:
1584         Add new API functions to the dll exports
1585
1586 2008-06-04  Michael Smith <msmith@songbirdnest.com>
1587
1588         * gst/playback/gstplaybasebin.c:
1589           Disconnect signals from decodebins we created before we remove it
1590           from playbin, to avoid crashes if the decodebin is eventually
1591           disposed after the playbin itself (possible if the app takes a
1592           reference on the decodebin).
1593           Fixes #536521.
1594
1595 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1596
1597         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
1598           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
1599           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
1600           (h264_video_type_find), (mpeg_video_stream_type_find),
1601           (dv_type_find), (mmsh_type_find):
1602           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
1603           copy caps for no good reason (this may be desirable to make it easier
1604           to detect leaks, but then it should probably be done for all caps
1605           in the typefinder somewhere).
1606
1607 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1608
1609         * tests/check/Makefile.am:
1610         Do not try to run the check tests for subparse unless it has been
1611         built.
1612
1613 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1614
1615         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
1616         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
1617         Do not try to run a test which requires vorbisenc unless we have
1618         actually built it.
1619
1620 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1621
1622         * gst-libs/gst/rtsp/gstrtspconnection.c:
1623         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
1624         (gst_rtsp_connection_clear_auth_params),
1625         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
1626         * gst-libs/gst/rtsp/gstrtspconnection.h:
1627         Add a couple of missing argument guards.
1628         Add a way of setting the DSCP for an RTSP connection.
1629         Add an accessor method for the ip member of GstRTSPConnection as all
1630         members are supposed to be private.
1631
1632 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1633
1634         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
1635         Fixed accidental use of IPv4 options for all IPv6 addresses.
1636
1637 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1638
1639         * gst-libs/gst/interfaces/mixertrack.h:
1640           Document mixer track flags.
1641
1642 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1643
1644         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1645
1646         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
1647         Don't set caps on the buffers that contain a copy of the buffer
1648         including the caps of them resulting in an always increasing refcount
1649         of the caps and insanely large caps. Instead include a buffer without
1650         caps in the new caps. Fixes bug #536475.
1651
1652 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1653
1654         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1655         Transform a given PAR to a range on the struct with the generic
1656         height/width instead of the struct with the possibly restricted
1657         height/width.
1658
1659 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1660
1661         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1662         Prefer the given format if it contains something stricter than [1,MAX]
1663         for height or width and only put a structure that requires rescaling
1664         as second. This makes it possible to use videoscale in pipelines where
1665         the source can actually produce the wanted height/width but usually
1666         selects a different one from the requested.
1667
1668 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1669
1670         Based on patch by: John Millikin <jmillikin gmail com>
1671
1672         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
1673           (gst_vorbis_tag_add_coverart):
1674           Retrieve COVERART tags from vorbis comments (#512333)
1675
1676 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1677
1678         * gst-libs/gst/tag/tag.h:
1679         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
1680           Don't forget to add new enum value here too (should probably use
1681           glib-mkenums here...).
1682
1683 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1684
1685         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
1686         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
1687         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
1688           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
1689           (gst_tag_image_data_to_image_buffer):
1690           Add two utility functions to avoid code duplication (#512333):
1691           API: add gst_tag_image_data_to_image_buffer()
1692           API: add gst_tag_list_add_id3_image()
1693           API: add GST_TAG_IMAGE_TYPE_NONE enum value
1694
1695 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1696
1697         * win32/common/libgstaudio.def:
1698         Add gst_audio_check_channel_positions() to the exported symbols.
1699
1700 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1701
1702         * docs/libs/gst-plugins-base-libs-sections.txt:
1703         * gst-libs/gst/audio/multichannel.c:
1704         (gst_audio_check_channel_positions):
1705         * gst-libs/gst/audio/multichannel.h:
1706         API: Make gst_audio_check_channel_positions() public.
1707
1708         * tests/check/libs/audio.c: (GST_START_TEST):
1709         Add some simple checks for gst_audio_check_channel_positions().
1710
1711 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1712
1713         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
1714           minrange and maxrange are scaled according to the frequency
1715           multiplier.
1716
1717 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1718
1719         * ext/pango/Makefile.am:
1720         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
1721           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
1722           Use gstvideo functions to calculate strides and plane offsets. Fixes
1723           rendering issue ('ghost' images of the text on the chroma planes)
1724           with widths or heights that are not multiples of 8 (#506659 and
1725           probably also #485729).
1726
1727         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
1728           (main):
1729           Test with odd height/width too.
1730
1731 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
1732
1733         * gst/adder/gstadder.c: (gst_adder_query_duration),
1734         (gst_adder_query_latency):
1735         When using gst_element_iterate_pads() one has to unref every pad
1736         after usage.
1737
1738 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
1739
1740         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1741         (gst_base_audio_src_class_init):
1742         Add a gtk-doc chunk for the new properties to have a Since: indication.
1743
1744 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
1745
1746         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1747         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
1748         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
1749         (gst_base_audio_src_change_state):
1750         Provide readable actual-buffer-time and actual-latency-time properties
1751         that reflect the configured ringbuffer values. Fixes #524724.
1752         API: GstBaseAudioSrc:actual-buffer-time
1753         API: GstBaseAudioSrc:actual-latency-time
1754
1755 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
1756
1757         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
1758         (gst_basertppayload_change_state):
1759         Simply converting the running time into an RTP timestamp by scaling it
1760         based on the clock-rate is good enough for making an RTP timestamp. This
1761         has the added benefit that we can later on expose a property with the
1762         RTP timestamp of running time 0, as is needed for RTSP servers to
1763         generate the response of the PLAY request.
1764
1765 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
1766
1767         * gst/audioconvert/gstaudioconvert.c:
1768         (structure_has_fixed_channel_positions),
1769         (gst_audio_convert_transform_caps):
1770         Allow up to 11 positioned channels now that audioconvert can handle
1771         this but add no default positions for > 8 channels.
1772         
1773         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1774         Add some unit tests for the above change: Test conversion of
1775         11 positioned channels to stereo and the other way around, test
1776         conversion of 15 unpositioned channels in different ways.
1777
1778 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1779
1780         * win32/common/libgstaudio.def:
1781         Add gst_audio_clock_reset to the list of exported symbols.
1782
1783 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1784
1785         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
1786         Remove wrong_channels_identification_header unit test as we now
1787         support 7 (and more channels).
1788
1789 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1790
1791         * gst/audioconvert/gstchannelmix.c:
1792         (gst_channel_mix_fill_one_other):
1793         If mixing left or right to center (or the other way around) only take
1794         the complete value if we don't already have the original position in
1795         the source.
1796
1797 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1798
1799         * gst-libs/gst/audio/multichannel.c:
1800         (gst_audio_check_channel_positions),
1801         (gst_audio_set_structure_channel_positions_list),
1802         (gst_audio_fixate_channel_positions):
1803         Allow rear center together with rear left/right and other previously
1804         conflicting channel positions. The reason why they weren't allowed
1805         was the channel mixing implementation in audioconvert.
1806         Also take this into account when fixing channel layouts.
1807
1808         Allow setting channel positions for 1/2 channels when using
1809         gst_audio_set_structure_channel_position().
1810
1811         * gst/audioconvert/gstchannelmix.c:
1812         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
1813         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
1814         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
1815         Major rewrite of the channel mixing.
1816
1817         We now allow previously conflicting channel positions to appear
1818         together (rear center and rear left/right for example).
1819         Fixes bug #533817.
1820
1821         Rework the way channels are mixed together to take more possible
1822         channel positions into account, properly mix from/to side channels
1823         and don't assume that either center, left&right or nothing of a
1824         specific position is available anymore.
1825
1826         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1827         Adjust unit tests with non-standard 1/2 channel layouts to the more
1828         correct new behaviour.
1829
1830         Add a unit test for 5.1->Stereo downmixing.
1831
1832 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1833
1834         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
1835         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
1836         Add sane defaults for the 7 and 8 channel layouts as those are
1837         undefined in the Vorbis spec. Use NONE channel layouts when decoding
1838         more than 8 channels instead of erroring out. Fixes bug #535356.
1839
1840 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1841
1842         * docs/plugins/Makefile.am:
1843         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1844         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1845         * ext/theora/theoraparse.c:
1846         Add theoraparse to the docs and fix some docs.
1847
1848 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1849
1850         * gst-libs/gst/cdda/gstcddabasesrc.c:
1851         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
1852         Fix EOS condition and track addition check, the track.end sector is
1853         included in the track. Fixes #533265.
1854
1855 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1856
1857         Patch by: Mark Nauwelaerts <manauw at skynet be>
1858
1859         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
1860         (gst_video_rate_flush_prev), (gst_video_rate_event),
1861         (gst_video_rate_chain):
1862         * gst/videorate/gstvideorate.h:
1863         React (more) to NEWSEGMENT
1864         Small adjustment in timestamp calculation to prevent mismatches
1865         Fixes #435633.
1866
1867 2008-05-28  Tim-Philipp Müller  <tim.muller at collabora co uk>
1868
1869         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
1870           Initialise error to NULL as we should.
1871
1872 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
1873
1874         * gst/adder/gstadder.c: (gst_adder_query_duration),
1875         (gst_adder_query_latency), (gst_adder_query):
1876         Implement latency query.
1877
1878 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
1879
1880         * gst/adder/gstadder.c: (gst_adder_query_duration):
1881         Correctly resync the iterator if gst_iterator_next() returns
1882         GST_ITERATOR_RESYNC.
1883
1884 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1885
1886         * win32/vs6/libgstpbutils.dsp:
1887           Add pbutils-enumtypes.c to sources (#518037).
1888
1889 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1890
1891         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
1892         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
1893         * gst-libs/gst/audio/gstaudioclock.h:
1894         Add method to inform the clock that the time starts from 0 again. We use
1895         this info to calculate a clock offset so that the time we report in
1896         internal_time is monotonically increasing, as required by the clock base
1897         class. Fixes #521761.
1898         API: GstAudioClock::gst_audio_clock_reset()
1899
1900         * gst-libs/gst/audio/gstbaseaudiosink.c:
1901         (gst_base_audio_sink_skew_slaving),
1902         (gst_base_audio_sink_change_state):
1903         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1904         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
1905         Reset reported time when we (re)create the ringbuffer.
1906
1907 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1908
1909         * ext/alsa/gstalsamixertrack.c:
1910           (gst_alsa_mixer_track_update_alsa_capabilities):
1911           Make sure playback volumes aren't accidentally overwritten by
1912           capture volumes if an alsa mixer track has both playback and
1913           capture capabilities: we create two GstMixerTracks in that
1914           case, so make sure we query only the alsa capabilities that
1915           refer to the type of GstMixerTrack we created from the dual
1916           capability alsa element. Should fix issues with Audigy2 sound
1917           cards (#518082).
1918
1919 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1920
1921         * tests/check/pipelines/oggmux.c: (test_pipeline):
1922           Don't use deprecated function.
1923
1924 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1925
1926         * gst/playback/gstdecodebin2.c:
1927         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
1928         Check for NULL cases and log them, creating ghostpads can, for example,
1929         fail when the pad returns wrong caps.
1930
1931         * gst/playback/gstplaybin2.c: (perform_eos):
1932         When pushing out the EOS event, collect the return value and warn when
1933         something failed.
1934
1935 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1936
1937         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1938         (gst_riff_create_video_template_caps):
1939         Add support for DVCPRO.
1940
1941 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
1942
1943         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
1944           Change default scaling method from nearest-neighbour to bilinear.
1945
1946 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
1947
1948         * tests/check/libs/video.c:
1949           More checks.
1950
1951 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
1952
1953         * gst/subparse/gstsubparse.c: (parser_state_init),
1954           (gst_sub_parse_format_autodetect), (handle_buffer):
1955         * gst/subparse/gstsubparse.h:
1956         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
1957           Limit duration to a maximum of five seconds for tmplayer format where
1958           we can guess the duration only from the timestamp of the next line of
1959           text. We don't want to show a text for eternities just because nothing
1960           else is being said for a while.
1961
1962 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1963
1964         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1965         (gst_base_rtp_depayload_chain),
1966         (gst_base_rtp_depayload_handle_sink_event),
1967         (gst_base_rtp_depayload_push_full),
1968         (gst_base_rtp_depayload_change_state):
1969         Check sequence numbers, mark input buffers with a discont flag for the
1970         subclass when we detected a gap, drop duplicate buffers. We do this
1971         because one can use the element without a jitterbuffer in front and we
1972         don't want to feed the subclasses invalid or reordered data.
1973         Do an error when the subclass did not provide a process function instead
1974         of crashing.
1975         Some other small cleanups.
1976
1977 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
1978
1979         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
1980           May just as well use the precalculated uvstride here.
1981
1982 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
1983
1984         * docs/plugins/Makefile.am:
1985         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1986         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1987         * docs/plugins/gst-plugins-base-plugins.args:
1988         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1989         * docs/plugins/gst-plugins-base-plugins.interfaces:
1990         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1991         * docs/plugins/inspect/plugin-adder.xml:
1992         * docs/plugins/inspect/plugin-alsa.xml:
1993         * docs/plugins/inspect/plugin-audioconvert.xml:
1994         * docs/plugins/inspect/plugin-audiorate.xml:
1995         * docs/plugins/inspect/plugin-audioresample.xml:
1996         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1997         * docs/plugins/inspect/plugin-cdparanoia.xml:
1998         * docs/plugins/inspect/plugin-decodebin.xml:
1999         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2000         * docs/plugins/inspect/plugin-gdp.xml:
2001         * docs/plugins/inspect/plugin-gio.xml:
2002         * docs/plugins/inspect/plugin-gnomevfs.xml:
2003         * docs/plugins/inspect/plugin-libvisual.xml:
2004         * docs/plugins/inspect/plugin-ogg.xml:
2005         * docs/plugins/inspect/plugin-pango.xml:
2006         * docs/plugins/inspect/plugin-playback.xml:
2007         * docs/plugins/inspect/plugin-queue2.xml:
2008         * docs/plugins/inspect/plugin-subparse.xml:
2009         * docs/plugins/inspect/plugin-tcp.xml:
2010         * docs/plugins/inspect/plugin-theora.xml:
2011         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2012         * docs/plugins/inspect/plugin-uridecodebin.xml:
2013         * docs/plugins/inspect/plugin-video4linux.xml:
2014         * docs/plugins/inspect/plugin-videorate.xml:
2015         * docs/plugins/inspect/plugin-videoscale.xml:
2016         * docs/plugins/inspect/plugin-videotestsrc.xml:
2017         * docs/plugins/inspect/plugin-volume.xml:
2018         * docs/plugins/inspect/plugin-vorbis.xml:
2019         * docs/plugins/inspect/plugin-ximagesink.xml:
2020         * docs/plugins/inspect/plugin-xvimagesink.xml:
2021         * ext/cdparanoia/gstcdparanoiasrc.c:
2022         * ext/ogg/gstoggdemux.c:
2023         * ext/ogg/gstoggdemux.h:
2024         * ext/ogg/gstoggmux.c:
2025         * ext/ogg/gstoggmux.h:
2026         * gst/audioconvert/audioconvert.c:
2027         * gst/audioconvert/audioconvert.h:
2028         * gst/audioconvert/gstaudioconvert.h:
2029         * gst/gdp/gstgdpdepay.h:
2030         * gst/gdp/gstgdppay.h:
2031         * gst/playback/gstdecodebin.c:
2032         * gst/playback/gstdecodebin2.c:
2033         * gst/playback/gstplaybin.c:
2034         * gst/playback/gstplaybin2.c:
2035         * gst/playback/gsturidecodebin.c:
2036         * gst/tcp/gstmultifdsink.c:
2037         * gst/tcp/gstmultifdsink.h:
2038         * gst/tcp/gsttcp.h:
2039
2040         Add some documentation comments, and some new headers to be scanned.
2041         Rename some internal enum declarations (audioconvert's DitherType and
2042         NoiseShapingType, GstUnitType from the TCP elements) to match the
2043         documented GObject type names so that the docs pick them up.
2044         Name the playbin2 docs markups properly so they get picked up. They'll
2045         need renaming back when/if playbin2 becomes playbin.
2046
2047         100% symbol coverage for the plugin docs, booya.
2048
2049 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
2050
2051         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
2052
2053         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2054         Fix generation of NV12/NV21 frames. Fixes bug #532454.
2055
2056 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
2057
2058         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2059
2060         * gst/playback/gstdecodebin.c: (remove_fakesink):
2061         Lock the fakesink before setting the state to NULL and removing it from
2062         the bin so that a concurrent state change cannot interfere. 
2063         Fixes #534331.
2064
2065 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2066
2067         * docs/Makefile.am:
2068         Fix installing plugin documentation when gtk-doc is disabled.
2069
2070 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2071
2072         * gst-libs/gst/rtsp/Makefile.am:
2073         Distribute, don't install md5.h
2074
2075 2008-05-21  Julien Moutte  <julien@fluendo.com>
2076
2077         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
2078         instead of SOL_IP, works on more platforms.
2079         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
2080         arguments.
2081
2082 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2083
2084         * ext/vorbis/vorbisdec.c:
2085         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2086         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
2087         Some debug and comment fixes.
2088
2089         * tests/examples/dynamic/addstream.c: (main):
2090         Fix , to ;
2091
2092 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2093
2094         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2095         * gst/playback/decodetest.c: (new_decoded_pad_cb):
2096         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2097         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
2098         (cleanup_decodebin):
2099         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
2100         (connect_element), (gst_decode_group_control_demuxer_pad):
2101         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
2102         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
2103         (mute_group_type):
2104         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
2105         (gst_play_bin_set_property), (handoff), (gen_video_element),
2106         (gen_text_element), (gen_audio_element), (gen_vis_element),
2107         (remove_sinks), (add_sink), (setup_sinks):
2108         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
2109         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
2110         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
2111         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2112         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
2113         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
2114         (gen_vis_chain), (gst_play_sink_reconfigure),
2115         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2116         (gst_play_sink_request_pad):
2117         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
2118         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2119         (cb_newpad):
2120         * gst/playback/test6.c: (new_decoded_pad_cb):
2121         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2122         * tests/check/elements/audiorate.c: (test_injector_chain),
2123         (do_perfect_stream_test):
2124         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2125         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2126         * tests/check/elements/gnomevfssink.c:
2127         * tests/check/elements/textoverlay.c:
2128         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
2129         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2130         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2131         * tests/check/pipelines/oggmux.c: (test_pipeline):
2132         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
2133         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2134         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2135         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
2136         * tests/examples/seek/seek.c: (make_mod_pipeline),
2137         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
2138         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
2139         (make_theora_pipeline), (make_vorbis_theora_pipeline),
2140         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2141         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
2142         (update_fill), (msg_buffering):
2143         Don't use bad gst_element_get_pad().
2144
2145 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
2146
2147         * gst-libs/gst/riff/riff-media.c:
2148           Fix wrong method name in docs. Fix calculation of strf fields for
2149           broken mulaw/alaw.
2150   
2151         * gst-libs/gst/riff/riff-read.c:
2152           Whitespace fix and removing double ';'.
2153
2154 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2155
2156         * docs/design/part-playbin2.txt:
2157         Add some leftover doc.
2158
2159 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2160
2161         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2162         Fix copy & paste error in last commit.
2163
2164 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2165
2166         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2167         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
2168         other channel positions when source has SIDE channels and dest doesn't
2169         or the other way around.
2170
2171 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2172
2173         Patch by: Henrik Eriksson <henriken at axis dot com>
2174
2175         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2176         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
2177         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
2178         (gst_multi_fd_sink_get_property):
2179         * gst/tcp/gstmultifdsink.h:
2180         Add support for DSCP QOS. Fixes #469933.
2181
2182 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2183
2184         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2185         Add another test that checks if conversion between standard 1 and 2
2186         channel layouts with and without positions set is working.
2187
2188 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2189
2190         * gst-libs/gst/audio/multichannel.c:
2191         (gst_audio_check_channel_positions):
2192         Allow non-standard 2 channel layouts.
2193         
2194         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2195         Add some tests for converting and remapping non-standard 1 and 2
2196         channel layouts.
2197
2198 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2199
2200         * gst/audioconvert/gstchannelmix.c:
2201         (gst_channel_mix_fill_normalize):
2202         Prevent division by zero if the channel mix matrix contains only
2203         zeroes.
2204
2205 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2206
2207         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2208
2209         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
2210         Close a buffer memory leak. Fixes bug #534071.
2211
2212 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2213
2214         * gst-libs/gst/rtsp/gstrtsptransport.h:
2215         Make the GstRTSPTransport struct members public as there are no
2216         setters/getters and it's supposed to be changed directly.
2217         Fixes bug #533087.
2218
2219 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2220
2221         * gst/adder/gstadder.c:
2222         Adder also doesn't support audio/x-raw-int with width!=depth so don't
2223         claim this on the pad template caps.
2224
2225 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2226
2227         * gst-libs/gst/audio/gstbaseaudiosink.c:
2228         (gst_base_audio_sink_sync_latency):
2229         We can only use our optimal calibration if we prerolled before the
2230         latency expired.
2231
2232 2008-05-20  Tim-Philipp Müller  <tim.muller at collabora co uk>
2233
2234         * configure.ac:
2235           Require core CVS for GstBaseSrc buffer caps setting magic.
2236
2237 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2238
2239         * gst/audioconvert/gstaudioconvert.c:
2240         (gst_audio_convert_fixate_channels):
2241         Fix logic in last commit.
2242
2243 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2244
2245         * gst/audioconvert/gstaudioconvert.c:
2246         (gst_audio_convert_fixate_channels):
2247         Passthrough the channel positions if the number of output channels is
2248         the same as the number of input channels, the input had a channel
2249         layout and downstream requests no special one. We did this already for
2250         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
2251
2252 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2253
2254         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
2255         (gst_gnome_vfs_src_finalize),
2256         (gst_gnome_vfs_src_received_headers_callback),
2257         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
2258         * ext/gnomevfs/gstgnomevfssrc.h:
2259         Set the ICY caps on the srcpad from where they get picked up by the base
2260         class now and set on the outgoing buffers.
2261
2262         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2263         (gst_base_audio_src_create):
2264         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2265         BaseSrc now sets the caps on outgoing buffers automatically.
2266
2267 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2268
2269         * gst-libs/gst/audio/gstbaseaudiosink.c:
2270         (gst_base_audio_sink_resample_slaving),
2271         (gst_base_audio_sink_skew_slaving),
2272         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
2273         (gst_base_audio_sink_async_play),
2274         (gst_base_audio_sink_change_state):
2275         Change the way in which the ringbuffer is started when dealing with a
2276         slaved clock and latency. We now sync to the clock until we reach
2277         upstream latency before starting the ringbuffer. This has the effect
2278         that we can accurately align the master and slave clocks and let the
2279         rate correction code take care of the initial drift or rounding errors
2280         instead of leaving them uncorrected with the old approach.
2281
2282 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2283
2284         * gst/audioconvert/gstaudioconvert.c:
2285         (gst_audio_convert_fixate_channels):
2286         Correctly set the default channel positions when converting to 8
2287         channels.
2288
2289 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2290
2291         * configure.ac:
2292           Error out if we don't have the required version of core.
2293
2294 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2295
2296         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
2297           Use data scan helper in aac typefinder and stop scanning
2298           for headers when we've found a type. Also fix potential invalid
2299           memory access when calculating the frame length.
2300
2301 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2302
2303         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
2304           (mpeg_sys_is_valid_pack):
2305           Don't modify scan context when we return FALSE in ensure_data, so
2306           it's possible to continue scanning, and we don't end up with a NULL
2307           data pointer and a positive size, which might bite us the next time
2308           we're called. Small constification.
2309
2310 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
2311
2312         * gst/adder/gstadder.c:
2313         Adder doesn't support 24 bit samples so don't claim it supports them
2314         in the pad template caps.
2315
2316 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2317
2318         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2319         (gst_base_rtp_depayload_chain):
2320         Validate the RTP packet before further processing it. It's just too
2321         dangerous to accept random packets and people are not forced to use a
2322         jitterbuffer or session manager to filter out the bad packets.
2323
2324         * gst-libs/gst/rtp/gstrtpbuffer.c:
2325         (gst_rtp_buffer_set_extension_data),
2326         (gst_rtp_buffer_get_payload_subbuffer):
2327         Small cleanups.
2328         When setting extension data in a buffer that is too small, we fail and
2329         we should not set the extension bit.
2330         Change GST_WARNINGS into g_warning because they really are
2331         programming errors.
2332
2333         * tests/check/libs/rtp.c: (GST_START_TEST):
2334         Catch the g_warnings now in the unit tests and that fact that failing to
2335         set extension data left the extension bit untouched.
2336
2337 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2338
2339         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2340           Revert previous change which made basetransform handle buffer_alloc
2341           and which breaks things badly in the non-passthrough case since it
2342           returned buffers with a different (ie. sometimes smaller) size than
2343           the size requested.
2344
2345 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2346
2347         Patch by: Bernard B <b-gnome at largestprime dot net>
2348
2349         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
2350         Fix seqnum compare function for bordercase values and fix the docs
2351         again. Fixes #533075.
2352
2353         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
2354         Add a testcase for seqnum compare function.
2355
2356 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
2357
2358         * gst/adder/gstadder.c: (gst_adder_setcaps),
2359         (gst_adder_class_init):
2360         Correctly declare the supported endianness on the pad templates
2361         and check for correct endianness in the set caps function. Adder
2362         only supports native endianness.
2363         Also use gst_element_class_set_details_simple().
2364
2365 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
2366
2367         * sys/xvimage/xvimagesink.c:
2368           Better debug logging in port value handling. Merging separate port
2369           value loops into one.
2370
2371 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2372
2373         Patch by: Hannes Bistry <hannesb at gmx dot de>
2374
2375         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
2376         * gst/tcp/gsttcpserversink.c:
2377         (gst_tcp_server_sink_handle_server_read),
2378         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
2379         Fix regression in clientsrc because we did not add the fd to the poll
2380         set anymore. Fixes #532364.
2381         Do some cleanups here and there.
2382
2383 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2384
2385         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
2386         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2387         * gst/playback/gstplay-marshal.list:
2388         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
2389         Use correct marshallers. GstCaps are a boxed type and no GObject
2390         subclass.
2391
2392 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2393
2394         * win32/common/libgstrtsp.def:
2395         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
2396         symbols.
2397
2398 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2399
2400         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2401
2402         * tests/check/elements/audioresample.c:
2403         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
2404         (live_switch_push), (GST_START_TEST):
2405         Add unit test for the latest basetransform negotiation changes.
2406         See bug #526768.
2407
2408 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2409
2410         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2411         Fix nv12<->nv21 conversion if stride is larger than width.
2412
2413 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2414
2415         Patch by: Jan Gerber <j at oil21 dot org>
2416
2417         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
2418         (gst_ogg_pad_parse_skeleton_fisbone):
2419         * ext/ogg/gstoggdemux.h:
2420         Parse presentation time from skeleton streams and use it as offset
2421         for the timestamps. Fixes bug #530068.
2422
2423 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2424
2425         * gst-libs/gst/audio/gstbaseaudiosink.c:
2426         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
2427         Revert previous patch that attempted to more accurately calculate the
2428         initial offset between master and slave clock. The best thing we can do
2429         in general is take the time of both clocks as the diff since we don't
2430         know when the actual preroll happened.
2431
2432 2008-05-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
2433
2434         * gst-libs/gst/pbutils/install-plugins.c:
2435           Fix docs: type and missing word.
2436
2437 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2438
2439         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2440           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
2441           for this instead; don't check if we've found enough markers after
2442           each and every step, it's enough to do that only if we've actually
2443           found a new marker.
2444           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
2445
2446 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2447
2448         * gst/typefind/gsttypefindfunctions.c:
2449           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
2450           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
2451           (mpeg_video_stream_type_find):
2452           Move scan helper thingy to the beginning of the file so we can use
2453           it in other typefind functions. Rename it to something more
2454           generic. Also improve handling of things towards the end of the
2455           typefind data: peek as much as we can if we know the size of the
2456           data, rather than just min_size.
2457
2458 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
2459
2460         * docs/libs/gst-plugins-base-libs-sections.txt:
2461         * gst-libs/gst/interfaces/colorbalance.c:
2462         * gst-libs/gst/interfaces/colorbalance.h:
2463         * gst-libs/gst/interfaces/colorbalancechannel.c:
2464         * gst-libs/gst/interfaces/colorbalancechannel.h:
2465         * gst-libs/gst/interfaces/tuner.c:
2466         * gst-libs/gst/interfaces/tunerchannel.c:
2467         * gst-libs/gst/interfaces/tunerchannel.h:
2468         * gst-libs/gst/interfaces/tunernorm.c:
2469         * gst-libs/gst/interfaces/tunernorm.h:
2470         * gst-libs/gst/video/video.c:
2471         * gst-libs/gst/video/video.h:
2472         Document the GstTuner and GstColorBalance interfaces, and some
2473         other random API functions that needed it. 70% symbol coverage, woo.
2474
2475 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2476
2477         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
2478         Choose to allocate one less segment but require one additional segment
2479         as latency. 
2480
2481         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
2482         No need to increment the number of segments in the source.
2483
2484         * gst-libs/gst/audio/gstbaseaudiosink.c:
2485         (gst_base_audio_sink_get_time), (clock_convert_external),
2486         (gst_base_audio_sink_resample_slaving),
2487         (gst_base_audio_sink_skew_slaving),
2488         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
2489         (gst_base_audio_sink_async_play):
2490         Remove adding latency when returning the internal time while subtracting
2491         it again when we use the value a little later.
2492         When calculating the end timestamp, we are making a rounding error
2493         with the current algorithm. Ensure that we don't accumulate these
2494         rounding errors when aligning samples by not resampling at all if we
2495         don't need to. Fixes #419351.
2496         Make the initial calibration of the clock slaving a little more
2497         predictable and accurate. Also handle the case where we don't do
2498         clock slaving.
2499
2500 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
2501
2502         Based on a patch by:
2503           Björn Benderius <bjoern dot benderius at axis dot com>
2504
2505         * gst/ffmpegcolorspace/avcodec.h:
2506         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2507         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
2508         (gst_ffmpegcsp_avpicture_fill):
2509         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2510         * gst/ffmpegcolorspace/imgconvert_template.h:
2511         Add conversions from/to NV12 and NV21 and conversions between those
2512         two formats. Fixes bug #532166.
2513
2514 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
2515
2516         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2517         Abort the h264 typefinding as soon as _peek() doesn't return anything,
2518         which happens for example with files smaller than 128kb.
2519
2520 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
2521
2522         Patch by: Wouter Cloetens <zombie at e2big dot org>
2523
2524         * gst-libs/gst/rtsp/Makefile.am:
2525         * gst-libs/gst/rtsp/gstrtspconnection.c:
2526         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
2527         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
2528         (add_auth_header), (gst_rtsp_connection_free),
2529         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
2530         (gst_rtsp_connection_set_auth_param),
2531         (gst_rtsp_connection_clear_auth_params):
2532         * gst-libs/gst/rtsp/gstrtspconnection.h:
2533         Add Digest authorization support for RTSP connections. See #532065.
2534
2535         * gst-libs/gst/rtsp/md5.c:
2536         * gst-libs/gst/rtsp/md5.h:
2537         Yeap, another md5 implementation until we can depend on a glib that has
2538         support for it.
2539
2540 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
2541
2542         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2543
2544         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2545         Let audioresample use the buffer allocation of basetransform instead
2546         of it's own stuff.
2547
2548         * tests/check/elements/audioresample.c: (alloc_only_48000),
2549         (GST_START_TEST), (audioresample_suite):
2550         Add unit test for the recent basetransform bugfix, where upstream
2551         changes caps to something that can't be passed through anymore.
2552
2553 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
2554
2555         * win32/common/config.h.in:
2556           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
2557           use the real thing than having "???" unconditionally.
2558
2559 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
2560
2561         * gst-libs/gst/audio/gstbaseaudiosink.c:
2562         (gst_base_audio_sink_query):
2563         Report the latency with the new seglatency parameter.
2564
2565         * gst-libs/gst/audio/gstringbuffer.c:
2566         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
2567         (gst_ring_buffer_acquire):
2568         * gst-libs/gst/audio/gstringbuffer.h:
2569         Add new field to the ringbufferspec to specify the expected latency
2570         between the underlying device read/write pointer, this is needed
2571         when writing sinks that sit a little closer to the hardware.
2572         Add some more docs for other fields.
2573
2574 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2575
2576         * gst/volume/gstvolume.c: (volume_transform_ip):
2577         Return NOT_NEGOTIATED if we didn't set a process function yet for some
2578         reason instead of crashing later. Might fix bug #509125.
2579
2580 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2581
2582         Based on a patch by: Tim-Philipp Müller  <tim.muller at collabora co uk>
2583
2584         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
2585         * gst/audioconvert/audioconvert.h:
2586         * gst/audioconvert/gstaudioconvert.c:
2587         (gst_audio_convert_parse_caps),
2588         (structure_has_fixed_channel_positions),
2589         (gst_audio_convert_transform_caps):
2590         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
2591         Add support for more than 8 channels and NONE channel layouts. For
2592         more than 8 channels no channel conversion is supported yet, only
2593         format conversions are supported. Fixes bug #398033.
2594
2595         * tests/check/elements/audioconvert.c: (verify_convert),
2596         (GST_START_TEST), (audioconvert_suite):
2597         Add some unit tests by Tim for checking the NONE channel layouts
2598         and more than 8 channels and add some more unit tests for channel
2599         conversions.
2600
2601 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
2602
2603         * gst/playback/gstdecodebin2.c: (connect_pad):
2604         When autoplugging fails, set the element back to NULL before
2605         unreffing it.
2606
2607 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2608
2609         * win32/common/libgstaudio.def:
2610         Add gst_base_audio_src_[sg]et_slave_method() to the exported
2611         symbols.
2612
2613 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2614
2615         * gst/subparse/samiparse.c: (handle_start_sync),
2616         (end_sami_element), (characters_sami):
2617         Remove trailing, leading and double whitespaces.
2618         Correctly timestamp buffers and output the last buffer too.
2619
2620         * tests/check/elements/subparse.c: (GST_START_TEST),
2621         (subparse_suite):
2622         Add a simple unit test for SAMI parsing.
2623
2624 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2625
2626         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2627
2628         * gst/subparse/samiparse.c: (handle_start_sync),
2629         (start_sami_element), (end_sami_element), (characters_sami),
2630         (sami_context_reset):
2631         Only output characters inside the "sync" elements. There could be
2632         other elements like "style" that have some content but should
2633         not be printed. Fixes bug #467911.
2634
2635 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2636
2637         * gst/playback/gstplaybasebin.c: (set_audio_mute),
2638         (set_active_source):
2639         * gst/playback/gstplaybasebin.h:
2640         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2641         (playbin_set_audio_mute):
2642         Allow setting -1 as current-audio to mute the current audio stream,
2643         similar to what is done for subtitles. Fixes bug #342294.
2644
2645 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
2646
2647         * gst-libs/gst/pbutils/descriptions.c: (formats): 
2648         It's SorensOn and not SorensEn.
2649
2650 2008-05-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2651
2652         * gst-libs/gst/pbutils/descriptions.c: (formats):
2653           Fix description of video/x-flash-video.
2654
2655 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
2656
2657         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2658         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2659         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2660         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
2661         Remove some unused code.
2662
2663         * gst/audioconvert/gstaudioquantize.c:
2664         (gst_audio_quantize_free_noise_shaping):
2665         Don't return before freeing the noise shaping history.
2666
2667 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2668
2669         * tests/check/elements/subparse.c: (do_test),
2670           (test_tmplayer_style3b), (subparse_suite):
2671           Add unit test for the tmplayer variant from bug #530962.
2672
2673 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2674
2675         * gst/subparse/gstsubparse.c: (handle_buffer),
2676           (gst_sub_parse_sink_event):
2677         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
2678           (tmplayer_parse_line):
2679           Fix parsing of tmplayer subtitle variant where every single line contains
2680           text and there isn't an empty line after each line to determine the
2681           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
2682           making sure that we push out the last line of text without a duration if
2683           there's still text left in the buffer at the end.
2684
2685 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2686
2687         * gst/subparse/gstsubparse.c: (feed_textbuf):
2688           Fix detection of discontinuities based on the buffer offset (doesn't work
2689           so well if no buffer offset is set) and also check for the DISCONT buffer
2690           flag. This keeps the parser state from being reset after each buffer in
2691           the unit test.
2692
2693 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2694
2695         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
2696           Further fine-tuning: don't absolutely require sequence or GOP headers
2697           (as introduced in the previous commit), but adjust the typefind
2698           probabilities returned accordingly if we don't see them. Also make sure
2699           picture header and first slice are somewhat close to each other (which
2700           is not perfect but still better than requiring a fixed offset or having
2701           no limit at all).
2702
2703 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2704
2705         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2706         (gst_basertppayload_sink_setcaps),
2707         (gst_basertppayload_sink_getcaps):
2708         Rename the setcaps/getcaps function internally to make it clear that
2709         they are called for the sink pad.
2710
2711 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2712
2713         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2714         (gst_base_rtp_depayload_class_init),
2715         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
2716         (gst_base_rtp_depayload_packet_lost),
2717         (gst_base_rtp_depayload_set_gst_timestamp):
2718         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2719         Catch packet-lost events from the jitterbuffer and convert them into a
2720         vmethod call (lost-packet) so that depayloaders can do something smart.
2721         Also add a default packet-lost function that sends out a segment update
2722         to the decoders.
2723
2724 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
2725
2726         * gst/playback/test4.c:
2727         * gst/playback/test5.c:
2728         * gst/playback/test6.c:
2729         * gst/playback/test7.c:
2730           Also include config.h when relying on defines from it. Fixes the
2731           build. Its been a please to serve :)
2732
2733 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
2734
2735         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
2736         (paint_setup_NV21), (paint_hline_NV12_NV21):
2737         Add support for NV12 and NV21 in videotestsrc
2738
2739 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
2740
2741         * gst/videoscale/gstvideoscale.c:
2742         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
2743         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
2744         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
2745         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
2746         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
2747         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
2748         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
2749         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
2750         (vs_image_scale_linear_RGB555):
2751         Support 1x1 images as input and output as for example the BBC HQ new
2752         streams have 1x1 GIFs in the playlists for some reason.
2753
2754 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
2755
2756         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
2757           (try_to_link_1):
2758           If we can't activate one of the decoders we plugged in (such as,
2759           say, musepackdec) for some reason (it might not support push mode,
2760           for example), remove any pad probes that close_pad_link() might
2761           have set up. This makes sure we later don't try to remove a probe
2762           for a pad that doesn't exist any longer, and avoids nast warnings
2763           and probably other things too.
2764
2765 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
2766
2767         * gst/typefind/gsttypefindfunctions.c:
2768           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
2769           (plugin_init):
2770           Rework mpeg video stream typefinding a bit more: make sure sequence,
2771           GOP, picture and slice headers appear in the order they should and
2772           that we've in fact at least had one of each; fix picture header
2773           detection; decouple picture and slice header check - don't assume
2774           they're at a fixed offset, there may be extra data in between. Also,
2775           announce varying degrees of probability depending on what we found
2776           exactly (multiple pictures, at least one picture, just sequence and
2777           GOP headers). Finally, in _ensure_data(), take into account that we
2778           might be typefinding smaller amounts of data, such as the first
2779           buffer of a stream, so fall back to the minimum size needed as long
2780           as that's available, instead of erroring out if there's less than
2781           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
2782           fuzzed file from #399342 as valid.
2783
2784 2008-04-30  Michael Smith <msmith@songbirdnest.com>
2785
2786         * ext/theora/theoradec.c:
2787           Cool kids don't divide by zero.
2788           Treat PAR of x:0 as 1:1.
2789           Fixes #530719.
2790
2791 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
2792
2793         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
2794           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
2795           (mpeg_video_stream_type_find):
2796           Refactor a bit: use context structure to track parsing offset and
2797           size of available data and make the code a bit clearer. Fixes bad
2798           memory access in #356937.
2799
2800 2008-04-28  Michael Smith <msmith@songbirdnest.com>
2801
2802         * gst/playback/test4.c:
2803         * gst/playback/test5.c:
2804         * gst/playback/test6.c:
2805         * gst/tcp/gstmultifdsink.c:
2806           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
2807           is defined.
2808
2809 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2810
2811         * gst-libs/gst/audio/gstbaseaudiosink.h:
2812         Clarify some docs.
2813
2814         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
2815         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
2816         (gst_base_audio_src_set_slave_method),
2817         (gst_base_audio_src_get_slave_method),
2818         (gst_base_audio_src_set_property),
2819         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
2820         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2821         Add property and methods for selecting the clock slave method in the
2822         source, like in the sink.
2823         We only implement "none" and "re-timestamp" for now.
2824         API: gst_base_audio_src_set_slave_method()
2825         API: gst_base_audio_src_get_slave_method()
2826
2827 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
2828
2829         * gst-libs/gst/rtp/gstrtpbuffer.c:
2830         Fix the docs about the seqnum compare function, it returns a difference.
2831
2832 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
2833
2834         * ext/alsa/gstalsadeviceprobe.c:
2835         (gst_alsa_get_device_list): Don't return before freeing up
2836         the allocated structures.
2837
2838 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
2839
2840         * gst/playback/gstplaybin.c:
2841           Remove obsolete streaminfo code and fix a leak. Fixes #529546
2842
2843 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2844
2845         * ext/ogg/gstoggdemux.c:
2846           Revert the event part, that should not go in.
2847
2848 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2849
2850         * ext/ogg/gstoggdemux.c:
2851           Don't leak GstPluginFeatures when filtering.
2852
2853 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2854
2855         * sys/xvimage/xvimagesink.c:
2856           Add some logging for cases when grabbing the xv failed.
2857
2858 2008-04-21  David Schleef  <ds@schleef.org>
2859
2860         * ext/ogg/gstoggmux.c:
2861           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
2862           packet.  Should conform to what we currently think is the
2863           final Ogg/Dirac muxing spec.
2864
2865 2008-04-21  David Schleef  <ds@schleef.org>
2866
2867         * sys/xvimage/xvimagesink.c:
2868           Fix typo that causes the overlay keying color to bright green
2869           on a 16-bit display.  Dark grey good.  Bright green bad.
2870
2871 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
2872
2873         * ext/gnomevfs/gstgnomevfsuri.c:
2874           Add  FIXME comment about using uri-list for source and sink.
2875
2876 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2877
2878         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2879         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
2880         vaargs functions to gint. Otherwise the fractions will get 0 set
2881         instead of the correct value on big endian systems. Fixes bug #529018.
2882
2883 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2884
2885         * ext/gnomevfs/gstgnomevfssink.c:
2886         (gst_gnome_vfs_sink_uri_get_protocols):
2887         * ext/gnomevfs/gstgnomevfssrc.c:
2888         (gst_gnome_vfs_src_uri_get_protocols):
2889         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
2890         (gst_gnomevfs_get_supported_uris):
2891         Get the list of supported URI schemes in a threadsafe way and use the
2892         same list for the source and sink.
2893
2894 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2895
2896         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
2897         (gst_gio_get_supported_protocols):
2898         Don't generate a new supported protocols list on each call but cache
2899         it. It's supposed to be static anyway, this way we only leak it once
2900         per process.
2901
2902         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
2903         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
2904         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
2905         (gst_gio_sink_start):
2906         * ext/gio/gstgiosink.h:
2907         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
2908         (gst_gio_src_class_init), (gst_gio_src_finalize),
2909         (gst_gio_src_set_property), (gst_gio_src_get_property),
2910         (gst_gio_src_start):
2911         * ext/gio/gstgiosrc.h:
2912         API: Add "file" properties where one can set a GFile as
2913         source/destination.
2914
2915         Add locking to the properties and use
2916         gst_element_class_set_details_simple() instead of a static
2917         GstElementDetails struct.
2918
2919 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
2920
2921         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
2922         (plugin_init):
2923         Add "mpp" and "mp+" as possible extensions for MusePack files.
2924
2925         Add typefinding for MusePack StreamVersion 8 files and include the
2926         stream version in the caps.
2927
2928 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
2929
2930         * gst-libs/gst/rtp/gstrtppayloads.c:
2931         (gst_rtp_payload_info_for_name):
2932         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
2933
2934 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
2935
2936         * configure.ac:
2937           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
2938           (NB: this only affects compilation of some of the examples).
2939           Remove some configure.ac cruft that's not needed any longer.
2940
2941 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
2942
2943         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
2944         Don't validate the payload if there isn't any.
2945         Fixes #525915
2946
2947 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2948
2949         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
2950         Use g_atomic_int_set() instead of gst_atomic_int_set().
2951
2952 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2953
2954         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
2955         Return NULL instead of a gchar * array with one NULL element if we
2956         don't get any supported URI schemes from GIO.
2957
2958 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
2959
2960         * gst/audiotestsrc/gstaudiotestsrc.c:
2961           Remove cpp style commented old code.
2962
2963 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
2964
2965         * gst/playback/gstdecodebin2.c:
2966           Fix signal docs.
2967
2968 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
2969
2970         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
2971           (gst_text_overlay_init):
2972           Fix textoverlay unit test again by making the supposed default
2973           value for the wait-text property the actual default value.
2974           Also fix Since: tag for new property.
2975
2976 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
2977
2978         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
2979           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
2980           (gst_video_format_get_pixel_stride),
2981           (gst_video_format_get_component_width),
2982           (gst_video_format_get_component_height),
2983           (gst_video_format_get_component_offset), (gst_video_format_get_size),
2984           (gst_video_format_convert):
2985           Add guards to these functions to ensure sane input values.
2986
2987         * tests/check/libs/video.c:
2988           Fix unit test not to create caps with width=0 and height=0.
2989
2990 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
2991
2992         * docs/design/draft-keyframe-force.txt:
2993         Fix typo.
2994
2995         * gst/playback/gstqueue2.c: (update_buffering),
2996         (gst_queue_handle_src_query):
2997         Set buffering mode in the messages.
2998         Set buffering percent in the query.
2999
3000         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
3001         (do_stream_buffering), (do_download_buffering), (msg_buffering):
3002         Do some more fancy things based on the buffering method in use.
3003
3004 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3005
3006         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
3007         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
3008         (msg_buffering), (main):
3009         Add basic download reports to seek using the new buffering API.
3010
3011 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3012
3013         * gst/playback/gstqueue2.c: (update_buffering),
3014         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
3015         (gst_queue_src_checkgetrange_function):
3016         Include extra buffering stats in the buffering message.
3017         Implement BUFFERING query.
3018
3019         * gst/playback/gsturidecodebin.c: (do_async_start),
3020         (do_async_done), (type_found), (setup_streaming), (setup_source),
3021         (gst_uri_decode_bin_change_state):
3022         Only add decodebin2 when the type is found in streaming mode.
3023         Make uridecodebin async to PAUSED even when we don't have decodebin2
3024         added yet.
3025
3026 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
3027
3028         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3029         Filter cdda from the supported URI schemes. We can't support
3030         musicbrainz tags and everything else one expects from a cdda source
3031         with GIO. Fixes bug #526794.
3032
3033 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
3034
3035         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
3036         (gst_xvimagesink_buffer_alloc):
3037         Fix calculation of 'expected size' for YV12 buffers.
3038         Be a little more verbose in the debug output for buffer-alloc'ed
3039         buffers which turn out to have the wrong size.
3040
3041 2008-04-07  Tim-Philipp Müller  <tim at centricular dot net>
3042
3043         * NEWS:
3044         * RELEASE:
3045         * gst-plugins-base.doap:
3046           Merge other changes from 0.10.19 release branch.
3047
3048 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3049
3050         * gst-libs/gst/audio/gstbaseaudiosink.c:
3051           (gst_base_audio_sink_class_init):
3052         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3053           (gst_base_audio_src_class_init):
3054         * gst/playback/gstplayback.c: (plugin_init):
3055         * gst/volume/gstvolume.c: (plugin_init):
3056           Work around missing bits of thread-safety on older GLibs some
3057           more to avoid assertions when starting up multiple playbin
3058           objects concurrently (see #512382).
3059
3060 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3061
3062         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3063           Remove some more fields.
3064
3065 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
3066
3067         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3068
3069         * configure.ac:
3070         Actually build dlls when cross-compiling with mingw32.
3071         Fixes bug #526247.
3072
3073 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3074
3075         * configure.ac:
3076           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
3077
3078 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3079
3080         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
3081         (msg_buffering), (connect_bus_signals), (main):
3082         Add statusbar.
3083         Add buffering support with feedback in the statusbar.
3084
3085 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3086
3087         * ext/ogg/gstoggmux.c:
3088           Fix sample pipeline description.
3089
3090 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
3091
3092         * docs/plugins/Makefile.am:
3093         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3094         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
3095         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3096           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
3097
3098         * docs/plugins/gst-plugins-base-plugins.args:
3099         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3100         * docs/plugins/gst-plugins-base-plugins.interfaces:
3101         * docs/plugins/gst-plugins-base-plugins.prerequisites:
3102         * docs/plugins/inspect/plugin-adder.xml:
3103         * docs/plugins/inspect/plugin-alsa.xml:
3104         * docs/plugins/inspect/plugin-audioconvert.xml:
3105         * docs/plugins/inspect/plugin-audiorate.xml:
3106         * docs/plugins/inspect/plugin-audioresample.xml:
3107         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3108         * docs/plugins/inspect/plugin-cdparanoia.xml:
3109         * docs/plugins/inspect/plugin-decodebin.xml:
3110         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3111         * docs/plugins/inspect/plugin-gdp.xml:
3112         * docs/plugins/inspect/plugin-gnomevfs.xml:
3113         * docs/plugins/inspect/plugin-libvisual.xml:
3114         * docs/plugins/inspect/plugin-ogg.xml:
3115         * docs/plugins/inspect/plugin-pango.xml:
3116         * docs/plugins/inspect/plugin-playback.xml:
3117         * docs/plugins/inspect/plugin-queue2.xml:
3118         * docs/plugins/inspect/plugin-subparse.xml:
3119         * docs/plugins/inspect/plugin-tcp.xml:
3120         * docs/plugins/inspect/plugin-theora.xml:
3121         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3122         * docs/plugins/inspect/plugin-uridecodebin.xml:
3123         * docs/plugins/inspect/plugin-video4linux.xml:
3124         * docs/plugins/inspect/plugin-videorate.xml:
3125         * docs/plugins/inspect/plugin-videoscale.xml:
3126         * docs/plugins/inspect/plugin-videotestsrc.xml:
3127         * docs/plugins/inspect/plugin-volume.xml:
3128         * docs/plugins/inspect/plugin-vorbis.xml:
3129         * docs/plugins/inspect/plugin-ximagesink.xml:
3130         * docs/plugins/inspect/plugin-xvimagesink.xml:
3131           Update introspection data.
3132
3133         * ext/ogg/gstoggmux.c:
3134           Document oggmux.
3135
3136         * gst/playback/gstdecodebin2.c:
3137           Don't use gtk-doc style comment start for private stuff, but make it
3138           formatted like this for consistency.
3139
3140 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3141
3142         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3143         (gst_decode_bin_init), (gst_decode_bin_dispose),
3144         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
3145         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3146         (analyze_new_pad), (connect_pad), (expose_pad),
3147         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
3148         (gst_decode_group_expose), (gst_decode_group_free),
3149         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
3150         Remove fakesink hack, we can now implement this more elegantly.
3151         Added property to bypass typefinding.
3152         Removed underrun callback and demuxer pad probe, we now use the srcpad
3153         probe to expose groups.
3154         API::sink-caps property
3155
3156         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
3157         Guard against multiple emissions of the no_more_pads signal, which
3158         happens when we are dealing with chained oggs.
3159
3160         * gst/playback/gsturidecodebin.c: (remove_decoders),
3161         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
3162         (setup_source):
3163         For streams, use our own typefind element and plug our queue after it.
3164         We will need this to determine the type of buffering to use for the
3165         queue soon.
3166
3167 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3168
3169         * gst-libs/gst/audio/gstbaseaudiosink.c:
3170         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
3171         Guard against over and underflows because of clock slaving.
3172         When we are using our own clock, still compensate for any calibrations
3173         that we might have done to our clock.
3174
3175 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3176
3177         * ext/theora/theoradec.c: (theora_handle_type_packet),
3178         (theora_dec_chain):
3179         Don't try to do anything fancy with the return code from pushing an
3180         event, it does not have enough information to turn it into a
3181         GST_FLOW_ERROR.
3182
3183 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3184
3185         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
3186         (gst_ogg_demux_chain_elem_pad):
3187         Add small debug line.
3188         Pass return code from the internal decoder instead of the too generic
3189         GST_FLOW_ERROR.
3190
3191 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3192
3193         * gst-libs/gst/cdda/Makefile.am:
3194         * gst-libs/gst/cdda/base64.c:
3195         * gst-libs/gst/cdda/base64.h:
3196         * gst-libs/gst/cdda/gstcddabasesrc.c:
3197         (gst_cddabasesrc_calculate_musicbrainz_discid):
3198         Use GLib's base64 implementation instead of our own.
3199
3200 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3201
3202         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3203         (gst_ogg_demux_read_chain):
3204         Refix oggdemux, we only have a problem if we failed to find a chain and
3205         we are not EOF.
3206
3207 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3208
3209         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
3210
3211         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3212         (gst_ogg_demux_read_chain):
3213         When we fail to find a BOS page and we and up with no chain, error out
3214         properly instead of segfaulting. Fixes #525665.
3215
3216 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3217
3218         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3219         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
3220         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
3221         no-more-pads...
3222
3223 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3224
3225         * gst/playback/gstqueue2.c: (update_out_rates),
3226         (gst_queue_open_temp_location_file),
3227         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
3228         (gst_queue_handle_src_query), (gst_queue_set_property):
3229         Update the estimated input data when we push out a buffer.
3230         Add some debug info about the temp file.
3231         Only forward src events when we are not using a temp file.
3232         Don't block the duration query, we need to find something better.
3233         Don't leak the temp filename.
3234
3235 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
3236
3237         * configure.ac:
3238         Require GLib 2.12 and liboil 0.3.14.
3239
3240         * gst/volume/gstvolume.c: (volume_process_double):
3241         Unconditionally use liboil 0.3.14 function.
3242
3243 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
3244
3245         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3246         ms-gsm can have arbitrarty sample rates. See #481354.
3247
3248 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3249
3250         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3251         MP4S is generic MPEG-4, not a microsoft variant.
3252
3253 2008-03-27  Michael Smith <msmith@fluendo.com>
3254
3255         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3256           Check the body CRC (if set) when depayloading.
3257           Fixes #522401.
3258
3259 2008-03-24  Tim-Philipp Müller  <tim at centricular dot net>
3260
3261         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3262           Fix Since: version for new property.
3263
3264 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3265
3266         * gst-libs/gst/rtsp/gstrtspconnection.c:
3267         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3268         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
3269         Don't error when poll_wait returns EAGAIN.
3270
3271 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3272
3273         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
3274         The queue is never filled when there are no buffers in the queue at all.
3275         Fixes #523993.
3276
3277 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3278
3279         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3280         (init_group), (free_group), (gst_play_bin_init),
3281         (gst_play_bin_finalize), (gst_play_bin_set_uri),
3282         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
3283         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
3284         (gst_play_bin_set_current_video_stream),
3285         (gst_play_bin_set_current_audio_stream),
3286         (gst_play_bin_set_current_text_stream),
3287         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
3288         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
3289         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
3290         (activate_group), (deactivate_group), (setup_next_source),
3291         (save_current_group), (gst_play_bin_change_state):
3292         Update some docs.
3293         Add new locks and conds to protect pipeline creation and group
3294         switching.
3295         Implement the sub-uri property.
3296         Keep track of pending uridecodebin creation and configure the output
3297         pipeline after all streams are configured.
3298         Propagate subtitle encoding to the uridecodebins.
3299         Implement getting the video/audio/visualisation elements.
3300         Use input-selector for stream switching.
3301         If we are asked to do visualisation, prefer to autoplug raw sinks
3302         instead of sinks that accept encoded data.
3303
3304 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3305
3306         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3307         (gst_play_sink_init), (gst_play_sink_dispose),
3308         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
3309         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
3310         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
3311         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
3312         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
3313         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
3314         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
3315         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
3316         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
3317         * gst/playback/gstplaysink.h:
3318         Add methods to get audio/video/vis elements.
3319         Add methods to set the font description for the overlay.
3320         Remove properties, we're using this element with its methods only.
3321         Add support for subtitles.
3322         Rearrange the locking a bit to not use the object lock for protecting
3323         the pipeline construction.
3324         Try to use the volume and mute property on the sink when its available.
3325         Implement the mute option with volume when the sink does not have a mute
3326         property.
3327         Only add volume element when the sink has no volume property.
3328         Only do visualisations with raw audio pads.
3329
3330 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3331
3332         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3333         (gst_text_overlay_init), (gst_text_overlay_set_property),
3334         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
3335         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
3336         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
3337         (gst_text_overlay_change_state):
3338         * ext/pango/gsttextoverlay.h:
3339         Add property to configure waiting for text on the textpad or not, with
3340         the default behaviour being the old one (always wait for text before
3341         rendering the video). This default behaviour is usually not the best one
3342         because the text stream can very sparse and could require queueing a lot
3343         of video.
3344         Fix the flushing and EOS handing so that we don't mix up their meaning.
3345
3346 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3347
3348         * gst/playback/gsturidecodebin.c:
3349         (gst_uri_decode_bin_autoplug_factories),
3350         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
3351         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
3352         (gst_uri_decode_bin_set_property),
3353         (gst_uri_decode_bin_get_property), (no_more_pads_full),
3354         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
3355         (proxy_autoplug_factories_signal), (make_decoder),
3356         (source_new_pad), (setup_source):
3357         Add a readonly source property and notify.
3358         Add new lock for protecting the construction of the pipeline.
3359         Keep track of the decodebins we plugged.
3360         Correctly proxy the autoplug signal so that it actually continues.
3361         Proxy subtitle-encoding to the decodebins.
3362
3363 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3364
3365         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
3366         (text_toggle_cb), (update_streams), (main):
3367         Rearrange some buttons in playbin2 and make some other boxes insensitive
3368         when needed.
3369         Add language codes to subtitle selection boxes when we gind the right
3370         tags for the streams.
3371
3372 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3373
3374         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3375         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
3376         (gst_decode_bin_set_subs_encoding),
3377         (gst_decode_bin_get_subs_encoding),
3378         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
3379         (deactivate_free_recursive):
3380         Protect caps property with the object lock.
3381         Protect encoding property with the object lock.
3382         Keep list of elements we added that have the subtitle-encoding property.
3383         Distribute the subtitle-encoding to all of the elements when it
3384         changes.
3385
3386 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3387
3388         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
3389         Small debug improvement.
3390
3391         * gst-libs/gst/audio/gstbaseaudiosink.c:
3392         (gst_base_audio_sink_render):
3393         Fix bug in determining the sample start/stop position, we want to base
3394         this decision on the fact that we are going forwards or backwards, not
3395         slower or faster. This fixes some ugly resync warnings when playing at
3396         very slow speeds.
3397
3398 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
3399
3400         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3401         Correctly set the supported URI schemes and don't leave
3402         some schemes in the middle or at the start at NULL.
3403
3404 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
3405
3406         * tests/check/elements/gdpdepay.c:
3407           Make test compile without unused function/variable warnings on PPC.
3408  
3409 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3410
3411         * configure.ac:
3412         * ext/alsa/gstalsamixerelement.c:
3413         (gst_alsa_mixer_element_class_init):
3414         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
3415         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
3416         * ext/cdparanoia/gstcdparanoiasrc.c:
3417         (gst_cd_paranoia_src_class_init):
3418         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
3419         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
3420         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
3421         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
3422         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
3423         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
3424         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
3425         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3426         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
3427         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
3428         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
3429         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
3430         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
3431         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3432         (gst_audio_filter_template_class_init):
3433         * gst-libs/gst/audio/gstbaseaudiosink.c:
3434         (gst_base_audio_sink_class_init):
3435         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3436         (gst_base_audio_src_class_init):
3437         * gst-libs/gst/cdda/gstcddabasesrc.c:
3438         (gst_cdda_base_src_class_init):
3439         * gst-libs/gst/interfaces/mixertrack.c:
3440         (gst_mixer_track_class_init):
3441         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3442         (gst_base_rtp_depayload_class_init):
3443         * gst-libs/gst/rtp/gstbasertppayload.c:
3444         (gst_basertppayload_class_init):
3445         * gst/audioconvert/gstaudioconvert.c:
3446         (gst_audio_convert_class_init):
3447         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
3448         * gst/audioresample/gstaudioresample.c:
3449         (gst_audioresample_class_init):
3450         * gst/audiotestsrc/gstaudiotestsrc.c:
3451         (gst_audio_test_src_class_init):
3452         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
3453         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3454         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3455         (preroll_unlinked):
3456         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
3457         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
3458         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
3459         * gst/playback/gstqueue2.c: (gst_queue_class_init):
3460         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
3461         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
3462         (gst_stream_selector_class_init):
3463         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3464         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
3465         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3466         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
3467         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
3468         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
3469         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
3470         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
3471         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
3472         * gst/videotestsrc/gstvideotestsrc.c:
3473         (gst_video_test_src_class_init):
3474         * gst/volume/gstvolume.c: (gst_volume_class_init):
3475         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
3476         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
3477         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
3478         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
3479         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
3480         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
3481         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
3482         static strings (i.e. all). This gives us less memory usage,
3483         fewer allocations and thus less memory defragmentation. Depend
3484         on core CVS for this. Fixes bug #523806.
3485
3486 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3487
3488         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3489         Filter http and https protocols. GIO/GVfs handles them but it's
3490         impossible to implement iradio/icecast with it. Better use
3491         souphttpsrc or something else for this.
3492
3493         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
3494         If getting the file informations by a query fails try it with the
3495         seek-to-end trick too.
3496
3497 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3498
3499         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
3500         (gst_volume_base_init), (gst_volume_class_init),
3501         (volume_process_double), (volume_process_float),
3502         (volume_transform_ip), (plugin_init):
3503         memset buffers to zero if we get a GAP buffer. We usually see a
3504         buffer as one unit so let's handle it as one and don't care about
3505         volume changes while processing one buffer.
3506         Also clean up some stuff a bit.
3507
3508 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3509
3510         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
3511         (gst_audio_convert_create_silence_buffer),
3512         (gst_audio_convert_transform):
3513         Make audioconvert GAP-aware by outputting silence buffers when the
3514         input has the GAP flag set. This is up to 8x faster.
3515         Based on a patch by Stefan Kost. Fixes bug #517813.
3516
3517 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3518
3519         * gst/volume/gstvolume.c: (volume_process_double):
3520         Use oil_scalarmultiply_f64_ns() for double processing when it's
3521         available at compile time.
3522
3523 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3524
3525         * configure.ac:
3526         Fix lrint/lrintf checks to actually work. These functions are
3527         in libm on Linux at least so try to link to it.
3528
3529 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
3530
3531         * configure.ac:
3532         Back to development - 0.10.18.1
3533
3534 === release 0.10.18 ===
3535
3536 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
3537
3538         * configure.ac:
3539           releasing 0.10.18, "I will follow"
3540
3541 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
3542
3543         * configure.ac:
3544         * win32/common/config.h:
3545         0.10.17.4 pre-release
3546
3547 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3548
3549         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
3550         Use GST_STR_NULL when trying to print strings that could be NULL because
3551         this might crash on some platforms. See #520808.
3552
3553 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3554
3555         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
3556
3557         * gst-libs/gst/rtsp/gstrtspconnection.c:
3558         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3559         (read_line), (gst_rtsp_connection_read_internal):
3560         Generic Windows fixes that makes libgstrtsp work on Windows when
3561         coupled with the new GstPoll API. See #520808.
3562
3563 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
3564
3565         Patch by: Milosz Derezynski <internalerror at gmail dot com>
3566
3567         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
3568           If seeking to a new position succeeds don't simply return from
3569           create() without creating a buffer. Do this only in the case
3570           seeking to the new position fails. Fixes bug #523054.
3571
3572 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
3573
3574         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
3575           (gst_video_format_from_rgba32_masks):
3576           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
3577           (#522635).
3578
3579         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
3580           Add unit test for the RGB caps parsing and creation, checking for
3581           internal consistency of the new API and consistency of the API with
3582           the old GST_VIDEO_CAPS_* defines.
3583
3584 2008-03-14  David Schleef  <ds@schleef.org>
3585
3586         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
3587           because -base is in freeze.
3588
3589 2008-03-14  David Schleef  <ds@schleef.org>
3590
3591         Patch by: William M. Brack
3592
3593         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
3594
3595 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3596
3597         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
3598         (gst_selector_pad_chain):
3599         * gst/playback/gststreamselector.h:
3600         Revert change that caused regression until a real fix is found.
3601         Fixes #522203.
3602
3603 2008-03-12  Michael Smith <msmith@fluendo.com>
3604
3605         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3606         * gst-libs/gst/audio/gstringbuffer.h:
3607           Rename recently added buffer types to make more sense.
3608         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
3609         (gst_alsasink_write):
3610           Adapt for above API changes.
3611           Fixes bug #520523.
3612
3613 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
3614
3615         * win32/common/libgstnetbuffer.def:
3616         Add new symbol gst_netaddress_equal. Fixes bug #521743.
3617
3618 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
3619
3620         * configure.ac:
3621         * win32/common/config.h:
3622         0.10.17.3 pre-release
3623
3624 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3625
3626         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3627         (gst_base_audio_src_create):
3628         Fix duration when no clock was provided. Fixes #520300.
3629
3630 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3631
3632         Patch by: Olivier Crete  <tester at tester ca>
3633
3634         * docs/libs/gst-plugins-base-libs-sections.txt:
3635         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
3636         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3637         Add trivial function to compare GstNetAddress. See #520626.
3638         API: GstNetBuffer::gst_netaddress_equal
3639
3640 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3641
3642         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3643         Update mode property docs, it's deprecated now.
3644
3645 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3646
3647         * gst-libs/gst/rtsp/gstrtspconnection.c:
3648         (gst_rtsp_connection_create):
3649         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
3650         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
3651         * gst/tcp/gstmultifdsink.h:
3652         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
3653         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
3654         Remove GstPollMode from gstpoll constructor.
3655
3656 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
3657
3658         * configure.ac:
3659         * win32/common/config.h:
3660         0.10.17.2 pre-release
3661
3662 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
3663
3664         * gst/Makefile.am:
3665         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
3666         them twice
3667
3668         * win32/common/libgstinterfaces.def:
3669         * win32/common/libgstrtp.def:
3670         Add new API to the defs
3671
3672 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3673
3674         Patch by: Mersad Jelacic  <mersad at axis dot com>
3675
3676         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3677         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3678         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
3679         possible to specify the sample size in bits. (#509637)
3680
3681 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3682
3683         * tests/check/libs/mixer.c:
3684           Add a few simple checks for the new message types.
3685
3686 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3687
3688         * docs/libs/gst-plugins-base-libs-sections.txt:
3689         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
3690           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
3691           (gst_mixer_message_get_type),
3692           (gst_mixer_message_parse_option_changed),
3693           (gst_mixer_message_parse_options_list_changed):
3694         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
3695           (GST_MIXER_MESSAGE_OPTION_CHANGED),
3696           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
3697           (GST_MIXER_MESSAGE_MIXER_CHANGED):
3698           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
3699           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
3700
3701 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3702
3703         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
3704           (gst_mixer_options_get_values):
3705         * gst-libs/gst/interfaces/mixeroptions.h:
3706           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
3707           (_GstMixerOptions), (_GstMixerOptionsClass):
3708           API: add GstMixerOptions::get_values vfunc (#519906)
3709
3710 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3711
3712         * configure.ac:
3713         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
3714         plug-ins are included/excluded. (#498222)
3715
3716 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
3717
3718         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3719         Add typefinder for IMelody files, using audio/x-imelody.
3720         See bug #519516.
3721
3722 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
3723
3724         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
3725         * ext/alsa/gstalsasink.c: (set_hwparams):
3726         * ext/alsa/gstalsasrc.c: (set_hwparams):
3727         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
3728         * ext/ogg/gstoggmux.h:
3729         * ext/ogg/gstogmparse.c:
3730         * gst-libs/gst/audio/audio.c:
3731         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
3732         * gst-libs/gst/pbutils/missing-plugins.c:
3733         (gst_missing_uri_sink_message_new),
3734         (gst_missing_element_message_new),
3735         (gst_missing_decoder_message_new),
3736         (gst_missing_encoder_message_new):
3737         * gst-libs/gst/rtp/gstbasertppayload.c:
3738         * gst-libs/gst/rtp/gstrtcpbuffer.c:
3739         (gst_rtcp_packet_bye_get_reason):
3740         * gst/audioconvert/gstaudioconvert.c:
3741         * gst/audioresample/gstaudioresample.c:
3742         * gst/ffmpegcolorspace/imgconvert.c:
3743         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
3744         * gst/typefind/gsttypefindfunctions.c:
3745         * gst/videoscale/vs_4tap.c:
3746         * gst/videoscale/vs_4tap.h:
3747         * sys/v4l/gstv4lelement.c:
3748         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
3749         * sys/v4l/v4l_calls.c:
3750         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
3751         (gst_v4lsrc_try_capture):
3752         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
3753         (gst_ximagesink_ximage_new):
3754         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
3755         (gst_xvimagesink_xvimage_new):
3756         * tests/check/elements/audioconvert.c:
3757         * tests/check/elements/audioresample.c:
3758         (fail_unless_perfect_stream):
3759         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
3760         * tests/check/elements/decodebin.c:
3761         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
3762         (setup_gdpdepay_streamheader):
3763         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
3764         (setup_gdppay_streamheader):
3765         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
3766         * tests/check/elements/multifdsink.c: (setup_multifdsink):
3767         * tests/check/elements/textoverlay.c:
3768         * tests/check/elements/videorate.c: (setup_videorate):
3769         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
3770         * tests/check/elements/volume.c: (setup_volume):
3771         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
3772         * tests/check/elements/vorbistag.c:
3773         * tests/check/generic/clock-selection.c:
3774         * tests/check/generic/states.c: (setup), (teardown):
3775         * tests/check/libs/cddabasesrc.c:
3776         * tests/check/libs/video.c:
3777         * tests/check/pipelines/gio.c:
3778         * tests/check/pipelines/oggmux.c:
3779         * tests/check/pipelines/simple-launch-lines.c:
3780         (simple_launch_lines_suite):
3781         * tests/check/pipelines/streamheader.c:
3782         * tests/check/pipelines/theoraenc.c:
3783         * tests/check/pipelines/vorbisdec.c:
3784         * tests/check/pipelines/vorbisenc.c:
3785         * tests/examples/seek/scrubby.c:
3786         * tests/examples/seek/seek.c: (query_positions_elems),
3787         (query_positions_pads):
3788         * tests/icles/stress-xoverlay.c: (myclock):
3789         Correct all relevant warnings found by the sparse semantic code
3790         analyzer. This include marking several symbols static, using
3791         NULL instead of 0 for pointers and using "foo (void)" instead
3792         of "foo ()" for declarations.
3793
3794         * win32/common/libgstrtp.def:
3795         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
3796
3797 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3798
3799         Patch by: José Alburquerque <jaalburqu svn gnome org>
3800
3801         * gst/playback/gstplaybin2.c:
3802           Make the function signature of the _get_*_tags() functions match
3803           the signature of the vfuncs they implement, ie. return a
3804           GstTagList rather than a GstStructure, which is more correct,
3805           even if one is typedef'ed to the other (#518940).
3806
3807 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3808
3809         * gst-libs/gst/rtsp/gstrtspconnection.c:
3810           Don't include unix headers unconditionally (fixes #518037).
3811
3812 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3813
3814         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
3815           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
3816           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
3817           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
3818           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
3819           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
3820           (gst_video_format_is_packed), (video_format_is_packed):
3821           Add unit test that makes sure that the strides, offsets and
3822           sizes returned for the various YUV formats by the new video API
3823           match the old reference implementation in videotestsrc.
3824
3825 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3826
3827         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
3828           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
3829           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
3830           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
3831           (gst_video_format_get_pixel_stride),
3832           (gst_video_format_get_component_width),
3833           (gst_video_format_get_component_height),
3834           (gst_video_format_get_component_offset), (gst_video_format_get_size):
3835         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
3836           (GST_VIDEO_FORMAT_Y42B):
3837           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
3838
3839 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3840
3841         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
3842           YV12 is I420 with swapped components 1 and 2, so the offset of
3843           component 1 for I420 should be the offset for component 2 for YV12
3844           and vice versa.
3845
3846 2008-02-29  Rene Stadler  <mail@renestadler.de>
3847
3848         * sys/v4l/gstv4lelement.c:
3849         Add missing semicolon to fix indentation.
3850
3851 2008-02-29  Julien Moutte  <julien@fluendo.com>
3852
3853         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
3854         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
3855         if we can do SPDIF output.
3856         * ext/alsa/gstalsa.h:
3857         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
3858         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
3859         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
3860         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3861         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
3862         to support AC3, EC3 and IEC958 buffers.
3863
3864 2008-02-29  Tim-Philipp Müller  <tim at centricular dot net>
3865
3866         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
3867           (gst_mixer_message_parse_mute_toggled),
3868           (gst_mixer_message_parse_record_toggled),
3869           (gst_mixer_message_parse_volume_changed),
3870           (gst_mixer_message_parse_option_changed):
3871           De-cruft and fix message type assertions (NULL is not a really
3872           valid mixer message type string).
3873
3874 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3875
3876         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
3877         When negotiating, actually start from a format that we can support
3878         instead of from the too generic template.
3879
3880 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3881
3882         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
3883         Enable vis setting.
3884
3885         * gst/playback/gstplaysink.c: (gst_play_sink_init),
3886         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
3887         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
3888         (gen_vis_chain):
3889         Implement vis switching while playing.
3890
3891 2008-02-28  David Schleef  <ds@schleef.org>
3892
3893         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
3894
3895 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3896
3897         Patch by: Peter Kjellerstedt  <pkj at axis com>
3898
3899         * gst/tcp/Makefile.am:
3900         * gst/tcp/fdsetstress.c:
3901         * gst/tcp/gstfdset.c:
3902         * gst/tcp/gstfdset.h:
3903         Removed fdset and stress test, they are now known as GstPoll in
3904         core. 
3905
3906         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
3907         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
3908         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
3909         (gst_multi_fd_sink_handle_client_write),
3910         (gst_multi_fd_sink_queue_buffer),
3911         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
3912         (gst_multi_fd_sink_stop):
3913         * gst/tcp/gstmultifdsink.h:
3914         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
3915         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
3916         (gst_tcp_gdp_read_caps):
3917         * gst/tcp/gsttcp.h:
3918         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
3919         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
3920         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
3921         * gst/tcp/gsttcpclientsink.h:
3922         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
3923         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
3924         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
3925         * gst/tcp/gsttcpclientsrc.h:
3926         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
3927         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
3928         * gst/tcp/gsttcpserversink.h:
3929         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
3930         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
3931         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
3932         * gst/tcp/gsttcpserversrc.h:
3933         Port to GstPoll. See #505417.
3934
3935 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3936
3937         Patch by: Peter Kjellerstedt  <pkj at axis com>
3938
3939         * gst-libs/gst/rtsp/gstrtspconnection.c:
3940         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
3941         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
3942         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
3943         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
3944         (gst_rtsp_connection_flush):
3945         * gst-libs/gst/rtsp/gstrtspconnection.h:
3946         Use GstPoll for the rtsp connection. See #505417.
3947
3948 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3949
3950         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
3951         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
3952         Add combo box for visualisations, populate it with a factory list
3953         of all visualisation plugins, configure vis plugin instance in
3954         playbin2. 
3955
3956 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3957
3958         * tests/check/libs/rtp.c: (GST_START_TEST):
3959         Add check for RTP buffer defaults, padding and marker bit API.
3960
3961 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
3962
3963         * gst-libs/gst/cdda/sha1.c: (sha_transform):
3964         Use memcpy() instead of upcasting a byte array to long *. This
3965         fixes an unaligned memory access, resulting in SIGBUS on IA64.
3966         This should be ported to GCheckSum once we can use GLib 2.16.
3967         Partially fixes bug #500833.
3968
3969 2008-02-27  Tim-Philipp Müller  <tim at centricular dot net>
3970
3971         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
3972           Push tag event after the newsegment event. Log the pointer of
3973           the buffer we're actually going to push rather than the buffer
3974           we're feeding to _make_metadata_writable().
3975
3976 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
3977
3978         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3979         Comment smoke typefinder for now. The smokedec plugin needs one
3980         frame per buffer but we have no parser yet, thus it simply crashes
3981         in most situations.
3982
3983 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
3984
3985         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3986         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
3987
3988 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
3989
3990         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
3991         (plugin_init):
3992         Add midi typefinder, copied from the timidity plugin.
3993
3994 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
3995
3996         Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
3997
3998         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
3999         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
4000           (subparse_suite):
4001           Forward slashes at the beginning and end of a line also signify
4002           italics (Fixes: #518162).
4003
4004 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4005
4006         * tests/check/gst-plugins-base.supp:
4007         Add a suppression for a cached value in GIO that wasn't moved
4008         while moving gio from -bad to -base.
4009
4010 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4011
4012         Patch by: Brian Cameron <brian dot cameron at sun dot com>
4013
4014         * configure.ac:
4015         Don't hardcode -Wall and -Werror for configure checks, this fails
4016         with non-GCC compilers. Fixes bug #517991.
4017
4018 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4019
4020         * gst/audioconvert/gstaudioconvert.c:
4021         * gst/audioconvert/gstaudioquantize.c:
4022         * gst/audioconvert/gstaudioquantize.h:
4023           Make audioconvert gap aware. If noiseshaping is used, wait for
4024           noiseshaping to converge before marking as GAP. Fixes #517813.
4025
4026 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4027
4028         * gst/audiotestsrc/gstaudiotestsrc.c:
4029           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
4030
4031 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
4032
4033         * ext/gnomevfs/gstgnomevfssink.c:
4034         (gst_gnome_vfs_sink_handle_event):
4035         Return FALSE when seeking for a new segment fails instead
4036         of silently ignoring the failure and appending every buffer
4037         that comes for the new segment.
4038
4039 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4040
4041         * gst/playback/gstplaysink.c: (find_property),
4042         (gst_play_sink_find_property), (gen_video_chain),
4043         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
4044         Recursively search the sink element for a last-frame property so that we
4045         can also find the property in autovideosink and friends that don't
4046         always proxy the internal sink properties.
4047
4048 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4049
4050         * gst-libs/gst/audio/multichannel.c:
4051           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
4052           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
4053           (gst_audio_set_structure_channel_positions_list),
4054           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
4055           (gst_audio_fixate_channel_positions):
4056           Fix confusing terminology in docs and code: structure fields are
4057           'fields' and not 'properties'.
4058
4059 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4060
4061         * gst-libs/gst/audio/multichannel.c:
4062           (gst_audio_check_channel_positions), (add_list_to_struct):
4063           Give more useful warning messages if one of the channel
4064           layout enums passed to us is invalid and if the "channels"
4065           field in the caps has a GType we don't expect.
4066
4067 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4068
4069         * gst-libs/gst/audio/multichannel.c:
4070           Fix typo in docs blurb.
4071
4072 2008-02-19  Julien Moutte  <julien@fluendo.com>
4073
4074         Patch by: Josep Torra Valles <josep@fluendo.com>
4075
4076         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
4077         typefind lookup to fix typefinding on HD clips.
4078
4079 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4080
4081         * gst/playback/gstscreenshot.c:
4082         * gst/playback/gstscreenshot.h:
4083           Fix up copyright (I rewrote the GStreamer-0.10 code for
4084           this from scratch back in the days).
4085
4086 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
4087
4088         * gst/playback/Makefile.am:
4089         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
4090         (create_element), (gst_play_frame_conv_convert):
4091         * gst/playback/gstscreenshot.h:
4092         Add screenshot conversion code from totem.
4093
4094         * gst/playback/gstplay-marshal.list:
4095         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
4096         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
4097         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
4098         Implement frame property to get a color-unconverted snapshot.
4099         Implement convert-frame action signal to get a converted snapshot image.
4100         Configure connection speed in uridecodebin.
4101         Document some more properties.
4102
4103         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4104         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
4105         (gst_play_sink_get_last_frame):
4106         * gst/playback/gstplaysink.h:
4107         Use last-buffer property of the video sink to get a video snapshot.
4108
4109         * tests/examples/seek/seek.c: (shot_cb), (main):
4110         Add snapshot button for playbin2 and use the frame property to save the
4111         frame as a png in the current directory.
4112
4113 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4114
4115         Patch by: Josep Torra Valles <josep at fluendo dot com>
4116
4117         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
4118         (plugin_init):
4119         Add typefinding support for h264 elementary streams.
4120         Fixes bug #517420.
4121
4122 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
4123
4124         * configure.ac:
4125           Require CVS of core for new API in collectpads.
4126
4127         * gst/adder/gstadder.c:
4128           Use new API to make adder sparse stream aware.
4129
4130 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4131
4132         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
4133         (no_more_pads_cb):
4134         Get the object data correct so that we can remove our channels
4135         correctly.
4136
4137         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4138         (gen_vis_chain), (gst_play_sink_reconfigure),
4139         (gst_play_sink_request_pad):
4140         Add option to disable async behaviour in the sinks when possible. This
4141         makes it possible to avoid an audio queue when dealing with
4142         visualisations.
4143         Add option to add a queue for the audio path.
4144
4145         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
4146         (main):
4147         Disable the vis checkbox to match the defaults of playbin2.
4148         Only get the stream info when we need to.
4149
4150 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
4151
4152         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
4153         (gst_gio_base_sink_set_stream):
4154         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
4155         (gst_gio_base_src_set_stream):
4156         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
4157         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
4158         Don't use async operations as they require a running main loop.
4159         This makes us block again when closing streams and unable
4160         to mount the enclosing volume of an URI if it isn't yet.
4161
4162 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
4163
4164         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4165         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
4166         (gen_vis_chain), (gst_play_sink_reconfigure),
4167         (gst_play_sink_request_pad):
4168         Move tee in front of the audio and vis pipelines.
4169         Add queue for audio for now.
4170         Add visualisation support.
4171
4172         * tests/examples/seek/seek.c: (main):
4173         Visualisation is by default disabled.
4174
4175 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
4176
4177         * ext/gio/gstgiobasesink.c: (close_stream_cb):
4178         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
4179         Improve debugging a bit.
4180
4181         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
4182         * ext/gio/gstgiosink.h:
4183         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
4184         * ext/gio/gstgiosrc.h:
4185         Try to mount the enclosing volume of a GFile if it isn't mounted
4186         yet. This requires us to wait for an async operation to finish, done
4187         with an nested GMainLoop. Authentication is not supported yet, will
4188         come later.
4189
4190 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4191
4192         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4193         (gst_play_bin_set_property), (gst_play_bin_get_property),
4194         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
4195         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4196         (gst_play_sink_get_mute), (gen_audio_chain):
4197         * gst/playback/gstplaysink.h:
4198         Add mute property.
4199
4200         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4201         (gst_selector_pad_chain):
4202         * gst/playback/gststreamselector.h:
4203         Make sure we forward the event only once.
4204
4205         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
4206         Add and implement the mute button for playbin2.
4207
4208 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4209
4210         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4211
4212         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
4213         Add some more debug info.
4214         Make sure we never return a negative delay. Fixes #516246.
4215
4216 2008-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4217
4218         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
4219           Revert patch that makes the sink hold the object lock when
4220           calling snd_pcm_delay(), since it breaks playback for me.
4221
4222 2008-02-12  Julien Moutte  <julien@fluendo.com>
4223
4224         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
4225         some seek flags when changing rate.
4226
4227 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4228
4229         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4230         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4231         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4232         Fix potential leaks.
4233
4234         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
4235         Fix leak when there is no function configured.
4236
4237 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4238
4239         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
4240         (gst_v4lsrc_buffer_finalize):
4241         Correctly chain up the finalize method.
4242
4243 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4244
4245         * ext/gio/gstgiostreamsink.c:
4246         * ext/gio/gstgiostreamsrc.c:
4247         Add documentation and example code for giostreamsink/giostreamsrc.
4248
4249         * tests/check/pipelines/gio.c: (GST_START_TEST):
4250         Ask the GMemoryOutputStream for the data instead of assuming that
4251         the pointer to the data stayed the same. It could've been realloc'ed.
4252
4253 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4254
4255         * ext/gio/gstgiosink.c:
4256         * ext/gio/gstgiosrc.c:
4257         Make the documentation of giosink/giosrc complete, large parts
4258         are based on the gnomevfssink/gnomevfssrc docs.
4259
4260 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4261
4262         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4263         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4264         * docs/plugins/gst-plugins-base-plugins.args:
4265         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4266         * docs/plugins/gst-plugins-base-plugins.interfaces:
4267         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4268         * docs/plugins/gst-plugins-base-plugins.signals:
4269         * docs/plugins/inspect/plugin-adder.xml:
4270         * docs/plugins/inspect/plugin-audioconvert.xml:
4271         * docs/plugins/inspect/plugin-audiorate.xml:
4272         * docs/plugins/inspect/plugin-audioresample.xml:
4273         * docs/plugins/inspect/plugin-decodebin.xml:
4274         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4275         * docs/plugins/inspect/plugin-gdp.xml:
4276         * docs/plugins/inspect/plugin-gio.xml:
4277         * docs/plugins/inspect/plugin-gnomevfs.xml:
4278         * docs/plugins/inspect/plugin-libvisual.xml:
4279         * docs/plugins/inspect/plugin-ogg.xml:
4280         * docs/plugins/inspect/plugin-pango.xml:
4281         * docs/plugins/inspect/plugin-playback.xml:
4282         * docs/plugins/inspect/plugin-queue2.xml:
4283         * docs/plugins/inspect/plugin-subparse.xml:
4284         * docs/plugins/inspect/plugin-theora.xml:
4285         * docs/plugins/inspect/plugin-uridecodebin.xml:
4286         * docs/plugins/inspect/plugin-videorate.xml:
4287         * docs/plugins/inspect/plugin-videoscale.xml:
4288         * docs/plugins/inspect/plugin-volume.xml:
4289         * docs/plugins/inspect/plugin-vorbis.xml:
4290         Add the GIO documentation again and while at that run make update.
4291
4292 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4293
4294         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
4295         * ext/alsa/gstalsasink.c: (set_swparams):
4296         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
4297           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
4298           against libasound >= 1.0.16, since it's been deprecated in
4299           0.10.16, and alignment is always 1 then, apparently. (#512899)
4300
4301 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4302
4303         * gst/playback/gstplaybin.c: (gen_audio_element):
4304         * gst/playback/gstplaysink.c: (gen_audio_chain):
4305           Handle case where we can't create the volume element a bit
4306           better (#514307).
4307
4308 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4309
4310         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
4311         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4312           Add support for https protocol. Fixes #510229.
4313
4314 2008-02-11  Julien Moutte  <julien@fluendo.com>
4315         
4316         Patch by: Alan Peevers <peeves@pacbell.net>
4317
4318         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
4319         lock when calling alsa methods.
4320
4321 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4322
4323         * gst/typefind/gsttypefindfunctions.c:
4324           Bump rank of jpeg and png typefinders, which will return maximum
4325           probability in the most common cases (thus short-circuiting more
4326           expensive typefinders like the mp3 one for these two quite common
4327           image types).
4328
4329 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4330
4331         * ext/theora/theoraparse.c:
4332         Fix long description of the theora parser to be more verbose than just
4333         the type name.
4334
4335 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4336
4337         Patch by: Branko Čibej <brane at xbc dot nu>
4338
4339         * sys/xvimage/xvimagesink.c:
4340         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
4341         Fixes bug #515654.
4342
4343 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4344
4345         * gst/playback/gstplaybasebin.c:
4346         Set is_dynamic as True if there are elements with both request
4347         and sometimes src pad templates instead of breaking out when it
4348         finds the first pad template that is a src.
4349
4350 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4351
4352         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
4353         (update_streams), (video_combo_cb), (audio_combo_cb),
4354         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
4355         Add some stream switching and volume gui for playbin2.
4356
4357 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4358
4359         * gst/playback/gstplay-marshal.list:
4360         Added marshal for streamselector Tags.
4361
4362         * gst/playback/gstplaybasebin.c: (set_active_source):
4363         Streamselector now selects pads based on the pad object instead of its
4364         name.
4365
4366         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4367         (init_group), (gst_play_bin_init), (get_group), (get_tags),
4368         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
4369         (gst_play_bin_get_text_tags),
4370         (gst_play_bin_set_current_video_stream),
4371         (gst_play_bin_set_current_audio_stream),
4372         (gst_play_bin_set_current_text_stream),
4373         (gst_play_bin_set_property), (gst_play_bin_get_property),
4374         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
4375         Remove option to mute streams with the current-a/v/t property, we have
4376         this functionality in the flags.
4377         Add signals to notify when the number of A/V/T channels changed.
4378         Add action signals to get tags for the A/V/T streams.
4379         Implement setting the current A/V/T stream.
4380         Rearrange some things to simplify stream selection.
4381         Implement volume.
4382
4383         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
4384         (gst_play_sink_get_volume), (gst_play_sink_set_property),
4385         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
4386         (activate_vis), (gst_play_sink_reconfigure):
4387         * gst/playback/gstplaysink.h:
4388         Add and implement volume setting methods.
4389
4390         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4391         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
4392         (gst_selector_pad_event), (gst_stream_selector_class_init),
4393         (gst_stream_selector_init), (gst_stream_selector_finalize),
4394         (gst_stream_selector_set_property),
4395         (gst_stream_selector_get_property),
4396         (gst_stream_selector_get_linked_pad),
4397         (gst_stream_selector_request_new_pad):
4398         * gst/playback/gststreamselector.h:
4399         Add pad properties for tags and status of pads.
4400         Keep tags on pads.
4401         Make active pad selection based on pad object instead of name.
4402
4403 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
4404
4405         * configure.ac:
4406           Revert last change as we now check in gtk-doc.m4 for sed.
4407
4408 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
4409
4410         * configure.ac:
4411         Find and subst SED when building the docs.
4412
4413 2008-02-08  Julien Moutte  <julien@fluendo.com>
4414
4415         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
4416         (main): Make sure bus signals are reconnected when pressing STOP
4417         and then PLAY again for a parse launch pipeline. Fix a ref leak
4418         on the bus.
4419         * win32/common/config.h: Updated.
4420
4421 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4422
4423         * configure.ac:
4424         Make DISABLE_DEPRECATED defined *only* during CVS, not during
4425         pre-releases or releases.
4426
4427 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4428
4429         * configure.ac:
4430         * ext/gio/Makefile.am:
4431         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
4432         reporting
4433
4434 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4435
4436         * docs/plugins/Makefile.am:
4437         Add the headers which need scanning for the GIO plugin. The rest of
4438         the docs still need migrating.
4439
4440 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4441
4442         * ext/Makefile.am:
4443         * tests/check/Makefile.am:
4444         * tests/check/pipelines/.cvsignore:
4445         Add gio in a few more places.
4446
4447 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4448
4449         * configure.ac:
4450         * ext/Makefile.am:
4451         * tests/check/Makefile.am:
4452         Move gio plugin from -bad and mark as experimental.
4453
4454 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4455
4456         * gst-libs/gst/interfaces/mixeroptions.c:
4457         * gst-libs/gst/interfaces/mixertrack.c:
4458         Comment out a couple of other things which break the build when
4459         GST_DISABLE_DEPRECATED isn't on but -Werror is.
4460
4461 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4462
4463         * docs/libs/gst-plugins-base-libs-sections.txt:
4464           Fix pbutils header.
4465
4466 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4467
4468         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
4469         Fix compiler warning.
4470
4471 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4472
4473         Patch by: Peter Kjellerstedt  <pkj at axis com>
4474
4475         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4476         Clear the addrinfo struct using memset. Fixes #514937.
4477
4478 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
4479
4480         * gst/tcp/gstfdset.h:
4481         Remove unused field to same some memory.
4482
4483         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4484         Mark action signals as such.
4485
4486 2008-02-06  Michael Smith <msmith@fluendo.com>
4487
4488         * ext/theora/theoradec.c: (_theora_granule_frame),
4489         (_inc_granulepos):
4490           Increment granulepos for new-bitstream versions appropriately.
4491           Fixes #514623.
4492
4493 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4494
4495         * tests/examples/seek/seek.c: (do_seek),
4496         (rate_spinbutton_changed_cb), (update_streams), (main):
4497         Remove obsolete stream_time reset after flushing seek, core does that
4498         automatically now.
4499         Improve accuracy of speed spinbutton.
4500         Only do playbin2 stuff when we actually use it.
4501
4502 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4503
4504         * tests/check/Makefile.am:
4505           Revert previous change of the test environment's GST_PLUGIN_PATH.
4506           The problem is not with the plugins, but with element factories
4507           and only occurs if elements are split out from existing plugins
4508           or if plugins change name (see #512740).
4509
4510 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4511
4512         * tests/check/Makefile.am:
4513           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
4514           with the core's plugins first and our local build directories last,
4515           since we might be building against an installed core, and that
4516           core's plugin directory may contain older or other versions of
4517           our own -base plugins, but we really do want to test our local
4518           ones (if there are multiple plugins or element factories with the
4519           same name, those inspected last will trump those read in earlier).
4520           Fixes #512740 for the most part.
4521
4522 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4523
4524         * configure.ac:
4525         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4526         Use gmtime_r if available as gmtime is not MT-safe.
4527         Fixes bug #511810.
4528
4529 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4530
4531         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4532         Cast glong to time_t as time_t might have a different type on
4533         other platforms, like FreeBSD, and we get a compiler warning
4534         otherwise. Fixes bug #511825.
4535
4536 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4537
4538         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4539         (get_group), (get_n_pads), (gst_play_bin_get_property),
4540         (pad_added_cb), (no_more_pads_cb), (perform_eos),
4541         (autoplug_select_cb), (deactivate_group):
4542         Remove stream-info, we going for something easier.
4543         Refactor getting the current group.
4544         Implement getting the number of audio/video/text streams.
4545
4546         * gst/playback/gststreamselector.c:
4547         (gst_stream_selector_class_init), (gst_stream_selector_init),
4548         (gst_stream_selector_get_property),
4549         (gst_stream_selector_request_new_pad),
4550         (gst_stream_selector_release_pad):
4551         * gst/playback/gststreamselector.h:
4552         Add property for number of pads.
4553
4554         * tests/examples/seek/seek.c: (set_scale), (update_flag),
4555         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
4556         (text_toggle_cb), (update_streams), (msg_async_done),
4557         (msg_state_changed), (main):
4558         Block slider callback when updating the slider position.
4559         Add gui elements for controlling playbin2.
4560         Add callback for async_done that updates position/duration.
4561
4562 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
4563
4564         * docs/plugins/Makefile.am:
4565         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4566         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4567         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4568         * docs/plugins/gst-plugins-base-plugins.interfaces:
4569         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4570           First round of plugin docs cleansups.
4571
4572         * docs/plugins/inspect/plugin-adder.xml:
4573         * docs/plugins/inspect/plugin-alsa.xml:
4574         * docs/plugins/inspect/plugin-audioconvert.xml:
4575         * docs/plugins/inspect/plugin-audiorate.xml:
4576         * docs/plugins/inspect/plugin-audioresample.xml:
4577         * docs/plugins/inspect/plugin-audiotestsrc.xml:
4578         * docs/plugins/inspect/plugin-cdparanoia.xml:
4579         * docs/plugins/inspect/plugin-decodebin.xml:
4580         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4581         * docs/plugins/inspect/plugin-gdp.xml:
4582         * docs/plugins/inspect/plugin-gnomevfs.xml:
4583         * docs/plugins/inspect/plugin-libvisual.xml:
4584         * docs/plugins/inspect/plugin-ogg.xml:
4585         * docs/plugins/inspect/plugin-pango.xml:
4586         * docs/plugins/inspect/plugin-subparse.xml:
4587         * docs/plugins/inspect/plugin-tcp.xml:
4588         * docs/plugins/inspect/plugin-theora.xml:
4589         * docs/plugins/inspect/plugin-typefindfunctions.xml:
4590         * docs/plugins/inspect/plugin-video4linux.xml:
4591         * docs/plugins/inspect/plugin-videorate.xml:
4592         * docs/plugins/inspect/plugin-videoscale.xml:
4593         * docs/plugins/inspect/plugin-videotestsrc.xml:
4594         * docs/plugins/inspect/plugin-volume.xml:
4595         * docs/plugins/inspect/plugin-vorbis.xml:
4596         * docs/plugins/inspect/plugin-ximagesink.xml:
4597         * docs/plugins/inspect/plugin-xvimagesink.xml:
4598           Regenerate.
4599
4600         * ext/ogg/Makefile.am:
4601         * ext/ogg/gstoggmux.c:
4602         * ext/ogg/gstoggmux.h:
4603           Add header for oggmux. the c-file needs a doc blob still.
4604
4605 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4606
4607         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4608
4609         * gst-libs/gst/rtp/gstrtpbuffer.c:
4610         (gst_rtp_buffer_set_extension_data):
4611         * gst-libs/gst/rtp/gstrtpbuffer.h:
4612         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
4613         Add gst_rtp_buffer_set_extension_data() 
4614         Add a unit test for this addition. Fixes #511478.
4615         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
4616
4617 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4618
4619         * configure.ac:
4620         Back to CVS
4621
4622 === release 0.10.17 ===
4623
4624 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
4625
4626         * configure.ac:
4627           releasing 0.10.17, "Peanut Butter and Jelly"
4628
4629 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4630
4631         * gst-libs/gst/interfaces/mixeroptions.c:
4632         * gst-libs/gst/interfaces/mixertrack.c:
4633         Also remove the conditional registration of the signals
4634         that disappeared with the ABI change in 0.10.14
4635
4636 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4637
4638         * gst-libs/gst/rtsp/gstrtspconnection.c:
4639         Revert patch to gstrtspconnection.c for brown paper bag
4640         release of -base. Re-opens: #511825
4641
4642 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4643
4644         * gst-libs/gst/interfaces/mixeroptions.h:
4645         * gst-libs/gst/interfaces/mixertrack.h:
4646         Change the way these deprecated function pointers are removed
4647         so that the compiled ABI is unconditionally smaller. This 
4648         sets in stone an ABI break that actually occurred when the
4649         things were deprecated in 0.10.14, which seems to be the best
4650         fix as the only known users are oss-mixer and sunaudio-mixer in 
4651         gst-plugins-good.
4652         Fixes: #513018
4653
4654 2008-01-30  Tim-Philipp Müller  <tim at centricular dot net>
4655
4656         * win32/common/libgstpbutils.def:
4657           Export the two new _get_type() functions which are needed
4658           by the python bindings.
4659
4660 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4661
4662         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4663         Cast glong to time_t as time_t might have a different type on
4664         other platforms, like FreeBSD, and we get a compiler warning
4665         otherwise. Fixes bug #511825.
4666
4667 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4668
4669         * gst-libs/gst/audio/gstaudiofilter.c:
4670         (gst_audio_filter_class_init):
4671         Initialize the GstRingerBuffer class to get it's debug category
4672         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
4673         category and otherwise we get some g_critical(). Fixes bug #512334.
4674
4675 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
4676
4677         * configure.ac:
4678         Back to CVS
4679
4680 === release 0.10.16 ===
4681
4682 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
4683
4684         * configure.ac:
4685           releasing 0.10.16, "Scheduled Interruption"
4686
4687 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
4688
4689         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4690
4691         * gst-libs/gst/rtp/gstrtpbuffer.c:
4692         (gst_rtp_buffer_get_extension_data):
4693         Fix typos and wrong extension check. Fixes #511274.
4694
4695 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
4696
4697         * po/sk.po:
4698         Oops - add new sk.po mentioned in the LINGUAS I just committed
4699
4700 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
4701
4702         * po/LINGUAS:
4703         Add ca translation to the disted list.
4704
4705         * win32/vs6/libgstsdp.dsp:
4706         Convert line endings to CRLF
4707
4708 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
4709
4710         * win32/MANIFEST:
4711         Add win32/vs6/libgstrtsp.dsp to MANIFEST
4712
4713 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
4714
4715         * win32/common/libgstsdp.def:
4716         * win32/common/libgstvideo.def:
4717         Add new API declarations
4718
4719 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
4720
4721         * ext/theora/gsttheoradec.h:
4722         * ext/theora/gsttheoraparse.h:
4723         * ext/theora/theoradec.c:
4724         * ext/theora/theoraparse.c:
4725         Take a 2nd stab at handling libtheora granulepos changes in the decoder
4726         and parser by inspecting the bitstream version of the incoming data.
4727
4728 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
4729
4730         * configure.ac:
4731         * pkgconfig/Makefile.am:
4732         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
4733         * pkgconfig/gstreamer-audio.pc.in:
4734         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
4735         * pkgconfig/gstreamer-cdda.pc.in:
4736         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
4737         * pkgconfig/gstreamer-fft.pc.in:
4738         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
4739         * pkgconfig/gstreamer-floatcast.pc.in:
4740         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
4741         * pkgconfig/gstreamer-interfaces.pc.in:
4742         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
4743         * pkgconfig/gstreamer-netbuffer.pc.in:
4744         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
4745         * pkgconfig/gstreamer-pbutils.pc.in:
4746         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
4747         * pkgconfig/gstreamer-riff.pc.in:
4748         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
4749         * pkgconfig/gstreamer-rtp.pc.in:
4750         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
4751         * pkgconfig/gstreamer-rtsp.pc.in:
4752         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
4753         * pkgconfig/gstreamer-sdp.pc.in:
4754         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
4755         * pkgconfig/gstreamer-tag.pc.in:
4756         * pkgconfig/gstreamer-video-uninstalled.pc.in:
4757         * pkgconfig/gstreamer-video.pc.in:
4758         Provide one pkg-config file for every gst-plugins-base library.
4759         This makes linking to those libraries much more intuitive and
4760         provides standard pkg-config behaviour for them. Fixes bug #499697.
4761
4762 2008-01-13  David Schleef  <ds@schleef.org>
4763
4764         * gst/videoscale/vs_4tap.c:
4765           Fix valgrind error on 4tap scaling method.
4766
4767 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
4768
4769         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4770         Include Winsock2.h for VS6 and use a different way initialize
4771         hints structure so it can build with VS6.
4772         * win32/MANIFEST:
4773         * win32/vs6/libgstsdp.dsp:
4774         * win32/common/libgstsdp.def:
4775         Add new files for libgstsdp.
4776         * win32/vs6/grammar.dsp:
4777         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
4778         * win32/vs6/gst_plugins_base.dsw:
4779         * win32/vs6/libgstdecodebin.dsp:
4780         * win32/vs6/libgstdecodebin2.dsp:
4781         * win32/vs6/libgstplaybin.dsp:
4782         * win32/vs6/libgstvolume.dsp:
4783         Add new dependencies to the link list.
4784
4785 2008-01-13  Julien Moutte  <julien@fluendo.com>
4786
4787         * win32/common/config.h:
4788         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
4789         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
4790         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
4791         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
4792         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
4793         * win32/common/interfaces-enumtypes.c:
4794         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
4795         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
4796         (gst_mixer_track_flags_get_type),
4797         (gst_tuner_channel_flags_get_type):
4798         * win32/common/multichannel-enumtypes.c:
4799         (gst_audio_channel_position_get_type):
4800         * win32/common/pbutils-enumtypes.c:
4801         (gst_install_plugins_return_get_type):
4802         * win32/common/pbutils-enumtypes.h: Update/Add generated files
4803         in the win32 build directory.
4804
4805 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4806
4807         * tests/check/Makefile.am:
4808         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
4809
4810         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
4811         * tests/check/elements/playbin.c:
4812         * tests/check/libs/mixer.c: (test_element_interface_supported),
4813         (gst_implements_interface_init):
4814         * tests/check/libs/rtp.c: (GST_START_TEST):
4815         Fix various assignment type mismatches.
4816
4817 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4818
4819         * configure.ac:
4820         * gst-libs/gst/rtsp/Makefile.am:
4821         Add test to see if hstrerror is available or if we need libresolv
4822         (Solaris) for it, then use it in libgstrtsp.
4823
4824 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4825
4826         * gst-libs/gst/tag/Makefile.am:
4827         Fix include path order
4828
4829 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
4830
4831         * gst-libs/gst/pbutils/install-plugins.c:
4832         (gst_install_plugins_context_copy),
4833         (gst_install_plugins_context_get_type):
4834         * gst-libs/gst/pbutils/install-plugins.h:
4835         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
4836         for bindings.
4837
4838 2008-01-11  Michael Smith <msmith@fluendo.com>
4839
4840         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
4841         (_theora_granule_frame), (_theora_granule_start_time),
4842         (theora_dec_sink_convert), (theora_dec_decode_buffer):
4843           Adapt for post-alpha meaning of granulepos, when we
4844           have a newer version of libtheora.
4845         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4846         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
4847         (theora_enc_is_discontinuous), (theora_enc_chain):
4848           Likewise.
4849         * tests/check/Makefile.am:
4850           Link libtheora into theoraenc test so we can check which version of
4851           libtheora we're testing against.
4852         * tests/check/pipelines/theoraenc.c: (check_libtheora),
4853         (check_buffer_granulepos),
4854         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
4855         (theoraenc_suite):
4856           Adapt tests to check the values that are now defined for theora; make
4857           the tests backwards-adapt the passed values if we're running against an
4858           old libtheora.
4859           Fixes #497964
4860
4861 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
4862
4863         * gst-libs/gst/audio/gstbaseaudiosink.c:
4864           (gst_base_audio_sink_class_init):
4865         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4866           (gst_base_audio_src_class_init):
4867           Ref audio clock class from a thread-safe context to make sure
4868           we're not bit by GObjects lack of thread-safety here (#349410),
4869            however unlikely that may be in practice.
4870
4871 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
4872
4873         * autogen.sh:
4874           Add -Wno-portability to the automake parameters to stop warnings
4875           about GNU make extensions being used. We require GNU make in almost
4876           every Makefile anyway.
4877           
4878         * configure.ac:
4879           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
4880           at the same time is required for per target flags.
4881
4882 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4883
4884         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
4885           Post an error message if we can't pull as many bytes as we need
4886           for the tag. This makes sure the user gets to see a proper error
4887           message if a file with a partial ID3 tag is fed to decodebin, and
4888           not a 'no ID3 tag demuxer' error, which would be confusing
4889           (see #508138).
4890
4891 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4892
4893         * gst-libs/gst/pbutils/descriptions.c: (formats):
4894           Add description strings for ID3, APE, and ICY tags.
4895
4896 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4897
4898         * gst/playback/gstdecodebin.c: (try_to_link_1):
4899           Make sure we error out correctly if we can't activate one of
4900           the elements we've added.  Fixes #508138.
4901           
4902 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
4903
4904         Patch by: Bastien Nocera <hadess at hadess net>
4905
4906         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
4907           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
4908           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
4909           the volume is the same for all channels. This works around
4910           some problem in alsa that leaves us with inconsistent state
4911           for some reason (#486840).
4912
4913 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
4914
4915         Patch by: Jerone Young <jerone at gmail com>
4916
4917         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
4918           If there's no mixer track by the name of 'Master' or 'Front',
4919           check if there's one called 'PCM' before trying the generic
4920           fallback logic (fixes #506928, where we pick 'Mic' as master
4921           track for the AD1984 card in a Thinkpad T61/X61 laptop).
4922
4923 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4924
4925         * gst/playback/gstplay-enum.c:
4926         (register_gst_autoplug_select_result),
4927         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
4928         (gst_play_flags_get_type):
4929         * gst/playback/gstplay-enum.h:
4930         Add enums for configuration flags.
4931
4932         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4933         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
4934         (gst_play_bin_get_property), (no_more_pads_cb),
4935         (autoplug_select_cb), (gst_play_bin_change_state):
4936         Merge mode with flags.
4937         Add more property getters/setters, defaults and docs.
4938         Add properties to get number of audio/video/text streams.
4939         Create sink object in _init so that we can always rely on it being
4940         there.
4941
4942         * gst/playback/gstplaysink.c: (gst_play_sink_init),
4943         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
4944         (activate_vis), (gst_play_sink_reconfigure),
4945         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
4946         (gst_play_sink_change_state):
4947         * gst/playback/gstplaysink.h:
4948         Use flags to configure the sink pipelines.
4949         Add tee before audio pipeline so that we can use it for visualisations.
4950         Start working on integrating visualisations.
4951         Remove mode, we can do everything with the flags now.
4952         Add method to configue the sink pipeline.
4953
4954 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
4955
4956         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
4957           (check_buffer_timestamp), (check_buffer_duration):
4958           Turn these functions into macros so we can see right away
4959           where the failure occured.
4960
4961 2008-01-05  Julien Moutte  <julien@fluendo.com>
4962
4963         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
4964         debugging information to understand how X calculates the stride
4965         for XvImages.
4966
4967 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
4968
4969         * gst/volume/Makefile.am:
4970         * gst/volume/gstvolume.c: (volume_choose_func),
4971         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
4972         (volume_setup):
4973         * gst/volume/gstvolume.h:
4974         Use GstAudioFilter as base class for the volume element instead of
4975         plain GstBaseTransform.
4976
4977 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
4978
4979         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
4980         Don't set element details for the abstract GstAudioFilter class.
4981
4982 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
4983
4984         * gst-libs/gst/audio/gstaudiofilter.c:
4985         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
4986         Implement get_unit_size() vmethod of GstBaseTransform.
4987
4988 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
4989
4990         * gst-libs/gst/pbutils/Makefile.am:
4991         * gst-libs/gst/pbutils/pbutils.h:
4992         Use glib-enum generator to have a proper enum GType for
4993         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
4994
4995 2007-12-31  David Schleef  <ds@schleef.org>
4996
4997         * tests/check/Makefile.am:
4998         * tests/check/pipelines/theoraenc.c:
4999           Reenable theoraenc test, which fails on the buildbot but
5000           not locally.
5001
5002 2007-12-31  David Schleef  <ds@schleef.org>
5003
5004         * docs/libs/.cvsignore:
5005         * docs/plugins/.cvsignore:
5006           Add *-undeclared.txt to fix buildbot.
5007
5008 2007-12-31  David Schleef  <ds@schleef.org>
5009
5010         * tests/check/Makefile.am:
5011           Second attempt at disabling theoraenc test long enough to
5012           get buildbot to compile -base.
5013
5014 2007-12-31  David Schleef  <ds@schleef.org>
5015
5016         * tests/check/pipelines/theoraenc.c:
5017           Disable theoraenc test long enough to get the buildbot to
5018           compile a recent -base.
5019
5020 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5021
5022         * tests/examples/seek/seek.c: (stop_cb):
5023         Make sure we reset the slider value to 0.0 without racing against a
5024         possible g_idle that sets it to something else.
5025
5026 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
5027
5028         * sys/ximage/ximagesink.c:
5029         fix typo
5030
5031 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
5032
5033         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
5034         * gst-libs/gst/rtsp/gstrtspdefs.h:
5035         Add Location header so that we can start implementing redirects.
5036         See #506025.
5037
5038 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5039
5040         * gst/subparse/gstssaparse.c:
5041         combine if's
5042
5043 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5044
5045         * gst/subparse/gstssaparse.c:
5046         remove duplicate log message
5047
5048 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
5049
5050         * ext/libvisual/visual.c: (gst_visual_chain):
5051         Fix 'xyz may be used uninitialized' compiler warnings caused
5052         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5053         abort() in any case but properly report the error.
5054
5055 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5056
5057         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5058         (gst_play_bin_finalize), (gst_play_bin_set_uri),
5059         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5060         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
5061         (autoplug_select_cb), (activate_group), (deactivate_group),
5062         (setup_next_source), (save_current_group),
5063         (gst_play_bin_change_state):
5064         Code cleanups.
5065         Remove next-uri, we can use the uri property just fine.
5066         Fix some crasher.
5067         Unref uridecodebin when switching.
5068         Fix going to READY.
5069
5070         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
5071         (gst_play_sink_init), (gst_play_sink_dispose),
5072         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
5073         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5074         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5075         (gst_play_sink_set_property), (gst_play_sink_get_property),
5076         (gen_video_chain), (gen_text_element), (gen_audio_chain),
5077         (gen_vis_element), (gst_play_sink_get_mode),
5078         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
5079         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
5080         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5081         (gst_play_sink_change_state):
5082         * gst/playback/gstplaysink.h:
5083         Add some locking to make things threadsafe.
5084
5085         * gst/playback/test7.c: (about_to_finish_cb):
5086         Fix test.
5087
5088 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
5089
5090         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
5091           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
5092           (gst_video_scale_transform):
5093           Don't claim to be able to handle/transform caps that can't really
5094           be handled by the currently selected scaling method (here: RGB or
5095           packed YUV with 4-tap method). Also add locking to method property.
5096
5097         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
5098           (test_basetransform_based):
5099           Some test pipelines for the above (not entirely valgrind clean yet
5100           apparently).
5101
5102 2007-12-21  David Schleef  <ds@schleef.org>
5103
5104         * gst-libs/gst/video/video.c:
5105         * gst-libs/gst/video/video.h:
5106           Add additional RGBA and RGB-24 video formats.
5107
5108 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5109
5110         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
5111           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5112           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
5113         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
5114           (cddabasesrc_suite):
5115           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
5116           deprecated in the future (see #498924).
5117
5118 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5119
5120         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
5121           Don't leak event.
5122
5123 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
5124
5125         * gst-libs/gst/riff/riff-read.c:
5126         Use GST_ROUND_UP_2 macro
5127
5128 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5129
5130         * gst/playback/.cvsignore:
5131           Ignore more.
5132
5133 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5134
5135         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
5136         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
5137           (set_active_source):
5138         * gst/playback/gstplaybasebin.h:
5139         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5140           (setup_sinks), (playbin_set_subtitles_visible):
5141           Make switching off of subtitles work. To avoid all kind of
5142           problems with unlinking of the subtitle input, we just keep
5143           the subtitle inputs linked as they are and tell textoverlay
5144           not to render them. Fixes #373011.
5145           Other subtitle switching issues (esp. when there are both
5146           external and in-stream subtitles) remain. They'll be solved
5147           in playbin2.
5148
5149 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5150
5151         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
5152         Init the pad segment too.
5153
5154 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5155
5156         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
5157         (gst_audioringbuffer_open_device),
5158         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5159         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5160         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
5161         (gst_audio_sink_create_ringbuffer):
5162         Improve debug output.
5163
5164         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
5165         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
5166         Prevent some functions from doing things and failing when the
5167         ringbuffer is not yet acquired.
5168
5169 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5170
5171         * gst-libs/gst/interfaces/interfaces.h:
5172           Also remove interfaces.h from CVS as it is not needed anymore.
5173
5174 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5175
5176         * gst-libs/gst/interfaces/Makefile.am:
5177           interfaces.h is not used anymore so remove it from the build
5178           process.
5179
5180 2007-12-17  David Schleef  <ds@schleef.org>
5181
5182         * gst/videotestsrc/gstvideotestsrc.c:
5183         * gst/videotestsrc/gstvideotestsrc.h:
5184           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
5185           for testing vertical refresh synchronization.
5186
5187 2007-12-17  David Schleef  <ds@schleef.org>
5188
5189         * docs/libs/gst-plugins-base-libs-sections.txt:
5190         * gst-libs/gst/video/video.c:
5191         * gst-libs/gst/video/video.h:
5192           Add new GstVideFormat enum and write a bunch of helper functions
5193           based around it.
5194
5195 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
5196
5197         * Makefile.am:
5198           Use new common/win32.mak.
5199
5200 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5201
5202         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5203         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5204         Add debug info.
5205         When going from PLAYING to PAUSED, pause the ringbuffer before calling
5206         the parent state change function, just like the audiosink, because the
5207         parent waits for the element to finish its processing before completing
5208         the state change. This makes going to PAUSED a lot snappier.
5209         When going from READY to PAUSED, don't allow the ringbuffer to start
5210         yet.
5211
5212 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5213
5214         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5215         Yet another fix for broken software that produce files with an empty
5216         blockalign field. Instead of completely failing, make a second attempt
5217         at guessing the width/depth by looking at strf->size.
5218
5219 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
5220
5221         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
5222           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
5223         * gst-libs/gst/pbutils/install-plugins.c:
5224           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
5225         * gst-libs/gst/pbutils/missing-plugins.c:
5226           (gst_missing_plugin_message_get_installer_detail),
5227           (gst_missing_encoder_installer_detail_new):
5228         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
5229         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5230           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
5231           avoid compiler warnings (#503930).
5232
5233 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5234
5235         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5236         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
5237         for jpeg video streams.
5238         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
5239         for the above modification.
5240
5241 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
5242
5243         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
5244           (gst_x_overlay_handle_events):
5245           More guards (we don't want klass to end up being NULL).
5246
5247 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
5248
5249         * configure.ac:
5250         * gst/volume/gstvolume.c: (gst_volume_init):
5251           Use new gst_base_transform_set_gap_aware() function as volume
5252           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
5253           for this.
5254
5255 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5256
5257         * tests/examples/seek/seek.c: (msg_segment_done), (main):
5258         Don't go to READY on EOS as this avoids testing of seeking and
5259         restarting after EOS, use the stop button when you want to READY.
5260         Don't try to do a flushing seek in segment-done, it does not make
5261         sense to use this for gapless playback and is not needed.
5262
5263 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5264
5265         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
5266         (reset_rate_timer), (update_in_rates), (update_out_rates),
5267         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
5268         (gst_queue_chain), (gst_queue_loop):
5269         Use separate timers for input and output rates.
5270         Pause measuring the output rate when we block for more data.
5271         See #503262.
5272
5273 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5274
5275         * gst/playback/gstqueue2.c: (gst_queue_chain):
5276         Pause the timer to measure the input rate when we block because the
5277         queue is filled. See #503262.
5278
5279 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5280
5281         Patch by: Peter Kjellerstedt  <pkj at axis com>
5282
5283         * gst-libs/gst/rtsp/gstrtspconnection.c:
5284         (gst_rtsp_connection_free):
5285         Close control sockets. Fixes #503440.
5286
5287 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5288
5289         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
5290         Expose the right pad in the right place with the right element.
5291
5292 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5293
5294         * gst-libs/gst/pbutils/descriptions.c: (formats):
5295           Add description for 'private' dts caps (who come up with that name?).
5296
5297 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5298
5299         * Makefile.am:
5300           Add check-exports target and run it with 'make check'.
5301
5302         * configure.ac:
5303           Be stricter about what we export in our libraries: change regexp so that
5304           we only export _gst_foo(), but not __gst_foo().
5305
5306         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
5307         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
5308           Change internal functions to __gst_foo so they dont' get exported.
5309
5310         * win32/common/libgstaudio.def:
5311           Add missing symbols.
5312
5313 2007-12-11  David Schleef  <ds@schleef.org>
5314
5315         * ChangeLog: remove conflict markers
5316
5317 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5318
5319         * ext/gnomevfs/Makefile.am:
5320         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
5321           Use gst_tag_freeform_string_to_utf8() here, which also takes
5322           into account any character sets specified by the user via
5323           environment variables.
5324
5325 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5326
5327         * gst/audioconvert/Makefile.am:
5328         Also link to libm.
5329
5330 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5331
5332         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5333         No need for floating point operations here. avoids having to link
5334         against the math library too.
5335
5336 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
5337
5338         * gst-libs/gst/pbutils/descriptions.c: (formats),
5339           (format_info_get_desc):
5340         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
5341           (GST_START_TEST):
5342           Add one or two missing formats.  Generate ADPCM description
5343           dynamically depending on layout/format.
5344
5345 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5346
5347         * configure.ac:
5348           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
5349
5350 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
5351
5352         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
5353
5354         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
5355           Some .srt files start with chunk number 0 and not chunk number 1,
5356           recognise and accept those as well (fixes #502497).
5357
5358         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
5359           (test_src):
5360           Add unit test for the above.
5361
5362 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
5363
5364         * gst/playback/gstplay-enum.c:
5365         (register_gst_autoplug_select_result),
5366         (gst_autoplug_select_result_get_type):
5367         * gst/playback/gstplay-enum.h:
5368         Add missing files.
5369
5370 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
5371
5372         * gst/playback/Makefile.am:
5373         Group decodebin2 and uridecodebin into the same plugin so that they
5374         can share the GEnumType.
5375
5376         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
5377         (_gst_select_accumulator), (gst_decode_bin_class_init),
5378         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
5379         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
5380         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
5381         Add signal to sort factories instead of the more awkward autoplug-select
5382         signal.
5383         Modify autoplug_select so that we can try, skip or expose the
5384         autopluggin of an element on a pad.
5385
5386         * gst/playback/gstfactorylists.c: (compare_ranks),
5387         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
5388         (element_filter), (gst_factory_list_get_elements),
5389         (gst_factory_list_debug), (gst_factory_list_filter):
5390         * gst/playback/gstfactorylists.h:
5391         Simplify the API, allow getting elements based on mask.
5392
5393         * gst/playback/gstplay-marshal.list:
5394         Add some more marshallers.
5395
5396         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
5397         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
5398         (autoplug_select_cb), (activate_group):
5399         Add support for managing non-raw sinks by providing a custom element and
5400         sink list to decodebin2.
5401         Try to plug non-raw sinks when decodebin2 using autoplug-select of
5402         decodebin2.
5403
5404         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
5405         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
5406         * gst/playback/gstplaysink.h:
5407         Add support for raw and non-raw sinks. 
5408         Add support to force sinks selected by playbin2.
5409         Don't plug raw converters for non-raw sinks.
5410
5411         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
5412         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
5413         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
5414         (plugin_init):
5415         Use right accumulators.
5416         Proxy new signal.
5417
5418 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5419
5420         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5421         Use runnning time as the base time instead of the timestamp.
5422         Spotted by Saur on IRC.
5423
5424 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
5425
5426         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5427         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
5428
5429 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5430
5431         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
5432         (gst_ogg_demux_read_chain):
5433         If we find a new serial number but it does not contain a BOS page, make
5434         sure we initialize the chain to NULL because else we will try to scan it
5435         and crash. Fixes #500763
5436
5437 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
5438
5439         * gst/playback/Makefile.am:
5440         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
5441         (get_feature_array), (decoders_filter), (sinks_filter),
5442         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
5443         (gst_factory_list_filter):
5444         * gst/playback/gstfactorylists.h:
5445         Refactor some common code to filter factories and check caps compat.
5446
5447         * gst/playback/gstdecodebin.c:
5448         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5449         (gst_decode_bin_init), (gst_decode_bin_dispose),
5450         (gst_decode_bin_autoplug_continue),
5451         (gst_decode_bin_autoplug_factories),
5452         (gst_decode_bin_autoplug_select), (analyze_new_pad),
5453         (find_compatibles):
5454         * gst/playback/gstplaybin.c:
5455         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5456         (gst_play_bin_init), (gst_play_bin_finalize),
5457         (autoplug_factories_cb), (activate_group):
5458         * gst/playback/gstqueue2.c:
5459         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
5460         (proxy_autoplug_continue_signal),
5461         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5462         (proxy_drained_signal):
5463         Add some more debug info and use factor filtering code.
5464
5465 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5466
5467         * gst/audiotestsrc/gstaudiotestsrc.c:
5468         * gst/volume/gstvolume.c:
5469         * gst/volume/gstvolume.h:
5470           Add GAP-flag support.
5471
5472 2007-11-24  Julien MOUTTE  <julien@moutte.net>
5473
5474         * tests/examples/seek/seek.c: (main): Increase the range of the
5475         rate selector as I would like to test QOS behavior at higher
5476         forward and reverse playback speed like say 64x.
5477
5478 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
5479
5480         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5481         (audioresample_query), (audioresample_query_type),
5482         (gst_audioresample_set_property):
5483         Implement latency query.
5484
5485 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5486
5487         * gst-libs/gst/audio/gstbaseaudiosink.c:
5488         (gst_base_audio_sink_drain):
5489         Our EOS time contains the base_time, _wait_eos() expects a running_time
5490         so we have to subtract the base_time again before calling the function.
5491         This fixes an EOS regression where the base_time was added twice and EOS
5492         took longer and longer in certain situations.
5493         Fixes #498767.
5494
5495 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5496
5497         * docs/libs/gst-plugins-base-libs-sections.txt:
5498         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
5499         (gst_base_audio_sink_set_provide_clock),
5500         (gst_base_audio_sink_get_provide_clock),
5501         (gst_base_audio_sink_set_slave_method),
5502         (gst_base_audio_sink_get_slave_method),
5503         (gst_base_audio_sink_set_property),
5504         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
5505         (gst_base_audio_sink_none_slaving),
5506         (gst_base_audio_sink_handle_slaving):
5507         * gst-libs/gst/audio/gstbaseaudiosink.h:
5508         Expose methods for some object properties so that subclasses can more
5509         easily configure them.
5510         Added slave method none, that completely disables slaving to the
5511         internal clock.
5512         API: gst_base_audio_sink_set_provide_clock()
5513         API: gst_base_audio_sink_get_provide_clock()
5514         API: gst_base_audio_sink_set_slave_method()
5515         API: gst_base_audio_sink_get_slave_method()
5516
5517         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5518         (gst_base_audio_src_set_provide_clock),
5519         (gst_base_audio_src_get_provide_clock),
5520         (gst_base_audio_src_set_property),
5521         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
5522         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5523         Expose methods for some object properties so that subclasses can more
5524         easily configure them.
5525         API: gst_base_audio_src_set_provide_clock()
5526         API: gst_base_audio_src_get_provide_clock()
5527
5528 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
5529
5530         Patch by: Joe Peterson <lavajoe at gentoo dot org>
5531
5532         * gst-libs/gst/sdp/gstsdpmessage.c:
5533         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
5534
5535 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
5536
5537         * tests/check/libs/fft.c: (GST_START_TEST):
5538         Fix scaling to really have dB instead of something else.
5539
5540 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5541
5542         * tests/examples/seek/seek.c: (main): There's a nice macro to check
5543         GTK version, use it.
5544
5545 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5546
5547         * tests/examples/seek/seek.c: (main): Try to support stable version
5548         of GTK.
5549
5550 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
5551
5552         * gst/playback/README:
5553         * gst/playback/test7.c:
5554           Fix the build + little README update.
5555
5556 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5557
5558         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
5559         Add playbin2 seek pipeline.
5560
5561 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5562
5563         * gst/playback/Makefile.am:
5564         * gst/playback/gstplayback.c: (plugin_init):
5565         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
5566         (eos_cb), (about_to_finish_cb), (main):
5567         Add playbin2.
5568         Added gapless playback example.
5569
5570         * gst/playback/gstplaybasebin.c:
5571         * gst/playback/gstplaybasebin.h:
5572         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
5573         * gst/playback/gstqueue2.c:
5574         * gst/playback/test.c:
5575         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5576         (pad_removed_cb):
5577         * gst/playback/gststreaminfo.h:
5578         Change email.
5579
5580         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
5581         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
5582         (gst_play_bin_dispose), (gst_play_bin_set_uri),
5583         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5584         (gst_play_bin_get_property), (gst_play_bin_handle_message),
5585         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
5586         (drained_cb), (unlink_group), (activate_group),
5587         (setup_next_source), (gst_play_bin_change_state),
5588         (gst_play_bin2_plugin_init):
5589         Added raw first version of playbin2. Does chained oggs and gapless
5590         playback fine. No support for raw sinks yet. No visualisations or
5591         subtitles yet.
5592
5593         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
5594         (gst_play_sink_class_init), (gst_play_sink_init),
5595         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
5596         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5597         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5598         (gst_play_sink_set_property), (gst_play_sink_get_property),
5599         (post_missing_element_message), (free_chain), (add_chain),
5600         (activate_chain), (gen_video_chain), (gen_text_element),
5601         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
5602         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
5603         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5604         (gst_play_sink_send_event), (gst_play_sink_change_state):
5605         * gst/playback/gstplaysink.h:
5606         Added Element that abstracts the sinks and their pipelines for playbin2.
5607
5608 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5609
5610         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
5611         (gst_selector_pad_class_init), (gst_selector_pad_init),
5612         (gst_selector_pad_finalize), (gst_selector_pad_reset),
5613         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
5614         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
5615         (gst_selector_pad_chain), (gst_stream_selector_get_type),
5616         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
5617         (gst_stream_selector_init), (gst_stream_selector_set_property),
5618         (gst_stream_selector_get_linked_pad),
5619         (gst_stream_selector_getcaps),
5620         (gst_stream_selector_is_active_sinkpad),
5621         (gst_stream_selector_activate_sinkpad),
5622         (gst_stream_selector_get_linked_pads),
5623         (gst_stream_selector_request_new_pad),
5624         (gst_stream_selector_release_pad):
5625         * gst/playback/gststreamselector.h:
5626         Improve streamselector, make it select and unselect the current pad more
5627         intelligently. 
5628         Subclass GstPad for the sinkpads of the selector.
5629         Handle segments more correctly.
5630         Fix caps negotiation.
5631         Implement release_pad.
5632
5633 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5634
5635         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5636         (gst_decode_group_check_if_drained), (source_pad_event_probe),
5637         (remove_fakesink):
5638         Add drained signal fired when decodebin finishes decoding the data.
5639         Remove deprecated STATE_DIRTY message.
5640
5641         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5642         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
5643         (analyse_source), (proxy_drained_signal), (make_decoder),
5644         (source_new_pad), (value_list_append_structure_list),
5645         (handle_redirect_message), (handle_message):
5646         Proxy the new drained signal.
5647         Handle pad removed from decodebin.
5648         Handle redirect messages by sorting multiple redirections based on the
5649         connection speed.
5650
5651 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5652
5653         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5654
5655         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5656         Fix leaking headers. Fixes #496761.
5657
5658 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5659
5660         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5661
5662         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
5663         (gst_ximagesink_change_state):
5664         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
5665         Don't leak the PAR on errors. Fixes #496731.
5666
5667 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
5668
5669         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
5670           (gst_tag_from_id3_user_tag):
5671           Add mapping for audio cd discid tags, so we can extract
5672           them from tags as well (see #347848). Also compare identifiers
5673           in ID3v2 TXXX frames in a case-insensitive way to increase
5674           compatibility when reading tags (discid vs. DiscID vs. DiscId).
5675
5676 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5677
5678         * gst-plugins-base.doap:
5679         Oops, fix the release name.
5680
5681 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5682
5683         * gst-plugins-base.doap:
5684         Add 0.10.15 release
5685
5686 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5687
5688         * configure.ac:
5689         Back to CVS
5690
5691 === release 0.10.15 ===
5692
5693 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
5694
5695         * configure.ac:
5696           releasing 0.10.15, "No need to argue"
5697
5698 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
5699
5700         * win32/vs6/libgstfft.dsp:
5701         Convert line endings to DOS.
5702
5703 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
5704
5705         * win32/vs6/gst_plugins_base.dsw:
5706         * win32/vs6/libgstfft.dsp:
5707         * win32/MANIFEST:
5708         Add a project file for fft plugin and remove socket
5709         based plugin which don't build from the workspace.
5710         * win32/vs6/libgstaudio.dsp:
5711         * win32/vs6/libgstrtp.dsp:
5712         * win32/vs6/libgsttag.dsp:
5713         Convert line endings back to DOS.
5714         Fixes #496724
5715
5716 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
5717
5718         * win32/vs6/libgstinterfaces.dsp:
5719         * win32/vs6/libgstrtsp.dsp:
5720         Convert line endings back to DOS
5721
5722 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
5723
5724         * gst-libs/gst/fft/kiss_fft_f32.h:
5725         * gst-libs/gst/fft/kiss_fft_f64.h:
5726         * gst-libs/gst/fft/kiss_fft_s16.h:
5727         * gst-libs/gst/fft/kiss_fft_s32.h:
5728         Don't include malloc.h which doesn't exist on Mac OSX.
5729         Instead, pull in glib.h and use g_malloc/g_free for 
5730         consistency. Fixes: #496548
5731
5732 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
5733
5734         * gst/playback/gstdecodebin2.c:
5735           Dont leak ghostpad. Fixes #475451.
5736
5737 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
5738
5739         * docs/design/design-decodebin.txt:
5740         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
5741         Update some more docs and comments.
5742
5743 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5744
5745         Patch by: Sebastien Moutte  <sebastien moutte net>
5746
5747         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
5748           (gst_rtcp_unix_to_ntp):
5749         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
5750           Fix some C99-isms and and a missing function that some versions of
5751           MSVC don't like too much (#494346).
5752
5753         * win32/vs6/gst_plugins_base.dsw:
5754         * win32/vs6/libgstaudio.dsp:
5755         * win32/vs6/libgstrtp.dsp:
5756         * win32/vs6/libgsttag.dsp:
5757           Update vs6 projects files (#494346).
5758
5759 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5760
5761         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5762
5763         * win32/common/libgstaudio.def:
5764         * win32/common/libgstcdda.def:
5765         * win32/common/libgstinterfaces.def:
5766         * win32/common/libgstnetbuffer.def:
5767         * win32/common/libgstpbutils.def:
5768         * win32/common/libgstrtp.def:
5769         * win32/common/libgstrtsp.def:
5770         * win32/common/libgsttag.def:
5771         * win32/common/libgstvideo.def:
5772           More missing symbols to export (fixes #493986).
5773
5774 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
5775
5776         * docs/libs/gst-plugins-base-libs-sections.txt:
5777         * gst-libs/gst/fft/gstfftf32.c:
5778         * gst-libs/gst/fft/gstfftf32.h:
5779         * gst-libs/gst/fft/gstfftf64.c:
5780         * gst-libs/gst/fft/gstfftf64.h:
5781         * gst-libs/gst/fft/gstffts16.c:
5782         * gst-libs/gst/fft/gstffts16.h:
5783         * gst-libs/gst/fft/gstffts32.c:
5784         * gst-libs/gst/fft/gstffts32.h:
5785         * tests/check/libs/fft.c: (GST_START_TEST):
5786         Remove the magnitude and phase calculation functions as these have
5787         very special use cases and can't even be used for the spectrum
5788         element. Also adjust the docs to mention some properties of the used
5789         FFT implemention, i.e. how the values are scaled. Fixes #492098.
5790
5791 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5792
5793         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
5794           (finish_source):
5795           Avoid crash when there are external subtitles (fixes #491722).
5796
5797 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
5798
5799         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
5800         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
5801           'Could not open resource for writing' is not an acceptable
5802           error message when we can't open the audio device (see #492334),
5803           even less so when we're trying to open it to record something.
5804
5805 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
5806
5807         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5808
5809         * win32/common/libgstrtp.def:
5810           Add some more missing symbols (#492813).
5811
5812 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
5813
5814         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
5815
5816         * tests/check/elements/audioconvert.c: (verify_convert):
5817           Add check to make sure that the out caps have a channel layout
5818           set on them where they should have one.
5819
5820 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
5821
5822         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
5823
5824         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
5825         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
5826           Include our own _stdint.h instead of sys/types.h, makes MingW happy
5827           (#492306).
5828
5829         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
5830           Use _pipe directly, GLib doesn't have a pipe() macro any longer
5831           (it disappeared in GLib 2.14.0) (#492306).
5832
5833         * gst-libs/gst/sdp/Makefile.am:
5834         * gst-libs/gst/sdp/gstsdpmessage.c:
5835           Fix includes and LIBS for win32/Mingw (#492306).
5836
5837         * tests/examples/dynamic/addstream.c (pause_play_stream):
5838           Use more portable g_usleep() instead of sleep() (#492306).
5839
5840 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
5841
5842         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5843
5844         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
5845           (gst_ring_buffer_parse_caps):
5846           Return NULL instead of an enum that happens to be 0, fixes warning
5847           on MSVC (#492114).
5848
5849         * gst-libs/gst/audio/gstringbuffer.h:
5850           No trailing commas in enum list (for gcc-2.9x).
5851
5852         * gst/videotestsrc/videotestsrc.c: (random_char):
5853           Make information loss explicit instead of implicitly truncating to
5854           eight bits via the return value.  Fixes runtime error on MSVC when
5855           using the debug CRT (#492114).
5856
5857         * win32/common/config.h.in:
5858           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
5859
5860         * win32/common/libgstinterfaces.def:
5861         * win32/common/libgstrtp.def:
5862           Export a few more symbols (#492114).
5863
5864 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
5865
5866         * gst-libs/gst/audio/audio.c:
5867         * gst-libs/gst/audio/audio.h:
5868           Readd the deprecation guards, but preserve compilability.
5869
5870 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5871
5872         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
5873           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
5874           Preserve channel layout when fixating the number of channels in the
5875           output caps, or make sure there's a suitable channel position layout
5876           set on the caps if required. Fixes #430677.
5877
5878 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5879
5880         * tests/check/elements/decodebin.c: (test_text_plain_streams):
5881           Make sure the pipeline really operates in push mode as it should
5882           in this case.
5883
5884 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5885
5886         * gst-libs/gst/audio/audio.h:
5887           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
5888           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
5889           (ie. normal cvs builds) will fail.
5890
5891 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
5892
5893         * docs/libs/Makefile.am:
5894         * gst-libs/gst/audio/audio.c:
5895         * gst-libs/gst/audio/audio.h:
5896         * gst-libs/gst/interfaces/mixer.c:
5897           tell gtk-doc about the deprecation guard. Apply more doc fixes.
5898
5899 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5900
5901         * tests/check/libs/audio.c: (init_value_to_channel_layout),
5902           (test_channel_layout_value_intersect), (audio_suite):
5903           Add simple unit test to make sure GstValue intersection
5904           of channel layouts works the way I think it does.
5905
5906 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
5907
5908         * docs/libs/gst-plugins-base-libs-sections.txt:
5909         * gst-libs/gst/audio/gstaudiofilter.h:
5910         * gst-libs/gst/interfaces/mixer.h:
5911         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5912         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5913         * gst-libs/gst/sdp/gstsdpmessage.c:
5914           Fix the docs according to what gtk-doc complained about.
5915
5916 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
5917
5918         * tests/icles/stress-playbin.c:
5919           Fix the build.
5920
5921 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
5922
5923         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
5924         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
5925           Post nice/more useful error message if we don't have a decoder for
5926           the primary type.
5927
5928 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
5929
5930         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
5931         Be a bit more useful, unblock the pads after we fired the no-more-pads
5932         signal so that we can use the signal to inspect and connect all pads
5933         without having to keep extra state outside of decodebin.
5934
5935 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
5936
5937         * gst/playback/gsturidecodebin.c:
5938         (gst_uri_decode_bin_autoplug_continue),
5939         (gst_uri_decode_bin_class_init), (no_more_pads_full):
5940         Implement default signal handler so that we return TRUE when nothing is
5941         connected.
5942
5943 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
5944
5945         * gst-libs/gst/riff/riff-media.c:
5946         (gst_riff_wavext_add_channel_layout),
5947         (gst_riff_wave_add_default_channel_layout),
5948         (gst_riff_wavext_get_default_channel_mask),
5949         (gst_riff_create_audio_caps):
5950         Use the ALSA channel layout as default for wav files without channel
5951         layout information. This fixes playback of chan-id.wav on 5.1 systems
5952         for example. Also refactor the channel layout setting a bit and add
5953         more default channel orders. Fixes #489010.
5954
5955 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
5956
5957         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
5958           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
5959           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
5960           instead.
5961
5962 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
5963
5964         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5965         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
5966         (gst_decode_bin_set_subs_encoding),
5967         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
5968         (gst_decode_bin_get_property), (analyze_new_pad):
5969         Move subtitle encoding property to decodebin2 so that it can set the
5970         property value on all elements that it autoplugs and that require it.
5971         Make caps refcounting more consistent in get/set.
5972
5973         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
5974         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
5975         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
5976         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
5977         (proxy_autoplug_continue_signal),
5978         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5979         (make_decoder):
5980         Proxy properties and relevant signals from the internal decodebin.
5981         Make properties MT safe.
5982
5983 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
5984
5985         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
5986         * gst-libs/gst/tag/tags.c:
5987           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
5988           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
5989
5990         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
5991           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
5992
5993         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
5994           (gst_tag_to_vorbis_comments):
5995           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
5996           just mapping everything I found in the wild) (#414539).
5997
5998 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
5999
6000         Inspired by patch of: René Stadler <mail at renestadler dot de>
6001
6002         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6003         (gst_decode_bin_autoplug_continue),
6004         (gst_decode_bin_autoplug_factories),
6005         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
6006         (find_compatibles):
6007         * gst/playback/gstplay-marshal.list:
6008         Remove the autoplug-sort signal and replace it with a binding friendly
6009         autoplug-select signal.
6010         Add an autoplug-factories signal that can be used to generate a list of
6011         factories to try to autoplug.
6012         Add the GstPad to the autoplugging signal args as it might be needed to
6013         make a good factory selection.
6014         Fix up the marshallers for this. Fixes #407282.
6015
6016 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
6017
6018         * gst-libs/gst/tag/gsttagdemux.c:
6019           Don't abort with an assertion if we receive a seek event with
6020           a start type of NONE (see launchpad bug #155878).
6021
6022 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6023
6024         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
6025         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
6026         (gst_ximagesink_change_state), (gst_ximagesink_reset):
6027         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
6028         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
6029         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
6030         Make sure that before we clean up the X resources, we shutdown and join
6031         the event thread.
6032         Also make sure the event thread does not shut down immediatly after
6033         startup because the running variable is not yet correctly set.
6034         Fixes #378770. 
6035
6036 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6037
6038         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
6039         Make the window for a race in typefind and shutting down smaller until
6040         we figure out the right locking here. Avoids #485753 usually.
6041
6042         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
6043         Remove unneeded lock causing a race in typefind and shutting down.
6044         Fixes #485753.
6045
6046         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
6047         Also remove sinks when going to NULL because we might not complete the
6048         state change to PAUSED, causing the PAUSED->READY state change not to
6049         happen.
6050
6051 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6052
6053         * gst-libs/gst/audio/gstbaseaudiosink.c:
6054         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
6055         Also explicitly release the ringbuffer when going to NULL because it
6056         is required in the setcaps function, before the state change to PAUSED
6057         completes.
6058
6059 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
6060
6061         * tests/icles/.cvsignore:
6062         * tests/icles/Makefile.am:
6063         * tests/icles/stress-playbin.c:
6064           Does what it says on the tin.
6065
6066 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
6067
6068         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
6069         Fix queue negotiation. See #486758.
6070
6071 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
6072
6073         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
6074         (gst_xvimagesink_xwindow_new),
6075         (gst_xvimagesink_update_colorbalance),
6076         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
6077
6078         Fix handling of some of the X atoms. If the last parameter is True,
6079         XInternAtom won't create the atom if it doesn't exist, and therefore
6080         might return None. This causes X errors on Xv implementations that
6081         don't provide the colour balance attributes.
6082
6083 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6084
6085         * gst-libs/gst/tag/gstvorbistag.c:
6086         * tests/check/libs/tag.c:
6087           Extract vorbis comment LICENSE tags correctly.
6088
6089 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6090
6091         Patch by: Jason Kivlighn  <jkivlighn gmail com>
6092
6093         * gst-libs/gst/tag/gstid3tag.c:
6094         * tests/check/libs/tag.c:
6095           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
6096
6097 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
6098
6099         * gst-libs/gst/tag/gsttagdemux.c:
6100           Don't error out when a buggy downstream element doesn't
6101           handle the newsegment event we send properly (especially
6102           not without posting a meaningful error message on the
6103           bus). See bug #471370 and launchpad bug #136264.
6104
6105 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
6106
6107         * gst-libs/gst/audio/gstbaseaudiosink.c:
6108         (gst_base_audio_sink_drain):
6109         Use new basesink method to make our EOS drain interruptable.
6110
6111 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
6112
6113         * gst-libs/gst/rtp/gstrtppayloads.c:
6114         Fix silly search-replace oversight.
6115
6116 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
6117
6118         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6119
6120         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6121         (gst_basertppayload_set_outcaps):
6122         Fix caps memleak. Fixes #484989.
6123
6124
6125 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6126
6127         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6128         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
6129         Fix debug output.
6130
6131 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6132
6133         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6134         (gst_base_audio_src_create):
6135         Also handle the case where there is no clock set on the audio source,
6136         like in the unit tests.
6137
6138 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6139
6140         * gst-libs/gst/rtp/gstrtppayloads.c:
6141         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
6142         to avoid compiler warnings
6143
6144 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6145
6146         * gst/playback/gstdecodebin.c: (type_found),
6147         (gst_decode_bin_change_state):
6148         * gst/playback/gstdecodebin2.c: (type_found),
6149         (gst_decode_bin_change_state):
6150         Don't disconnect the have_type signal because we never reconnect it
6151         later on. Instead keep a variable to see if we already detected a type.
6152
6153 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6154
6155         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
6156         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
6157         (type_found):
6158         Unlink the signal handler when we found the type, we're not going to do
6159         anything sensible with more type_found signals anyway.
6160
6161 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6162
6163         * gst-libs/gst/tag/gsttagdemux.c:
6164           Don't leak caps.
6165
6166 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6167
6168         * gst-libs/gst/tag/Makefile.am:
6169         * gst-libs/gst/tag/gsttagdemux.c:
6170         * gst-libs/gst/tag/gsttagdemux.h:
6171           API: add GstTagDemux base class for simple tag demuxers.
6172
6173         * docs/libs/gst-plugins-base-libs-docs.sgml:
6174         * docs/libs/gst-plugins-base-libs-sections.txt:
6175           Add GstTagDemux to docs.
6176
6177 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
6178
6179         * gst-libs/gst/rtp/gstrtpbuffer.c:
6180         (gst_rtp_buffer_get_payload_subbuffer):
6181         Fix bug introduced with last commit which inverted the logic and
6182         caused all buffers to be dropped. Fixes #483620.
6183         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
6184
6185 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6186
6187         * gst-libs/gst/rtp/gstrtpbuffer.c:
6188           Replace g_return_if_val (as it could be disabled), with regular return
6189           and warning.
6190
6191 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
6192
6193         * tests/check/pipelines/simple-launch-lines.c:
6194           Print message name and not just number.
6195
6196 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
6197
6198         * gst-libs/gst/audio/gstbaseaudiosink.c:
6199         (gst_base_audio_sink_async_play):
6200         When slaved to the clock, don't try to align a sample with the previous
6201         one when going to PLAYING again.
6202
6203 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6204
6205         * tests/examples/snapshot/snapshot.c:
6206           Fix the build.
6207
6208 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6209
6210         * gst-libs/gst/sdp/gstsdpmessage.h:
6211         Add RFC 3556 bandwidth modifiers.
6212
6213 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6214
6215         * docs/libs/gst-plugins-base-libs-docs.sgml:
6216         * docs/libs/gst-plugins-base-libs-sections.txt:
6217         * gst-libs/gst/rtp/gstrtppayloads.c:
6218         Update documentation.
6219
6220 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6221
6222         * gst-libs/gst/rtp/Makefile.am:
6223         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
6224         (gst_rtp_payload_info_for_name):
6225         * gst-libs/gst/rtp/gstrtppayloads.h:
6226         Added new file and header to deal with payload info.
6227
6228         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6229         (gst_rtp_buffer_default_clock_rate):
6230         * gst-libs/gst/rtp/gstrtpbuffer.h:
6231         Payload specific stuff is move to new headers.
6232         Implement _default_clock rate using the new payload function.
6233
6234         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
6235         (gst_sdp_parse_line):
6236         * gst-libs/gst/sdp/gstsdpmessage.h:
6237         Add some more comments.
6238
6239 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6240
6241         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6242         (sdp_check_header), (sdp_type_find), (plugin_init):
6243         Add typefind function for application/sdp.
6244         Remove some old dirac typefind code that was ifdeffed out.
6245
6246 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
6247
6248         * win32/common/libgstaudio.def:
6249         Add new exported functions.
6250         * win32/vs6/grammar.dsp:
6251         Add autogeneration and copy of some autegenerated files from win32/common
6252         for rtsp library.
6253         * win32/vs6/libgstaudioconvert.dsp:
6254         Add gstaudioquantize.c to the build.
6255         * win32/vs6/libgstinterfaces.dsp:
6256         Add videoorientation.c to the build.
6257         * win32/vs6/libgstriff.dsp:
6258         Add libgsttag to the link libraries list.
6259         * win32/vs6/libgstvolume.dsp:
6260         Add liboil to the link.
6261         * win32/vs6/gst_plugins_base.dsw:
6262         * win32/vs6/libgstrtsp.dsp:
6263         * win32/common/libgstrtsp.def:
6264         Add files to build libgstrtsp library.
6265         
6266 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6267
6268         * tests/examples/snapshot/snapshot.c: (main):
6269         Print error when pipeline failed to construct.
6270
6271 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6272
6273         * configure.ac:
6274         * gst-libs/gst/tag/gstid3tag.c:
6275         * gst-libs/gst/tag/gstvorbistag.c:
6276           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
6277           and ID3v2 tags.
6278
6279 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6280
6281         * gst-libs/gst/floatcast/floatcast.h:
6282           Don't include config.h in an installed public header, this
6283           might break compilation of applications that don't have such
6284           a header and doesn't necessarily do what it's supposed to do
6285           anyway (ie. check for the lrint/lrintf defines) (#442065).
6286           Add docs for the various macros and document how this header
6287           has to be used (link against libm, etc.); add a few FIXMEs;
6288           include math.h for non-c99 code path.  Based on patch by
6289           Jan Schmidt.
6290           
6291 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6292
6293         * configure.ac:
6294         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
6295         of duplicating these macros in configure.ac.
6296
6297 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6298
6299         * po/hu.po:
6300         * po/sv.po:
6301         * po/uk.po:
6302           Updated translations to 0.10.14
6303
6304 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6305
6306         translated by: Jakub Bogusz <qboosh@pld-linux.org>
6307
6308         * po/pl.po:
6309           Added Polish translation.
6310
6311 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6312
6313         translated by: Ilkka Tuohela <hile@iki.fi>
6314
6315         * po/fi.po:
6316           Added Finnish translation.
6317
6318 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6319
6320         translated by: Jorge González González <aloriel@gmail.com>
6321
6322         * po/es.po:
6323           Added Spanish translation.
6324
6325 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6326
6327         translated by: Mogens Jaeger <mogens@jaeger.tf>
6328
6329         * po/da.po:
6330           Added Danish translation.
6331
6332 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6333
6334         translated by: Funda Wang <fundawang@linux.net.cn>
6335
6336         * po/zh_CN.po:
6337           Added Chinese (simplified) translation.
6338
6339 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6340
6341         translated by: Alexander Shopov <ash@contact.bg>
6342
6343         * po/bg.po:
6344           Added Bulgarian translation.
6345
6346 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
6347
6348         * gst/playback/gstqueue2.c: (gst_queue_push_one):
6349         Fix compilation wrt printf arguments.
6350
6351 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
6352
6353         * configure.ac:
6354         * tests/examples/Makefile.am:
6355         * tests/examples/snapshot/.cvsignore:
6356         * tests/examples/snapshot/Makefile.am:
6357         * tests/examples/snapshot/snapshot.c: (main):
6358         Add simple snapshot example program using appsink.
6359
6360 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
6361
6362         * tests/check/generic/states.c:
6363           Improved state change unit test.
6364
6365 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6366
6367         * docs/plugins/.cvsignore:
6368         * tests/check/.cvsignore:
6369           Ignore registries in any format.
6370
6371 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6372
6373         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6374         (gst_base_rtp_depayload_chain),
6375         (gst_base_rtp_depayload_set_gst_timestamp):
6376         Only copy timestamp on outgoing packets if the depayloader did not set
6377         one.
6378         Also copy duration on outgoing packets.
6379
6380 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6381
6382         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6383         (gst_basertppayload_set_outcaps):
6384         Fix compilation because of missing %d in printf.
6385         When fixating caps, fixate what we can and throw away all remaining
6386         unfixed caps, subclasses should do something smart if they need to.
6387
6388 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6389
6390         * ext/gnomevfs/gstgnomevfssrc.c:
6391           Improve debug logs a bit and be more verbose if things go wrong.
6392
6393 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
6394
6395         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6396         (gst_text_overlay_set_property):
6397         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6398         * gst-libs/gst/audio/gstbaseaudiosink.c:
6399         (gst_base_audio_sink_render):
6400         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6401         (gst_rtcp_unix_to_ntp):
6402         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
6403         * gst/playback/gstqueue2.c:
6404         * tests/examples/seek/seek.c: (set_scale):
6405         Fix a bunch of compile warnings shown with Forte.
6406
6407         * gst/audiorate/gstaudiorate.c:
6408         Always pull in config.h before including any system headers.
6409
6410 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
6411
6412         * gst/playback/gstqueue2.c: (update_buffering),
6413         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
6414         (gst_queue_handle_sink_event), (gst_queue_chain),
6415         (gst_queue_push_one), (gst_queue_sink_activate_push),
6416         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
6417         Also fix #476514 for queue2.
6418
6419 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6420
6421         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6422         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
6423         (gst_base_rtp_depayload_chain),
6424         (gst_base_rtp_depayload_handle_sink_event),
6425         (gst_base_rtp_depayload_push_full),
6426         (gst_base_rtp_depayload_set_gst_timestamp),
6427         (gst_base_rtp_depayload_change_state):
6428         Remove code to deal with RTP to GST time conversion, we now just copy
6429         the GST timestamp we receive to the outgoing buffers.
6430         Handle segment and flushes correctly.
6431
6432         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6433         When we have no valid input timestamp, use the previous rtp timestamp on
6434         the outgoing RTP packet instead of the RTP base time.
6435
6436 2007-09-15  David Schleef  <ds@schleef.org>
6437
6438         * ext/alsa/gstalsa.c:
6439         * ext/alsa/gstalsadeviceprobe.c:
6440         * ext/alsa/gstalsamixer.c:
6441         * ext/alsa/gstalsasink.c:
6442         * ext/alsa/gstalsasrc.c:
6443           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
6444
6445 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
6446
6447         * gst-libs/gst/rtp/gstbasertppayload.c:
6448         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
6449         Add some debug info when negotiating caps.
6450
6451 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6452
6453         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
6454         A buffer with an empty payload is also a valid buffer.
6455
6456 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6457
6458         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
6459         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
6460         (gst_basertppayload_change_state):
6461         Make sure we start our RTP timestamp from the random base RTP
6462         timestamp even if the buffer timestamp starts from some random value.
6463
6464 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6465
6466         * configure.ac:
6467         * tests/examples/Makefile.am:
6468         * tests/examples/dynamic/.cvsignore:
6469         * tests/examples/dynamic/Makefile.am:
6470         * tests/examples/dynamic/addstream.c: (create_stream),
6471         (pause_play_stream), (message_received), (eos_message_received),
6472         (perform_step), (main):
6473         Add simple exmple app to demonstrate starting and pausing live and
6474         non-live bins in a PLAYING pipeline.
6475
6476 2007-09-14  Julien MOUTTE  <julien@moutte.net>
6477
6478         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
6479         typefind for QCP files (RFC #3625)
6480
6481 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
6482
6483         * gst-libs/gst/audio/gstbaseaudiosink.c:
6484         (gst_base_audio_sink_init):
6485         Disable pull mode scheduling, we're not ready for it yet and it subtly
6486         breaks a lot of things.
6487
6488 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6489
6490         * tests/check/elements/libvisual.c:
6491           Test all libvisual plugins, not just the first one; this reproduces
6492           bug #450336 quite easily.  Looks like a problem with the 'jess'
6493           visualisation.
6494
6495 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6496
6497         * tests/check/Makefile.am:
6498         * tests/check/elements/.cvsignore:
6499         * tests/check/elements/libvisual.c:
6500           Add basic libvisual test case in an attempt to reproduce bug #450336.
6501           Doesn't reproduce that bug, but some other crasher instead (invalid
6502           free), at least with make elements/libvisual.forever and the bumscope
6503           plugin on x86-64/gutsy. Leaving test disabled for now.
6504
6505 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
6506
6507         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6508
6509         * gst-libs/gst/rtsp/gstrtspconnection.c:
6510         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
6511         (read_body), (gst_rtsp_connection_receive):
6512         Make sure we can not cancel in the middle of receiving a message.
6513         Fixes #475731.
6514
6515 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
6516
6517         Patch by: Josep Torra Valles <josep@fluendo.com>
6518
6519         * gst/playback/gstplaybasebin.c:
6520           Increase upper limit for audio queue a bit; fixes preroll problem
6521           with playbin and decodebin2 when playing a quicktime trailer with
6522           multichannel audio via http (#464666).
6523
6524 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
6525
6526         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6527         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
6528         (gst_base_audio_src_provide_clock),
6529         (gst_base_audio_src_set_property),
6530         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6531         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6532         Allow othe clocks than the internal clock to be used for the pipeline.
6533         Add property to disable clock provide.
6534         API: GstBaseAudioSrc::provide-clock
6535
6536 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
6537
6538         * gst/playback/gstdecodebin2.c:
6539           Don't leak request pads. Fixes #475395.
6540
6541 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6542
6543         Patch by: René Stadler <mail at renestadler dot de>
6544
6545         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6546         (gst_ximage_buffer_class_init):
6547         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6548         (gst_xvimage_buffer_class_init):
6549         Correctly chain up finalize with the parent class to prevent
6550         memory leaks. Fixes #474880.
6551
6552 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6553
6554         * gst/volume/gstvolume.c: (volume_choose_func):
6555         * tests/check/elements/volume.c: (GST_START_TEST):
6556         Revert the latest change: floating point samples are allowed to
6557         have any value, not only values in the range [-1,1]. Thanks to Andy
6558         Wingo for noticing.
6559         Also fix processing of int32 samples with volumes > 4 by making the
6560         unity value smaller which prevents overflows.
6561
6562 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6563
6564         * gst-libs/gst/rtp/gstrtpbuffer.c:
6565         * tests/check/libs/rtp.c:
6566           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
6567
6568 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6569
6570         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
6571
6572         * gst-libs/gst/rtp/gstrtpbuffer.c:
6573           Fix up GstRTPHeader helper struct so that compilers will not under
6574           any circumstances add padding in between our fields, as currently
6575           happens with MSVC on win32, because that would lead to us sending
6576           out RTP payloads with broken RTP headers (#471194).
6577           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
6578           
6579         * tests/check/Makefile.am:
6580         * tests/check/libs/.cvsignore:
6581         * tests/check/libs/rtp.c:
6582           Add some simple unit tests for GstRTPBuffer. Some are disabled
6583           because the code tested still needs fixing (set_csrc() does not work).
6584
6585 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6586
6587         * win32/MANIFEST:
6588         * win32/common/gstrtsp-enumtypes.c:
6589         * win32/common/gstrtsp-enumtypes.h:
6590         * win32/common/interfaces-enumtypes.c:
6591         * win32/common/interfaces-enumtypes.h:
6592         * win32/common/multichannel-enumtypes.c:
6593           Add rtsp enumtypes (#474384) and update others.
6594
6595 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
6596
6597         * configure.ac:
6598           Fix configure check for HAVE_LIBXML_HTML.
6599
6600 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
6601
6602         * tests/check/libs/.cvsignore:
6603           Ignore more, in case the build bots work again one day.
6604
6605 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
6606
6607         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
6608
6609         * configure.ac:
6610         * gst-libs/gst/Makefile.am:
6611         * gst-libs/gst/fft/Makefile.am:
6612         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
6613         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
6614         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
6615         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
6616         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
6617         * gst-libs/gst/fft/gstfft.h:
6618         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
6619         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
6620         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
6621         * gst-libs/gst/fft/gstfftf32.h:
6622         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
6623         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
6624         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
6625         * gst-libs/gst/fft/gstfftf64.h:
6626         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
6627         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
6628         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
6629         * gst-libs/gst/fft/gstffts16.h:
6630         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
6631         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
6632         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
6633         * gst-libs/gst/fft/gstffts32.h:
6634         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
6635         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6636         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
6637         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
6638         * gst-libs/gst/fft/kiss_fft_f32.h:
6639         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
6640         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6641         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
6642         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
6643         * gst-libs/gst/fft/kiss_fft_f64.h:
6644         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
6645         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6646         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
6647         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
6648         * gst-libs/gst/fft/kiss_fft_s16.h:
6649         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
6650         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6651         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
6652         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
6653         * gst-libs/gst/fft/kiss_fft_s32.h:
6654         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
6655         (kiss_fftr_f32), (kiss_fftri_f32):
6656         * gst-libs/gst/fft/kiss_fftr_f32.h:
6657         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
6658         (kiss_fftr_f64), (kiss_fftri_f64):
6659         * gst-libs/gst/fft/kiss_fftr_f64.h:
6660         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
6661         (kiss_fftr_s16), (kiss_fftri_s16):
6662         * gst-libs/gst/fft/kiss_fftr_s16.h:
6663         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
6664         (kiss_fftr_s32), (kiss_fftri_s32):
6665         * gst-libs/gst/fft/kiss_fftr_s32.h:
6666         * gst-libs/gst/fft/kiss_version:
6667         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
6668         * pkgconfig/gstreamer-plugins-base.pc.in:
6669         Add libgstfft, a FFT library based on Kiss FFT which is
6670         BSD licensed. Supported sample formats are int16, int32,
6671         float and double. For those formats a real FFT and IFFT
6672         can be done, different windowing functions can be applied
6673         and functions for extracting the magnitude and phase exist.
6674         Fixes #468619.
6675
6676         * docs/libs/Makefile.am:
6677         * docs/libs/gst-plugins-base-libs-docs.sgml:
6678         * docs/libs/gst-plugins-base-libs-sections.txt:
6679         Integrate libgstfft into the docs.
6680
6681         * tests/check/Makefile.am:
6682         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
6683         Add unit tests for libgstfft, currently only testing the FFT.
6684         Unit tests for IFFT will follow soon.
6685
6686 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
6687
6688         Patch by: Peter Kjellerstedt  <pkj at axis com>
6689
6690         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
6691         (gst_sdp_message_init), (gst_sdp_message_uninit),
6692         (is_multicast_address), (gst_sdp_message_as_text),
6693         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
6694         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
6695         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
6696         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
6697         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
6698         (gst_sdp_media_init), (gst_sdp_media_uninit),
6699         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
6700         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
6701         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
6702         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
6703         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
6704         * gst-libs/gst/sdp/gstsdpmessage.h:
6705         Separate INIT_ARRAY() and related macros into two versions, one for
6706         structures and one for pointers (e.g., INIT_ARRAY() and
6707         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
6708         lists of emails and phone numbers.
6709         Add missing const as appropriate.
6710         Change all gint to guint since they all actually represent unsigned
6711         values.
6712         Do not use time as a variable name as it shadows the global time().
6713         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
6714         Actually implement gst_sdp_message_add_time().
6715         Make gst_sdp_message_add_time() take repeat times as an argument.
6716         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
6717         Corrected the definition of gst_sdp_media_get_bandwidth() (was
6718         misspelled as badwidth).
6719         gst-indented and a little clean up. Fixes #471067.
6720
6721 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
6722
6723         * gst/volume/gstvolume.c: (volume_choose_func),
6724         (volume_process_double), (volume_process_double_clamp),
6725         (volume_process_float_clamp):
6726         Correctly clamp float/double samples in the [-1.0,1.0] range to
6727         prevent weird effects.
6728         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
6729         Add unit tests for all samples types that had none before.
6730
6731 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6732
6733         * gst-libs/gst/rtp/gstrtpbuffer.c:
6734           Need to include stdlib.h for abs() here too.
6735
6736 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6737
6738         * gst/playback/gststreaminfo.c:
6739           Fix build.
6740
6741 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
6742
6743         * gst/playback/gststreaminfo.c:
6744           Clean up some half-disabled code and comment.
6745
6746 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
6747
6748         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6749
6750         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6751         (gst_base_rtp_payload_audio_handle_event):
6752         Return FALSE from the event handler to let the parent class handle the
6753         event. Fixes #446766.
6754
6755         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6756         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
6757         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
6758
6759         * gst-libs/gst/rtp/gstbasertppayload.c:
6760         Bump the MTU to 1400.
6761
6762 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
6763
6764         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
6765         Add an audio/x-nsf typefind function for the nsfdec element.
6766
6767 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
6768         * gst/playback/gstplaybasebin.c:
6769         Included "myth://" on stream_uris list for enable buffering to mythtv files
6770
6771 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6772
6773         * docs/libs/gst-plugins-base-libs-sections.txt:
6774         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
6775         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
6776         (gst_rtcp_unix_to_ntp):
6777         * gst-libs/gst/rtp/gstrtcpbuffer.h:
6778         Fix parsing of RB blocks.
6779         Fix docs.
6780         Added helper functions to convert to/from UNIX and NTP time.
6781         API: gst_rtcp_ntp_to_unix()
6782         API: gst_rtcp_unix_to_ntp()
6783
6784         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6785         (gst_rtp_buffer_get_header_len),
6786         (gst_rtp_buffer_get_extension_data),
6787         (gst_rtp_buffer_get_payload_subbuffer),
6788         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
6789         (gst_rtp_buffer_ext_timestamp):
6790         * gst-libs/gst/rtp/gstrtpbuffer.h:
6791         Fix some more docs.
6792         Implement handling of packets with extensions.
6793         Fix padding check in _validate().
6794         Added function to get extension data.
6795         API: gst_rtp_buffer_get_header_len()
6796         API: gst_rtp_buffer_get_extension_data()
6797
6798 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6799
6800         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6801         (gst_base_rtp_depayload_class_init),
6802         (gst_base_rtp_depayload_set_gst_timestamp):
6803         Add some more docs for the queue-delay property and fix a typo in a
6804         comment.
6805
6806         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6807         Fix typo.
6808
6809 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6810
6811         * gst-libs/gst/audio/gstbaseaudiosink.c:
6812         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
6813         (gst_base_audio_sink_change_state):
6814         When skew slaving, try to hover around the middle of a segment so that
6815         we at most drift by half a segment.
6816         If we are aligning in the oposite direction of the clock skew, we don't
6817         have to resync.
6818
6819 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6820
6821         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6822         (gst_base_rtp_depayload_setcaps),
6823         (gst_base_rtp_depayload_set_gst_timestamp):
6824         Be less silly with the segment start, just apply the clock-base to the
6825         timestamp.
6826
6827 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6828
6829         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6830         (gst_base_rtp_depayload_class_init),
6831         (gst_base_rtp_depayload_finalize),
6832         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
6833         (gst_base_rtp_depayload_handle_sink_event),
6834         (gst_base_rtp_depayload_set_gst_timestamp),
6835         (gst_base_rtp_depayload_change_state):
6836         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6837         Deprecate the queue handling thread thing and remove the code.
6838         Use new method to calculate the extended timestamp.
6839
6840 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6841
6842         * gst-libs/gst/rtp/gstrtcpbuffer.c:
6843         (gst_rtcp_packet_sdes_copy_entry):
6844         Use g_strndup which does exactly what we want.
6845
6846         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
6847         (gst_rtp_buffer_ext_timestamp):
6848         * gst-libs/gst/rtp/gstrtpbuffer.h:
6849         Add helper function to compare seqnums.
6850         Add helper function to calculate extended timestamps.
6851         API: gst_rtp_buffer_compare_seqnum()
6852         API: gst_rtp_buffer_ext_timestamp()
6853
6854 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
6855
6856         * gst-libs/gst/rtp/gstrtcpbuffer.c:
6857         (gst_rtcp_packet_sdes_get_entry),
6858         (gst_rtcp_packet_sdes_copy_entry):
6859         * gst-libs/gst/rtp/gstrtcpbuffer.h:
6860         Fix and document SDES item data function.
6861         Add new function that makes a proper copy of SDES item data.
6862         API: gst_rtcp_packet_sdes_copy_entry()
6863
6864 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
6865
6866         * configure.ac:
6867         * gst/Makefile.am:
6868           The tcp and subparse plugins are under gst, but not totaly free of
6869           dependencies. Handle selection inconfigure.ac, so that they show up
6870           on the final list of what is build and what is not. Maybe they should
6871           better be moved to ext.
6872
6873 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
6874
6875         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
6876
6877         * configure.ac:
6878         * gst/Makefile.am:
6879           Check if libxml provides HTML parser which subparse needs.
6880           Fixes #451970.
6881
6882 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6883
6884         * ext/alsa/gstalsa.c:
6885           Fix typo and compilation on big endian systems.
6886
6887 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6888
6889         * gst/subparse/gstssaparse.c:
6890           Convert SSA newline codes into actual newline characters (#470766).
6891
6892 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
6893
6894         * docs/libs/gst-plugins-base-libs-sections.txt:
6895         * gst-libs/gst/pbutils/install-plugins.c:
6896         * gst-libs/gst/pbutils/install-plugins.h:
6897         * tests/check/libs/pbutils.c:
6898           API: also add gst_install_plugins_supported() while we're at it
6899           (see #470456).
6900
6901 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
6902
6903         * docs/libs/gst-plugins-base-libs-sections.txt:
6904         * gst-libs/gst/pbutils/missing-plugins.c:
6905         * gst-libs/gst/pbutils/missing-plugins.h:
6906         * tests/check/libs/pbutils.c:
6907           API: add gst_missing_*_installer_detail_new() convenience API so
6908           that applications that know exactly what they're missing can request
6909           installer detail strings for those items directly instead of having
6910           to first create a dummy missing-plugin message and then get the
6911           installer detail string from that.  Fixes #470456.
6912
6913 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
6914
6915         * gst/playback/gstdecodebin.c: (close_pad_link):
6916         We need to set up delayed-linking whenever the caps are non-fixed,
6917         not just when there are multiple types - use gst_pad_is_fixed()
6918         to test.
6919
6920 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
6921
6922         * gst-libs/gst/pbutils/missing-plugins.c:
6923           (gst_missing_plugin_message_get_installer_detail):
6924           Add missing separator in PID fallback case.
6925
6926 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
6927
6928         * ext/alsa/Makefile.am:
6929         There is no GST_PLUGINS_BASE_LIBS defined.
6930         
6931         * ext/alsa/gstalsa.c:
6932         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
6933         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
6934         Add support for ALSA 24-bit formats.
6935         snd_pcm_delay can return an error code, especially
6936         during XRUNS. In that case, the best we can do is assume
6937         delay = 0.
6938
6939         * gst/audioconvert/Makefile.am:
6940         Add flags from -base before any more-remote dependencies.
6941
6942 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
6943
6944         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
6945
6946         * gst/volume/gstvolume.c: (volume_choose_func),
6947         (volume_update_real_volume), (gst_volume_set_volume),
6948         (gst_volume_init), (volume_process_int32),
6949         (volume_process_int32_clamp), (volume_process_int24),
6950         (volume_process_int24_clamp), (volume_process_int16),
6951         (volume_process_int16_clamp), (volume_process_int8),
6952         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
6953         * gst/volume/gstvolume.h:
6954         Add support for int32, int24 and int8 to the volume element.
6955         Fixes #445529.
6956
6957 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6958
6959         * tests/examples/Makefile.am:
6960           Fix even more.
6961
6962 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
6963
6964         * configure.ac:
6965         * docs/libs/Makefile.am:
6966         * docs/libs/gst-plugins-base-libs-docs.sgml:
6967         * docs/libs/gst-plugins-base-libs-sections.txt:
6968         * ext/gnomevfs/gstgnomevfssrc.c:
6969         * ext/gnomevfs/gstgnomevfssrc.h:
6970         * gst-libs/gst/Makefile.am:
6971         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
6972         * pkgconfig/gstreamer-plugins-base.pc.in:
6973         * sys/v4l/v4lsrc_calls.c:
6974         * tests/examples/Makefile.am:
6975         * win32/common/config.h:
6976           Revert unwanted commit. many thanks to moap. I want a fix for 
6977           https://thomas.apestaart.org/moap/trac/ticket/239
6978
6979 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
6980
6981         * gst/volume/gstvolume.c:
6982           Move passthrough below gst_object_sync_values(). Fixes #442654.
6983
6984 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
6985
6986         * gst-libs/gst/audio/audio.c:
6987         Clarify the docs a little.
6988
6989 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
6990
6991         * gst/volume/gstvolume.c:
6992           Enable liboil for float and add more details about problems with
6993           int16.
6994
6995 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
6996
6997         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
6998         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
6999
7000 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7001
7002         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7003         When calculating the first timestamp of the buffers, don't go below 0
7004         and clip the samples because the offset was on the eos page.
7005         Fixes #466717.
7006
7007 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7008
7009         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
7010         (gst_ogg_demux_collect_chain_info):
7011         Also submit the eos page when trying to find the first timestamp.
7012         See #466717.
7013
7014 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7015
7016         * gst-libs/gst/audio/audio.h:
7017         Use gst_util_uint64_scale() instead of doing the math
7018         with double for GST_FRAMES_TO_CLOCK_TIME() and
7019         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
7020         prevents rounding errors. Fixes #467667.
7021
7022 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7023
7024         * gst-libs/gst/rtsp/gstrtspconnection.c:
7025         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
7026         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
7027         * gst-libs/gst/rtsp/gstrtspconnection.h:
7028         Small cleanups.
7029         On shutdown, don't read the control socket yet.
7030         Set timeout value correctly in all cases.
7031         Add function to check if the server accepts reads or writes.
7032         API: gst_rtsp_connection_poll()
7033
7034         * gst-libs/gst/rtsp/gstrtspdefs.h:
7035         Fix compilation with -pedantic.
7036         Add enum for _poll.
7037
7038 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7039
7040         Patch by: Olivier Crete  <tester at tester ca>
7041
7042         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7043         (gst_basertppayload_getcaps):
7044         * gst-libs/gst/rtp/gstbasertppayload.h:
7045         Add getcaps vfunc to basertppayload. See #465146.
7046
7047 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7048
7049         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
7050         Only post buffering messages when we are a stream.
7051
7052 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
7053
7054         * gst-libs/gst/pbutils/install-plugins.c:
7055         * gst-libs/gst/pbutils/missing-plugins.c:
7056           Small docs fix and addition.
7057
7058 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7059
7060         * tests/icles/.cvsignore:
7061         * tests/icles/Makefile.am:
7062         * tests/icles/test-textoverlay.c:
7063           Add a dumb little test for textoverlay alignments.
7064
7065 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7066
7067         Patch by: Dan Williams  <dcbw redhat com>
7068
7069         * ext/pango/gsttextoverlay.c:
7070         * ext/pango/gsttextoverlay.h:
7071           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
7072           "silent" property so there's a Since tag in the API reference.
7073
7074 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7075
7076         * gst-libs/gst/rtp/gstbasertppayload.c:
7077         (gst_basertppayload_set_outcaps):
7078         * gst-libs/gst/rtp/gstbasertppayload.h:
7079         Improve caps negotiation so that downstream elements can confiure
7080         certain RTP properties by fixing them on the caps. See #465146.
7081         Add docs.
7082
7083 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
7084
7085         * docs/libs/gst-plugins-base-libs-sections.txt:
7086         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7087         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7088           Mark as deprecated some macros which were presumably meant to be
7089           private API and accidentally exposed in the public header file.
7090           Also actually _init() lock (only works at the moment because the
7091           struct is zeroed out when created and the initial values in the
7092           mutex struct are zeroes too). (#459585)
7093
7094 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7095
7096         * docs/libs/Makefile.am:
7097           Remove cruft and do some cleanups.
7098
7099         * docs/libs/gst-plugins-base-libs-docs.sgml:
7100           Prepare for comming gtkdoc features (rebase against online docs).
7101
7102 2007-08-10  Michael Smith <msmith@fluendo.com>
7103
7104         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7105           Debug output fixes.
7106         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
7107         (GST_START_TEST):
7108           Change the number of buffers used; 500 is too many and leads to
7109           timeouts.
7110
7111 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
7112
7113         * gst/playback/gstqueue2.c:
7114         * gst/videorate/gstvideorate.c:
7115           Printf format fixes (#465028).
7116
7117 2007-08-09  Michael Smith <msmith@fluendo.com>
7118
7119         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7120           If we have a large (> 1 second) discontinuity, push a series of
7121           smaller buffers rather than a single very large buffer. Avoids
7122           unreasonably large single buffer allocations when encountering a
7123           large gap.
7124         * tests/check/elements/audiorate.c: (GST_START_TEST),
7125         (audiorate_suite):
7126           Add a test for this.
7127
7128 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
7129
7130         * gst/playback/gstplaybasebin.c: (group_commit),
7131         (queue_remove_probe), (queue_threshold_reached):
7132
7133         Patch by: Josep Torra Valles <josep@fluendo.com>
7134         Fixes: #465015
7135         Make sure we remove the check_queues buffer probe from the 
7136         correct queue to avoid racily going back to "buffering 99%" when
7137         buffering is actually complete.
7138
7139         Also, fix the spelling of Josep's surname in the ChangeLog.
7140
7141 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
7142
7143         * ext/ogg/gstoggmux.c:
7144           Do not leak oggmux instance.
7145         
7146         * ext/vorbis/vorbisenc.c:
7147           Also log values.
7148
7149 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7150
7151         * po/hu.po:
7152         * po/it.po:
7153         * po/nl.po:
7154         * po/uk.po:
7155         * po/vi.po:
7156           Updated translations.
7157
7158 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
7159
7160         patch by: Yang Hong <hongyang@redflag-linux.com>
7161
7162         * ext/pango/gsttextoverlay.c:
7163         * ext/pango/gsttextoverlay.h:
7164           Add 'silent' property to GstTimeOverlay. Fixes #462979
7165
7166 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7167
7168         Patch by: Josep Torra Valles <josep@fluendo.com>
7169
7170         * docs/plugins/gst-plugins-base-plugins.args:
7171         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
7172         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
7173         (gst_uri_decode_bin_get_property), (gen_source_element):
7174         Add connection-speed property. Fixes #464690.
7175
7176 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7177
7178         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
7179
7180         * configure.ac:
7181         * gst-libs/gst/rtsp/Makefile.am:
7182         * gst-libs/gst/rtsp/gstrtspconnection.c:
7183         (gst_rtsp_connection_connect):
7184         Fix compilation on windows. Fixes #464320.
7185
7186 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7187
7188         Patch by: Josep Torra Valles <josep@fluendo.com>
7189
7190         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7191         (gst_play_base_bin_init), (queue_threshold_reached),
7192         (gen_source_element), (setup_substreams),
7193         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7194         (gst_play_base_bin_get_streaminfo_value_array):
7195         * gst/playback/gstplaybasebin.h:
7196         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7197         (gst_play_bin_set_property), (gst_play_bin_get_property),
7198         (gst_play_bin_handle_redirect_message):
7199         Move connection-speed property from playbin to playbasebin so that we
7200         can also configure it in source elements that have the connection-speed
7201         property. Fixes #464028.
7202         Add some debug info here and there.
7203
7204 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
7205
7206         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7207         Properly respond to conversion queries. Fixes #464079.
7208
7209 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7210
7211         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
7212         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
7213         (gst_audio_test_src_init_sine_table),
7214         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
7215         * gst/audiotestsrc/gstaudiotestsrc.h:
7216         Add float/double and int32 support to audiotestsrc. Fixes #460422.
7217         Also set the default volume to the default value specified in the
7218         GParamSpec.
7219
7220 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7221
7222         Patch by: Jens Granseuer <jensgr at gmx dot net>
7223
7224         * gst/audioconvert/gstaudioquantize.c:
7225         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
7226
7227 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7228
7229         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
7230         Add rdt manager for rdt transport.
7231         Fix parsing of RDT transport.
7232
7233 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
7234
7235         * configure.ac:
7236         Back to CVS
7237
7238 === release 0.10.14 ===
7239
7240 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
7241
7242         * configure.ac:
7243           releasing 0.10.14, "Light Years Ahead"
7244
7245 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7246
7247         * tests/check/libs/audio.c: (GST_START_TEST):
7248         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
7249
7250 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7251
7252         * gst-libs/gst/audio/audio.c:
7253         When clipping a buffer with no timestamp, assume it is
7254         within the segment without warnings.
7255
7256         Fixes: #460978
7257
7258 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7259
7260         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
7261         Fire the signal on the object, not the interface.
7262
7263 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7264
7265         * gst-libs/gst/rtsp/.cvsignore:
7266         Ber. Don't include the full path, idiot.
7267
7268 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7269
7270         * gst-libs/gst/rtsp/.cvsignore:
7271         Ignore generated files.
7272
7273 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7274
7275         * gst-libs/gst/interfaces/Makefile.am:
7276         * gst-libs/gst/interfaces/interfaces-marshal.list:
7277         * gst-libs/gst/interfaces/rtspextension.c:
7278         * gst-libs/gst/interfaces/rtspextension.h:
7279         * gst-libs/gst/rtsp/Makefile.am:
7280         * gst-libs/gst/rtsp/gstrtsp.h:
7281         * gst-libs/gst/rtsp/gstrtspextension.c:
7282         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7283         (gst_rtsp_extension_detect_server),
7284         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7285         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7286         (gst_rtsp_extension_configure_stream),
7287         (gst_rtsp_extension_get_transports),
7288         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7289         * gst-libs/gst/rtsp/gstrtspextension.h:
7290         * gst-libs/gst/rtsp/rtsp-marshal.list:
7291         Move the rtspextension.h interface into gstrtspextension.h
7292         as part of libgstrtsp instead of libgstinterfaces, because it's
7293         only for use within plugins, not applications. 
7294         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
7295         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
7296         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
7297         is abstract.
7298
7299 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7300
7301         * gst-libs/gst/interfaces/Makefile.am:
7302         * gst-libs/gst/interfaces/interfaces-marshal.list:
7303         * gst-libs/gst/interfaces/rtspextension.c:
7304         (gst_rtsp_extension_iface_init),
7305         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7306         * gst-libs/gst/interfaces/rtspextension.h:
7307         Fix marshaller for the send signal.
7308         Add URL to stream selection interface method.
7309
7310 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7311
7312         * gst-libs/gst/riff/Makefile.am:
7313         Pull in our dependencies from -base before those from outside.
7314
7315 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7316
7317         * docs/libs/gst-plugins-base-libs-sections.txt:
7318         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
7319         * gst-libs/gst/rtsp/gstrtspbase64.h:
7320         API: gst_rtsp_base64_decode_ip()
7321         Added function to decode Base64 in-place.
7322
7323 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7324
7325         * tests/check/libs/.cvsignore:
7326         Ignore the mixer test binary.
7327
7328 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7329
7330         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7331         Gratuitous comment change to trigger a rebuild on the buildbots.
7332
7333 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7334
7335         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
7336         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7337         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
7338         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
7339         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7340         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
7341         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
7342         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
7343         (gst_sdp_media_get_attribute_val):
7344         * gst-libs/gst/sdp/gstsdpmessage.h:
7345         Constify args where we can.
7346
7347 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7348
7349         * gst-libs/gst/interfaces/Makefile.am:
7350         * gst-libs/gst/interfaces/rtspextension.c:
7351         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7352         (gst_rtsp_extension_detect_server),
7353         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7354         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7355         (gst_rtsp_extension_configure_stream),
7356         (gst_rtsp_extension_get_transports),
7357         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7358         * gst-libs/gst/interfaces/rtspextension.h:
7359         Move interface for RTSP extensions from -good to here.
7360         Added helper methods to invoke interface methods.
7361
7362 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7363
7364         * docs/libs/gst-plugins-base-libs-sections.txt:
7365         * gst-libs/gst/rtsp/gstrtspdefs.h:
7366         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7367         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
7368         (gst_rtsp_message_init_response),
7369         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
7370         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
7371         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7372         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7373         (gst_rtsp_message_get_body), (dump_key_value):
7374         * gst-libs/gst/rtsp/gstrtspmessage.h:
7375         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7376         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7377         (gst_rtsp_range_parse):
7378         * gst-libs/gst/rtsp/gstrtsprange.h:
7379         * gst-libs/gst/rtsp/gstrtsptransport.c:
7380         * gst-libs/gst/rtsp/gstrtspurl.c:
7381         Fix some more RTSP docs.
7382         Add some missing methods for dealing with messages.
7383
7384 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7385
7386         * docs/libs/gst-plugins-base-libs-docs.sgml:
7387         * docs/libs/gst-plugins-base-libs-sections.txt:
7388         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7389         * gst-libs/gst/rtsp/gstrtspbase64.h:
7390         * gst-libs/gst/rtsp/gstrtspconnection.c:
7391         (gst_rtsp_connection_connect), (add_auth_header),
7392         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
7393         (read_body), (gst_rtsp_connection_receive),
7394         (gst_rtsp_connection_next_timeout),
7395         (gst_rtsp_connection_reset_timeout),
7396         (gst_rtsp_connection_set_auth):
7397         * gst-libs/gst/rtsp/gstrtspconnection.h:
7398         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
7399         * gst-libs/gst/rtsp/gstrtspdefs.h:
7400         * gst-libs/gst/rtsp/gstrtspmessage.h:
7401         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7402         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7403         (gst_rtsp_range_parse):
7404         * gst-libs/gst/rtsp/gstrtspurl.h:
7405         Added beginnings of RTSP documentation.
7406
7407 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7408
7409         * docs/libs/Makefile.am:
7410         * docs/libs/gst-plugins-base-libs-docs.sgml:
7411         * docs/libs/gst-plugins-base-libs-sections.txt:
7412         * gst-libs/gst/sdp/gstsdp.h:
7413         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
7414         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
7415         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7416         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
7417         (gst_sdp_message_get_attribute_val),
7418         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
7419         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
7420         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
7421         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7422         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
7423         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
7424         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
7425         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
7426         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7427         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
7428         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
7429         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
7430         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
7431         (gst_sdp_media_get_attribute_val_n),
7432         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
7433         (print_media), (gst_sdp_message_dump):
7434         * gst-libs/gst/sdp/gstsdpmessage.h:
7435         Document the SDP library.
7436         Add some of the missing SDPMedia methods.
7437
7438 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7439
7440         * configure.ac:
7441         * gst-libs/gst/Makefile.am:
7442         * gst-libs/gst/rtsp/Makefile.am:
7443         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7444         * gst-libs/gst/rtsp/gstrtspbase64.h:
7445         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
7446         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
7447         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
7448         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
7449         (parse_response_status), (parse_request_line), (parse_line),
7450         (gst_rtsp_connection_read), (read_body),
7451         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
7452         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
7453         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
7454         (gst_rtsp_connection_set_auth):
7455         * gst-libs/gst/rtsp/gstrtspconnection.h:
7456         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
7457         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
7458         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
7459         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
7460         (gst_rtsp_find_method):
7461         * gst-libs/gst/rtsp/gstrtspdefs.h:
7462         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7463         (gst_rtsp_message_new), (gst_rtsp_message_init),
7464         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
7465         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
7466         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
7467         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
7468         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7469         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7470         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
7471         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
7472         (gst_rtsp_message_dump):
7473         * gst-libs/gst/rtsp/gstrtspmessage.h:
7474         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7475         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7476         (gst_rtsp_range_parse), (gst_rtsp_range_free):
7477         * gst-libs/gst/rtsp/gstrtsprange.h:
7478         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
7479         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
7480         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
7481         (range_as_text), (rtsp_transport_mode_as_text),
7482         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
7483         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
7484         (gst_rtsp_transport_free):
7485         * gst-libs/gst/rtsp/gstrtsptransport.h:
7486         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
7487         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
7488         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
7489         * gst-libs/gst/rtsp/gstrtspurl.h:
7490         * gst-libs/gst/sdp/Makefile.am:
7491         * gst-libs/gst/sdp/gstsdp.h:
7492         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
7493         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
7494         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
7495         (gst_sdp_attribute_init), (gst_sdp_message_new),
7496         (gst_sdp_message_init), (gst_sdp_message_uninit),
7497         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
7498         (gst_sdp_media_uninit), (gst_sdp_media_free),
7499         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
7500         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
7501         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
7502         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
7503         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7504         (gst_sdp_message_get_attribute_val),
7505         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
7506         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
7507         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
7508         (gst_sdp_media_get_attribute_val_n),
7509         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
7510         (read_string), (read_string_del), (gst_sdp_parse_line),
7511         (gst_sdp_message_parse_buffer), (print_media),
7512         (gst_sdp_message_dump):
7513         * gst-libs/gst/sdp/gstsdpmessage.h:
7514         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7515         Move SDP and RTSP from helper objects in -good to a reusable library.
7516         Use a proper gst_ namespace.
7517
7518 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7519
7520         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
7521         (vorbis_dec_flush_decode):
7522         Use the new buffer clipping function from gstaudio here.
7523
7524 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7525
7526         * docs/libs/gst-plugins-base-libs-sections.txt:
7527         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
7528         * gst-libs/gst/audio/audio.h:
7529         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
7530         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
7531         Also add deprecation guards for gst_audio_structure_set_int() to the
7532         header.
7533
7534 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
7535
7536         * docs/libs/gst-plugins-base-libs-sections.txt:
7537           Cleanup the docs.
7538
7539 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
7540
7541         Patch by: Dan Williams <dcbw at redhat dot com>
7542
7543         * gst/playback/gstplaybasebin.c:
7544         (gst_play_base_bin_get_streaminfo_value_array):
7545         Don't return NULL when querying the stream info value array but instead
7546         return an empty array. Fixes #459204.
7547
7548 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
7549
7550         * gst/playback/gsturidecodebin.c:
7551           Init debug category before using it.
7552
7553 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
7554
7555         * gst-libs/gst/interfaces/mixer.h:
7556         Add padding vars in place of the signal pointers
7557         when building with DISABLE_DEPRECATED so that the
7558         interface structure doesn't change size.
7559
7560 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
7561
7562         * docs/libs/gst-plugins-base-libs-sections.txt:
7563         * ext/alsa/gstalsamixer.c:
7564         * ext/alsa/gstalsamixer.h:
7565         * ext/alsa/gstalsamixerelement.c:
7566         * ext/alsa/gstalsamixertrack.c:
7567         * gst-libs/gst/interfaces/mixer.c:
7568         * gst-libs/gst/interfaces/mixer.h:
7569         * gst-libs/gst/interfaces/mixeroptions.c:
7570         * gst-libs/gst/interfaces/mixeroptions.h:
7571         * gst-libs/gst/interfaces/mixertrack.c:
7572         * gst-libs/gst/interfaces/mixertrack.h:
7573         * tests/check/Makefile.am:
7574         * tests/check/libs/mixer.c:
7575
7576         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
7577         Fixes: #152864 
7578
7579         Add support for notifying mixer changes on the message bus, and
7580         implement it in alsamixer.
7581
7582         API: gst_mixer_get_mixer_flags
7583         API: gst_mixer_message_parse_mute_toggled
7584         API: gst_mixer_message_parse_record_toggled
7585         API: gst_mixer_message_parse_volume_changed
7586         API: gst_mixer_message_parse_option_changed
7587         API: GstMixerMessageType
7588         API: GstMixerFlags
7589
7590 2007-07-20  Michael Smith <msmith@fluendo.com>
7591
7592         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7593         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
7594           xcontext->im_format is only for testing XShm support (as the header
7595           file comments document). Use xvimage->im_format for everything else.
7596           Avoids spurious warnings on buffer allocation before setcaps.
7597
7598 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7599
7600         * tests/examples/volume/Makefile.am:
7601         * tests/icles/Makefile.am:
7602           We should use $(LIBM).
7603
7604 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7605
7606         * tests/icles/Makefile.am:
7607           This needs -lm.
7608
7609 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
7610
7611         * gst-libs/gst/rtp/gstbasertppayload.c:
7612         (gst_basertppayload_class_init), (gst_basertppayload_init),
7613         (gst_basertppayload_set_property),
7614         (gst_basertppayload_get_property):
7615         Don't break ABI, restore previous ranges. Keep the default random
7616         selection of timestamp and seqnum offset but as soon as the app sets a
7617         specific value, use that one.
7618
7619 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7620
7621         Patch by: Bastien Nocera <hadess at hadess dot net>
7622
7623         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7624         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7625         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7626         * sys/xvimage/xvimagesink.h:
7627         Add option to turn off double-buffering for debugging purposes.
7628         Fixes #437169.
7629
7630 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7631
7632         Patch by: Jorn Baayen <jorn at openedhand dot com>
7633
7634         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
7635         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
7636         (gst_ximagesink_init), (gst_ximagesink_class_init):
7637         * sys/ximage/ximagesink.h:
7638         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
7639         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7640         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7641         * sys/xvimage/xvimagesink.h:
7642         add 'handle-expose' property. Useful for video widgets which may want to
7643         be in control of Expose behaviour. Fixes #380625
7644
7645 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7646
7647         * gst-libs/gst/rtp/gstbasertppayload.c:
7648         (gst_basertppayload_class_init), (gst_basertppayload_init),
7649         (gst_basertppayload_event), (gst_basertppayload_push),
7650         (gst_basertppayload_set_property),
7651         (gst_basertppayload_get_property),
7652         (gst_basertppayload_change_state):
7653         * gst-libs/gst/rtp/gstbasertppayload.h:
7654         Fix ranges of rtp payloader properties so that the full range can be
7655         used in addition to -1 (random).
7656         Fix wrong seqnum reporting in caps.
7657         Fixes #420326.
7658
7659 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
7660
7661         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
7662         (gst_video_rate_query):
7663         Use boilerplate.
7664         Add latency query, might not be perfect yet but already works a lot
7665         better. Fixes #442557.
7666
7667 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7668
7669         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
7670         (gst_xvimagesink_setcaps):
7671         * sys/xvimage/xvimagesink.h:
7672         After a caps change, redraw our borders to avoid garbage left there
7673         when the image format changes to a smaller size, like 16:9 -> 4:3
7674         Also, hold the flow_lock a bit longer in the set_caps while we're
7675         fiddling with the xcontext.
7676
7677 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7678
7679         * Makefile.am:
7680         * configure.ac:
7681         * tests/Makefile.am:
7682         Remove bogus check for libcheck, since we check for
7683         gstreamer-check and it pulls in the required info from there, and we
7684         weren't actually _using_ the information for libcheck ourselves
7685         anyway.
7686
7687 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7688
7689         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7690         (gst_ffmpeg_caps_to_pixfmt):
7691         Fix the r_mask test for RGBA32 on little-endian.
7692         Fix a stupid typo that would have obviously broken 
7693         compilation on big-endian, if anyone was testing.
7694
7695 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
7696
7697         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
7698         (paint_hline_str4):
7699         * gst/videotestsrc/videotestsrc.h:
7700         Add alpha to the color struct.
7701         Use a default alpha value of 255 instead of 128.
7702
7703 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
7704
7705         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
7706         (setup_source):
7707         Clear the dynamic pads counter when starting a new uri. This makes
7708         reusing playbin work again.
7709         Fixes #454264.
7710
7711 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
7712
7713         * configure.ac:
7714           Use pkg-config to locate check.
7715
7716 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
7717
7718         * configure.ac:
7719         * tests/check/elements/volume.c: (GST_START_TEST):
7720           Fix 'make check' build against core CVS.
7721
7722 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
7723
7724         * gst-libs/gst/interfaces/propertyprobe.c:
7725         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7726         * gst-libs/gst/tag/gstvorbistag.c:
7727           Make gtk-doc happy.
7728
7729 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
7730
7731         * gst-libs/gst/audio/gstbaseaudiosink.c:
7732         (gst_base_audio_sink_callback):
7733           Quick hack to make audiosinks stop at EOS when operating in
7734           pull-mode; needs to be fixed properly some day.
7735
7736 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
7737
7738         * docs/libs/gst-plugins-base-libs-sections.txt:
7739           Fix location of includes in the docs.
7740
7741 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
7742
7743         * gst/ffmpegcolorspace/avcodec.h:
7744         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7745         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7746         (gst_ffmpegcsp_avpicture_fill):
7747         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
7748         (img_get_alpha_info):
7749         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
7750         of the existing BGRA32 and RGBA32 formats with the alpha at the other
7751         end of the word. Partially fixes #451908
7752
7753 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
7754
7755         * docs/libs/Makefile.am:
7756         * docs/plugins/Makefile.am:
7757           Simplify --extra-dir as gtkdoc scans recursively.
7758
7759 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
7760
7761         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
7762         (gst_adder_request_new_pad):
7763         Make getcaps more robust by not using the proxycaps function. This makes
7764         sure that we don't end up recursively calling getcaps upstream.
7765         See #316248.
7766
7767 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
7768
7769         * gst/audioconvert/audioconvert.c:
7770         Include math.h to fix compilation.
7771
7772 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
7773
7774         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7775         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
7776         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
7777         format, as produced by some dc1394 cameras like the iSight.
7778         See http://www.fourcc.org/yuv.php#IYU1
7779
7780 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
7781
7782         * gst/audioconvert/Makefile.am:
7783         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
7784         (check_default), (audio_convert_prepare_context),
7785         (audio_convert_clean_context), (audio_convert_convert):
7786         * gst/audioconvert/audioconvert.h:
7787         * gst/audioconvert/gstaudioconvert.c:
7788         (gst_audio_convert_dithering_get_type),
7789         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
7790         (gst_audio_convert_init), (gst_audio_convert_set_caps),
7791         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
7792         * gst/audioconvert/gstaudioconvert.h:
7793         * gst/audioconvert/gstaudioquantize.c:
7794         (gst_audio_quantize_setup_noise_shaping),
7795         (gst_audio_quantize_free_noise_shaping),
7796         (gst_audio_quantize_setup_dither),
7797         (gst_audio_quantize_free_dither),
7798         (gst_audio_quantize_setup_quantize_func),
7799         (gst_audio_quantize_setup), (gst_audio_quantize_free):
7800         * gst/audioconvert/gstaudioquantize.h:
7801         Implement dithering and noise shaping in audioconvert. By default now
7802         TPDF dithering (and no noise shaping) will be used when converting
7803         from a higher bit depth to 20 bit depth or smaller, otherwise
7804         everything will be as it is now.
7805         For the last audioconvert in a pipeline it would make sense to
7806         use some kind of noise shaping, enabling it by default for all
7807         conversions would give undesired results though. Fixes #360246.
7808         * tests/check/elements/audioconvert.c: (setup_audioconvert),
7809         (GST_START_TEST):
7810         Adjust unit test for the new audioconvert.
7811
7812 2007-06-28  Wim Taymans  <wim@fluendo.com>
7813
7814         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
7815         Use other metrics as well when estimating the buffer level.
7816
7817 2007-06-28  Wim Taymans  <wim@fluendo.com>
7818
7819         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
7820         Small debug improvement.
7821
7822         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
7823         (plugin_init):
7824         Tweak the rate estimation period.
7825         When calculating the buffer filledness in rate estimation mode, don't
7826         mix it with other metrics.
7827
7828 2007-06-28  Wim Taymans  <wim@fluendo.com>
7829
7830         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
7831         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
7832         When creating the groups, allow for a 5 second, unlimited buffers
7833         preroll phase after which we expose the group.
7834         When the group is exposed, use a small number of buffers up to a 2
7835         second limit. Also disconnect the overrun signal from multiqueue when we
7836         exposed the group because it is not needed anymore.
7837
7838 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
7839
7840         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
7841           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
7842           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
7843           (#451707); also, output some debugging info when dealing with
7844           freeform strings.
7845
7846         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
7847           Add unit test for the above.
7848
7849 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
7850
7851         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
7852           Add description for Windows Media RTP caps.
7853
7854         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
7855           Remove RTP fields that don't define the format from caps.
7856
7857 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
7858
7859         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
7860           Skip empty buffers, but not empty header buffers. That way the original
7861           vorbisdec unit test still passes (#451145); also, take into account
7862           that those empty packets might carry a granulepos.
7863
7864         * tests/check/Makefile.am:
7865         * tests/check/elements/vorbisdec.c:
7866         (_create_codebook_header_buffer), (_create_audio_buffer),
7867         (GST_START_TEST), (vorbisdec_suite):
7868           Add unit test that sends an empty packet.
7869
7870 2007-06-27  Wim Taymans  <wim@fluendo.com>
7871
7872         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
7873         Don't error out on 0-sized packets, just emit a warning because this is
7874         not a fatal error. Fixes #451145.
7875
7876 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
7877
7878         * docs/plugins/gst-plugins-base-plugins.args:
7879         * docs/plugins/gst-plugins-base-plugins.signals:
7880         * docs/plugins/inspect/plugin-adder.xml:
7881         * docs/plugins/inspect/plugin-alsa.xml:
7882         * docs/plugins/inspect/plugin-audioconvert.xml:
7883         * docs/plugins/inspect/plugin-audiorate.xml:
7884         * docs/plugins/inspect/plugin-audioresample.xml:
7885         * docs/plugins/inspect/plugin-audiotestsrc.xml:
7886         * docs/plugins/inspect/plugin-cdparanoia.xml:
7887         * docs/plugins/inspect/plugin-decodebin.xml:
7888         * docs/plugins/inspect/plugin-decodebin2.xml:
7889         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
7890         * docs/plugins/inspect/plugin-gdp.xml:
7891         * docs/plugins/inspect/plugin-gnomevfs.xml:
7892         * docs/plugins/inspect/plugin-libvisual.xml:
7893         * docs/plugins/inspect/plugin-ogg.xml:
7894         * docs/plugins/inspect/plugin-pango.xml:
7895         * docs/plugins/inspect/plugin-playbin.xml:
7896         * docs/plugins/inspect/plugin-subparse.xml:
7897         * docs/plugins/inspect/plugin-tcp.xml:
7898         * docs/plugins/inspect/plugin-theora.xml:
7899         * docs/plugins/inspect/plugin-typefindfunctions.xml:
7900         * docs/plugins/inspect/plugin-video4linux.xml:
7901         * docs/plugins/inspect/plugin-videorate.xml:
7902         * docs/plugins/inspect/plugin-videoscale.xml:
7903         * docs/plugins/inspect/plugin-videotestsrc.xml:
7904         * docs/plugins/inspect/plugin-volume.xml:
7905         * docs/plugins/inspect/plugin-vorbis.xml:
7906         * docs/plugins/inspect/plugin-ximagesink.xml:
7907         * docs/plugins/inspect/plugin-xvimagesink.xml:
7908           Update docs with caps info.
7909
7910 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
7911
7912         * po/POTFILES.in:
7913           Add more files with translatable strings (#450875).
7914
7915 2007-06-23  Edward Hervey  <edward@fluendo.com>
7916
7917         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
7918         The chain should be freed if we error out here, else it will leak.
7919         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
7920         (cleanup_decodebin):
7921         Don't forget to *properly* remove the signals, else it will leak.
7922
7923 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
7924
7925         * MAINTAINERS:
7926         Updating all the maintainers files
7927
7928 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
7929
7930         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
7931         (main):
7932           Destroy and recreate parse-launch based pipeline after stop to be able
7933           to play again. Reorder some code and add more comments.
7934
7935 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
7936
7937         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
7938         When handling a delayed-caps notification case, mark
7939         the group as dynamic so that the nbdynamic count is
7940         incremented and decremented correctly. Fixes: #449156
7941         Patch by: Wim Taymans <wim@fluendo.com>
7942
7943 2007-06-19  Andy Wingo  <wingo@pobox.com>
7944
7945         * gst-libs/gst/audio/gstbaseaudiosink.c
7946         (gst_base_audio_sink_init): Enable pull-mode operation.
7947
7948 2007-06-19  Michael Smith <msmith@fluendo.com>
7949
7950         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7951           Change minimum rate back to 1000 to allow low-sample-rate wav files
7952           to play back.
7953
7954 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
7955
7956         * po/vi.po:
7957           Update translations.
7958
7959 2007-06-15  David Schleef  <ds@schleef.org>
7960
7961         * gst/playback/gstqueue2.c:
7962           Fix compile error from ignored return value.
7963
7964 2007-06-15  Michael Smith <msmith@fluendo.com>
7965
7966         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
7967           Update tmpbuf for all neccesary rows, not just one, as is required
7968           when downscaling.
7969           Fixes #402076.
7970
7971 2007-06-15  Michael Smith <msmith@fluendo.com>
7972
7973         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
7974         (eos_buffer_probe):
7975           Add a test that ensures we set DELTA_UNIT on all non-header,
7976           non-video buffers, if we have a video stream.
7977         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
7978         (gst_ogg_mux_process_best_pad):
7979           Move setting delta_pad to earlier, where we inspect all pads, so
7980           that leading audio pages don't get DELTA_UNIT unset if they come
7981           before the first DELTA_UNIT from video pages. Fixes the newly-added
7982           test. Fixes #385527.
7983
7984 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7985
7986         * tests/check/pipelines/streamheader.c: (streamheader_suite):
7987           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
7988           fails on the p5-ppc64 build bot and the failure looks like it is due
7989           to the same issue as #348114, ie. a compiler bug.
7990
7991 2007-06-13  Edward Hervey  <edward@fluendo.com>
7992
7993         * gst/playback/gstqueue2.c: (gst_queue_create_read):
7994         Fix build on MacOSX.
7995
7996 2007-06-13  Wim Taymans  <wim@fluendo.com>
7997
7998         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7999         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
8000         Fix compilation on mingw. Fixes #446972.
8001
8002 2007-06-12  Wim Taymans  <wim@fluendo.com>
8003
8004         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8005
8006         * gst/playback/gstqueue2.c: (update_buffering),
8007         (gst_queue_locked_enqueue):
8008         Fix a division by zero when the max percent is <= 0. Fixes #446572.
8009         also update the buffering status when receiving events. Fixes #446551.
8010
8011 2007-06-11  Wim Taymans  <wim@fluendo.com>
8012
8013         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8014
8015         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
8016         (gst_queue_handle_src_query):
8017         Wait for preroll before attempting to forward a duration query upstream.
8018         Fixes #445505.
8019
8020 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
8021
8022         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
8023         (gst_base_rtp_depayload_set_gst_timestamp):
8024         Use G_GINT64_CONSTANT macro for int64 constant.
8025         * win32/common/libgstinterfaces.def:
8026         * win32/common/libgsttag.def:
8027         Add new exported functions.
8028
8029 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
8030
8031         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
8032           The BOS page of the first Dirac video stream needs to come before
8033           the BOS page of any Vorbis streams or other audio streams, just like
8034           it is with Theora.
8035
8036 2007-06-07  Wim Taymans  <wim@fluendo.com>
8037
8038         * gst/playback/gstqueue2.c: (gst_queue_get_range):
8039         Fix compilation.
8040
8041 2007-06-06  Wim Taymans  <wim@fluendo.com>
8042
8043         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8044
8045         * gst/playback/gstqueue2.c: (gst_queue_init),
8046         (gst_queue_handle_sink_event), (gst_queue_chain),
8047         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
8048         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
8049         (gst_queue_src_activate_pull):
8050         Add pull based scheduling and fix some deadlocks. Fixes #444523.
8051         Does not yet completely work because duration queries upstream won't
8052         block yet.
8053
8054 2007-06-06  Wim Taymans  <wim@fluendo.com>
8055
8056         * configure.ac:
8057         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8058         Some more fseeko checks.
8059
8060 2007-06-06  Wim Taymans  <wim@fluendo.com>
8061
8062         * configure.ac:
8063         check for large file support.
8064
8065 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
8066
8067         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
8068
8069         * gst/subparse/gstsubparse.c: (parse_subrip),
8070         (subviewer_unescape_newlines), (parse_subviewer),
8071         (gst_sub_parse_data_format_autodetect),
8072         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
8073         * gst/subparse/gstsubparse.h:
8074         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
8075         * tests/check/elements/subparse.c: (GST_START_TEST),
8076         (subparse_suite):
8077         Add a unit test for both SubViewer formats.
8078
8079 2007-06-01  Michael Smith <msmith@fluendo.com>
8080
8081         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8082           Don't overflow intermediate values when seeking to large time values
8083           in audiotestsrc.
8084
8085 2007-06-05  Wim Taymans  <wim@fluendo.com>
8086
8087         * gst/playback/gstqueue2.c: (gst_queue_have_data),
8088         (gst_queue_create_read), (gst_queue_read_item_from_file),
8089         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
8090         Include stdio to define fseeko.
8091
8092 2007-06-05  Wim Taymans  <wim@fluendo.com>
8093
8094         Patch by: Edward Hervey  <edward@fluendo.com>
8095
8096         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
8097         (gst_v4lsrc_query):
8098         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
8099
8100 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8101
8102         * gst-libs/gst/riff/Makefile.am:
8103         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
8104           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8105           our own implementation.
8106
8107 2007-06-05  Wim Taymans  <wim@fluendo.com>
8108
8109         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8110         (gst_base_rtp_depayload_setcaps),
8111         (gst_base_rtp_depayload_set_gst_timestamp),
8112         (gst_base_rtp_depayload_change_state):
8113         Handle timestamp wraparound.
8114
8115 2007-06-05  Wim Taymans  <wim@fluendo.com>
8116
8117         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
8118         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
8119         (gst_uri_decode_bin_change_state):
8120         Make sure we name srcpads uniquely even when using different internal
8121         decodebins.
8122         Signal no-more-pads when no more dynamic elements exist.
8123         Remove pads on cleanup.
8124
8125 2007-06-05  Wim Taymans  <wim@fluendo.com>
8126
8127         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8128
8129         * gst/playback/gstqueue2.c: (gst_queue_class_init),
8130         (gst_queue_init), (gst_queue_finalize),
8131         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
8132         (gst_queue_create_read), (gst_queue_read_item_from_file),
8133         (gst_queue_open_temp_location_file),
8134         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
8135         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8136         (gst_queue_is_empty), (gst_queue_is_filled),
8137         (gst_queue_change_state), (gst_queue_set_temp_location),
8138         (gst_queue_set_property):
8139         Add support for filebased buffering. Fixes #441264.
8140
8141 2007-06-05  Wim Taymans  <wim@fluendo.com>
8142
8143         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
8144         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
8145         (caps_notify_group_cb), (gst_decode_group_new),
8146         (gst_decode_group_free):
8147         Add support for delayed caps fixation when autoplugging.
8148         Optimize cases where a multiqueue is not needed/wanted, like right after
8149         anything that is not a demuxer.
8150
8151 2007-06-05  Wim Taymans  <wim@fluendo.com>
8152
8153         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
8154         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
8155         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
8156         consideratly speedup ogg chain detection by not trying to find a base
8157         timestamp for skeleton streams. 
8158
8159 2007-06-05  Wim Taymans  <wim@fluendo.com>
8160
8161         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8162         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
8163         (gst_multi_fd_sink_remove_flush),
8164         (gst_multi_fd_sink_remove_client_link),
8165         (gst_multi_fd_sink_handle_client_write),
8166         (gst_multi_fd_sink_handle_clients):
8167         * gst/tcp/gstmultifdsink.h:
8168         Add support for remove_flush.
8169
8170 2007-06-05  Wim Taymans  <wim@fluendo.com>
8171
8172         * docs/design/draft-keyframe-force.txt:
8173         * ext/theora/theoraenc.c: (theora_enc_sink_event),
8174         (theora_enc_chain):
8175         Add draft design for forcing keyframes in encoders and implement in
8176         theoraenc.
8177
8178 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
8179
8180         * configure.ac:
8181           Back to CVS
8182
8183 === release 0.10.13 ===
8184
8185 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
8186
8187         * configure.ac:
8188           releasing 0.10.13, "What's Going on?"
8189
8190 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8191
8192         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8193         In riff, the depth is stored in the size field but it just means that
8194         the least significant bits are cleared. We can therefore just play
8195         the sample as if it had a depth == width. Fixes: #440997
8196
8197         Patch by: Wim Taymans <wim@fluendo.com> 
8198         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
8199
8200 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8201
8202         * gst-libs/gst/floatcast/floatcast.h:
8203         Define inline when needed on win32 builds. Fixes: #441295
8204         Patch by: Sebastien Moutte  <sebastien@moutte.net>
8205
8206 2007-05-29  Wim Taymans  <wim@fluendo.com>
8207
8208         * gst/playback/gstplaybasebin.c: (queue_overrun),
8209         (no_more_pads_full):
8210         Stop buffering when the group is commited because the queues filled up.
8211         Fixes #442024.
8212
8213 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8214
8215         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
8216         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
8217         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8218         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8219         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8220         * ext/alsa/gstalsamixer.h:
8221         * ext/alsa/gstalsamixerelement.c:
8222         (gst_alsa_mixer_element_interface_supported),
8223         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8224         (gst_alsa_mixer_element_set_property),
8225         (gst_alsa_mixer_element_get_property),
8226         (gst_alsa_mixer_element_change_state):
8227         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
8228         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
8229         (gst_mixer_option_changed):
8230         * gst-libs/gst/interfaces/mixer.h:
8231         Revert commits towards #152864 made so far. We'll pick it up again
8232         after the 0.10.13 release.
8233
8234 2007-05-24  Wim Taymans  <wim@fluendo.com>
8235
8236         * gst-libs/gst/audio/gstbaseaudiosink.c:
8237         (gst_base_audio_sink_render):
8238         After an interrupt (PAUSED/flush) assume that the next sample should not
8239         be aligned to the previous sample. Fixes #417992.
8240
8241 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8242
8243         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8244           Don't add channels and rate fields to the template caps for
8245           audio/x-dts, as wavparse might not always be able to set them,
8246           which would then lead to 'caps are not a real subset of the
8247           template caps' warnings.
8248
8249 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8250
8251         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
8252         Handle unknown or invalid pads without crashing, as might occur if
8253         a media file like an mp3 is specified as a subtitle file.
8254         Fixes: #410039
8255
8256 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8257
8258         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
8259         (setup_sinks):
8260         Block the subtitle bin output queue before ghosting it and linking,
8261         then unblock after. This avoids spurious not-linked errors caused 
8262         by the queue starting up (because it gets linked when it is ghosted). 
8263         Fixes: #350299
8264
8265 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
8266
8267         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
8268         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
8269         file. Avoids flukes where the input gets typefound to some valid but
8270         useless type.
8271
8272 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8273
8274         * tests/check/Makefile.am:
8275         * tests/check/elements/.cvsignore:
8276         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
8277         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
8278           Add unit test for gnomevfssink seeking and position reporting for
8279           file:// URIs.
8280
8281 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8282
8283         Patch by: Mark Nauwelaerts <manauw at skynet be>
8284
8285         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
8286         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
8287         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
8288         * ext/gnomevfs/gstgnomevfssink.h:
8289           Fix position reporting, especially after a seek (from upstream),
8290           see #412648.
8291
8292 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8293
8294         * ext/cdparanoia/gstcdparanoiasrc.c:
8295           Repair umlaut.
8296
8297 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
8298
8299         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8300         Specify the full valid range for MP3 samplerates. Fixes a regression
8301         caused by extra header checks since the last release.
8302
8303 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
8304
8305         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
8306         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
8307         Fix a locking-order bug I introduced with my changes the other day.
8308         Patch by Mike Smith.
8309
8310 2007-05-21  Michael Smith <msmith@fluendo.com>
8311
8312         * ext/theora/theoradec.c: (theora_handle_data_packet):
8313           Don't look inside 0-length packets (which indicate duplicated
8314           frames)
8315
8316 2007-05-21  Wim Taymans  <wim@fluendo.com>
8317
8318         * ext/cdparanoia/gstcdparanoiasrc.c:
8319         (gst_cd_paranoia_src_read_sector):
8320         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8321         (gst_base_audio_src_create):
8322         Small cleanups.
8323
8324         * ext/theora/theoradec.c: (theora_dec_sink_event):
8325         Fix typo.
8326
8327         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8328         (gst_base_rtp_depayload_set_gst_timestamp):
8329         Add some FIXME
8330
8331         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
8332         And some debug info when a FIXME path is hit.
8333
8334 2007-05-21  Wim Taymans  <wim@fluendo.com>
8335
8336         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8337         (gst_base_rtp_audio_payload_class_init),
8338         (gst_base_rtp_audio_payload_init),
8339         (gst_base_rtp_audio_payload_finalize),
8340         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8341         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8342         (gst_base_rtp_payload_audio_handle_event):
8343         Some cleanups, remove minptime property as it is now in the parent
8344         class.
8345         Override parent class event function.
8346
8347         * gst-libs/gst/rtp/gstbasertppayload.c:
8348         (gst_basertppayload_class_init), (gst_basertppayload_init),
8349         (gst_basertppayload_event), (gst_basertppayload_set_property),
8350         (gst_basertppayload_get_property):
8351         * gst-libs/gst/rtp/gstbasertppayload.h:
8352         Add min-ptime property.
8353         Add handle-event vmethod. Fixes #415001.
8354
8355 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8356
8357         * gst-libs/gst/audio/gstbaseaudiosink.c
8358           (gst_base_audio_sink_change_state):
8359           Fix typo in comment.
8360
8361         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
8362           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
8363           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
8364           close_link):
8365         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
8366           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
8367           Remove trailing whitespaces in comments.
8368
8369         * gst/volume/Makefile.am:
8370           Fix tabs.
8371
8372 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8373
8374         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8375
8376         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
8377           set_option, get_option, _gst_reserved):
8378           Revert reordering functions (keep ABI).
8379
8380 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
8381
8382         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
8383         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
8384         (gst_ximagesink_show_frame):
8385         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8386         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
8387         (gst_xvimagesink_show_frame):
8388         When we create our own window, indicate that we handle the 
8389         WM_DELETE client message from the window manager, so that it won't 
8390         kill our window (and our app) along with it. Handle ClientMessage,
8391         post an error on the bus, and close the window. Further buffers
8392         arriving will result in a FlowError because the window has been
8393         destroyed.
8394
8395         Fixes: #393975
8396
8397         Clean up the X event handling loop and make them the same for
8398         both xvimagesink and ximagesink while I'm at it.
8399
8400 2007-05-17  Wim Taymans  <wim@fluendo.com>
8401
8402         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
8403         Make decodebin2 autoplug depayloaders too.
8404
8405         * gst/playback/gsturidecodebin.c: (source_new_pad):
8406         Set the newly created decoder in a usable state when autoplugging a
8407         dynamic source such as RTSP.
8408
8409 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8410
8411         * gst/playback/gststreaminfo.c: (cb_probe):
8412           Ignore video-codec tag for audio streams and ignore audio-codec tags
8413           for video streams. Should make codec name collection a bit more
8414           robust against sloppy demuxers that send tag events containing both
8415           tags down each pad.
8416
8417 2007-05-17  Wim Taymans  <wim@fluendo.com>
8418
8419         * gst/playback/gstqueue2.c: (update_rates):
8420         Tweak the buffering thresholds a little.
8421         Update the buffer size with the previously calculate rate instead of
8422         only when we calculate a new rate so that we get smoother buffering
8423         updates.
8424
8425         * gst/playback/Makefile.am:
8426         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
8427         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
8428         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
8429         (gst_uri_decode_bin_get_property), (unknown_type),
8430         (add_element_stream), (no_more_pads_full), (no_more_pads),
8431         (source_no_more_pads), (new_decoded_pad), (array_has_value),
8432         (gen_source_element), (has_all_raw_caps), (analyse_source),
8433         (remove_decoders), (make_decoder), (remove_source),
8434         (source_new_pad), (setup_source), (decoder_query_init),
8435         (decoder_query_duration_fold), (decoder_query_duration_done),
8436         (decoder_query_position_fold), (decoder_query_position_done),
8437         (decoder_query_latency_fold), (decoder_query_latency_done),
8438         (decoder_query_seeking_fold), (decoder_query_seeking_done),
8439         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
8440         (gst_uri_decode_bin_change_state), (plugin_init):
8441         New element that intergrates a source, optional buffering element and
8442         decodebin.
8443
8444 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8445
8446         * configure.ac:
8447           Bump libtheora requirement to 1.0alpha5 for the pixformat check
8448           (also has a .pc file, so we don't need the fallback check any
8449           longer). Fixes #438840.
8450
8451 2007-05-17  Wim Taymans  <wim@fluendo.com>
8452
8453         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8454         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
8455         (apply_segment), (apply_buffer), (update_buffering),
8456         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
8457         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8458         (gst_queue_handle_sink_event), (gst_queue_is_filled),
8459         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
8460         (plugin_init):
8461         fix build.
8462
8463 2007-05-17  Wim Taymans  <wim@fluendo.com>
8464
8465         * gst/playback/Makefile.am:
8466         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8467         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
8468         (gst_queue_getcaps), (gst_queue_bufferalloc),
8469         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
8470         (apply_buffer), (update_buffering), (reset_rate_timer),
8471         (update_rates), (gst_queue_locked_flush),
8472         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8473         (gst_queue_handle_sink_event), (gst_queue_is_empty),
8474         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
8475         (gst_queue_loop), (gst_queue_handle_src_event),
8476         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
8477         (gst_queue_src_activate_push), (gst_queue_change_state),
8478         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
8479         On our way to playbin2 this is the new network queue that does buffering
8480         all by itself using high and low watermarks. It can also measure up and
8481         downstream bandwidth to optimally size the queue.
8482
8483 2007-05-17  Michael Smith <msmith@fluendo.com>
8484
8485         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8486         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
8487           Use the segment->last_stop value to calculate the next timestamp to
8488           generate after a seek; not the segment->start value.
8489
8490 2007-05-15  David Schleef  <ds@schleef.org>
8491
8492         * docs/Makefile.am: Install docs even when --disable-gtk-doc
8493           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
8494
8495 2007-05-15  Wim Taymans  <wim@fluendo.com>
8496
8497         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8498         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
8499         Some more chained streaming ogg timestamp fixes.
8500
8501 2007-05-15  Wim Taymans  <wim@fluendo.com>
8502
8503         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8504         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8505         (gst_ogg_demux_handle_page):
8506         Add some FIXMEs.
8507         Fix chain start/stop segment handling based on patch by
8508         <ahalda at cs dot mcgill dot ca> see #320984.
8509
8510 2007-05-15  Michael Smith <msmith@fluendo.com>
8511
8512         * configure.ac:
8513           We don't require a C++ compiler. So don't require one.
8514
8515 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8516
8517         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
8518           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8519           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
8520           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8521           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
8522           gst_alsa_mixer_update_track):
8523           Apply some of the cleanup Tim suggested in #152864 afterwards.
8524
8525 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8526
8527         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8528
8529         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
8530           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
8531           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
8532           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8533           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
8534           gst_alsa_mixer_handle_source_callback,
8535           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8536           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
8537           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
8538           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
8539           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
8540           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
8541         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
8542         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
8543           gst_alsa_mixer_element_interface_supported,
8544           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
8545           gst_alsa_mixer_element_set_property,
8546           gst_alsa_mixer_element_get_property,
8547           gst_alsa_mixer_element_change_state):
8548         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
8549         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
8550           gst_mixer_option_changed):
8551         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
8552           volume_changed, option_changed, _gst_reserved):
8553           Implement notification for alsamixer. Fixes #152864
8554
8555 2007-05-14  David Schleef  <ds@schleef.org>
8556
8557         * gst/videotestsrc/videotestsrc.c:
8558         * gst/videotestsrc/videotestsrc.h:
8559           Add support for video/x-raw-bayer.
8560
8561 2007-05-12  David Schleef  <ds@schleef.org>
8562
8563         * sys/xvimage/xvimagesink.c:
8564           Add some sanity checking for the XVImage size returned by X.
8565           Related to #377400.
8566
8567 2007-05-12  Wim Taymans  <wim@fluendo.com>
8568
8569         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8570         (gst_base_rtp_depayload_setcaps),
8571         (gst_base_rtp_depayload_set_gst_timestamp):
8572         Parse and use additional caps fields as described in updated
8573         application/x-rtp caps spec.
8574
8575 2007-05-12  Wim Taymans  <wim@fluendo.com>
8576
8577         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8578         (gst_ogg_demux_collect_chain_info):
8579         If there is a stream in a chain without any data packets, ignore the
8580         stream in the total length calculations. Might be related to #436820.
8581
8582 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
8583
8584         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
8585         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
8586         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
8587         (mpeg_video_type_find), (mpeg_video_stream_type_find),
8588         (plugin_init):
8589
8590         Consolidate and re-work our mpeg system stream detection to probe
8591         more packets and produce a higher confidence result. Fixes a
8592         regression caused by lowering the typefind probability last year
8593         - related to bug #397810. Remove the redundant MPEG-1 specific 
8594         typefind function, as the new one detects both MPEG-1 & MPEG-2
8595         happily.
8596
8597         Also cleanup the MPEG elementary and MPEG-TS detection functions a
8598         little. 
8599
8600         Tested against my media test directory, with some improvements and
8601         no regressions.
8602
8603 2007-05-10  Wim Taymans  <wim@fluendo.com>
8604
8605         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
8606         (queue_out_of_data):
8607         Connect to the new queue "pushing" signal instead of the broken
8608         "running" one.
8609
8610 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
8611
8612         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8613         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
8614         Move variable declaration before the first instruction.
8615         * gst/videotestsrc/videotestsrc.c:
8616         Define M_PI if it's not defined yet.
8617         * win32/common/libgstrtp.def:
8618         Add new exported functions.
8619
8620 2007-05-09  Michael Smith <msmith@fluendo.com>
8621
8622         * ext/theora/theoradec.c: (theora_handle_type_packet):
8623           gst_pad_push_event() does not return a GstFlowReturn!
8624
8625 2007-05-09  Wim Taymans  <wim@fluendo.com>
8626
8627         * tests/examples/seek/scrubby.c: (stop_cb), (main):
8628         * tests/examples/seek/seek.c: (do_seek):
8629         Some small cosmetic changes.
8630
8631 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
8632
8633         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
8634           gst_adder_change_state):
8635         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
8636           segment_pending, segment_position, segment_rate):
8637           Handle playback-rate on adder.
8638
8639 2007-05-07  Michael Smith <msmith@fluendo.com>
8640
8641         * ext/theora/gsttheoradec.h:
8642         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8643         (theora_dec_sink_event), (theora_handle_comment_packet),
8644         (theora_handle_type_packet), (theora_dec_change_state):
8645           Don't push events (newsegment, tags) before initialising the
8646           decoder.
8647           This is neccesary for seeking to work correctly in gnonlin.
8648
8649 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8650
8651         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8652         * gst/adder/gstadder.c:
8653         * gst/audiotestsrc/gstaudiotestsrc.c
8654           (gst_audio_test_src_create_white_noise):
8655         * gst/videotestsrc/gstvideotestsrc.c:
8656         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
8657           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
8658           volume_sink_template, volume_src_template, gst_volume_init,
8659           volume_process_double, volume_process_int16,
8660           volume_process_int16_clamp):
8661           Doc fixes and formatting.
8662
8663 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
8664
8665         * tests/check/Makefile.am:
8666         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
8667           Minimal check for volume's GstController usability; also another
8668           test for #422295.
8669
8670 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
8671
8672         * gst-libs/gst/cdda/gstcddabasesrc.c:
8673         (gst_cdda_base_src_add_track):
8674           Fix it so that it (a) makes sense and (b) doesn't break
8675           everything cdda-related including the unit test.
8676
8677 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8678
8679         * gst-libs/gst/cdda/gstcddabasesrc.c:
8680         (gst_cdda_base_src_add_track):
8681           Fix build when disabling asserts.
8682
8683 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
8684
8685         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
8686           When XShm is not available, we might get row strides that are not
8687           rounded up to multiples of four; this is bad, because virtually
8688           every RGB-processing element in GStreamer assumes rowstrides are
8689           rounded up to multiples of four, so let's allocate at least enough
8690           memory to avoid crashes in this case. The image will still be
8691           displayed distorted though if this happens, so that still needs
8692           fixing (maybe by allocating a bigger image with an 'even' width
8693           and then clipping it appropriately when rendering - something for
8694           Xlib aficionados in any case).
8695
8696 2007-05-03  Michael Smith <msmith@fluendo.com>
8697
8698         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
8699           If a buffer doesn't have a timestamp, assume it's contiguous with
8700           the previous buffer, and synthesise timestamps appropriately.
8701
8702 2007-05-03  Edward Hervey  <edward@fluendo.com>
8703
8704         * tests/check/elements/videorate.c: (GST_START_TEST):
8705         Set buffer timestamp to a valid value in order to test the buffer
8706         really does stay in videorate.
8707
8708 2007-05-03  Edward Hervey  <edward@fluendo.com>
8709
8710         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8711         There is no sensible way to handle incoming buffers which don't have a
8712         valid timestamp. We therefore discard them and wait for the next one.
8713
8714 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
8715
8716         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
8717         * gst/playback/gstdecodebin2.c: (plugin_init):
8718           Better error message for text files.
8719
8720 2007-04-29  Wim Taymans  <wim@fluendo.com>
8721
8722         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
8723         Fix offset bug in generation RR packets.
8724
8725 2007-04-27  Julien MOUTTE  <julien@moutte.net>
8726
8727         * ext/theora/theoradec.c: (_theora_granule_time),
8728         (theora_dec_push_forward), (theora_handle_data_packet),
8729         (theora_dec_decode_buffer): Calculate buffer duration correctly
8730         to generate a perfect stream (#433888).
8731         * gst/audioresample/gstaudioresample.c:
8732         (audioresample_check_discont): Glib provides ABS.
8733
8734 2007-04-27  Wim Taymans  <wim@fluendo.com>
8735
8736         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
8737         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
8738         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
8739         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
8740         (gst_rtcp_packet_bye_set_reason):
8741         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8742         Fix RB block parsing and writing.
8743         Add support for constructing BYE packets.
8744
8745 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
8746
8747         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
8748         (gst_base_audio_src_create):
8749         * po/POTFILES.in:
8750           When posting a warning message because samples were dropped, post
8751           something more intelligible than he default error message for clock
8752           errors which is just confusing in this context (#432984).
8753
8754 2007-04-25  Wim Taymans  <wim@fluendo.com>
8755
8756         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
8757         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
8758         (read_packet_header), (gst_rtcp_packet_move_to_next),
8759         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
8760         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
8761         (gst_rtcp_packet_sdes_get_item_count),
8762         (gst_rtcp_packet_sdes_first_item),
8763         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
8764         (gst_rtcp_packet_sdes_first_entry),
8765         (gst_rtcp_packet_sdes_next_entry),
8766         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
8767         (gst_rtcp_packet_sdes_add_entry):
8768         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8769         Implement code to write SR, RR and SDES packets.
8770
8771 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
8772
8773         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
8774
8775         * sys/ximage/ximagesink.c:
8776           Fix build if XShm is not available (#432362).
8777
8778 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
8779
8780         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
8781         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
8782         pointers to random memory which are passed to g_free() when
8783         audio_convert_prepare_context() is called the first time.
8784
8785 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
8786
8787         Patch by: Dan Williams <dcbw redhat com>
8788
8789         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8790           Don't leak incoming buffer if gst_pad_push() returns a
8791           non-OK flow. Fixes #432755.
8792          
8793         * tests/check/elements/videorate.c: (GST_START_TEST),
8794         (videorate_suite):
8795           Unit test for the above by Yours Truly.
8796
8797 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
8798
8799         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
8800         (gst_adder_sink_event), (gst_adder_collected):
8801           Fix non-flushing segmented seeks, Fixes #340060 for me
8802
8803 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8804
8805         Patch by: Olivier Crete  <tester at tester ca>
8806
8807         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8808         (gst_base_rtp_audio_payload_class_init),
8809         (gst_base_rtp_audio_payload_init),
8810         (gst_base_rtp_audio_payload_dispose):
8811           Chain up to parent class in dispose function; get rid of
8812           unnecessary 'diposed' flag in private structure (#415001).
8813
8814 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8815
8816         * docs/libs/gst-plugins-base-libs.types:
8817         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8818         (gst_base_rtp_audio_payload_class_init):
8819         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8820         * gst-libs/gst/rtp/gstbasertppayload.c:
8821           Some minor docs fixes and additions; also add missing 'Since' bits.
8822
8823 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8824
8825         Patch by: Zeeshan Ali  <zeenix gmail com>
8826
8827         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8828         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8829         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8830         (gst_base_rtp_audio_payload_push):
8831         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
8832           The recently-added gst_base_rtp_audio_payload_push() should take an
8833           object of type GstBaseRTPAudioPayload as first argument (#431672).
8834
8835 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8836
8837         * gst/audioresample/gstaudioresample.c:
8838           Make more functions static, just because we can.
8839
8840 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8841
8842         * tests/check/elements/audioresample.c:
8843           Add unit test for audioresample shutdown crasher (#420106).
8844
8845 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
8846
8847         * gst/subparse/gstsubparse.c:
8848         * gst/subparse/samiparse.c:
8849           Use GST_DISABLE_XML here
8850
8851         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8852         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
8853         (gst_xvimagesink_buffer_alloc),
8854         (gst_xvimagesink_navigation_send_event):
8855         * sys/xvimage/xvimagesink.h:
8856           Include stdlib.h when using atoi.
8857           
8858         * tests/check/elements/playbin.c: (playbin_suite):
8859           Use GST_DISABLE_REGISTRY here
8860
8861 2007-04-19  Michael Smith  <msmith@fluendo.com>
8862
8863         * ext/theora/gsttheoraenc.h:
8864         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
8865         (theora_enc_sink_event), (theora_enc_change_state):
8866           Track initialisation state; don't try to use encoder state if we're
8867           not initialised (it'll segfault).
8868
8869 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
8870
8871         * tests/check/pipelines/.cvsignore:
8872         Fix build.
8873
8874 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8875
8876         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8877         Allow random depths between 1 and 32 instead of only multiplies of 8.
8878
8879 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8880
8881         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8882         Set the maximum number of channels for PCM and float in the correct
8883         place to have it also used when creating the template caps.
8884
8885 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8886
8887         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8888         Correctly support 4, 6 and 8 channels with normal PCM and float
8889         wav files.
8890
8891         Fix the depth and signedness calculation in extensible wav files and
8892         also handle 1, 2, 4, 6, 8 channels here when a file without channel
8893         mask is found.
8894
8895         Add support for float, alaw and mulaw in extensible wav files.
8896
8897         This allows correct playback of all but 5 files from
8898         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
8899         
8900         (gst_riff_create_audio_template_caps):
8901         Add voxware and float formats to the template caps.     
8902
8903 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8904
8905         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
8906
8907         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
8908         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
8909
8910         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8911         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
8912         Use the correct format strings for integer formats.
8913
8914 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8915
8916         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
8917           Don't use pad_alloc_buffer_and_set_caps to create a small header
8918           packet, or, worse, to create a big temporary video buffer using the
8919           src pad.
8920
8921 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8922
8923         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
8924         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
8925           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
8926           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
8927
8928 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8929
8930         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
8931           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
8932           streamheader_suite):
8933           Add another test set up for failure
8934
8935 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8936
8937         * tests/check/Makefile.am:
8938         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
8939           GST_START_TEST, streamheader_suite, main):
8940           Add a test for the streamheader bug Wim fixed.
8941
8942 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
8943
8944         * ext/theora/theoradec.c: (theora_dec_sink_event):
8945         Fix misleading comment.
8946
8947 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
8948
8949         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8950           More sanity checks for the header fields.
8951
8952 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
8953
8954         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8955           Try encodings from all environment variables, not just those in the
8956           first environment variable that is set.
8957
8958 2007-04-12  Wim Taymans  <wim@fluendo.com>
8959
8960         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
8961         (gst_video_rate_chain):
8962         Add some debug.
8963
8964         * tests/check/elements/videorate.c: (GST_START_TEST),
8965         (videorate_suite):
8966         Added check for videorate changing caps handling. Closes #421834.
8967
8968 2007-04-12  Michael Smith  <msmith@fluendo.com>
8969
8970         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
8971           Use scale functions to avoid overflow when calculating duration of 
8972           vorbis buffers.
8973
8974 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
8975
8976         * docs/libs/gst-plugins-base-libs-sections.txt:
8977         * gst-libs/gst/tag/tag.h:
8978         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8979           API: add gst_tag_freeform_string_to_utf8() (#405072).
8980
8981         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
8982           Use gst_tag_freeform_string_to_utf8() here.
8983
8984 2007-04-12  Wim Taymans  <wim@fluendo.com>
8985
8986         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
8987         (gst_gdp_pay_sink_event):
8988         Make sure we set the IN_CAPS flag correctly.
8989
8990         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
8991         Get the IN_CAPS flag before we call functions that mess with the flags.
8992
8993 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8994
8995         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
8996           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
8997           Only stamp buffers with offset/offset_end right before they get
8998           pushed.  This ensures offset continuity, which was not the case
8999           before as shown by
9000           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
9001
9002 2007-04-06  Wim Taymans  <wim@fluendo.com>
9003
9004         * gst/playback/gstplaybin.c: (add_sink),
9005         (gst_play_bin_change_state):
9006         Activate sync in playbin, we are ready to handle it for live streams.
9007
9008 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
9009
9010         * tests/check/elements/playbin.c:
9011         (test_sink_usage_video_only_stream), (playbin_suite):
9012           Add small test for stream-info-value-array code paths.
9013
9014 2007-04-05  Wim Taymans  <wim@fluendo.com>
9015
9016         * gst-libs/gst/audio/gstbaseaudiosink.c:
9017         (gst_base_audio_sink_skew_slaving):
9018         Don't try to create invalid calibration parameters by making the
9019         internal time go backwards, instead make external time go forward.
9020
9021 2007-04-05  Wim Taymans  <wim@fluendo.com>
9022
9023         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9024
9025         * gst/playback/gstplaybasebin.c: (add_stream):
9026         Fix leak in add_stream(), when g_value_set_object() increases the
9027         refcount of streaminfo object. Fixes #426250.
9028
9029 2007-04-03  David Schleef  <ds@schleef.org>
9030
9031         * gst/videotestsrc/gstvideotestsrc.c:
9032         * gst/videotestsrc/gstvideotestsrc.h:
9033         * gst/videotestsrc/videotestsrc.c:
9034         * gst/videotestsrc/videotestsrc.h:
9035           Add a test pattern called "circular", which has concentric
9036           rings with varying radial frequency.  The main purpose of this
9037           pattern is to test fidelity loss in a filter or scaler element.
9038           Notably, this pattern is scale invariant, and is optimally viewed
9039           with a width (and height) of 400.
9040
9041 2007-04-03  Wim Taymans  <wim@fluendo.com>
9042
9043         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9044
9045         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
9046         (deactivate_free_recursive):
9047         Decodebin2 doesn't unref pads it obtains in some occasions:
9048         - multiqueue src pads, when either connecting further or exposing
9049         - sink pads of new autoplugged elements
9050         - peer pads when recursively freeing elements
9051         Fixes #425455.
9052
9053 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9054
9055         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9056         Add audio/x-raw-float support, now that audioconvert support
9057         non-native endianness floats.
9058
9059 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
9060
9061         * docs/libs/gst-plugins-base-libs-docs.sgml:
9062           gstreamer-plugins-base.pc doesn't exist, it's
9063           gstreamer-plugins-base-0.10.pc.
9064
9065 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9066
9067         Patch by: René Stadler <mail at renestadler dot de>
9068         with some minor changes
9069
9070         * gst-libs/gst/floatcast/floatcast.h:
9071         Use more efficient float endianness conversion functions that don't
9072         involve 2 function calls per value.
9073         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
9074         (check_default), (audio_convert_prepare_context):
9075         * gst/audioconvert/gstaudioconvert.c:
9076         (gst_audio_convert_parse_caps), (make_lossless_changes):
9077         Support non-native endianness floats as input and output.
9078         Fixes #339838.
9079         * tests/check/elements/audioconvert.c: (verify_convert),
9080         (GST_START_TEST):
9081         Add unit tests for the non-native endianness float conversions.
9082
9083 2007-03-29  Wim Taymans  <wim@fluendo.com>
9084
9085         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9086         (gst_base_rtp_depayload_base_init),
9087         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9088         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
9089         (gst_base_rtp_depayload_set_gst_timestamp),
9090         (gst_base_rtp_depayload_change_state),
9091         (gst_base_rtp_depayload_set_property),
9092         (gst_base_rtp_depayload_get_property):
9093         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9094         Add Private structure.
9095         Bring element code to 2007.
9096         Parse clock-base caps param and use it when generating the
9097         newsegment.
9098         Reset variables before going to PAUSED.
9099         Fix some docs.
9100
9101 2007-03-29  Wim Taymans  <wim@fluendo.com>
9102
9103         * docs/libs/gst-plugins-base-libs-docs.sgml:
9104         * docs/libs/gst-plugins-base-libs-sections.txt:
9105         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9106         (gst_base_rtp_audio_payload_get_adapter):
9107         Add RTCP docs.
9108         Fix some more docs.
9109
9110         * gst-libs/gst/rtp/Makefile.am:
9111         * gst-libs/gst/rtp/gstrtcpbuffer.c:
9112         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
9113         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
9114         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
9115         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
9116         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
9117         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
9118         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
9119         (gst_rtcp_packet_sr_get_sender_info),
9120         (gst_rtcp_packet_sr_set_sender_info),
9121         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
9122         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
9123         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
9124         (gst_rtcp_packet_sdes_get_chunk_count),
9125         (gst_rtcp_packet_sdes_first_chunk),
9126         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
9127         (gst_rtcp_packet_sdes_first_item),
9128         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
9129         (gst_rtcp_packet_bye_get_ssrc_count),
9130         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
9131         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9132         (gst_rtcp_packet_bye_get_reason_len),
9133         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
9134         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9135         Add new helper object for parsing and creating RTCP messages.
9136
9137 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9138
9139         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9140         PCM samples with width=8 must be always unsigned, no matter what
9141         depth they have.
9142
9143 2007-03-29  Andy Wingo  <wingo@pobox.com>
9144
9145         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
9146         perfect offsets also, not just timestamps.
9147
9148         * tests/check/elements/videorate.c (test_more): Test that given
9149         any incoming offsets, that videorate produces perfect offsets.
9150
9151 2007-03-29  Wim Taymans  <wim@fluendo.com>
9152
9153         * gst-libs/gst/riff/riff-ids.h:
9154         Add some more RIFF formats.
9155
9156 2007-03-29  Wim Taymans  <wim@fluendo.com>
9157
9158         * gst-libs/gst/rtp/gstrtpbuffer.c:
9159         (gst_rtp_buffer_default_clock_rate):
9160         * gst-libs/gst/rtp/gstrtpbuffer.h:
9161         Fix fixed payload names and docs.
9162         Added method to get the default clock rates of fixed payload types.
9163         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
9164
9165 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9166
9167         * tests/check/pipelines/.cvsignore:
9168         Add new vorbisdec test to cvsignore.
9169
9170 2007-03-28  Wim Taymans  <wim@fluendo.com>
9171
9172         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
9173         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9174         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
9175         (gst_base_audio_sink_set_property),
9176         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
9177         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
9178         (gst_base_audio_sink_skew_slaving),
9179         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
9180         (gst_base_audio_sink_async_play):
9181         * gst-libs/gst/audio/gstbaseaudiosink.h:
9182         Store private stuff in GstBaseAudioSinkPrivate.
9183         Add configurable clock slaving modes property.
9184         API:: GstBaseAudioSink::slave-method property
9185         Some more latency reporting tweaks.
9186         Added skew based clock slaving correction and make it the default until
9187         the resampling method is more robust.
9188
9189 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
9190
9191         * gst/audioconvert/audioconvert.c:
9192         Add docs to the integer pack functions and implement proper
9193         rounding. Before we had rounding towards negative infinity, i.e.
9194         always the smaller number was taken. Now we use natural rounding,
9195         i.e. rounding to the nearest integer and to the one with the largest
9196         absolute value for X.5. The old rounding introduced some minor
9197         distortions. Fixes #420079
9198         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9199         Fix one unit test that assumed the old rounding and added unit tests
9200         for checking signed/unsigned int16 <-> signed/unsigned int16 with
9201         depth 8, one for signed int16 <-> unsigned int16 and one for the new
9202         rounding from signed int32 to signed/unsigned int16.
9203
9204 2007-03-27  Michael Smith  <msmith@fluendo.com>
9205
9206         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
9207         (gst_audio_convert_transform_caps):
9208           Fix typo in debug line introduced recently, as pointed out on irc.
9209
9210 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9211
9212         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9213         * tests/check/libs/tag.c: (GST_START_TEST):
9214           Make sure we parse floating-point numbers in vorbis comments
9215           correctly with either '.' or ',' as separator, no matter what
9216           the current locale is. Add unit test for this too.
9217
9218 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
9219
9220         Patch by: René Stadler  <mail at renestadler de>
9221
9222         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9223           When writing out floating-point numbers to vorbis comment tags, always
9224           use the same character as separator no matter what the current locale is
9225           (fixes #423051).
9226
9227         * tests/check/libs/tag.c: (GST_START_TEST):
9228           Add unit tests for replaygain tags in vorbis comments (closes #423055).
9229
9230 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9231
9232         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
9233           vorbis_handle_data_packet):
9234           Correctly set DURATION to generate a timestamp-continuous stream.
9235           One bug left at the end; see
9236           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
9237         * tests/check/Makefile.am:
9238         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
9239           Add a test to check this.  Without the above patch this test fails.
9240
9241 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
9242
9243         * gst-libs/gst/rtp/Makefile.am:
9244         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
9245
9246 2007-03-23  Michael Smith  <msmith@fluendo.com>
9247
9248         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9249         (gst_video_rate_reset), (gst_video_rate_chain):
9250           If videorate changes caps, we can no longer use the old buffer
9251           (which may have a different size, incompatible with our caps).
9252           So don't do that; just duplicate the new frame more times.
9253
9254 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
9255
9256         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9257         Remove playbin's override of the set_clock vmethod. It's irrelevant
9258         after Wim's commit on the 19th.
9259
9260 2007-03-22  Wim Taymans  <wim@fluendo.com>
9261
9262         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
9263         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9264         * ext/gnomevfs/gstgnomevfssrc.h:
9265         Don't cache file sizes. Fixes #341078.
9266
9267 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9268
9269         * gst/playback/gstplaybin.c: (add_sink):
9270           Use GST_PTR_FORMAT to log caps. 
9271
9272 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9273
9274         Patch by: Young-Ho Cha <ganadist at chollian net>
9275
9276         * gst/subparse/samiparse.c: (handle_start_font):
9277           Special-case some more colour names that pango doesn't handle by
9278           default. Fixes #420578.
9279
9280 2007-03-20  Michael Smith  <msmith@fluendo.com>
9281
9282         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
9283           If we get a zero-sized input buffer, don't pass it to libvorbis, as
9284           that marks EOS internally. After that, libvorbis will buffer all
9285           input data, and encode none of it, eventually leading to memory
9286           exhaustion.
9287
9288 2007-03-19  Wim Taymans  <wim@fluendo.com>
9289
9290         * gst/playback/gstdecodebin.c: (remove_fakesink):
9291         Don't post STATE_DIRTY anymore.
9292
9293         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
9294         (gst_play_bin_change_state):
9295         Remove stream_time reset in seek handling, core does that now.
9296         Disable clocking for live pipelines by forcing a NULL clock to the
9297         complete pipeline, core is too smart now for our previous hack.
9298         We can always autoplug in PAUSED now.
9299
9300 2007-03-17  David Schleef  <ds@schleef.org>
9301
9302         * REQUIREMENTS:  Update this file, change the formatting to make
9303         it more consistent, plus more machine readable.
9304
9305 2007-03-16  Michael Smith  <msmith@fluendo.com>
9306
9307         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9308         (strip_width_64), (append_with_other_format):
9309           Previous fix was too simplistic, and broke the tests. Use a better
9310           approach; only strip 64 from widths for integer audio.
9311
9312 2007-03-16  Michael Smith  <msmith@fluendo.com>
9313
9314         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9315         (gst_audio_convert_transform_caps):
9316           We don't support 64 bit integer audio, so don't try to claim we can.
9317           Stops us producing caps don't match our template caps.
9318           Update comments.
9319
9320 2007-03-15  Michael Smith  <msmith@fluendo.com>
9321
9322         * gst/audioresample/gstaudioresample.c:
9323         (audioresample_check_discont), (audioresample_transform):
9324           Don't trigger discontinuities for very small imperfections; a filter
9325           flush will sound bad, and many plugins have rounding errors leading
9326           to these.
9327
9328 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9329
9330         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
9331
9332         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9333         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9334         API: add "min-ptime" property to RTP base audio payloader.
9335         API: add gst_base_rtp_audio_payload_push().
9336         API: add gst_base_rtp_audio_payload_get_adapter().
9337         Fixes #415001
9338         Indentation/whitespace/documentation fixes.
9339
9340 2007-03-14  Julien MOUTTE  <julien@moutte.net>
9341
9342         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9343         (audioresample_transform_size), (audioresample_do_output),
9344         (audioresample_transform), (audioresample_pushthrough): Handle
9345         discontinuous streams.
9346         * gst/audioresample/gstaudioresample.h:
9347         * tests/check/elements/audioresample.c:
9348         (test_discont_stream_instance), (GST_START_TEST),
9349         (audioresample_suite): Add a test for discontinuous streams.
9350         * win32/common/config.h: Updated.
9351
9352 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9353
9354         * po/af.po:
9355         * po/az.po:
9356         * po/cs.po:
9357         * po/en_GB.po:
9358         * po/it.po:
9359         * po/nb.po:
9360         * po/nl.po:
9361         * po/or.po:
9362         * po/sq.po:
9363         * po/sr.po:
9364         * po/sv.po:
9365         * po/uk.po:
9366         * po/vi.po:
9367           Update translations from translation project.
9368
9369 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9370
9371         * gst/audioresample/debug.h:
9372         * gst/audioresample/resample.c: (resample_init):
9373           Since I really am not interested in a debug line for each sample
9374           being processed, move the library's debugging to its own category,
9375           libaudioresample
9376
9377 2007-03-13  Michael Smith  <msmith@fluendo.com>
9378
9379         * ext/theora/theoradec.c: (theora_handle_type_packet):
9380           Since the plugin doesn't support anything other than 4:2:0 right
9381           now, post an error and fail if we get something else. Won't matter
9382           until libtheora supports the other pixel formats, but hopefully
9383           that'll be soon...
9384
9385 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
9386
9387         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
9388         Use gst_guint64_to_gdouble for conversion.
9389         * win32/MANIFEST:
9390         Add new files to the win32 MANIFEST.
9391         * win32/common/libgstaudio.def:
9392         * win32/common/libgstpbutils.def:
9393         Add new exported functions.
9394         * win32/vs6/gst_plugins_base.dsw:
9395         * win32/vs6/libgstdecodebin.dsp:
9396         * win32/vs6/libgstplaybin.dsp:
9397         Change the link to libgstpbutils.lib.
9398         * win32/vs6/libgstdecodebin2.dsp:
9399         Add a new project for decodebin2.
9400         * win32/vs6/libgstpbutils.dsp:
9401         Add a new project for pbutils.
9402
9403 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9404
9405         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9406           Also accept partial dates with only year and month,
9407           like 1999-12-00 (fixes #410396 even more).
9408
9409         * tests/check/libs/tag.c: (GST_START_TEST):
9410           Add unit test for the above.
9411
9412 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9413
9414         * tests/check/elements/subparse.c: (GST_START_TEST),
9415         (subparse_suite):
9416           Add unit test for MPL2 subtitle format (#413799).
9417
9418 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9419
9420         Patch by: Kamil Pawlowski  <kamilpe gmail com>
9421
9422         * gst/subparse/Makefile.am:
9423         * gst/subparse/gstsubparse.c:
9424         (gst_sub_parse_data_format_autodetect),
9425         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
9426         (gst_subparse_type_find):
9427         * gst/subparse/gstsubparse.h:
9428         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
9429         * gst/subparse/mpl2parse.h:
9430           Add support for MPL2 subtitle format (#413799).
9431
9432 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9433
9434         * configure.ac:
9435           We require core CVS for the new buffer metadata copy functions.
9436
9437 2007-03-09  Wim Taymans  <wim@fluendo.com>
9438
9439         * gst-libs/gst/tag/gstid3tag.c:
9440         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
9441         Fixes #414496.
9442
9443         Patch by: Alex Lancaster <alexl at users sourceforge net>
9444
9445 2007-03-09  Wim Taymans  <wim@fluendo.com>
9446
9447         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
9448         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
9449         Improve adapter usage and comments.
9450
9451 2007-03-09  Wim Taymans  <wim@fluendo.com>
9452
9453         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9454         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
9455         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
9456         Use new metadata copy function.
9457
9458         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9459         (gst_ffmpegcsp_transform):
9460         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
9461         Basetransform copied the metadata for us.
9462
9463 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9464
9465         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
9466         (gst_text_overlay_video_event):
9467           Some more logging. Only accept newsegment events in TIME format and
9468           send a WARNING message if they are not in TIME format.
9469
9470         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
9471         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
9472         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
9473         * gst/subparse/gstsubparse.h:
9474           No need to allocate GstSegment structure dynamically, just put it
9475           into the instance structure; ignore newsegment events in BYTE
9476           format and in particular don't let it overwrite our saved TIME
9477           segment from the last seek.
9478
9479 2007-03-09  Michael Smith  <msmith@fluendo.com>
9480
9481         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
9482           Replace AC3 typefinder with one that isn't terrible, and actually
9483           works usefully.
9484
9485 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9486
9487         * gst/audioconvert/gstaudioconvert.c:
9488         (gst_audio_convert_transform):
9489           fix error category and translatable string
9490           
9491
9492 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9493
9494         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9495         * pkgconfig/gstreamer-plugins-base.pc.in:
9496           Fix up utils => pbutils here too.
9497
9498 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9499
9500         * gst/subparse/gstsubparse.c: (handle_buffer):
9501           Break out of loop in chain function as soon as possible if we get
9502           a non-OK flow return.
9503
9504 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9505
9506         * tests/check/elements/alsa.c: (GST_START_TEST):
9507         Unref the mixer if the state change fails too (if the
9508         alsa devices are inaccessible, for example)
9509
9510 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9511
9512         * tests/check/Makefile.am:
9513         Don't test libvisual elements in the states check, because libvisual
9514         seems to leak internally.
9515
9516         Re-enable the alsa and states tests now that there's new suppressions
9517         in gst.supp.
9518
9519         * tests/check/elements/alsa.c: (GST_START_TEST):
9520         Don't leak the alsamixer we instantiated.
9521
9522 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9523
9524         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
9525         (gst_ximagesink_change_state), (gst_ximagesink_reset),
9526         (gst_ximagesink_finalize):
9527         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
9528         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
9529         Move some cleanup stuff from the state change handler into a _reset()
9530         function that can be called from _finalize(). This ensures that things
9531         get freed even if (for some reason) the NULL->READY state transition
9532         fails in the parent class.
9533         Even if a parent state change fails, process our downward state change
9534         logic instead of bailing out early.
9535         Free the correct xcontext pointer in ximagesink's xcontext_clear.
9536
9537 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9538
9539         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
9540         Extra log line.
9541
9542         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
9543         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
9544         Use pango_font_description_set_family_static instead of 
9545         pango_font_description_set_family to save a string copy (it was
9546         leaking due to the strdup anyway)
9547
9548         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
9549         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
9550         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
9551         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
9552         Chain up in finalize.
9553
9554 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9555
9556         * gst-libs/gst/interfaces/mixertrack.c:
9557         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
9558         (gst_mixer_track_set_property):
9559           API: add "untranslated-label" property which should be set by
9560           implementations at construct time (#414645).
9561
9562         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
9563         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9564           Set "untranslated-label" when constructing mixer track objects.
9565
9566         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
9567           Unit test to check the above.
9568
9569 2007-03-07  Wim Taymans  <wim@fluendo.com>
9570
9571         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
9572         Fix confusing debug message.
9573
9574 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9575
9576         * gst-plugins-base.doap:
9577         update doap file with new version
9578
9579 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9580
9581         * configure.ac:
9582         Back to CVS
9583
9584 === release 0.10.12 ===
9585
9586 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
9587
9588         * configure.ac:
9589           releasing 0.10.12, "Zombie Horde"
9590
9591 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
9592
9593         * configure.ac:
9594         Bump version to 0.10.11.4 pre-release
9595
9596 2007-03-06  Wim Taymans  <wim@fluendo.com>
9597
9598         * gst-libs/gst/audio/gstbaseaudiosink.c:
9599         (gst_base_audio_sink_async_play):
9600         Fix regression that made GStreamer skip the first samples of audio.
9601         Fixes #414684.
9602
9603 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
9604
9605         * configure.ac:
9606         Bump version to 0.10.11.3 pre-release
9607
9608 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
9609
9610         * po/POTFILES.in:
9611           Update paths for the rename from utils to pbutils to fix the build.
9612
9613 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
9614
9615         * gst-libs/gst/pbutils/Makefile.am:
9616           Change directory to install headers in from gst/utils to gst/pbutils
9617           as well.
9618
9619 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9620
9621         * configure.ac:
9622         * docs/libs/gst-plugins-base-libs-docs.sgml:
9623         * docs/libs/gst-plugins-base-libs-sections.txt:
9624         * gst-libs/gst/Makefile.am:
9625         * gst-libs/gst/interfaces/mixer.c:
9626         * gst-libs/gst/pbutils/Makefile.am:
9627         * gst-libs/gst/pbutils/descriptions.c:
9628         (gst_pb_utils_get_source_description),
9629         (gst_pb_utils_get_sink_description),
9630         (gst_pb_utils_get_decoder_description),
9631         (gst_pb_utils_get_encoder_description),
9632         (gst_pb_utils_get_element_description),
9633         (gst_pb_utils_add_codec_description_to_tag_list),
9634         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
9635         * gst-libs/gst/pbutils/descriptions.h:
9636         * gst-libs/gst/pbutils/install-plugins.c:
9637         * gst-libs/gst/pbutils/install-plugins.h:
9638         * gst-libs/gst/pbutils/missing-plugins.c:
9639         (gst_missing_uri_source_message_new),
9640         (gst_missing_uri_sink_message_new),
9641         (gst_missing_element_message_new),
9642         (gst_missing_decoder_message_new),
9643         (gst_missing_encoder_message_new),
9644         (gst_missing_plugin_message_get_description):
9645         * gst-libs/gst/pbutils/missing-plugins.h:
9646         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
9647         * gst-libs/gst/pbutils/pbutils.h:
9648         * gst-libs/gst/utils/Makefile.am:
9649         * gst-libs/gst/utils/base-utils.c:
9650         * gst-libs/gst/utils/base-utils.h:
9651         * gst-libs/gst/utils/descriptions.c:
9652         * gst-libs/gst/utils/descriptions.h:
9653         * gst-libs/gst/utils/install-plugins.c:
9654         * gst-libs/gst/utils/install-plugins.h:
9655         * gst-libs/gst/utils/missing-plugins.c:
9656         * gst-libs/gst/utils/missing-plugins.h:
9657         * gst-plugins-base.spec.in:
9658         * gst/playback/Makefile.am:
9659         * gst/playback/gstdecodebin.c:
9660         * gst/playback/gstdecodebin2.c:
9661         * gst/playback/gstplaybasebin.c: (setup_subtitle),
9662         (gen_source_element):
9663         * gst/playback/gstplaybin.c: (plugin_init):
9664         * tests/check/Makefile.am:
9665         * tests/check/libs/pbutils.c: (GST_START_TEST),
9666         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
9667         * tests/check/libs/utils.c:
9668           rename utils to pbutils
9669
9670 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
9671
9672         * docs/plugins/Makefile.am:
9673         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9674         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9675         * docs/plugins/inspect/plugin-decodebin2.xml:
9676         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
9677         Add documentation for decodebin2 that indicates that the API
9678         is still unstable.
9679
9680 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
9681
9682         * configure.ac:
9683         Update to 0.10.11.2 (0.10.12 pre-release)
9684
9685 2007-03-01  Wim Taymans  <wim@fluendo.com>
9686
9687         * gst-libs/gst/audio/gstbaseaudiosink.c:
9688         (gst_base_audio_sink_async_play):
9689         base time is irrelevant here.
9690
9691 2007-03-01  Wim Taymans  <wim@fluendo.com>
9692
9693         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
9694         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
9695         Improve debugging.
9696
9697         * gst-libs/gst/audio/gstbaseaudiosink.c:
9698         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
9699         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
9700         Improve latency and clock slaving calculations.
9701         Improve slave clock calibration.
9702
9703         * gst-libs/gst/audio/gstringbuffer.c:
9704         (gst_ring_buffer_commit_full):
9705         When we are asked to render N sample to 0 bytes, return N.
9706
9707 2007-03-01  Wim Taymans  <wim@fluendo.com>
9708
9709         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
9710         (gst_alsasink_write), (gst_alsasink_reset):
9711         * ext/alsa/gstalsasink.h:
9712         Remove unused dispose function.
9713         Rename lock to not interfere with alsasrc lock.
9714
9715         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
9716         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
9717         (gst_alsasrc_read), (gst_alsasrc_reset):
9718         * ext/alsa/gstalsasrc.h:
9719         Implement finalize function.
9720         Use lock to protect alsa access.
9721         Implement _reset.
9722         Fine tune sw params.
9723
9724 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9725
9726         * configure.ac:
9727           Convert to new AG_GST style.
9728
9729 2007-02-28  Wim Taymans  <wim@fluendo.com>
9730
9731         Patch by: Ed Catmur <ed at catmur dot co dot uk>
9732
9733         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
9734         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
9735         Fix race condition when rapidly switching visualisations in playbin.
9736         Fixes #401029.
9737
9738 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
9739
9740         * tests/check/Makefile.am:
9741         Include local stuff before system installed things in LDFLAGS and
9742         CFLAGS.
9743
9744 2007-02-28  Wim Taymans  <wim@fluendo.com>
9745
9746         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
9747         Improve debugging.
9748
9749 2007-02-28  Wim Taymans  <wim@fluendo.com>
9750
9751         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
9752         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
9753         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
9754         Fix duration and timestamping, taking latency into account.
9755         Implement latency query.
9756
9757 2007-02-28  Wim Taymans  <wim@fluendo.com>
9758
9759         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
9760         (gst_audio_clock_new):
9761         Fix clock name.
9762
9763         * gst-libs/gst/audio/gstbaseaudiosink.c:
9764         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
9765         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
9766         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
9767         (gst_base_audio_src_create):
9768         Improve latency query code.
9769         Use proper clock names.
9770
9771 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9772
9773         * tests/check/generic/states.c: (GST_START_TEST):
9774           Copy the states.c test from core again
9775         * tests/check/Makefile.am:
9776           ignore cdio and cdparanoiasrc
9777
9778 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
9779
9780         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9781         (double_hq), (audio_convert_get_func_index), (check_default),
9782         (audio_convert_prepare_context), (audio_convert_convert):
9783           Also make valgrind happy and avoid copying data in some cases.
9784
9785 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
9786
9787         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9788         (double_hq), (audio_convert_get_func_index),
9789         (audio_convert_prepare_context), (audio_convert_convert):
9790         * gst/audioconvert/gstaudioconvert.c:
9791         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
9792         (gst_audio_convert_transform_caps):
9793         * tests/check/elements/audioconvert.c: (GST_START_TEST),
9794         (audioconvert_suite):
9795           Don't run inplace if that overwrites source data as we go. Add more
9796           tests. Fixes #339837 even more.
9797
9798 2007-02-27  Julien MOUTTE  <julien@moutte.net>
9799
9800         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
9801         (msg_segment_done): Fix various seeking bugs (Slider was not
9802         updating when doing a non flushing seek, Reverse playback 
9803         on segment seek was wrong).
9804
9805 2007-02-26  Wim Taymans  <wim@fluendo.com>
9806
9807         * tests/examples/seek/seek.c: (stop_seek):
9808         When we stop scrubbing, don't leave the pipeline PLAYING when we
9809         requested a PAUSED state.
9810
9811 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
9812
9813         Patch by: René Stadler <mail at renestadler de>
9814
9815         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9816           Parse date strings in vorbis comments that have an invalid (zero)
9817           month or day (#410396).
9818
9819         * tests/check/libs/tag.c: (GST_START_TEST):
9820           Test case for the above.
9821
9822 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
9823
9824         Patch by: Loïc Minier <lool+gnome at via ecp fr>
9825
9826         * configure.ac:
9827         * ext/alsa/Makefile.am:
9828         * gst/audiotestsrc/Makefile.am:
9829           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
9830
9831 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
9832
9833         * gst/playback/gstplaybin.c:
9834           Improve docs: point out that the application needs to assist playbin
9835           with buffering.
9836
9837 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
9838
9839         * gst-libs/gst/utils/install-plugins.c:
9840         * gst-libs/gst/utils/missing-plugins.c:
9841         * tests/check/libs/utils.c: (missing_msg_check_getters):
9842           Change GStreamer marker prefix in detail string from 'gstreamer.net'
9843           to just 'gstreamer'. Document the caps string component of the
9844           decoder/encoder detail a bit better, since not everyone will be
9845           familiar with the GStreamer media type/caps system (but they better
9846           enjoy nested itemized lists).
9847
9848 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
9849
9850         * gst-libs/gst/netbuffer/gstnetbuffer.c:
9851         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
9852           Fix copying of GstNetBuffer (would crash before, or at least lead to
9853           invalid memory access, #410772), for now by copying the GstBuffer copy
9854           code from the core over here so we can copy the GstBuffer fields on a
9855           provided buffer instance (of type GstNetBuffer in this case). Would be
9856           better to fix this with some support by the core though (and in the long
9857           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
9858
9859         * tests/check/Makefile.am:
9860           Enable unit test for GstNetBuffer.
9861
9862 2007-02-22  Andy Wingo  <wingo@pobox.com>
9863
9864         * gst-libs/gst/audio/gstbaseaudiosink.c
9865         (gst_base_audio_sink_init): Disable pull-mode activation until we
9866         figure out how to make audio sinks go to PLAYING.
9867
9868 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
9869
9870         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9871         (double_hq), (audio_convert_get_func_index),
9872         (audio_convert_prepare_context), (audio_convert_convert):
9873         * gst/audioconvert/audioconvert.h:
9874         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
9875         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
9876         * gst/audioconvert/gstchannelmix.h:
9877         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9878           Add float as an intermediate format, as well as float mixing. Enable
9879           test that was failing before. Fixes #339837
9880
9881 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
9882
9883         * tests/examples/seek/seek.c: (do_seek):
9884         Undo the previous commit: -1 as a stop time implies that the stop
9885         time is the end of file, clearing any previously configured segment.
9886
9887 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
9888
9889         * tests/examples/seek/seek.c: (do_seek):
9890         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
9891
9892 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
9893
9894         * gst/volume/gstvolume.c: (volume_process_int16),
9895         (volume_process_int16_clamp), (volume_set_caps):
9896           Unbreak volume, value remains gint.
9897
9898 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
9899
9900         * gst/volume/gstvolume.c: (volume_choose_func),
9901         (volume_update_real_volume), (gst_volume_set_volume),
9902         (gst_volume_init), (volume_process_double), (volume_process_float),
9903         (volume_process_int16), (volume_process_int16_clamp),
9904         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
9905         * gst/volume/gstvolume.h:
9906           Extend float audio support (double) and some int->uint cleanups.
9907
9908 2007-02-20  Edward Hervey  <edward@fluendo.com>
9909
9910         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
9911         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
9912         (sort_end_pads), (gst_decode_group_expose),
9913         (gst_decode_group_hide):
9914         Don't free groups from the streaming threads. Just put them aside and
9915         free them in dispose.
9916
9917 2007-02-20  Edward Hervey  <edward@fluendo.com>
9918
9919         * gst/playback/gstdecodebin2.c: (connect_element),
9920         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
9921         (sort_end_pads), (gst_decode_group_expose):
9922         Handle dynamic pads within groups.
9923         Sort pads before exposing them in order to make playbin happy.
9924         There still is a race with the multiqueue filling up. This should be
9925         solved separately.
9926         Fixes #398721
9927
9928 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
9929
9930         * gst-libs/gst/utils/base-utils.c:
9931         * gst-libs/gst/utils/descriptions.c:
9932         * gst-libs/gst/utils/install-plugins.c:
9933         * gst-libs/gst/utils/missing-plugins.c:
9934           Some more docs (and descriptions for two subtitle formats).
9935
9936 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
9937
9938         * gst-libs/gst/audio/audio.c:
9939           Fix documentation.
9940
9941 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
9942
9943         Patch by: Yves Lefebvre  <ivanohe abacom com>
9944
9945         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
9946           Don't leak caps. Fixes #408278.
9947
9948 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
9949
9950         * ext/cdparanoia/gstcdparanoiasrc.h:
9951         * ext/ogg/gstoggdemux.h:
9952         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
9953         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
9954         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
9955         * gst-libs/gst/audio/audio.h:
9956         * gst-libs/gst/audio/gstaudiofilter.h:
9957         * gst-libs/gst/interfaces/videoorientation.h:
9958         * gst/adder/gstadder.h:
9959           More docs coverage and some ChangeLog surgery (add missing names)
9960
9961 2007-02-15  Wim Taymans  <wim@fluendo.com>
9962
9963         * sys/ximage/ximagesink.c:
9964         (gst_ximagesink_calculate_pixel_aspect_ratio):
9965         * sys/xvimage/xvimagesink.c:
9966         (gst_xvimagesink_calculate_pixel_aspect_ratio):
9967         Small constifications.
9968
9969 2007-02-15  Wim Taymans  <wim@fluendo.com>
9970
9971         * gst-libs/gst/audio/gstbaseaudiosink.c:
9972         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
9973         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
9974         (gst_base_audio_sink_async_play),
9975         (gst_base_audio_sink_change_state):
9976         Answer latency query.
9977         Use configured latency when syncing.
9978         Fix clock slaving.
9979
9980         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9981         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
9982         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
9983         Fix possible memleak.
9984         Implement latency query.
9985         Small cleanups.
9986
9987 2007-02-15  Wim Taymans  <wim@fluendo.com>
9988
9989         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
9990         Ignore errors in reset, these are not fatal. They also grab the element
9991         lock which is already taking when this function is called. Fixes
9992         #405451.
9993
9994 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
9995
9996         * configure.ac:
9997           Remove 'tests/examples/xerror/Makefile' from output files again.
9998
9999 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10000
10001         * configure.ac:
10002         * docs/plugins/Makefile.am:
10003           Also crossref against gst-plugins-base-libs.
10004
10005 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10006
10007         * configure.ac:
10008         * docs/libs/Makefile.am:
10009         * docs/plugins/Makefile.am:
10010           Add crossreferences to glib/gobject/gstream docs.
10011
10012         * gst-libs/gst/audio/audio.h:
10013           Source formatting.
10014
10015         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
10016           Add own debug category.
10017
10018 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10019
10020         Patch by: René Stadler <mail at renestadler de>
10021
10022         * gst-libs/gst/tag/gstvorbistag.c:
10023           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
10024           (#403597).
10025
10026 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10027
10028         * gst/playback/gstplaybasebin.c: (setup_source):
10029           When we have external subtitles and wait for the subtitle decodebin
10030           to get up and running, we set up a (sync) bus handler for the
10031           subtitle decodebin, so we can stop waiting when it posts an error
10032           message. However, we should do that before we set the subtitle
10033           decodebin's state to playing, otherwise things are racy and we might
10034           miss error messages posted before we had a chance to set up the bus.
10035           This should finally fix totem hanging on .txt pseudo-subtitle files.
10036           
10037 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
10038
10039         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
10040           Use gst_gdouble_to_guint64 for conversions.
10041         * win32/common/config.h.in:
10042           Add a define for GST_INSTALL_PLUGINS_HELPER
10043         * win32/common/libgstaudio.def:
10044         * win32/common/libgstcdda.def:
10045         * win32/common/libgstnetbuffer.def:
10046         * win32/common/libgstrtp.def:
10047         * win32/common/libgutils.def:
10048           Add new exported functions.
10049         * win32/vs6/gst_plugins_base.dsw:
10050         * win32/vs6/libgstdecodebin.dsp:
10051         * win32/vs6/libgstnetbuffer.dsp:
10052         * win32/vs6/libgstplaybin.dsp:
10053         * win32/vs6/libgstrtp.dsp:
10054         * win32/vs6/libgstvorbis.dsp:
10055         * win32/vs6/libgstcdda.dsp:
10056         * win32/vs6/libgstgdp.dsp:
10057         * win32/vs6/libgstutils.dsp:
10058           Update and add new project files.
10059
10060 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10061
10062         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
10063         (subrip_remove_unhandled_tags), (parse_subrip):
10064           For SubRip (.srt) subtitles, ignore all markup tags we don't
10065           handle (like font tags, for example).
10066
10067         * tests/check/elements/subparse.c:
10068           Add test for this.
10069
10070 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10071
10072         * gst/playback/gstdecodebin.c: (add_fakesink),
10073         (gst_decode_bin_change_state):
10074         * gst/playback/gstdecodebin2.c: (add_fakesink),
10075         (gst_decode_bin_change_state):
10076           Don't error out if there is no fakesink in the NULL to READY state
10077           change, since when decodebin is re-used, we're only adding the
10078           fakesink element in READY to PAUSED.
10079
10080         * tests/check/elements/decodebin.c:
10081         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
10082         (decodebin_suite):
10083           Minimal unit test to make sure we can use the same decodebin
10084           instance twice (at least with audiotestsrc input).
10085
10086 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10087
10088         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
10089           Try to get devic-name from device string first, and from handle only
10090           as fallback (seems to yield better results and is more robust
10091           against buggy probing code on the application side).
10092
10093 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
10094
10095         Based on patch by: Julien Puydt <julien.puydt at laposte net>
10096
10097         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
10098         (gst_alsa_find_device_name):
10099         * ext/alsa/gstalsa.h:
10100         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
10101         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
10102           Improve device-name detection a bit, especially in the case where
10103           the device is not actually open (#405020, #405024). Move common code
10104           into gstalsa.c instead of duplicating it.
10105
10106 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10107
10108         * gst/audioconvert/gstaudioconvert.c:
10109           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
10110
10111 2007-02-06  Julien MOUTTE  <julien@moutte.net>
10112
10113         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
10114         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
10115         (gst_xvimagesink_interface_supported),
10116         (gst_xvimagesink_probe_get_properties),
10117         (gst_xvimagesink_probe_probe_property),
10118         (gst_xvimagesink_probe_needs_probe),
10119         (gst_xvimagesink_probe_get_values),
10120         (gst_xvimagesink_property_probe_interface_init),
10121         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10122         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
10123         (gst_xvimagesink_get_type):
10124         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
10125         for XVAdaptors so that one can choose the adaptor to use with 
10126         gstreamer-properties.
10127
10128 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
10129
10130         * gst/audioconvert/gstaudioconvert.c:
10131           Also mention that a conversion from double to float is suboptimal still.
10132
10133 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10134
10135         * gst-libs/gst/audio/gstaudiofilter.c:
10136         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
10137           Clear our formats structure and free the caps contained in it when
10138           shutting down.
10139
10140 2007-02-05  Andy Wingo  <wingo@pobox.com>
10141
10142         * gst-libs/gst/audio/gstbaseaudiosink.c
10143         (gst_base_audio_sink_callback): Update basesink->offset so that we
10144         pull monotonically increasing offsets instead of, um, seeking back
10145         to 0 each time. Fixes alsasrc ! alsasink!
10146
10147 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10148
10149         * gst/videoscale/gstvideoscale.c:
10150           A width and height of 1 makes us crash, so increase minimum size to
10151           2x2 pixels until someone feels like fixing this (#404512).
10152
10153 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10154
10155         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
10156           Add small test to make sure request pads are cleaned up properly
10157           even if oggmux never changes state out of NULL.
10158
10159 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10160
10161         * tests/check/libs/utils.c: (GST_START_TEST):
10162           Fix unit test. Turns out things work much better when you
10163           NULL-terminate string arrays. Should make p5 build bot happy again.
10164
10165 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10166
10167         * gst-libs/gst/audio/Makefile.am:
10168         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10169         (gst_audio_filter_template_base_init),
10170         (gst_audio_filter_template_class_init),
10171         (gst_audio_filter_template_init),
10172         (gst_audio_filter_template_set_property),
10173         (gst_audio_filter_template_get_property),
10174         (gst_audio_filter_template_setup),
10175         (gst_audio_filter_template_filter),
10176         (gst_audio_filter_template_filter_inplace), (plugin_init):
10177           Oops, forgot to commit fixed-up example.
10178
10179 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10180
10181         * docs/libs/gst-plugins-base-libs-sections.txt:
10182         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
10183         (gst_audio_filter_class_init), (gst_audio_filter_init),
10184         (gst_audio_filter_set_caps),
10185         (gst_audio_filter_class_add_pad_templates):
10186         * gst-libs/gst/audio/gstaudiofilter.h:
10187           Port GstAudioFilter to 0.10. This change technically breaks
10188           API and ABI (and thus also every library developer's heart),
10189           but seems justifiable on the grounds that the base class was
10190           completely unusable before (ie. would crash immediately when
10191           actually used). Fixes #403963 (and eventually also #403572).
10192           Also document all of this a bit.
10193
10194 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10195
10196         * gst-libs/gst/utils/install-plugins.c:
10197         (gst_install_plugins_spawn_child):
10198         * tests/check/libs/utils.c:
10199         (test_base_utils_install_plugins_do_callout):
10200           Lowering log level to see why things fail on the p5 build bot;
10201           fix some typos in unit test messages.
10202
10203 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10204
10205         * tests/check/libs/utils.c:
10206         (test_base_utils_install_plugins_do_callout):
10207           Don't hard-code temp directory for test helper; use GLib functions
10208           to write out file and do error checking etc.
10209
10210 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10211
10212         * gst-libs/gst/utils/Makefile.am:
10213         * gst-libs/gst/utils/base-utils.h:
10214         * gst-libs/gst/utils/install-plugins.c:
10215         (gst_install_plugins_context_set_xid),
10216         (gst_install_plugins_context_new),
10217         (gst_install_plugins_context_free),
10218         (gst_install_plugins_get_helper),
10219         (gst_install_plugins_spawn_child),
10220         (gst_install_plugins_return_from_status),
10221         (gst_install_plugins_installer_exited),
10222         (gst_install_plugins_async), (gst_install_plugins_sync),
10223         (gst_install_plugins_return_get_name),
10224         (gst_install_plugins_installation_in_progress):
10225         * gst-libs/gst/utils/install-plugins.h:
10226           API: add API for applications to initiate installation of missing
10227           plugins, ie. gst_install_plugins_async() primarily.
10228           Based on libgimme-codec by Ryan Lortie.
10229
10230         * configure.ac:
10231           Add --with-install-plugins-helper configure option so distros can specify
10232           the path of the helper script or program to call when plugin installation
10233           is requested (distros: please do any argument munging in this helper
10234           script instead of patching GStreamer to pass arguments differently
10235           to another program directly).
10236
10237         * docs/libs/gst-plugins-base-libs-docs.sgml:
10238         * docs/libs/gst-plugins-base-libs-sections.txt:
10239           Build and document new API.
10240
10241         * tests/check/libs/utils.c: (result_cb),
10242         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
10243         (libgstbaseutils_suite):
10244           Some simple checks for the new API.
10245
10246 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10247
10248         * tests/check/elements/audioconvert.c: (test_float_conversion):
10249           Add small test for 32bit float <=> 64bit float conversion (works
10250           only one way so far, 32=>64 produces structured noise).
10251
10252 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10253
10254         * gst/audioconvert/gstaudioconvert.c:
10255         (set_structure_widths_32_and_64), (make_lossless_changes):
10256           We don't support floats with a width of 40, 48 or 56 bits.
10257
10258 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
10259
10260         * gst/audioconvert/audioconvert.c: (float), (double),
10261         (audio_convert_get_func_index):
10262         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
10263         (make_lossless_changes):
10264           Support for 64-bit float audio in audioconvert (#339837)
10265
10266 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10267
10268         Patch by: Holger Wansing  <linux wansing-online de>
10269
10270         * po/LINGUAS:
10271         * po/de.po:
10272           Add German translation (#352069).
10273
10274 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
10275
10276         reviewed by: Wim Taymans <wim@fluendo.com>
10277
10278         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
10279         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
10280         Use newly added GstCollectPads API to free the allocated resources in
10281         the GstOggPad structures (#402393).
10282
10283 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
10284
10285         * gst/playback/gstplaybin.c: (gen_vis_element):
10286           Add audioresample+audioconvert in front of the visualisation
10287           element, so that elements like libvisual 0.4 that don't support all
10288           samplerates can work.
10289
10290           Fixes: #402505
10291
10292 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
10293
10294         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
10295         (gst_play_base_bin_get_streaminfo_value_array):
10296           Take some locks and make a copy of the streaminfo value array we
10297           maintain while holding the lock, so that the application can
10298           retrieve the stream-info as a value array in a thread-safe way.
10299
10300 2007-01-30  Wim Taymans  <wim@fluendo.com>
10301
10302         * gst/audioconvert/gstaudioconvert.c:
10303         Don't fail on 0 sized buffers. Fixes #396835.
10304
10305 2007-01-29  David Schleef  <ds@schleef.org>
10306
10307         * gst/typefind/gsttypefindfunctions.c:
10308           Detect BBCD as video/x-dirac, so we can play raw dirac
10309           streams.
10310
10311 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
10312
10313         * ext/theora/theoraenc.c: (theora_enc_chain):
10314           Check return value of theora_encode_header(), or we might try to
10315           allocate a random number of bytes. theora_encode_header() can fail
10316           if libtheora has been compiled with encoding support disabled.
10317           Fixes #398110.
10318
10319 2007-01-29  Wim Taymans  <wim@fluendo.com>
10320
10321         * tests/check/gst/.cvsignore:
10322         Do as buildbot says.
10323
10324 2007-01-29  Wim Taymans  <wim@fluendo.com>
10325
10326         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
10327         Fix strides in libvisual. Gst uses X strides.
10328         Inspired by: <ed at catmur dot co dot uk> and 
10329         <tim at centricular dot net>
10330         Fixes #401118.
10331
10332 2007-01-27  Wim Taymans  <wim@fluendo.com>
10333
10334         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
10335         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10336         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
10337         (gst_ogg_demux_perform_seek),
10338         (gst_ogg_demux_bisect_forward_serialno),
10339         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10340         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
10341         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
10342         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
10343         * ext/ogg/gstoggdemux.h:
10344         Properly propagate streaming errors when we are scanning the file for
10345         chains so that we don't crash when shut down. Might fix some crashers
10346         when quickly switching oggs in RB such as #332503 and #378436.
10347
10348 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
10349
10350         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
10351           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
10352           error code as well.
10353
10354 2007-01-25  Wim Taymans  <wim@fluendo.com>
10355
10356         * gst/playback/gstplaybasebin.c: (remove_source):
10357         Don't try to disconnect a signal from a finalized object.
10358
10359 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10360
10361         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
10362           Cast lock macro parameters to make sure we're actually accessing the
10363           lock member at the right class level. Free list itself in _dispose()
10364           as well and NULL it in case dispose gets called multiple times.
10365
10366 2007-01-25  Edward Hervey  <edward@fluendo.com>
10367
10368         * gst/playback/gstdecodebin2.c:
10369         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
10370         Free GstDecodeGroups no longer used.
10371         (gst_decode_group_expose):
10372         Don't unlock too many times !
10373         (deactivate_free_recursive):
10374         Free iterator once we're done with it.
10375         Fix for recursively deactivating elements (stop at ghostpads).
10376
10377 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10378
10379         * gst/playback/gstplaybin.c: (handoff):
10380           Fix up caps on the frame buffer before we save it and potentially
10381           make it accessible to other threads via g_object_get; also use
10382           gst_buffer_replace() instead of gst_mini_object_replace().
10383
10384 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10385
10386         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
10387           Make getting the current frame thread-safe.
10388
10389 2007-01-25  Edward Hervey  <edward@fluendo.com>
10390
10391         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
10392         (gst_decode_group_new), (gst_decode_group_free):
10393         Set queues to bigger sizes to cope with HD contents.
10394         Fix some mutex freeing and add comment about MT safe methods.
10395
10396 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
10397
10398         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
10399         (gst_text_overlay_text_event):
10400           Don't unnecessarily ref (and then leak) upstream events if the text
10401           pad is not linked. Fixes #399948.
10402
10403         * tests/check/gst-plugins-base.supp:
10404           Add suppression for pango on edgy/x86 for textoverlay test.
10405
10406 2007-01-24  Wim Taymans  <wim@fluendo.com>
10407
10408         * gst-libs/gst/rtp/gstrtpbuffer.h:
10409         Add some more fixed payloads.
10410
10411 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10412
10413         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10414           Error out properly if we get an error from libogg while reading the
10415           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
10416
10417 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10418
10419         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
10420           Don't leak mutex.
10421
10422         * tests/check/elements/playbin.c:
10423         (test_sink_usage_video_only_stream),
10424         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
10425         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
10426         (test_missing_suburisource_handler),
10427         (test_missing_primary_decoder), (playbin_suite):
10428           Run all tests once with decodebin and once with decodebin2.
10429           One test does not pass yet with decodebin2.
10430
10431 2007-01-23  Edward Hervey  <edward@fluendo.com>
10432
10433         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
10434         Fix the cases where oggmux doesn't properly figure out that all
10435         sinkpads have gone EOS, and therefore doesn't push out the remaining
10436         buffers and the final EOS event.
10437         Fixes #363379
10438
10439 2007-01-23  Julien MOUTTE  <julien@moutte.net>
10440
10441         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10442         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10443         Don't lock on navigation event push, just on keysym to string.
10444         Fixes #397673 again.
10445
10446 2007-01-22  Edward Hervey  <edward@fluendo.com>
10447
10448         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
10449         (get_current_group), (group_demuxer_event_probe),
10450         (gst_decode_group_expose), (deactivate_free_recursive),
10451         (gst_decode_group_free):
10452         Cleanups.
10453         Don't forget to emit 'no-more-pads' once a group is exposed.
10454         Cleanup elements from a DecodeGroup once we remove it.
10455         Protect call to gst_decode_group_expose() with the decodebin lock.
10456
10457 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10458
10459         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10460         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10461         Looking at Xorg code i can't figure out if that XKeysymToString
10462         function is thread sensible or not. Lock it just in case as
10463         recommended by Radek Doulik <rodo at ximian dot com>.
10464
10465 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10466
10467         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10468         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10469         Lock that X Call as well. Fixes #397673.
10470
10471 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10472
10473         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
10474           Don't go into an endless loop if the file starts with 00 00 01 2X,
10475           like quicktime redirect files might. Fixes #396042.
10476
10477         * tests/check/Makefile.am:
10478         * tests/check/gst/.cvsignore:
10479         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
10480         (typefindfunctions_suite):
10481           Add unit test for the above.
10482
10483 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10484
10485         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10486           On second thought, use "depth" field rather than "bpp" field.
10487
10488 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10489
10490         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10491           Camtasia caps apparently need a bpp field (#398875).
10492
10493 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10494
10495         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10496         (gen_source_element), (gst_play_base_bin_change_state):
10497           Attempt at a better error message in case we don't have the required
10498           URI handler installed; post missing-plugin message also when we're
10499           missing an URI handler for the subtitle URI; clean up properly also
10500           when an error occurs and we never made it to PAUSED state.
10501
10502         * tests/check/elements/playbin.c: (GST_START_TEST),
10503         (playbin_suite):
10504           Check that we're also getting a missing-plugin messsage for a
10505           missing subtitle URI handler (and clean up properly).
10506
10507 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10508
10509         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
10510           Plug a few reference leaks.
10511
10512 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10513
10514         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10515           Lower probability a bit if the marker isn't right at the start,
10516           to decrease the chance of false positives.
10517
10518 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10519
10520         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10521           Small mpeg2 system stream typefinding improvement: make typefinder
10522           probe a bit into the stream instead of just looking for a marker
10523           at the beginning. Fixes #397810.
10524
10525 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
10526
10527         * gst/audioconvert/gstchannelmix.c:
10528           Remove compatibility cruft for prehistoric GLib versions.
10529
10530 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
10531
10532         * gst/playback/Makefile.am:
10533         * gst/playback/gstdecodebin.c: (close_pad_link):
10534         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
10535         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10536         (gst_play_base_bin_handle_message_func), (unknown_type):
10537           Let decodebin be the element to post missing-plugin messages for
10538           missing decoders (rather than playbin); make playbin implement
10539           GstBin::handle_message so we can suppress missing-plugin messages
10540           for types we're not handling on purpose (don't want to bring up an
10541           installer in those cases).
10542
10543 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
10544
10545         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10546         * gst-libs/gst/tag/gstvorbistag.c:
10547         (gst_tag_list_to_vorbiscomment_buffer):
10548         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
10549           Fix potentially unaligned access (#397207).
10550
10551 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10552
10553         * tests/examples/seek/seek.c: (set_scale), (update_scale),
10554         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
10555         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
10556         (main):
10557           Allow to toggle looping while it plays. Fix callback prototype. Clean
10558           up code a bit more. Add copyright header.
10559
10560 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10561
10562         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
10563           Red and blue mask was swapped (spotted by Dan Williams).
10564
10565 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
10566
10567         * gst-libs/gst/tag/gstid3tag.c:
10568         * gst-libs/gst/tag/gstvorbistag.c:
10569           Use new beats-per-minute tag from core.
10570
10571 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
10572
10573         * po/POTFILES.in:
10574           Add new files with translatable strings, so they actually make it
10575           into the template file one day.
10576
10577 2007-01-12  Andy Wingo  <wingo@pobox.com>
10578
10579         * gst-libs/gst/audio/gstbaseaudiosink.c
10580         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
10581         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
10582         stuff, as the base class handles this now. Actually tell the ring
10583         buffer to start.
10584         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
10585         How did this work before? Maybe I'm not as awesome a programmer as
10586         I think.
10587
10588         * gst-libs/gst/audio/gstbaseaudiosrc.c
10589         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
10590         of a pad function.
10591
10592 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10593
10594         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
10595           Remove more fields so that the application can better blacklist
10596           formats that have been tried before.
10597
10598 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10599
10600         * gst-libs/gst/audio/mixerutils.h:
10601           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
10602           used when compiling with c++ compilers as well.
10603
10604 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10605
10606         * gst/typefind/gsttypefindfunctions.c:
10607           Fix comment.
10608
10609 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
10610
10611         * gst/playback/gstplaybin.c: (post_missing_element_message),
10612         (gen_video_element), (gen_text_element), (gen_audio_element),
10613         (gen_vis_element):
10614           Post missing-plugin messages also when we error out because
10615           converters, textoverlay or auto*sinks are missing (#161922).
10616
10617 2007-01-10  Wim Taymans  <wim@fluendo.com>
10618
10619         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
10620         (is_demuxer_element), (new_caps):
10621         * gst/playback/gstplaybasebin.c: (source_new_pad):
10622         Fix the case where we try to ref a NULL element when we delay a link
10623         because of unfixed caps.
10624         Set the state of autoplugged decodebins to PAUSED.
10625         RTSP now works in playbin, we can remove it from the blacklist.
10626
10627 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10628
10629         * gst/playback/Makefile.am:
10630         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
10631         (unknown_type), (setup_subtitle), (gen_source_element):
10632         * gst/playback/gstplaybin.c: (plugin_init):
10633           Post missing-plugin messages on the bus for missing sources and
10634           missing decoders/demuxers/depayloaders; fix error code used when
10635           we're missing an URI handler source; for media types that we are not
10636           handling on purpose at the moment, don't print "don't know how to
10637           handle xyz" messages to the terminal or post missing-plugin
10638           messages on the bus.
10639
10640         * tests/check/elements/playbin.c: (create_playbin),
10641         (GST_START_TEST), (gst_codec_src_uri_get_type),
10642         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
10643         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
10644         (gst_codec_src_init_type), (gst_codec_src_base_init),
10645         (gst_codec_src_create), (gst_codec_src_class_init),
10646         (gst_codec_src_init), (plugin_init), (playbin_suite):
10647           Add some tests for the missing-plugin stuff.
10648
10649 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10650
10651         * configure.ac:
10652         * gst-libs/gst/Makefile.am:
10653         * gst-libs/gst/utils/Makefile.am:
10654         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
10655         * gst-libs/gst/utils/base-utils.h:
10656         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
10657         (find_format_info), (caps_are_rtp_caps),
10658         (gst_base_utils_get_source_description),
10659         (gst_base_utils_get_sink_description),
10660         (gst_base_utils_get_decoder_description),
10661         (gst_base_utils_get_encoder_description),
10662         (gst_base_utils_get_element_description),
10663         (gst_base_utils_add_codec_description_to_tag_list),
10664         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
10665         * gst-libs/gst/utils/descriptions.h:
10666         * gst-libs/gst/utils/missing-plugins.c:
10667         (missing_structure_get_type), (copy_and_clean_caps),
10668         (gst_missing_uri_source_message_new),
10669         (gst_missing_uri_sink_message_new),
10670         (gst_missing_element_message_new),
10671         (gst_missing_decoder_message_new),
10672         (gst_missing_encoder_message_new),
10673         (missing_structure_get_string_detail),
10674         (missing_structure_get_caps_detail),
10675         (gst_missing_plugin_message_get_installer_detail),
10676         (gst_missing_plugin_message_get_description),
10677         (gst_is_missing_plugin_message):
10678         * gst-libs/gst/utils/missing-plugins.h:
10679           API: add new libgstbaseutils library with functions
10680           - to create and parse missing-plugins messages
10681           - that provide (translated) descriptions for caps/decoders/sources/etc.
10682           Closes #392393.
10683
10684         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10685         * pkgconfig/gstreamer-plugins-base.pc.in:
10686           Add new lib.
10687
10688         * docs/libs/gst-plugins-base-libs-docs.sgml:
10689         * docs/libs/gst-plugins-base-libs-sections.txt:
10690           Generate docs for new lib and API.
10691
10692         * tests/check/Makefile.am:
10693         * tests/check/libs/.cvsignore:
10694         * tests/check/libs/utils.c: (missing_msg_check_getters),
10695         (GST_START_TEST), (libgstbaseutils_suite):
10696           Add some basic unit tests.
10697
10698 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10699
10700         * ext/ogg/Makefile.am:
10701           Dist gstoggdemux.h to fix 'make distcheck'.
10702
10703         * sys/v4l/Makefile.am:
10704           Fix 'make distcheck' even more.
10705
10706 2007-01-09  Wim Taymans  <wim@fluendo.com>
10707
10708         * docs/plugins/Makefile.am:
10709         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10710         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10711         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
10712         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
10713         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
10714         (gst_ogg_demux_perform_seek):
10715         * ext/ogg/gstoggdemux.h:
10716         Added docs.
10717         Add some more comments.
10718         Small cleanups.
10719
10720 2007-01-09  Wim Taymans  <wim@fluendo.com>
10721
10722         * ext/theora/theoradec.c:
10723         * ext/vorbis/vorbisdec.c:
10724         * gst-libs/gst/audio/gstringbuffer.c:
10725         (gst_ring_buffer_commit_full):
10726         * gst-libs/gst/audio/gstringbuffer.h:
10727         * gst-libs/gst/rtp/gstrtpbuffer.c:
10728         * gst-libs/gst/tag/gstvorbistag.c:
10729         Small documentation updates/fixes
10730
10731 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10732
10733         * configure.ac:
10734           Require core CVS HEAD for Andy's basesrc/sink API additions.
10735
10736 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10737
10738         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
10739
10740         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
10741         (plugin_init):
10742           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
10743           on flac.sf.net (there appear to be other versions of the first
10744           ogg page in the wild) (#391365).
10745
10746 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10747
10748         * configure.ac:
10749           Check if localtime_r() is available.
10750
10751         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
10752           If localtime_r() is not available, fall back to localtime(). Should
10753           fix build on MingW (#393310).
10754
10755 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10756
10757         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10758         * gst/subparse/gstsubparse.h:
10759           Remove spurious 1000 subtrahend when calculating the timestamp from
10760           the frame number and the frame rate . Also, use the frames/second
10761           value specified in the first line of the file, if one is specified
10762           there. Should fix #357503.
10763
10764         * tests/check/elements/subparse.c: (do_test),
10765         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
10766         (subparse_suite):
10767           Add some basic unit tests for the microdvd subtitle format.
10768
10769 2007-01-07  Julien MOUTTE  <julien@moutte.net>
10770
10771         Patch by: Young-Ho Cha <ganadist at chollian dot net>
10772
10773         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10774         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
10775         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
10776         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
10777         (gst_xvimagesink_set_xwindow_id),
10778         (gst_xvimagesink_set_event_handling),
10779         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10780         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10781         Fixes: #390076.
10782         Add an adaptor property to select a specific XV adaptor.
10783         * sys/xvimage/xvimagesink.h:
10784
10785 2007-01-07  Julien MOUTTE  <julien@moutte.net>
10786
10787         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10788         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
10789         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
10790         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
10791         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
10792         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
10793         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10794         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
10795         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
10796         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
10797         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
10798         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
10799         Use flow_lock much more to protect every access to xwindow.
10800         Try to catch erros while creating images in case some drivers are
10801         just generating an XError when the requested image is too big.
10802         Should fix : #354698, #384008, #384060.
10803         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
10804         Implement some stress testing of setting window xid.
10805
10806 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
10807
10808         * win32/common/libgsaudio.def:
10809           Add new exported function.
10810         * win32/common/libgstogg.dsp:
10811           Add gstoggaviparse.c to the build.
10812         * win32/common/libgstvideoscale.dsp:
10813           Add vs_4tap.c to the build.
10814         * win32/common/libgstvorbis.dsp:
10815           Add vorbistag.c to the build.
10816         
10817 2007-01-06  Andy Wingo  <wingo@pobox.com>
10818
10819         * gst-libs/gst/audio/gstbaseaudiosink.c
10820         (gst_base_audio_sink_class_init)
10821         (gst_base_audio_sink_init): 
10822         (gst_base_audio_sink_activate_pull): Add an activate_pull function
10823         to baseaudiosink, and tell basesink that we can work in pull mode.
10824         This way the ring buffer thread drives the pipeline directly, if
10825         pull mode is possible. There is some lingering nastiness regarding
10826         capsnego, however.
10827         (gst_base_audio_sink_callback): Implement the callback to pull
10828         data. This interface is a bit light, though -- it should get a
10829         GstFlowReturn return value at least.
10830
10831 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10832
10833         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
10834         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10835         * gst/playback/gstdecodebin2.c:
10836         (gst_decode_group_check_if_blocked):
10837           Printf format and missing argument fixes.
10838
10839 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
10840
10841         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
10842         (gst_ogm_parse_change_state):
10843         Activate pads before adding them to the element.
10844
10845 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10846
10847         * tests/examples/seek/scrubby.c: (main):
10848         * tests/examples/seek/seek.c: (main):
10849           Call g_thread_init() first thing in main() (see #391278).
10850
10851 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10852
10853         * tests/check/Makefile.am:
10854         * tests/check/libs/.cvsignore:
10855         * tests/check/libs/netbuffer.c: (GST_START_TEST),
10856         (netbuffer_suite):
10857           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
10858           for the time being, since it's broken, see #393099.
10859
10860 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10861
10862         * tests/check/Makefile.am:
10863           Update to use GST_PLUGINS_BASE_CFLAGS as well.
10864
10865 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10866
10867         * configure.ac:
10868           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
10869           so that GST_BASE_CFLAGS can go inbetween them, making sure
10870           we use uninstalled gst-libs headers
10871         * docs/libs/Makefile.am:
10872         * ext/alsa/Makefile.am:
10873         * ext/cdparanoia/Makefile.am:
10874         * ext/gnomevfs/Makefile.am:
10875         * ext/libvisual/Makefile.am:
10876         * ext/ogg/Makefile.am:
10877         * ext/theora/Makefile.am:
10878         * ext/vorbis/Makefile.am:
10879         * gst-libs/gst/audio/Makefile.am:
10880         * gst-libs/gst/cdda/Makefile.am:
10881         * gst-libs/gst/interfaces/Makefile.am:
10882         * gst-libs/gst/riff/Makefile.am:
10883         * gst-libs/gst/rtp/Makefile.am:
10884         * gst-libs/gst/tag/Makefile.am:
10885         * gst/adder/Makefile.am:
10886         * gst/audioconvert/Makefile.am:
10887         * gst/audiorate/Makefile.am:
10888         * gst/audioresample/Makefile.am:
10889         * gst/playback/Makefile.am:
10890         * gst/tcp/Makefile.am:
10891         * gst/videoscale/Makefile.am:
10892         * gst/volume/Makefile.am:
10893         * sys/ximage/Makefile.am:
10894         * sys/xvimage/Makefile.am:
10895         * tests/icles/Makefile.am:
10896           adapt
10897
10898 2007-01-04  Julien MOUTTE  <julien@moutte.net>
10899
10900         * gst-libs/gst/interfaces/xoverlay.c:
10901         (gst_x_overlay_handle_events):
10902         * gst-libs/gst/interfaces/xoverlay.h:
10903         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
10904         (gst_ximagesink_set_xwindow_id),
10905         (gst_ximagesink_set_event_handling),
10906         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
10907         (gst_ximagesink_get_property), (gst_ximagesink_init),
10908         (gst_ximagesink_class_init):
10909         * sys/ximage/ximagesink.h:
10910         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
10911         (gst_xvimagesink_set_xwindow_id),
10912         (gst_xvimagesink_set_event_handling),
10913         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
10914         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
10915         (gst_xvimagesink_class_init):
10916         * sys/xvimage/xvimagesink.h:
10917         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
10918         Add a method to the XOverlay interface to allow disabling of 
10919         event handling in x[v]imagesink elements. This will let X events
10920         propagate to parent windows which can be usefull in some cases.
10921         Be carefull that the application is then responsible of pushing
10922         navigation events and expose events to the video sink.
10923         Fixes: #387138.
10924
10925 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
10926
10927         * gst-libs/gst/tag/gstvorbistag.c:
10928         * tests/check/libs/tag.c: (GST_START_TEST):
10929           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
10930           (fixes #392070).
10931
10932 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
10933
10934         * configure.ac:
10935         * docs/Makefile.am:
10936         * docs/design/Makefile.am:
10937           Dist design docs.
10938
10939 2006-12-27  Julien MOUTTE  <julien@moutte.net>
10940
10941         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
10942         typo. Fixes: #390063.
10943
10944 2006-12-27  Julien MOUTTE  <julien@moutte.net>
10945
10946         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10947         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
10948         caps leak.
10949         * win32/common/config.h: Updated.
10950
10951 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
10952
10953         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
10954         (setup_gdpdepay_streamheader):
10955         * tests/check/elements/gdppay.c: (cleanup_gdppay),
10956         (setup_gdppay_streamheader):
10957           Fix the dp tests, but activating the pads for the streamheader tests
10958           too and cleaning up conditionaly
10959
10960 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
10961
10962         * gst/ffmpegcolorspace/avcodec.h:
10963         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10964         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
10965         (gst_ffmpegcsp_avpicture_fill):
10966         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
10967         (img_get_alpha_info):
10968         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
10969         other end of the word. Fixes: #387073.
10970
10971         Add some inconsequential branch hints in a couple of places.
10972
10973 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
10974
10975         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10976         (gst_ffmpeg_caps_to_smpfmt):
10977           The "signed" field in raw audio caps is of boolean type, trying to
10978           extract the value with _get_int() will fail (fix to keep in sync with
10979           the copy in gst-ffmpeg)
10980
10981 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
10982
10983         * tests/check/elements/audioresample.c: (cleanup_audioresample):
10984         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
10985         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
10986         (cleanup_gdpdepay):
10987         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
10988         * tests/check/elements/subparse.c: (teardown_subparse):
10989         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
10990         * tests/check/elements/videorate.c: (cleanup_videorate):
10991         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
10992         * tests/check/elements/volume.c: (cleanup_volume):
10993         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
10994         (cleanup_vorbisdec):
10995         * tests/check/elements/vorbistag.c: (setup_vorbistag),
10996         (cleanup_vorbistag):
10997           consistent pad (de)activation
10998
10999 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11000
11001         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11002           Forgot to register the extensions.
11003
11004 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11005
11006         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
11007         (plugin_init):
11008           Add typefinder for VIVO files (my christmas present to the 90s).
11009
11010 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11011
11012         * gst/playback/gstdecodebin.c: (type_found):
11013           Special-case the text/plain media type: we only want to recognise it
11014           as a 'raw' decoded media type if it comes from a demuxer or subtitle
11015           parser, but not if the entire stream is of text/plain type. If the
11016           entire stream is text/plain, we should just error out.
11017
11018           This fixes playback of audio files with lyrics in totem. Totem can't
11019           distinguish between text files and subtitle files and passes any
11020           .txt file with the same basename as the main file to playbin as
11021           suburi, and playbin will then throw a 'subtitle found, but no video
11022           stream' error, which isn't entirely helpful. See #380342.
11023
11024           Also, with this change we'll show a slightly more correct error
11025           message in case totem passes a playlist file to us (although a
11026           custom error message wording instead of the default text would
11027           probably not be a bad idea either).
11028
11029           Same problem also needs to be fixed for playbin+decodebin2.
11030
11031         * tests/check/Makefile.am:
11032         * tests/check/elements/decodebin.c: (src_handoff_cb),
11033         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
11034         (decodebin_suite):
11035           Add simple unit test for decodebin for the above.
11036
11037 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11038
11039         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
11040         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
11041           Refuse to change state to READY when we failed to create any of the
11042           required elements in our instance init function.
11043
11044 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
11045
11046         * docs/libs/gst-plugins-base-libs-sections.txt:
11047           Small docs fixes/updates.
11048
11049         * gst-libs/gst/video/gstvideosink.h:
11050           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
11051           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
11052           removed from the base sink API between 0.9.6 and 0.9.7).
11053           API: add GST_VIDEO_SINK_CAST and use it for the height/width
11054           accessor macros, so we don't do a runtime GObject type check every
11055           time we use them.
11056
11057 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11058
11059         * Makefile.am:
11060         * gst-plugins-base.doap:
11061         * gst-plugins-base.spec.in:
11062           add doap file
11063
11064 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11065
11066         Patch by: Jens Granseuer <jensgr at gmx net>
11067
11068         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11069         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11070         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
11071         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
11072         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11073           Declare variables at the beginning of a block. Fixes #383195.
11074
11075 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
11076
11077         * configure.ac:
11078         Bump version nano - back to CVS.
11079
11080
11081 === release 0.10.11 ===
11082
11083 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
11084
11085         * configure.ac:
11086           releasing 0.10.11, "Dumb things"
11087
11088 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
11089
11090         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
11091         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
11092         Handle the case where an element has multiple pads with 
11093         unfixed caps as well as still possibly producing more dynamic 
11094         pads by storing each case as a distinct entry in the dynamic list.
11095         Fixes #38223 again.
11096
11097 2006-12-04  Wim Taymans  <wim@fluendo.com>
11098
11099         * gst/playback/gstdecodebin.c: (close_pad_link):
11100         Fix #382223, add more dynamic caps handling.
11101
11102 2006-12-04  Wim Taymans  <wim@fluendo.com>
11103
11104         * gst-libs/gst/audio/gstringbuffer.h:
11105         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
11106         (gst_netaddress_set_ip4_interface),
11107         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
11108         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
11109         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
11110         (gst_netaddress_get_ttl):
11111         * gst-libs/gst/netbuffer/gstnetbuffer.h:
11112         * gst/playback/gstdecodebin.c: (close_pad_link):
11113         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
11114         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
11115         * win32/common/config.h:
11116
11117 2006-12-01  Michael Smith  <msmith@fluendo.com>
11118
11119         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11120           Delete bad debug code.
11121           Fixes #381219
11122
11123 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11124
11125         * gst/videoscale/vs_4tap.c:
11126         * win32/MANIFEST:
11127         * win32/common/config.h:
11128         * win32/vs8/libgstvideoscale.vcproj:
11129         Fix compilation on win32 under VS8
11130         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11131         Partially fixes #381175
11132
11133 2006-11-30  Michael Smith  <msmith@fluendo.com>
11134
11135         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11136         (GST_START_TEST):
11137           It would be very bad if, after a discont buffer, we thought every
11138           single following buffer was also discont. So, add to the test to
11139           ensure that this isn't the case.
11140           
11141         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
11142           ... it was the case. So fix it.
11143
11144 2006-11-28  Wim Taymans  <wim@fluendo.com>
11145
11146         * gst/playback/gstplaybasebin.c: (check_queue_event):
11147         Improve debug.
11148
11149         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
11150         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
11151         padtemplate caps. Refixes #357577.
11152
11153 2006-11-28  Wim Taymans  <wim@fluendo.com>
11154
11155         * gst/playback/gstplaybasebin.c: (check_queue_event),
11156         (queue_threshold_reached), (queue_out_of_data),
11157         (gen_preroll_element):
11158         Add event probe to see when EOS is in a queue and we can disable the
11159         underrun signals. Fixes #357577.
11160
11161 2006-11-28  Edward Hervey  <edward@fluendo.com>
11162
11163         * gst/playback/Makefile.am:
11164         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
11165         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
11166         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
11167         (gst_decode_bin_init), (gst_decode_bin_dispose),
11168         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
11169         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
11170         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
11171         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
11172         (connect_element), (expose_pad), (type_found),
11173         (pad_added_group_cb), (pad_removed_group_cb),
11174         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
11175         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
11176         (are_raw_caps), (multi_queue_overrun_cb),
11177         (multi_queue_underrun_cb), (gst_decode_group_new),
11178         (get_current_group), (group_demuxer_event_probe),
11179         (gst_decode_group_control_demuxer_pad),
11180         (gst_decode_group_control_source_pad),
11181         (gst_decode_group_check_if_blocked),
11182         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
11183         (gst_decode_group_hide), (gst_decode_group_free),
11184         (gst_decode_group_set_complete), (source_pad_blocked_cb),
11185         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
11186         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
11187         (plugin_init):
11188         New decodebin2 element.
11189         Closes #370092
11190         * gst/playback/gstplay-marshal.list:
11191         Added marshallers for new signals in decodebin2
11192         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
11193         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
11194         is set.
11195
11196 2006-11-28  Wim Taymans  <wim@fluendo.com>
11197
11198         * gst/playback/gstplaybasebin.c: (setup_source),
11199         (gst_play_base_bin_change_state):
11200         Disable rtsp:// uris for the release, it's not good enough yet.
11201         Remove unused var.
11202
11203 2006-11-26  Wim Taymans  <wim@fluendo.com>
11204
11205         * ext/theora/theoradec.c: (gst_theora_dec_reset),
11206         (theora_dec_push_forward), (theora_dec_push_reverse),
11207         (theora_handle_data_packet), (theora_dec_decode_buffer),
11208         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11209         (theora_dec_chain_forward), (theora_dec_chain):
11210         Implement reverse playback.
11211
11212         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
11213         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
11214         (vorbis_dec_chain_forward):
11215         Clear buffers used for reverse playback in _reset.
11216         No need to set the eos flag, we clip samples using the segment.
11217
11218 2006-11-24  Wim Taymans  <wim@fluendo.com>
11219
11220         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11221         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
11222         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
11223         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
11224         Some cleanups.
11225         Handle continued pages in reverse mode.
11226
11227 2006-11-24  Wim Taymans  <wim@fluendo.com>
11228
11229         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
11230         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11231         (vorbis_dec_flush_decode):
11232         Small cleanups.
11233         Don't try to add invalid timestamps.
11234         Clipping will unref the buffer.
11235
11236 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11237
11238         * gst/adder/gstadder.h:
11239         * gst/audiotestsrc/gstaudiotestsrc.h:
11240           remove obsolete _factory_init protos
11241
11242 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11243
11244         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11245           Fix spacing in debug message.
11246
11247 2006-11-23  Wim Taymans  <wim@fluendo.com>
11248
11249         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11250         (gst_ogg_demux_chain):
11251         Don't just ignore return values from _pad_push().
11252         Small debug improvements.
11253
11254 2006-11-23  Michael Smith  <msmith@fluendo.com>
11255
11256         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
11257           If our incoming buffer is marked as DISCONT, then increment the page
11258           number (so that the discontinuity is marked in the final ogg
11259           bitstream) and flush the previous page.
11260
11261 2006-11-22  Michael Smith  <msmith@fluendo.com>
11262
11263         * ext/theora/gsttheoraenc.h:
11264         * ext/theora/theoraenc.c: (gst_theora_enc_init),
11265         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
11266         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
11267         (theora_enc_chain), (theora_enc_change_state):
11268           Mark discontinuities of > 3/4 of a frame, reinit encoder.
11269
11270         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11271         (GST_START_TEST), (theoraenc_suite):
11272           Enable discontinuity test, fix it.
11273
11274 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11275
11276         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11277         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
11278         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
11279         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
11280         (gst_text_overlay_change_state):
11281         * ext/pango/gsttextoverlay.h:
11282           Some textoverlay fixes: for one, in the video chain function,
11283           actually wait for a text buffer to come in if there is none at the
11284           moment and there should be one; also, deal more gracefully with
11285           incoming buffers that do not have a timestamp or duration; discard
11286           text buffer when not needed any longer. Fixes #341681.
11287
11288         * tests/check/Makefile.am:
11289         * tests/check/elements/.cvsignore:
11290         * tests/check/elements/textoverlay.c:
11291         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
11292         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
11293         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
11294         (test_video_waits_for_text_send_text_newsegment_thread),
11295         (test_video_waits_for_text_shutdown_element),
11296         (test_render_continuity_push_video_buffers_thread),
11297         (textoverlay_suite):
11298           Add some unit tests for textoverlay.
11299
11300 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11301
11302         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11303           Avoid integer underflow when the found probability for mp3 is
11304           smaller than the 'penalty' we subtract if there's not a clean
11305           mp3 header sync at offset 0.
11306
11307 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
11308
11309         * docs/libs/gst-plugins-base-libs-sections.txt:
11310           Add some new symbols to the docs
11311
11312 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11313
11314         * tests/check/Makefile.am:
11315         * tests/check/elements/ffmpegcolorspace.c:
11316         (ffmpegcolorspace_suite):
11317           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
11318           (for now not for valgrinding though, since it takes too long).
11319
11320 2006-11-20  Wim Taymans  <wim@fluendo.com>
11321
11322         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11323         (gst_ffmpeg_pixfmt_to_caps):
11324         Fix RGBA32 caps. Fixes #357038.
11325
11326 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11327
11328         * gst-libs/gst/interfaces/mixertrack.h:
11329           Add FIXME so we can add some padding here in 0.11
11330
11331 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11332
11333         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
11334           Fix GstBaseRTPAudioPayload structure so the whole GObject
11335           inheritance business actually works (parent class instance structure
11336           must always come first in the derived class instance structure).
11337
11338 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11339
11340         * gst/videotestsrc/Makefile.am:
11341         * tests/check/Makefile.am:
11342           Make sure our checks and the videotestsrc plugin link against the
11343           local uninstalled gst libs and not any installed gst libs that
11344           might happen to exist as well.
11345
11346         * tests/check/elements/adder.c: (message_received),
11347         (test_event_message_received), (test_play_twice_message_received):
11348         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
11349           Fix compiler warnings when compiling against core with disabled
11350           debugging system.
11351
11352 2006-11-16  Michael Smith  <msmith@fluendo.com>
11353
11354         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
11355         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
11356           Fix audiorate, so that it accurately sets offsets and timestamps.
11357           Doesn't change the fundamental algorithmic decisions; so should be
11358           safe.
11359
11360         * tests/check/Makefile.am:
11361           Enable audiorate test now that it passes.
11362
11363 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
11364
11365         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11366           clear xv when going to NULL, remove // commented non-existant proto
11367
11368         * tests/examples/seek/seek.c: (main):
11369           add missing tooltip description for scrub and play_scrub
11370
11371 2006-11-14  David Schleef  <ds@schleef.org>
11372
11373         * configure.ac:
11374           Bump liboil requirement to 0.3.8.
11375         * gst-libs/gst/riff/riff-media.c:
11376           Add Dirac fourcc.
11377         * gst/videoscale/vs_image.h:
11378         * gst/videoscale/vs_scanline.h:
11379           Use liboil's stdint.h.
11380         * gst/videotestsrc/videotestsrc.c:
11381           Remove liboil related ifdef's, since they aren't needed now, and
11382           won't work with future versions.
11383
11384 2006-11-14  David Schleef  <ds@schleef.org>
11385
11386         * gst/videoscale/Makefile.am:
11387         * gst/videoscale/gstvideoscale.c:
11388         * gst/videoscale/gstvideoscale.h:
11389         * gst/videoscale/vs_4tap.c:
11390         * gst/videoscale/vs_4tap.h:
11391         * gst/videoscale/vs_image.c:
11392         * gst/videoscale/vs_image.h:
11393         * gst/videoscale/vs_scanline.c:
11394         * gst/videoscale/vs_scanline.h:
11395           Add a 4-tap image scaler.  Theoretically looks much prettier.
11396           The tap calculation could use some improvement.
11397
11398 2006-11-14  Wim Taymans  <wim@fluendo.com>
11399
11400         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
11401
11402         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
11403         (gst_riff_parse_strf_iavs):
11404         * gst/subparse/gstsubparse.c: (convert_encoding):
11405         * gst/tcp/gstmultifdsink.c:
11406         (gst_multi_fd_sink_handle_client_write):
11407         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
11408         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
11409         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
11410         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
11411         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11412         (gst_ximagesink_ximage_new):
11413         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
11414         Various gsize and gssize printf fixes. Fixes #372507.
11415
11416 2006-11-13  Wim Taymans  <wim@fluendo.com>
11417
11418         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11419         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
11420         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11421         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
11422         (vorbis_dec_chain_forward), (vorbis_dec_chain):
11423         * ext/vorbis/vorbisdec.h:
11424         First stab at vorbis reverse playback.
11425
11426 2006-11-13  Wim Taymans  <wim@fluendo.com>
11427
11428         * gst-libs/gst/audio/gstbaseaudiosink.c:
11429         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11430         * gst-libs/gst/audio/gstbaseaudiosink.h:
11431         Make the clock sync code more accurate wrt resampling and playback
11432         at different rates.
11433         
11434         * gst-libs/gst/audio/gstringbuffer.c:
11435         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
11436         * gst-libs/gst/audio/gstringbuffer.h:
11437         Use better algorithm to interpolate sample rates. 
11438
11439 2006-11-13  Michael Smith  <msmith@fluendo.com>
11440
11441         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
11442           Improve a debug line slightly.
11443
11444         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
11445           Call gst_riff_init() in plugin_init, to avoid getting errors from
11446           the debug system (unrelated changes to another plugin made this turn
11447           up; not sure why).
11448
11449 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11450
11451         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
11452
11453         * win32/common/libgsttag.def:
11454           Add missing symbol (#366492).
11455
11456 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11457
11458         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
11459           Don't unref a NULL pad.
11460
11461 2006-11-09  Wim Taymans  <wim@fluendo.com>
11462
11463         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11464         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
11465         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
11466         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
11467         (gst_ogg_demux_loop):
11468         Implement first stab at reverse playback.
11469
11470 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
11471
11472         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11473         (gst_riff_create_video_template_caps):
11474           add h263/h264 variants to the caps, Fixes #363118
11475
11476 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
11477
11478         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
11479         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
11480           Use g_strerror instead of strerror so we get UTF-8.
11481
11482 2006-11-03  David Schleef  <ds@schleef.org>
11483
11484         * ext/ogg/gstoggdemux.c:
11485         * ext/ogg/gstoggmux.c:
11486           Add/remove KW-DIRAC header here, since it is ogg-specific.
11487
11488 2006-11-03  Michael Smith  <msmith@fluendo.com>
11489
11490         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11491           Recognise more mpeg4 elementary video streams.
11492
11493 2006-11-02  Edward Hervey  <edward@fluendo.com>
11494
11495         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11496         Lower the probability of mp3 typefinding functions if we don't find a
11497         valid mp3 header at the start of the file.
11498         Closes #369482
11499
11500 2006-11-02  Wim Taymans  <wim@fluendo.com>
11501
11502         * ext/theora/gsttheoradec.h:
11503         * ext/theora/theoradec.c: (gst_theora_dec_init),
11504         (theora_dec_sink_event), (theora_dec_chain_forward),
11505         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11506         (theora_dec_chain):
11507         Document and partially implement an algorithm for doing reverse playback
11508         of theora video.
11509
11510 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
11511
11512         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
11513
11514         * win32/common/config.h:
11515         * win32/common/interfaces-enumtypes.c:
11516         * win32/common/libgsttag.def:
11517         * win32/vs8/gst-plugins-base.sln:
11518         * win32/vs8/libgstaudioresample.vcproj:
11519         * win32/vs8/libgstinterfaces.vcproj:
11520         * win32/vs8/libgstogg.vcproj:
11521         * win32/vs8/libgstriff.vcproj:
11522         * win32/vs8/libgsttag.vcproj:
11523         * win32/vs8/libgsttheora.vcproj:
11524         * win32/vs8/libgstvideoscale.vcproj:
11525         * win32/vs8/libgstvorbis.vcproj:
11526           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
11527           to libgsttag.def; add missing dependencies for some vs8 projects;
11528           re-arrange placement of .def files in vs8 projects (#366334).
11529
11530 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
11531
11532         * ext/ogg/gstogg.c:
11533           Remove unused variable.
11534
11535         * ext/ogg/gstoggdemux.c:
11536           Fix Wim's surname in plugin description.
11537
11538 2006-10-31  Wim Taymans  <wim@fluendo.com>
11539
11540         * gst-plugins-base.spec.in:
11541         spec new .h file. Fixes #368310.
11542
11543 2006-10-31  Michael Smith  <msmith@fluendo.com>
11544
11545         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
11546         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
11547         (gst_multi_fd_sink_get_stats),
11548         (gst_multi_fd_sink_remove_client_link),
11549         (gst_multi_fd_sink_queue_buffer),
11550         (gst_multi_fd_sink_handle_clients):
11551         * gst/tcp/gstmultifdsink.h:
11552           Make using the remove or clear signals threadsafe.
11553           Make calling get-stats with an invalid fd not segfault.
11554           Fixes 368273.
11555
11556 2006-10-31  Wim Taymans  <wim@fluendo.com>
11557
11558         * gst-libs/gst/rtp/Makefile.am:
11559         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11560         (gst_base_rtp_audio_payload_init):
11561         Fix and activate base audio payloader.
11562
11563 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
11564
11565         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
11566         (plugin_init):
11567           Add typefinder for QuickTime Image Files (see #366156).
11568
11569 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
11570
11571         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
11572           Another typo fix (#366212).
11573
11574 2006-10-27  Wim Taymans  <wim@fluendo.com>
11575
11576         * gst/volume/gstvolume.c: (volume_transform_ip):
11577         Use stream time to synchronize volume property instead of rather random
11578         timestamps. This is needed when gnonlin does its time shifting.
11579
11580 2006-10-27  Wim Taymans  <wim@fluendo.com>
11581
11582         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
11583
11584         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
11585         Remove the pad from the element in release_pad. Fixes #364812.
11586
11587 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11588
11589         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
11590         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
11591           Explicitly create our custom buffer classes at a thread-safe
11592           location as well, since g_type_class_ref() doesn't seem to be
11593           entirely thread-safe either (#365501; also see #349410).
11594
11595 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11596
11597         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
11598         (gst_riff_parse_info):
11599           If strings in INFO chunk are not UTF-8, do something similar to
11600           what we do for ID3v1 tags: check a number of environment variables
11601           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
11602           character sets to try, otherwise try the current locale and/or fall
11603           back on ISO-8859-1. Fixes #360552.
11604
11605 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11606
11607         * gst/videotestsrc/gstvideotestsrc.c:
11608         (gst_video_test_src_pattern_get_type),
11609         (gst_video_test_src_set_pattern):
11610         * gst/videotestsrc/gstvideotestsrc.h:
11611         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
11612         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
11613         (gst_video_test_src_checkers8):
11614         * gst/videotestsrc/videotestsrc.h:
11615           Add a bunch of exciting new checkers patterns.
11616
11617 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11618
11619         * gst/subparse/Makefile.am:
11620         * gst/subparse/gstsubparse.c:
11621         (gst_sub_parse_data_format_autodetect),
11622         (gst_sub_parse_format_autodetect), (handle_buffer),
11623         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
11624         * gst/subparse/gstsubparse.h:
11625         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
11626         (parse_tmplayer):
11627         * gst/subparse/tmplayerparse.h:
11628           Add support for TMPlayer-type subtitles (#362845).
11629
11630         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
11631         (GST_START_TEST), (subparse_suite):
11632           Add some basic unit tests for the above.
11633
11634 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11635
11636         * tests/check/elements/audiorate.c: (test_injector_base_init),
11637         (test_injector_class_init), (test_injector_chain),
11638         (test_injector_init), (probe_cb), (do_perfect_stream_test),
11639         (GST_START_TEST), (audiorate_suite):
11640           More tests for audiorate: inject buffers to check behaviour when
11641           buffers overlap.
11642
11643 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
11644
11645         * tests/check/Makefile.am:
11646         * tests/check/elements/.cvsignore:
11647         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
11648         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
11649           Add some basic unit tests for audiorate. Disabled at the moment
11650           since it doesn't pass yet (see bug #363119).
11651
11652 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11653
11654         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
11655         (parse_subrip), (handle_buffer):
11656           Add missing closing tags for markup and fix broken markup,
11657           otherwise pango won't render anything (fixes #357531). Also,
11658           make sure the text we send out is always NUL-terminated
11659           (better safe than sorry etc.).
11660
11661         * tests/check/elements/subparse.c: (test_srt_do_test),
11662         (test_srt):
11663           Some more tests for .srt incl. tests for the above stuff.
11664
11665 2006-10-20  Julien MOUTTE  <julien@moutte.net>
11666
11667         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
11668         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
11669         Patch by: Stefan Kost  <ensonic@users.sf.net>
11670         Try to redraw borders only when needed. Apparently this consumes
11671         resources on small devices... :-O (#363607)
11672
11673 2006-10-20  Michael Smith  <msmith@fluendo.com>
11674
11675         * gst/tcp/gstmultifdsink.c:
11676         (gst_multi_fd_sink_client_queue_buffer):
11677           If caps change, then update the client's idea of the caps so that we
11678           don't end up re-sending streamheaders for every single buffer after
11679           the caps change.
11680
11681 2006-10-20  Michael Smith  <msmith@fluendo.com>
11682
11683         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
11684         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
11685           Set caps on pushed buffers; fix up refcounting of caps objects.
11686
11687 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11688
11689         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
11690         (plugin_init):
11691           Typefind mmsh header data packet to application/x-mmsh (#362625).
11692
11693 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11694
11695         * tests/check/Makefile.am:
11696         * tests/check/elements/.cvsignore:
11697         * tests/check/elements/subparse.c: (buffer_from_static_string),
11698         (setup_subparse), (teardown_subparse), (test_srt_do_test),
11699         (GST_START_TEST), (subparse_suite):
11700           Add very simple unit test for subparse.
11701
11702 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11703
11704         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
11705         (parse_subrip):
11706           Strip trailing newlines from subtitle text output.
11707
11708 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11709
11710         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
11711         (gst_sub_parse_change_state):
11712           Fix memleak; clear subparse->textbuf n state change function.
11713
11714 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11715
11716         * gst/subparse/gstsubparse.c:
11717         (gst_sub_parse_data_format_autodetect):
11718           Don't require subrip (.srt) files to start with a chunk number of 1.
11719
11720 2006-10-18  Wim Taymans  <wim@fluendo.com>
11721
11722         * gst-libs/gst/audio/gstbaseaudiosink.c:
11723         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11724         * gst-libs/gst/audio/gstbaseaudiosink.h:
11725         Extract rate from the NEWSEGMENT event.
11726         Use commit_full to also take rate adjustment into account when writing
11727         samples to the ringbuffer.
11728         
11729         * gst-libs/gst/audio/gstringbuffer.c:
11730         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
11731         (gst_ring_buffer_read):
11732         * gst-libs/gst/audio/gstringbuffer.h:
11733         Added _commit_full() to also take rate into account.
11734         Use simple interpolation algorithm to resample audio.
11735         API: gst_ring_buffer_commit_full()
11736
11737         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
11738         * tests/examples/seek/seek.c: (segment_done):
11739         Don't try to seek with 0.0 rate, just pause instead.
11740         Remove bogus debug line.
11741
11742 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11743
11744         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
11745         (setup_source):
11746           Catch async errors when starting up the subtitle bin, so we can
11747           stop waiting and continue with the main film instead of hanging
11748           forever. Fixes #339366.
11749
11750         * tests/check/elements/playbin.c: (playbin_suite):
11751           Enable unit test for the above.
11752
11753 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11754
11755         * tests/check/Makefile.am:
11756         * tests/check/elements/.cvsignore:
11757         * tests/check/elements/playbin.c: (GST_START_TEST),
11758         (gst_red_video_src_uri_get_type),
11759         (gst_red_video_src_uri_get_protocols),
11760         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
11761         (gst_red_video_src_uri_handler_init),
11762         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
11763         (gst_red_video_src_create), (gst_red_video_src_class_init),
11764         (gst_red_video_src_init), (plugin_init), (playbin_suite):
11765           Some small and basic unit tests for playbin; not very useful yet,
11766           but at least a start.
11767
11768 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11769
11770         * gst/playback/gstplaybin.c: (setup_sinks):
11771           The old pad activation spiel.
11772
11773 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11774
11775         * gst/playback/gstplaybasebin.c: (setup_source):
11776           Don't hang forever if the subbin already fails to start up in 
11777           the state change to PAUSED (#339366).
11778
11779 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
11780
11781         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
11782         (gst_tuner_set_channel), (gst_tuner_get_channel),
11783         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
11784         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
11785         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
11786         (gst_tuner_find_channel_by_name):
11787           Fix some function guards, add some more function guards.
11788
11789 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
11790
11791         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
11792         (remove_element_chain):
11793         Don't return a pad from get_our_ghost_pad unless it is actually the
11794         one we want.
11795         Change a cast in remove_element_chain slightly.
11796
11797 2006-10-13  Julien MOUTTE  <julien@moutte.net>
11798
11799         * tests/examples/seek/seek.c: (do_seek), (start_seek),
11800         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
11801         Segment seeking needs to use the rate and set stop to -1.
11802
11803 2006-10-13  Wim Taymans  <wim@fluendo.com>
11804
11805         * gst-libs/gst/audio/gstbaseaudiosink.c:
11806         (gst_base_audio_sink_setcaps):
11807         Don't crash when ringbuffer is not yet created.
11808         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
11809         Fixes #361634.
11810
11811         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
11812         * gst/playback/gststreamselector.c:
11813         (gst_stream_selector_request_new_pad):
11814         Activate pads befre adding them to running elements.
11815
11816 2006-10-13  Julien MOUTTE  <julien@moutte.net>
11817
11818         * tests/examples/seek/seek.c: (do_seek), (start_seek),
11819         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
11820         updater when we start grabing the slider. Don't wait for the
11821         pipeline to be PAUSED.
11822
11823 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
11824
11825         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
11826         (gst_mixer_set_volume), (gst_mixer_get_volume),
11827         (gst_mixer_set_mute), (gst_mixer_set_option),
11828         (gst_mixer_get_option), (gst_mixer_mute_toggled),
11829         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
11830         (gst_mixer_option_changed):
11831           Guard mixer interface functions against bogus arguments.
11832
11833 2006-10-12  Julien MOUTTE  <julien@moutte.net>
11834
11835         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
11836         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
11837         (msg_state_changed), (main): Use state-changed messages to trigger
11838         start/stop of scale update timer. Indeed the scale slider was
11839         jumping here and there because the update timer was activated 
11840         before seek completed. This fixes instant applying of rate changes
11841         by pressing the spinbutton like a crazy man !
11842
11843 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
11844
11845         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
11846
11847         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
11848         (gst_basertppayload_finalize):
11849           Fix two small memory leaks (#361456).
11850
11851 2006-10-10  Julien MOUTTE  <julien@moutte.net>
11852
11853         * tests/examples/seek/seek.c: (do_seek),
11854         (rate_spinbutton_changed_cb): When changing spinbutton we try
11855         to change the rate on the fly.
11856
11857 2006-10-10  Wim Taymans  <wim@fluendo.com>
11858
11859         * gst-libs/gst/riff/riff-ids.h:
11860         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
11861         (gst_riff_create_audio_template_caps):
11862         Add WMS caps.
11863
11864 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11865
11866         Patch by: Josep Torra Valles <josep@fluendo.com>
11867
11868         * ext/gnomevfs/gstgnomevfssink.c:
11869         * ext/gnomevfs/gstgnomevfssrc.c:
11870         Fix URI interface implementation return type.
11871         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
11872         Fix what looks like a copy/paste issue when assigning values.
11873         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11874         (gst_audio_filter_template_get_type):
11875         Cast to prevent Forte warnings.
11876         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11877         Fix URI interface implementation return type.
11878         gst_pad_query_position requires a signed integer pointer as
11879         3rd parameter, GstClockTime is unsigned.
11880         * gst/audioconvert/audioconvert.c:
11881         Fix integer overflow when treated as signed.
11882         * gst/audioresample/resample.c: (resample_add_input_data):
11883         Cast to prevent warnings on Forte.
11884         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
11885         Fix integer overflow when treated as signed.
11886         * gst/ffmpegcolorspace/imgconvert_template.h:
11887         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
11888         * gst/playback/gstdecodebin.c: (queue_filled_cb),
11889         (cleanup_decodebin):
11890         Who initialises a guint to -1!
11891         Cast function pointers to prevent warnings on Forte.
11892         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
11893         (queue_threshold_reached):
11894         Cast function pointers correctly to prevent warnings on Forte.
11895         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
11896         Cast function pointers correctly to prevent warnings on Forte.
11897         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
11898         Obvious change to unsigned, 0xEF > max signed char.
11899         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
11900         GstClockTime is unsigned, initialise correctly.
11901         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
11902         Cast so pointer arithemetic doesn't cause warnings on Forte.
11903         * gst/videorate/gstvideorate.c:
11904         Use correct return value.
11905         * tests/examples/seek/scrubby.c:
11906         GstClockTime is unsigned, initialise correctly.
11907
11908 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
11909
11910         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
11911
11912         * gst/typefind/gsttypefindfunctions.c:
11913           Recognise XML files and XML-like files shorter than 256 bytes as
11914           well (fixes #359237).
11915
11916 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
11917
11918         Patch by: Renato Filho <renato.filho@indt.org.br>
11919         
11920         * gst/typefind/gsttypefindfunctions.c:
11921         Added typefind functions to video/x-nuv media.
11922         
11923 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
11924
11925         * gst-libs/gst/interfaces/xoverlay.c:
11926         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
11927           Some more guards against invalid input.
11928
11929 2006-10-07  Julien MOUTTE  <julien@moutte.net>
11930
11931         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
11932         Useless goto.
11933         * tests/examples/seek/seek.c: (do_seek),
11934         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
11935         seek example to experiment with rates != 1.0 (reverse playback !)
11936
11937 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
11938
11939         * gst-libs/gst/interfaces/xoverlay.c:
11940           Unref message in doc-example (spotted by Robert McQueen)
11941
11942 2006-10-06  Wim Taymans  <wim@fluendo.com>
11943
11944         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
11945         (mpeg1_parse_header), (mpeg1_sys_type_find):
11946         printf fix.
11947
11948 2006-10-06  Wim Taymans  <wim@fluendo.com>
11949
11950         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11951         (close_pad_link):
11952         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
11953         Activate dynamic pads before adding them to the element.
11954
11955 2006-10-06  Michael Smith  <msmith@fluendo.com>
11956
11957         * gst-libs/gst/floatcast/floatcast.h:
11958           Fix obviously-bogus macros; use the correct types.
11959
11960 2006-10-06  Wim Taymans  <wim@fluendo.com>
11961
11962         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11963         (gst_base_rtp_depayload_change_state):
11964         Also call parent state change function to activate pads.
11965
11966         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
11967         (mpeg1_parse_header), (mpeg1_sys_type_find):
11968         Add some more debug info in mpeg typefinding.
11969
11970 2006-10-06  Michael Smith  <msmith@fluendo.com>
11971
11972         * ext/theora/theoradec.c: (theora_dec_chain):
11973           Zero byte theora packets are valid and well-defined; don't warn on
11974           them.
11975
11976 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11977
11978         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
11979         (gst_multi_fd_sink_get_stats), (find_limits),
11980         (gst_multi_fd_sink_queue_buffer):
11981           API: add dropped_buffers to the get-stats GValueArray
11982
11983 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
11984
11985         * ext/alsa/gstalsadeviceprobe.c:
11986         (gst_alsa_device_property_probe_get_values):
11987         * ext/alsa/gstalsasink.c: (set_hwparams):
11988         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
11989         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
11990         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
11991         (gst_ogg_mux_process_best_pad):
11992         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
11993         (gst_ogg_parse_chain):
11994         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
11995         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11996         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
11997         (gst_vorbis_enc_buffer_check_discontinuous):
11998         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
11999         * gst-libs/gst/audio/gstbaseaudiosink.c:
12000         (gst_base_audio_sink_render):
12001         * gst-libs/gst/cdda/gstcddabasesrc.c:
12002         (gst_cdda_base_src_handle_track_seek):
12003         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12004         (gst_base_rtp_depayload_push_full):
12005         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12006         * gst/audioresample/resample.c: (resample_input_pushthrough):
12007         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
12008         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12009         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12010         (wavpack_type_find):
12011         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12012         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12013         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12014         * tests/check/elements/volume.c: (GST_START_TEST):
12015           Printf format fixes.
12016
12017 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12018
12019         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
12020           Fix a simple mistake (see the docs)
12021           Fixes #359580
12022
12023 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12024
12025         * docs/plugins/Makefile.am:
12026         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12027         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12028         * docs/plugins/gst-plugins-base-plugins.args:
12029         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12030         * docs/plugins/inspect/plugin-adder.xml:
12031         * docs/plugins/inspect/plugin-alsa.xml:
12032         * docs/plugins/inspect/plugin-audioconvert.xml:
12033         * docs/plugins/inspect/plugin-audiorate.xml:
12034         * docs/plugins/inspect/plugin-audioresample.xml:
12035         * docs/plugins/inspect/plugin-audiotestsrc.xml:
12036         * docs/plugins/inspect/plugin-cdparanoia.xml:
12037         * docs/plugins/inspect/plugin-decodebin.xml:
12038         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12039         * docs/plugins/inspect/plugin-gdp.xml:
12040         * docs/plugins/inspect/plugin-gnomevfs.xml:
12041         * docs/plugins/inspect/plugin-libvisual.xml:
12042         * docs/plugins/inspect/plugin-ogg.xml:
12043         * docs/plugins/inspect/plugin-pango.xml:
12044         * docs/plugins/inspect/plugin-playbin.xml:
12045         * docs/plugins/inspect/plugin-subparse.xml:
12046         * docs/plugins/inspect/plugin-tcp.xml:
12047         * docs/plugins/inspect/plugin-theora.xml:
12048         * docs/plugins/inspect/plugin-typefindfunctions.xml:
12049         * docs/plugins/inspect/plugin-video4linux.xml:
12050         * docs/plugins/inspect/plugin-videorate.xml:
12051         * docs/plugins/inspect/plugin-videoscale.xml:
12052         * docs/plugins/inspect/plugin-videotestsrc.xml:
12053         * docs/plugins/inspect/plugin-volume.xml:
12054         * docs/plugins/inspect/plugin-vorbis.xml:
12055         * docs/plugins/inspect/plugin-ximagesink.xml:
12056         * docs/plugins/inspect/plugin-xvimagesink.xml:
12057           Add vorbistag element to docs; update version numbers to 0.10.10.1.
12058
12059 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12060
12061         Patch by: James "Doc" Livingston <doclivingston at gmail com>
12062
12063         * ext/vorbis/Makefile.am:
12064         * ext/vorbis/vorbis.c: (plugin_init):
12065         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
12066         (vorbis_parse_parse_packet), (vorbis_parse_chain):
12067         * ext/vorbis/vorbisparse.h:
12068         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
12069         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
12070         (gst_vorbis_tag_parse_packet):
12071         * ext/vorbis/vorbistag.h:
12072           Add new vorbistag element which derives from vorbisparse
12073           and is essentially the same as well, only that it implements
12074           the GstTagSetter interface and can modify the stream's
12075           vorbiscomment on the fly (#335635).
12076
12077         * tests/check/Makefile.am:
12078         * tests/check/elements/.cvsignore:
12079         * tests/check/elements/vorbistag.c: (setup_vorbistag),
12080         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
12081         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
12082         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
12083           Add unit test for new vorbistag element.
12084
12085 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12086
12087         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
12088         (vorbis_parse_push_headers), (vorbis_parse_chain):
12089           Set BOS flag in packet structure to fix 'jump depends
12090           on unitialized value' errors in valgrind; various minor
12091           clean-ups.
12092
12093 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
12094
12095         * gst/playback/gstdecodebin.c: (close_pad_link):
12096         Fix typo in a debug statement.
12097
12098         * gst/playback/gstplaybasebin.c: (probe_triggered),
12099         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
12100         (gen_source_element), (source_new_pad), (analyse_source),
12101         (setup_source):
12102         When handling no_more_pads in new_decoded_pad, make sure to treat
12103         subtitle pads correctly. Fixes playback with subtitle files.
12104
12105         Move a recurring message to LOG level.
12106
12107         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12108         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
12109         which ends up as -1 when cast to an int. Make the logic handle the
12110         max value as an unsigned mask and only change the colorkey when it's
12111         a value we recognise.
12112
12113 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12114
12115         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12116         Removed empty * between paragraphs
12117
12118 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12119
12120         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12121         * gst-libs/gst/rtp/README:
12122         Moved some documentation into .c file
12123
12124 2006-09-29  Wim Taymans  <wim@fluendo.com>
12125
12126         * gst/playback/gstdecodebin.c: (no_more_pads):
12127         Fix compilation.
12128
12129 2006-09-29  Wim Taymans  <wim@fluendo.com>
12130
12131         * gst/playback/gstdecodebin.c: (new_caps):
12132         Remove g_print
12133
12134         * gst/playback/gstplaybin.c:
12135         Add some docs.
12136
12137 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12138
12139         * tests/check/Makefile.am:
12140           Re-enable cddabasesrc test to see if it works again
12141           now.
12142
12143 2006-09-29  Wim Taymans  <wim@fluendo.com>
12144
12145         * gst/playback/gstplaybasebin.c: (setup_subtitle),
12146         (gen_source_element):
12147         Handle invalid URIs a bit more gracefully.
12148
12149 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12150
12151         * tests/check/pipelines/oggmux.c:
12152           Remove obsolete comment.
12153
12154 2006-09-29  Michael Smith  <msmith@fluendo.com>
12155
12156         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
12157         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
12158         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
12159         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
12160         (gst_ogg_mux_collected):
12161           Commit patch from James "Doc" Livingston, adds proper EOS handling
12162           in oggmux. GStreamer can, for the first time ever, create a valid
12163           Ogg file! Yay!
12164
12165         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
12166         (oggmux_suite):
12167           Reenable tests now that they pass.
12168
12169 2006-09-29  Wim Taymans  <wim@fluendo.com>
12170
12171         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12172         Stop reading commands when EOF (we read 0) as well.
12173
12174 2006-09-28  Wim Taymans  <wim@fluendo.com>
12175
12176         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
12177         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
12178         (find_dynamic), (unlinked), (close_link):
12179         Implement delayed caps linking needed for element with a lot of
12180         different caps on the src pads that get fixed at runtime.
12181         Improve management of dynamic elements.
12182
12183         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12184         (group_destroy), (group_commit), (check_queue), (queue_overrun),
12185         (gen_preroll_element), (remove_groups), (unknown_type),
12186         (add_element_stream), (no_more_pads_full), (no_more_pads),
12187         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
12188         (new_decoded_pad), (setup_subtitle), (array_has_value),
12189         (gen_source_element), (source_new_pad), (has_all_raw_caps),
12190         (analyse_source), (remove_decoders), (make_decoder),
12191         (remove_source), (setup_source), (finish_source), (prepare_output),
12192         (gst_play_base_bin_change_state):
12193         * gst/playback/gstplaybasebin.h:
12194         Use more _CAST instead of full type checking casts.
12195         Small cleanups, plug some leaks.
12196         Handle dynamic sources.
12197         Add some helper functions to create lists of strings used for
12198         blacklisting and other stuff.
12199         Refactor some code dealing with analysing the source.
12200         Re-enable sources without pads (like cd:// or other selfcontained
12201         elements).
12202
12203 2006-09-28  Wim Taymans  <wim@fluendo.com>
12204
12205         * gst-libs/gst/audio/gstbaseaudiosink.c:
12206         (gst_base_audio_sink_render):
12207         When we have a timestamp, we can still perform clipping.
12208         When we have no clock, we must play the sample ASAP.
12209
12210 2006-09-28  Wim Taymans  <wim@fluendo.com>
12211
12212         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12213         Set caps on outgoing buffers.
12214
12215         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
12216         (gst_video_rate_event), (gst_video_rate_chain):
12217         * gst/videorate/gstvideorate.h:
12218         Fix videorate some more. Fixes #357977
12219
12220 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12221
12222         * tests/check/elements/adder.c: (adder_suite):
12223           Don't set timeout to 6 seconds when we're running
12224           in valgrind ... (and how is 6 seconds longer than
12225           the default anyway?)
12226
12227 2006-09-28  Wim Taymans  <wim@fluendo.com>
12228
12229         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12230         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
12231         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
12232         Keep sink and src segment to keep track of time and support more
12233         input formats.
12234         Fix bogus next_offset and run_time calculation, don't understand how
12235         this could have worked before. Fixes #357976.
12236         Remove some unneeded vars.
12237
12238 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12239
12240         * gst/playback/gstplaybin.c: (remove_sinks):
12241           Only remove visualisation from visbin if there is a visbin (or:
12242           don't throw warnings when closing totem without playing a file).
12243
12244 2006-09-27  Wim Taymans  <wim@fluendo.com>
12245
12246         * gst-libs/gst/audio/gstbaseaudiosink.c:
12247         (gst_base_audio_sink_render):
12248         Add some more info in a WARNING.
12249
12250         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12251         (gst_base_audio_src_create):
12252         Handle PAUSE in create function, use new -core addition to
12253         wait for playing. Fixes pausing and resuming capture from an
12254         audiosrc.
12255
12256         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12257         (gst_ring_buffer_read):
12258         Constify some more.
12259         Caller supports interrupted reads now.
12260
12261 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12262
12263         * tests/check/Makefile.am:
12264           Another attempt to make the gen64 buildbot happy.
12265
12266 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
12267
12268         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
12269
12270         * ext/libvisual/visual.c: (gst_visual_clear_actors),
12271         (gst_visual_chain), (gst_visual_change_state):
12272           Libvisual plugin was not passing audio data to libvisual 0.4.0 
12273           correctly. Fixes #357800
12274
12275 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12276
12277         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
12278           Add timeout to _get_state() so we see which pipeline it is
12279           that causes trouble on the gen64 build bot.
12280
12281 2006-09-27  Wim Taymans  <wim@fluendo.com>
12282
12283         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12284         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
12285         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
12286         (gst_base_rtp_depayload_set_gst_timestamp):
12287         the source pad always uses fixed caps.
12288
12289 2006-09-27  Wim Taymans  <wim@fluendo.com>
12290
12291         * docs/libs/gst-plugins-base-libs-docs.sgml:
12292         * docs/libs/gst-plugins-base-libs-sections.txt:
12293         * gst-libs/gst/audio/gstaudioclock.c:
12294         * gst-libs/gst/audio/gstaudioclock.h:
12295         * gst-libs/gst/audio/gstaudiosink.c:
12296         * gst-libs/gst/audio/gstaudiosink.h:
12297         * gst-libs/gst/audio/gstaudiosrc.c:
12298         * gst-libs/gst/audio/gstbaseaudiosink.c:
12299         (gst_base_audio_sink_render):
12300         * gst-libs/gst/audio/gstbaseaudiosink.h:
12301         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
12302         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12303         * gst-libs/gst/audio/gstringbuffer.h:
12304         Added docs for the audio libs.
12305
12306 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12307
12308         * tests/check/Makefile.am:
12309           Temporarily disable test that fails on the bots for unknown reasons.
12310
12311 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12312
12313         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12314         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12315         Moved AudioCodecType into priv
12316         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
12317
12318 2006-09-25  Wim Taymans  <wim@fluendo.com>
12319
12320         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12321         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
12322         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
12323         (new_pad):
12324         Cleanups and small leak fixes.
12325         Added Depayloaders to valid list of autopluggable elements.
12326
12327 2006-09-25  Wim Taymans  <wim@fluendo.com>
12328
12329         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12330         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
12331         (gen_video_element), (gen_text_element), (gen_audio_element),
12332         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
12333         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
12334         Detect NO_PREROLL state change returns and disable clock distribution to
12335         the sinks so that sync is disabled.
12336         Avoid some type checking and do simple casts instead.
12337         Small cleanups, fix some FIXMEs.
12338         Be more robust when linking user specified elements, catch an report
12339         errors. Fixes #357404.
12340         Fix some leaks in the error paths.
12341
12342 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
12343
12344         * ChangeLog:
12345           ChangeLog surgery for missing bug-number
12346
12347 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12348
12349         Patch by: Peter Kjellerstedt  <pkj at axis com>
12350
12351         * gst/playback/test.c:
12352           Fix compilation with uClibc and -Werror (#357591).
12353
12354 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12355
12356         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12357           Parse dates that are followed by a time as well (#357532).
12358
12359         * tests/check/libs/tag.c: (test_vorbis_tags):
12360           Add unit test for this.
12361
12362 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12363
12364         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
12365         (gst_audio_convert_transform_caps):
12366         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
12367         * gst/videotestsrc/videotestsrc.h:
12368           A few array const-ifications.
12369
12370 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12371
12372         * tests/check/Makefile.am:
12373           See if this makes the build bots happy.
12374
12375         * tests/check/libs/cddabasesrc.c:
12376           UTF8-ise my name.
12377
12378 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12379
12380         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12381
12382         * gst/subparse/samiparse.c: (handle_start_font),
12383         (fix_invalid_entities):
12384           More case-insensitivity for certain tags; recognise entities with
12385           decimal codes as special entities as well (#357330).
12386
12387 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12388
12389         * gst-libs/gst/Makefile.am:
12390           Need to build tag directory before cdda.
12391
12392 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12393
12394         * docs/libs/gst-plugins-base-libs-sections.txt:
12395         * gst-libs/gst/cdda/Makefile.am:
12396         * gst-libs/gst/cdda/gstcddabasesrc.c:
12397         (gst_cdda_base_src_base_init):
12398         * gst-libs/gst/cdda/gstcddabasesrc.h:
12399         * gst-libs/gst/tag/tag.h:
12400         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
12401         (gst_tag_register_musicbrainz_tags):
12402           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
12403           depend on libgsttag. This is required so we can extract/read tags like
12404           DISCID without depending on libgstcddabasesrc (which used to register
12405           them).
12406
12407         * gst-libs/gst/tag/gstvorbistag.c:
12408           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
12409           tags (also see #347848).
12410
12411         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
12412           Log vorbis comments we are actually writing. Const-ify array.
12413
12414 2006-09-23  Wim Taymans  <wim@fluendo.com>
12415
12416         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
12417         Improve buffering a bit by avoiding a deadlock because we cannot assume
12418         the underrun is always called.
12419
12420 2006-09-23  Wim Taymans  <wim@fluendo.com>
12421
12422         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12423
12424         * gst-libs/gst/riff/riff-ids.h:
12425         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12426         (gst_riff_create_audio_template_caps):
12427         Added MPEG-4 AAC and id and caps. Fixes #357289
12428         Added WMA9 Lossless id.
12429
12430 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12431
12432         * ext/gnomevfs/gstgnomevfssrc.c:
12433           Fix misleading docs addition.
12434
12435         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12436           Get rid of compiler warning the right way.
12437
12438 2006-09-22  Wim Taymans  <wim@fluendo.com>
12439
12440         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12441         (gst_base_rtp_depayload_finalize),
12442         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
12443         (gst_base_rtp_depayload_push_full),
12444         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
12445         (gst_base_rtp_depayload_process),
12446         (gst_base_rtp_depayload_set_gst_timestamp),
12447         (gst_base_rtp_depayload_queue_release):
12448         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12449         Small cleanups.
12450         Fix some leaks.
12451         Refactored the process method and added methods to push from the process
12452         vmethod.
12453         Use _scale functions.
12454         API: gst_base_rtp_depayload_push_ts
12455         API: gst_base_rtp_depayload_push
12456
12457         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12458         timestamps are uint.
12459
12460 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
12461
12462         * gst-libs/gst/interfaces/xoverlay.c:
12463           Remove unused statement from doc example.
12464
12465 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
12466
12467         * gst-libs/gst/interfaces/videoorientation.c:
12468         (gst_video_orientation_iface_init),
12469         (gst_video_orientation_get_hflip),
12470         (gst_video_orientation_get_vflip),
12471         (gst_video_orientation_get_hcenter),
12472         (gst_video_orientation_get_vcenter),
12473         (gst_video_orientation_set_hflip),
12474         (gst_video_orientation_set_vflip),
12475         (gst_video_orientation_set_hcenter),
12476         (gst_video_orientation_set_vcenter):
12477           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
12478           in ChangeLog)
12479
12480 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
12481
12482         * tests/check/Makefile.am:
12483         * tests/check/elements/.cvsignore:
12484         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
12485         (create_rgb_conversions), (rgb_conversion_free),
12486         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
12487         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
12488           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
12489           but disable for now since it doesn't pass (something wrong with
12490           RGBA somewhere).
12491
12492 2006-09-21  Wim Taymans  <wim@fluendo.com>
12493
12494         * gst/playback/gstplaybasebin.c: (group_commit),
12495         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
12496         (queue_out_of_data), (gen_preroll_element),
12497         (preroll_remove_overrun), (probe_triggered):
12498         Refactor handling of overrun detection.
12499         Separate handling of group completion and deadlock detection when doing
12500         network buffering. This should fix some deadlocks that were not detected
12501         because the group was completed.
12502         Add more comments, improve debugging.
12503
12504 2006-09-21  Wim Taymans  <wim@fluendo.com>
12505
12506         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12507         * tests/check/libs/audio.c:
12508         Some more compilation fixes.
12509
12510 2006-09-21  Wim Taymans  <wim@fluendo.com>
12511
12512         * gst-libs/gst/audio/gstringbuffer.c:
12513         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12514         (gst_ring_buffer_read):
12515         Early morning compilation fix.
12516
12517 2006-09-20  Wim Taymans  <wim@fluendo.com>
12518
12519         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12520         * tests/check/elements/multifdsink.c: (GST_START_TEST):
12521         * tests/check/elements/videorate.c: (GST_START_TEST):
12522         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
12523         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
12524         Fix some warnings.
12525
12526 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12527
12528         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12529         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12530         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12531           Handcrafted merge to help CVS understanding what I changed and what
12532           not.
12533
12534 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12535
12536         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12537         (gst_xvimagesink_get_times):
12538           change colorkey behaviour back according to #354773 comment 6/7
12539
12540 2006-09-19  Michael Smith  <msmith@fluendo.com>
12541
12542         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12543         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
12544         (gst_multi_fd_sink_recover_client),
12545         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
12546         (gst_multi_fd_sink_get_property):
12547         * gst/tcp/gstmultifdsink.h:
12548           Implement stubbed out properties unit-type, units-soft-max,
12549           units-max, to allow specifying maximum sizes in units other than
12550           buffers.
12551           Fixes #355935
12552
12553 2006-09-19  Wim Taymans  <wim@fluendo.com>
12554
12555         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12556         (gst_riff_create_audio_template_caps):
12557         Reorder the audio formats a bit for clarity.
12558         Detect and create caps for MSGSM and MSN (WAV49).
12559         Fixes #356596.
12560
12561         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12562         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12563         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12564         Small cleanups, move error handling out of normal flow for clarity.
12565
12566 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12567
12568         * docs/libs/gst-plugins-base-libs-docs.sgml:
12569         * docs/libs/gst-plugins-base-libs.types:
12570         * gst-libs/gst/interfaces/Makefile.am:
12571         * gst-libs/gst/interfaces/videoorientation.c:
12572         (gst_video_orientation_get_type),
12573         (gst_video_orientation_iface_init),
12574         (gst_video_orientation_get_hflip),
12575         (gst_video_orientation_get_vflip),
12576         (gst_video_orientation_get_hcenter),
12577         (gst_video_orientation_get_vcenter),
12578         (gst_video_orientation_set_hflip),
12579         (gst_video_orientation_set_vflip),
12580         (gst_video_orientation_set_hcenter),
12581         (gst_video_orientation_set_vcenter):
12582         * gst-libs/gst/interfaces/videoorientation.h:
12583           API: Add new interface to control video orientation (fixes #354908)
12584
12585 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12586
12587         * gst/videotestsrc/gstvideotestsrc.c:
12588           Use G_UNLIKELY in _create and log one more detail.
12589           
12590         (gst_video_test_src_get_times), (gst_video_test_src_create):
12591         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12592           Use gst_util_uint64_scale_int in _get_times().
12593
12594 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12595
12596         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
12597           Give better warning message (add object and detail).
12598
12599 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12600
12601         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12602         (gst_xvimagesink_get_times):
12603           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
12604           #354773), use gst_util_uint64_scale_int in _get_times()
12605
12606 2006-09-18  Michael Smith  <msmith@fluendo.com>
12607
12608         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
12609           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
12610           always true, leading to dropping all timestamps.
12611
12612 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12613
12614         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
12615         (gst_visual_chain), (gst_visual_change_state):
12616           update to work also with libvisual 0.4 API, fix double unref (#355914)
12617           
12618         * tools/gst-launch-ext.1.in:
12619         * tools/gst-visualise.1.in:
12620           remove references to old man-pages
12621
12622         * tests/examples/seek/seek.c: (main):
12623           add real meadi-buttons, add tool-tips for the seek-options, arrange
12624           seek options in a table
12625
12626 2006-09-18  Michael Smith  <msmith@fluendo.com>
12627
12628         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
12629         (gst_ogg_mux_push_buffer):
12630           Don't generate out-of-order timestamps from oggmux, instead clamp
12631           output timestamps to be >= the previously output ts.
12632           Fixes #355595
12633
12634 2006-09-18  Michael Smith  <msmith@fluendo.com>
12635
12636         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12637         (gst_multi_fd_sink_class_init):
12638           Updates, fixes, and typo corrections for multifdsink. No functional
12639           changes.
12640
12641 2006-09-17  Michael Smith  <msmith@fluendo.com>
12642
12643         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
12644           Don't crash on truncated files - check that we got an 8 byte buffer
12645           before trying to memcmp it.
12646
12647 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
12648
12649         * gst/playback/gstplaybasebin.c: (get_active_source):
12650           Make stream-switching appear instant to the application
12651           (ie. make sure that a g_object_get on 'current-foo' returns
12652           the stream previously set with g_object_set(). Totem needs
12653           this to update stream-related meta-info (like audio-codec)
12654           correctly when switching streams.
12655
12656 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
12657
12658         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
12659         (gst_alsa_mixer_ensure_track_list):
12660           Try harder to guess which mixer track is the master mixer
12661           track (instead of just taking the first one that has a pvolume).
12662           Fixes #342228.
12663
12664 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12665
12666         reviewed by: <delete if not using a buddy>
12667
12668         * gst-libs/gst/audio/audio.h:
12669         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
12670
12671 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12672
12673         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
12674         (gst_audio_convert_transform_caps):
12675           Get structure-name just once.
12676
12677 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12678
12679         * tests/check/elements/audioresample.c: (GST_START_TEST):
12680         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12681         * tests/check/elements/volume.c: (GST_START_TEST):
12682         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
12683         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
12684         (test_pipeline), (GST_START_TEST):
12685         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
12686         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
12687           Fix big batch of compiler warnings.
12688
12689 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12690
12691         * ext/gnomevfs/gstgnomevfssrc.c:
12692           Add docs about icydemux usage in connection with gnomevfssrc
12693
12694         * ext/libvisual/visual.c:
12695         * ext/ogg/gstoggaviparse.c:
12696         * ext/ogg/gstoggdemux.c:
12697         * ext/ogg/gstoggmux.c:
12698         * ext/ogg/gstoggparse.c:
12699         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12700         * gst-libs/gst/audio/gstaudiosink.c:
12701         * gst-libs/gst/audio/gstaudiosrc.c:
12702         * gst/audiorate/gstaudiorate.c:
12703           More G_OBJECT macro fixing.
12704
12705         * gst/audiotestsrc/gstaudiotestsrc.h:
12706           Fix wrong info in header due to copy & paste
12707
12708 2006-09-15  Wim Taymans  <wim@fluendo.com>
12709
12710         * gst-libs/gst/audio/gstbaseaudiosink.c:
12711         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
12712         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12713         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
12714         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
12715         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12716         Do the delay calculation in the source/sink base classes as this is
12717         specific for the capture/playback mode.
12718         Try to fixate a bit better, like round depth up to a multiple of 8
12719         bigger than width.
12720         Handle underruns correctly by marking DISCONT on buffers and adjusting
12721         timestamps to handle the gap.
12722         Set offset/offset_end correctly on buffers.
12723
12724         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
12725         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12726         (gst_ring_buffer_read):
12727         Remove resync and underrun recovery from the ringbuffer.
12728         Fix ringbuffer read code on under/overrun.
12729
12730 2006-09-15  Wim Taymans  <wim@fluendo.com>
12731
12732         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12733         (gst_play_base_bin_init), (fill_buffer), (check_queue),
12734         (queue_threshold_reached), (gst_play_base_bin_set_property),
12735         (gst_play_base_bin_get_property):
12736         * gst/playback/gstplaybasebin.h:
12737         Don't use a 0 low watermark when buffering, it is catching starvation
12738         way too late. Instead, use a 3 second queue with 30 and 95
12739         percent low/high watermarks. 
12740         Added queue-min-threshold property to configure low watermark.
12741         Use new _buffering message API.
12742         Make queue_threshold variable big enough to store a uint64 time value.
12743         API: playbin::queue-min-threshold property.
12744
12745 2006-09-15  Wim Taymans  <wim@fluendo.com>
12746
12747         * configure.ac:
12748         We require 0.10.10.1 now because of _wait_preroll().
12749
12750         * gst-libs/gst/audio/gstbaseaudiosink.c:
12751         (gst_base_audio_sink_render):
12752         Use gst_base_sink_wait_preroll().
12753
12754 2006-09-15  Wim Taymans  <wim@fluendo.com>
12755
12756         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
12757         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
12758         Use DEBUG_OBJECT more.
12759
12760 === release 0.10.10 ===
12761
12762 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12763
12764         patch by: Michael Smith <msmith at fluendo dot com>
12765
12766         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
12767         (gst_multi_fd_sink_client_queue_buffer),
12768         (gst_multi_fd_sink_new_client):
12769         * tests/check/elements/multifdsink.c: (GST_START_TEST),
12770         (multifdsink_suite):
12771           Fix implementation of sync-method 'next-keyframe'
12772           Closes #354594
12773
12774 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12775
12776         patch by: Wim Taymans <wim at fluendo dot com>
12777
12778         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
12779         This patch removes the RANDOM flag that was incorrectly introduced with
12780         revision 1.91.  Fixes #354590
12781
12782 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
12783
12784         * tests/check/Makefile.am:
12785           Random variation in Makefile line to see if it makes the
12786           gen64-base-full bot any happier.
12787
12788 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
12789
12790         * tests/check/pipelines/oggmux.c: (oggmux_suite):
12791           Disable test that fails at the moment (killed after timeout).
12792
12793 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
12794
12795         Patch by: James Livingston  <doclivingston at gmail.com>
12796
12797         * tests/check/Makefile.am:
12798         * tests/check/pipelines/.cvsignore:
12799         * tests/check/pipelines/oggmux.c: (get_page_codec),
12800         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
12801         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
12802         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
12803         (test_theora_vorbis), (oggmux_suite):
12804           Add simple unit test for oggmux from #337026 with checking for the
12805           EOS flags disabled for the time being.
12806
12807 2006-09-04  Wim Taymans  <wim@fluendo.com>
12808
12809         patch by: Alessandro Dessina <alessandro nnva org>
12810
12811         * ext/ogg/gstoggmux.c:
12812         Add cmml caps to oggmux. Fixes #353912
12813
12814 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
12815
12816         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12817           Returning a return value often helps. In this case, we
12818           don't need the return value anyway, so just get rid of it.
12819           Should make build bots much happier.
12820
12821 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
12822
12823         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
12824         (paint_get_structure), (gst_video_test_src_get_size),
12825         (gst_video_test_src_smpte), (gst_video_test_src_snow),
12826         (gst_video_test_src_unicolor), (paint_setup_AYUV),
12827         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
12828         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
12829         * gst/videotestsrc/videotestsrc.h:
12830           Add support for AYUV and the various RGBA formats. Initialise
12831           fields of paintinfo structs allocated on the stack.
12832
12833         * tests/check/elements/videotestsrc.c: (right_shift_colour),
12834         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
12835         (check_rgb_buf), (videotestsrc_suite):
12836           Add unit tests for videotestsrc's RGB output.
12837
12838 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
12839
12840         * gst/videotestsrc/gstvideotestsrc.c:
12841         (gst_video_test_src_pattern_get_type),
12842         (gst_video_test_src_set_pattern):
12843         * gst/videotestsrc/gstvideotestsrc.h:
12844         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
12845         (gst_video_test_src_black), (gst_video_test_src_white),
12846         (gst_video_test_src_red), (gst_video_test_src_green),
12847         (gst_video_test_src_blue):
12848         * gst/videotestsrc/videotestsrc.h:
12849           Add more uni-colour patterns ("white", "red", "green", and "blue").
12850
12851 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
12852
12853         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
12854           Fix stride for YVYU, should be word-aligned (#353658).
12855
12856 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
12857
12858         * gst/adder/gstadder.c: (gst_adder_src_event):
12859           Fix build.
12860
12861 2006-08-31  Edward Hervey  <edward@fluendo.com>
12862
12863         * gst/adder/gstadder.c: (forward_event_func),
12864         (gst_adder_src_event), (gst_adder_collected),
12865         (gst_adder_change_state):
12866         * gst/adder/gstadder.h:
12867         Remember the start position asked in the incoming seeks, so we can
12868         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
12869         of assuming it will always be 0).
12870
12871 2006-08-31  Edward Hervey  <edward@fluendo.com>
12872
12873         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
12874         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
12875         (gst_ogg_demux_loop):
12876         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
12877
12878 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
12879
12880         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12881         (gst_ffmpegcsp_get_unit_size):
12882           Return FALSE instead of returning a random false unit
12883           size when the format isn't known/supported (even if
12884           this shouldn't happen under normal circumstances).
12885
12886 2006-08-29  Wim Taymans  <wim@fluendo.com>
12887
12888         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
12889
12890         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
12891         (gst_gnome_vfs_src_start):
12892         Try harder to get the size from a uri by using _info_uri() when
12893         _info_from_handle() does not give us enough info. 
12894         Also follow symlinks when getting the size.
12895         Partially Fixes #332864.
12896
12897 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
12898
12899         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
12900
12901         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
12902         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
12903         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
12904         (gst_alsa_mixer_set_record):
12905         * ext/alsa/gstalsamixertrack.c:
12906         (gst_alsa_mixer_track_update_alsa_capabilities),
12907         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
12908         (gst_alsa_mixer_track_update):
12909         * ext/alsa/gstalsamixertrack.h:
12910           Improve and fix mixer track handling, in particular better handling
12911           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
12912           separate track objects for tracks that have both capture and playback
12913           volume (and label them differently as well so they're not mistakenly
12914           assumed to be duplicates); classify mixer tracks that only affect
12915           the audible volume of something (rather than the capture volume)
12916           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
12917           for capture tracks to correspond to alsa-pswitch alsa-cswitch
12918           (following the meaning documented in the mixer interface header
12919           file); add support for alsa's exclusive cswitch groups; update/sync
12920           state/flags better if mixer settings are changed by another
12921           application. Fixes #336075.
12922
12923 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
12924
12925         * gst/playback/gstplaybin.c:
12926           Improve docs: add section about BUFFERING messages sent by playbin.
12927
12928 2006-08-29  Michael Smith  <msmith@fluendo.com>
12929
12930         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
12931         (gst_vorbis_enc_buffer_check_discontinuous),
12932         (gst_vorbis_enc_chain):
12933           Ignore explicit DISCONT marked on buffers (which is often spurious,
12934           particularly when using multiple segments), in favour of solely
12935           using the timestamps/durations.
12936
12937 2006-08-29  Edward Hervey  <edward@fluendo.com>
12938
12939         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12940         Don't rely on incoming buffers offset anymore, since it is completely
12941         broken when using multiple segments.
12942         Instead convert the incoming buffers timestamp to running time, and
12943         then convert that value to the offsets.
12944         Also inform GstSegment of the last outputted stop position, which is
12945         needed if we received several segments with an unknown stop value.
12946
12947 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12948
12949         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
12950           fix buffer unreffing on a header push failure
12951
12952 2006-08-28  Wim Taymans  <wim@fluendo.com>
12953
12954         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
12955         (gst_audio_rate_chain):
12956         Make the metadata of the buffer writable before changing its
12957         flags.
12958
12959 2006-08-28  Wim Taymans  <wim@fluendo.com>
12960
12961         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12962         (gst_audio_rate_setcaps), (gst_audio_rate_init),
12963         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
12964         (gst_audio_rate_chain), (gst_audio_rate_change_state):
12965         Fix audiorate some more.
12966         Reset and resync counters on flush and READY.
12967         Handle the DISCONT flag correctly.
12968         Use GstSegment to track position.
12969         Fail when not negotiated.
12970         Fixes #353234.
12971
12972 2006-08-25  Michael Smith  <msmith@fluendo.com>
12973
12974         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
12975           Fix spelling.
12976           Remove accidently included debug line.
12977
12978 2006-08-25  Wim Taymans  <wim@fluendo.com>
12979
12980         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
12981         Small cleanups.
12982         If a buffer is received with no caps, make the buffer metadata
12983         writable and set the caps, making sure that we don't screw up the
12984         refcounts.
12985
12986 2006-08-25  Michael Smith  <msmith@fluendo.com>
12987
12988         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
12989         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
12990           Fix memory leaks and misleading debug messages, add a couple of
12991           comments.
12992
12993         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
12994         (gst_multi_fd_sink_render):
12995           Do not use gst_buffer_make_writable() in a basesink render method,
12996           as it may incorrectly unref the buffer. Instead, use convoluted
12997           dance to avoid copying the buffer except when we need to.
12998
12999 2006-08-25  Michael Smith  <msmith@fluendo.com>
13000
13001         * ext/vorbis/vorbisenc.c:
13002         (gst_vorbis_enc_buffer_check_discontinuous):
13003           Allow very small discontinuities in the timestamps. These we can't
13004           do anything useful with anyway (because vorbis's timestamps have
13005           only sample granularity), and are commonly produced by elements with
13006           minor bugs. Allow up to 1/2 a sample out.
13007           Fixes #351742.
13008
13009 2006-08-24  Wim Taymans  <wim@fluendo.com>
13010
13011         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
13012         (play_scrub_toggle_cb), (main):
13013         Add a checkbox to enable play scrubbing. Makes it possible to disable
13014         normal scrubbing.
13015
13016 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13017
13018         * tests/check/elements/.cvsignore:
13019           make buildbot happy
13020
13021 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13022
13023         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
13024         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
13025         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
13026         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
13027         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
13028         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
13029         (gst_ogm_text_parse_strip_trailing_zeroes),
13030         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
13031         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
13032           Refactor ogm parse, do better input checking, misc. clean-ups.
13033           Cache incoming events and push them once the source pad has
13034           been created. Don't pass unterminated strings to sscanf().
13035           Strip trailing zeroes from subtitle text output, since they
13036           are not valid UTF-8. Don't push vorbiscomment packets on
13037           the subtitle text pad. Output perfect streams if possible.
13038
13039 2006-08-23  Wim Taymans  <wim@fluendo.com>
13040
13041         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13042         Waits for tasks to settle down so that we clean up correctly for 
13043         valgrind.
13044
13045 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13046
13047         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
13048           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
13049           actually return return value in taglists_are_equal.
13050
13051 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13052
13053         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13054           Fix crash due to broken bitstream parsing on x86-64: can't make
13055           any assumptions about sizeof(struct) due to alignment/packing
13056           differences on different architectures. Fixes #351790.
13057
13058 2006-08-22  Wim Taymans  <wim@fluendo.com>
13059
13060         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13061         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
13062         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13063         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
13064         (gst_riff_parse_info):
13065         Protect public functions against bad input.
13066         Do some cleanups.
13067         Fix documentation.
13068
13069 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13070
13071         * gst-libs/gst/riff/riff-ids.h:
13072         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13073           Add voxware audio IDs (even if we can't play it) (#351795).
13074
13075 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13076
13077         * gst-libs/gst/riff/riff-media.c:
13078         (gst_riff_create_video_template_caps),
13079         (gst_riff_create_audio_template_caps),
13080         (gst_riff_create_iavs_template_caps):
13081           Const-ify some arrays and use G_N_ELEMENTS instead
13082           of wasting oodles of RAM on terminator bits.
13083
13084 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13085
13086         * gst-libs/gst/tag/gstvorbistag.c:
13087         (gst_tag_list_to_vorbiscomment_buffer):
13088         * tests/check/libs/tag.c: (GST_START_TEST):
13089           And the same for _to_vorbiscomment_buffer(): allow
13090           id_data_len == 0 for speex.
13091
13092 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13093
13094         * configure.ac:
13095         * docs/plugins/Makefile.am:
13096         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13097         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13098         * docs/plugins/inspect/plugin-gdp.xml:
13099         * gst/gdp/Makefile.am:
13100         * tests/check/Makefile.am:
13101           Move GDP plugin to -base from -bad.  Closes #347783.
13102
13103 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13104
13105         * gst-libs/gst/tag/gstvorbistag.c:
13106         (gst_tag_list_from_vorbiscomment_buffer):
13107           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
13108           Also add some checks to make sure we don't memcmp() beyond the end of
13109           vorbiscomment buffer if the ID to check for is larger than the buffer.
13110
13111         * tests/check/libs/tag.c: (GST_START_TEST):
13112           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
13113
13114 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13115
13116         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
13117         (gst_vorbis_enc_set_metadata):
13118           Use vorbis comment utility functions from libgsttag
13119           instead of re-inventing the wheel (partially fixes #347091).
13120
13121 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13122
13123         * tests/check/elements/audioconvert.c: (GST_START_TEST):
13124         Fix leaks. Wait for state transitions that might happen ASYNC, as well
13125         as some that won't.
13126
13127 2006-08-21  Wim Taymans  <wim@fluendo.com>
13128
13129         * docs/libs/Makefile.am:
13130         * docs/libs/gst-plugins-base-libs-sections.txt:
13131         * docs/libs/gst-plugins-base-libs.types:
13132         Don't try to GObject scan the netbuffer as it's not a GObject.
13133         Fixes #351308.
13134
13135         * gst-libs/gst/netbuffer/gstnetbuffer.c:
13136         * gst-libs/gst/netbuffer/gstnetbuffer.h:
13137         Document GstNetBuffer.
13138
13139 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13140
13141         * tests/check/elements/audioconvert.c: (GST_START_TEST),
13142         (audioconvert_suite):
13143           Add testcase for caps-size-explosion
13144
13145 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13146
13147         * gst/audioconvert/gstaudioconvert.c:
13148         (gst_audio_convert_get_unit_size), (set_structure_widths):
13149           Lower debug, use g_assert in _get_unit_size
13150
13151         * gst/audioresample/gstaudioresample.c:
13152         (audioresample_get_unit_size):
13153         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13154         (gst_ffmpegcsp_get_unit_size):
13155         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
13156           use g_assert in _get_unit_size
13157
13158 2006-08-18  Wim Taymans  <wim@fluendo.com>
13159
13160         * docs/libs/gst-plugins-base-libs-sections.txt:
13161         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
13162         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
13163         (gst_rtp_buffer_get_payload_buffer):
13164         * gst-libs/gst/rtp/gstrtpbuffer.h:
13165         Document GstRTPBuffer.
13166         Added function to efficiently strip payload headers.
13167         API: gst_rtp_buffer_get_payload_subbuffer()
13168
13169 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13170
13171         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
13172         (gst_tag_to_vorbis_comments):
13173           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
13174           tags and deserialise them properly as well (#347091).
13175           Add some more gtk-doc blurbs and also some g_return_if_fail().
13176
13177         * tests/check/libs/tag.c: (GST_START_TEST),
13178         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
13179           More tests.
13180
13181 2006-08-17  Wim Taymans  <wim@fluendo.com>
13182
13183         * ext/ogg/Makefile.am:
13184         * ext/ogg/gstogg.c: (plugin_init):
13185         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
13186         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
13187         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
13188         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
13189         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
13190         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
13191         Added ogg-in-avi parser element. Fixes #140139.
13192
13193         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
13194         Fixed a bug in oggdemux debug code.
13195
13196         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13197         (gst_riff_create_audio_template_caps):
13198         Recognise Ogg in the AVI extensible wave format.
13199
13200 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13201
13202         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
13203           Make buffer durations add up (duration should be next_ts-ts for
13204           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
13205           from CVS.
13206
13207         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
13208         (test_buffer_timestamps), (cddabasesrc_suite):
13209           Add unit test for the above.
13210
13211         * tests/check/Makefile.am:
13212           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
13213           to see what happens.
13214
13215 2006-08-16  Wim Taymans  <wim@fluendo.com>
13216
13217         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
13218         (gst_alsasink_open):
13219         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
13220         (gst_alsasrc_open):
13221         Avoid setting and using a NULL device name.
13222         Print more info when we fail to open a device.
13223
13224 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13225
13226         * docs/libs/gst-plugins-base-libs-sections.txt:
13227         * gst-libs/gst/tag/tag.h:
13228         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
13229           API: add gst_tag_parse_extended_comment() (#351426).
13230
13231         * tests/check/Makefile.am:
13232         * tests/check/libs/.cvsignore:
13233         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
13234           Add unit test for gst_tag_parse_extended_comment().
13235
13236 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13237
13238         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
13239         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
13240           Fix leak (#351502).
13241
13242 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13243
13244         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13245         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13246         * docs/plugins/gst-plugins-base-plugins.args:
13247         * gst/playback/gstplaybin.c:
13248           Document playbin.
13249           
13250         * docs/plugins/inspect/plugin-adder.xml:
13251         * docs/plugins/inspect/plugin-alsa.xml:
13252         * docs/plugins/inspect/plugin-audioconvert.xml:
13253         * docs/plugins/inspect/plugin-audiorate.xml:
13254         * docs/plugins/inspect/plugin-audioresample.xml:
13255         * docs/plugins/inspect/plugin-audiotestsrc.xml:
13256         * docs/plugins/inspect/plugin-cdparanoia.xml:
13257         * docs/plugins/inspect/plugin-decodebin.xml:
13258         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13259         * docs/plugins/inspect/plugin-gnomevfs.xml:
13260         * docs/plugins/inspect/plugin-ogg.xml:
13261         * docs/plugins/inspect/plugin-pango.xml:
13262         * docs/plugins/inspect/plugin-playbin.xml:
13263         * docs/plugins/inspect/plugin-subparse.xml:
13264         * docs/plugins/inspect/plugin-tcp.xml:
13265         * docs/plugins/inspect/plugin-theora.xml:
13266         * docs/plugins/inspect/plugin-typefindfunctions.xml:
13267         * docs/plugins/inspect/plugin-video4linux.xml:
13268         * docs/plugins/inspect/plugin-videorate.xml:
13269         * docs/plugins/inspect/plugin-videoscale.xml:
13270         * docs/plugins/inspect/plugin-videotestsrc.xml:
13271         * docs/plugins/inspect/plugin-volume.xml:
13272         * docs/plugins/inspect/plugin-vorbis.xml:
13273         * docs/plugins/inspect/plugin-ximagesink.xml:
13274         * docs/plugins/inspect/plugin-xvimagesink.xml:
13275           Update to CVS version.
13276
13277 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13278
13279         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13280         (gst_play_bin_set_property), (gst_play_bin_get_property),
13281         (value_list_append_structure_list),
13282         (gst_play_bin_handle_redirect_message),
13283         (gst_play_bin_handle_message):
13284           API: GstPlayBin::connection-speed
13285           Add "connection-speed" property; re-order redirect messages with
13286           multiple redirect locations depending on the minimum bitrate if
13287           that information is available and a connection speed is set
13288           (#350399).
13289
13290 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13291
13292         * gst/playback/gstplaybin.c:
13293           Update max volume to the same value that the volume element uses.
13294
13295 2006-08-14  Wim Taymans  <wim@fluendo.com>
13296
13297         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13298         Less uglyness..
13299
13300 2006-08-14  Wim Taymans  <wim@fluendo.com>
13301
13302         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
13303         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
13304         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
13305         Add some more debug info.
13306         Don't crash when a seek failed.
13307         Actually return the result of the seek instead of TRUE.
13308         Ignore multiple BOS pages with the same serial so that we don't create
13309         the same stream multiple times.
13310         Post an error when we fail to do the initial seek.
13311
13312 2006-08-13  Wim Taymans  <wim@fluendo.com>
13313
13314         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
13315         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
13316         Small code cleanup.
13317
13318         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
13319         (gst_alsa_mixer_new):
13320         Remove hack that always set the device to hw:0*.
13321         Properly find the card name for whatever device was configured.
13322         Do some better debugging.
13323         Fixes #350784.
13324
13325         * ext/alsa/gstalsamixerelement.c:
13326         (gst_alsa_mixer_element_set_property),
13327         (gst_alsa_mixer_element_change_state):
13328         Cleanups.
13329         Handle setting of a NULL device name better.
13330
13331 2006-08-11  Wim Taymans  <wim@fluendo.com>
13332
13333         * gst/adder/gstadder.c:
13334         Don't clip float values. Fixes #350900.
13335
13336 2006-08-11  Andy Wingo  <wingo@pobox.com>
13337
13338         * gst/tcp/gsttcp.c: Really fix the build?
13339
13340         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
13341         fixes the build.
13342
13343 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13344
13345         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
13346           Float caps shouldn't have a "signed" field.
13347
13348 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13349
13350         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
13351           Implement SEEKING query in its most basic form, so that we can
13352           at least check if we're seekable or not (#350655).
13353
13354 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13355
13356         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13357           The checks here are not even close to anything that would
13358           justify MAXIMUM probability, lowering to POSSIBLE until someone
13359           fixes the checks (case at hand: quicktime redirection files
13360           might start with 00 00 01 XX and pass the checks here just
13361           fine, see #350399).
13362
13363 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13364
13365         Patch by: Sjoerd Simons  <sjoerd at luon net>
13366
13367         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
13368           Better detection for multipart/x-mixed-replace: accept leading
13369           whitespaces before the boundary marker as well (as our very own
13370           multipartmux used to produce) (#349068).
13371
13372 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
13373
13374         Patch by: Young-Ho Cha  <ganadist at chollian net>
13375
13376         * gst-libs/gst/riff/riff-ids.h:
13377         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13378         (gst_riff_create_audio_template_caps):
13379           Detect DTS audio streams (#350157).
13380
13381 2006-08-05  Andy Wingo  <wingo@pobox.com>
13382
13383         * ext/theora/gsttheoraparse.h:
13384         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
13385         (theora_parse_dispose, theora_parse_set_property)
13386         (theora_parse_get_property, theora_parse_munge_granulepos)
13387         (theora_parse_push_buffer, theora_parse_change_state):
13388         API: GstTheoraParse::synchronization-points
13389         Add a property 'synchronization-points' to fix badly synchronized oggs.
13390
13391 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13392
13393         * tests/check/Makefile.am:
13394         * tests/check/libs/.cvsignore:
13395         * tests/check/libs/audio.c: (structure_contains_channel_positions),
13396         (fixed_caps_have_channel_positions), (GST_START_TEST),
13397         (audio_suite), (main):
13398           Add a few tests for the channel position stuff in libgstaudio.
13399
13400 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13401
13402         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
13403         (gst_alsa_detect_channels):
13404         * ext/alsa/gstalsasink.c:
13405           Add support for cards that (only) do more than 8 channels,
13406           like the Delta 44 (#345188).
13407
13408         * gst-libs/gst/audio/multichannel.c:
13409         (gst_audio_check_channel_positions):
13410         * gst-libs/gst/audio/multichannel.h:
13411           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
13412           unspecified channel position and cannot be combined with any
13413           of the other audio channel positions; adjust position layout
13414           checks accordingly (#345188).
13415
13416 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13417
13418         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13419           Recognise ancient RealAudio files (see #349779).
13420
13421 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13422
13423         Patch by: Jens Granseuer  <jensgr at gmx net>
13424
13425         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13426           Add typefinder for Interplay's MVE format (#348973).
13427
13428 2006-08-02  Wim Taymans  <wim@fluendo.com>
13429
13430         Patch by: Marcel Moreaux <marcelm at luon dot net>
13431
13432         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13433         (gst_base_rtp_depayload_add_to_queue):
13434         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13435         Handle RTP sequence number rollover.
13436         Disable jitterbuffer by default.
13437
13438 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
13439
13440         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
13441         (audioresample_set_caps):
13442         Don't leak references to the incoming caps. Clean them up when
13443         stopping.
13444
13445         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
13446         (gst_video_scale_finalize):
13447         Don't leak our temporary pixel buffer.
13448
13449         * tests/check/Makefile.am:
13450         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
13451         (GST_START_TEST), (simple_launch_lines_suite):
13452
13453         Fix leaks and re-enable the test for valgrind checking.
13454
13455 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13456
13457         Patch by: Sjoerd Simons  <sjoerd at luon net>
13458
13459         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
13460         (plugin_init):
13461           Add typefind function for multipart/x-mixed-replace (#348916).
13462
13463 2006-07-28  Wim Taymans  <wim@fluendo.com>
13464
13465         * gst/adder/gstadder.c: (gst_adder_setcaps),
13466         (gst_adder_query_duration):
13467         Fix leak in duration query.
13468         Reflow some docs and notes.
13469
13470 2006-07-28  Michael Smith  <msmith@fluendo.com>
13471
13472         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
13473         (vorbisenc_suite):
13474           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
13475           aspect of it.
13476
13477 2006-07-28  Michael Smith  <msmith@fluendo.com>
13478
13479         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
13480         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
13481         (gst_vorbis_enc_push_buffer),
13482         (gst_vorbis_enc_buffer_check_discontinuous),
13483         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
13484         * ext/vorbis/vorbisenc.h:
13485           Handle discontinuities in the input vorbis stream correctly,
13486           so that the output is properly timestamped (and has good granulepos
13487           values). Needs some oggmux fixes too.
13488
13489 2006-07-27  Wim Taymans  <wim@fluendo.com>
13490
13491         patch by: Kai Vehmanen <kv2004 eca cx>
13492
13493         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13494         (gst_base_rtp_depayload_chain),
13495         (gst_base_rtp_depayload_handle_sink_event),
13496         (gst_base_rtp_depayload_change_state):
13497         Don't send multiple newsegments with different formats.
13498         Fixes #348677.
13499
13500 2006-07-26  Wim Taymans  <wim@fluendo.com>
13501
13502         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13503         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
13504         Make seeking in ogg more accurate again by doing the more correct
13505         granuletime to stream time conversion.
13506
13507 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13508
13509         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
13510         (gst_multi_fd_sink_new_client):
13511           debug a little more understandably
13512           do not use goto as a substitute for break, especially if
13513           break is also being used
13514
13515 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
13516
13517         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
13518         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
13519           Remove GLib-2.6 compatibility cruft.
13520
13521 2006-07-24  Wim Taymans  <wim@fluendo.com>
13522
13523         * gst-libs/gst/audio/gstbaseaudiosink.c:
13524         (gst_base_audio_sink_render):
13525         Don't try to align a sample to an unknown value.
13526
13527 2006-07-24  Wim Taymans  <wim@fluendo.com>
13528
13529         * gst-libs/gst/audio/gstbaseaudiosink.c:
13530         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
13531         When the audio clock is slaved to another clock, never try to align
13532         samples but trust the rate interpolation algorithm.
13533
13534 2006-07-24  Wim Taymans  <wim@fluendo.com>
13535
13536         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13537         Don't try to calculate silence samples, base class does this much
13538         better now.
13539
13540         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13541         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
13542         (gst_ring_buffer_acquire):
13543         Calculate silence samples correctly.
13544
13545         * gst-libs/gst/audio/gstringbuffer.h:
13546         Add _CAST macro.
13547
13548 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
13549
13550         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
13551           Limit search for the first markup tag to the first few kB of
13552           the file. If we don't find one there, it's highly unlikely that
13553           this is an XML(-ish) file.
13554
13555 2006-07-21  Andy Wingo  <wingo@pobox.com>
13556
13557         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
13558         test to the one in vorbisenc. Also commented out.
13559
13560         * tests/check/pipelines/vorbisenc.c: 
13561         (test_discontinuity): New test, commented out until Mike lands
13562         some elite vorbisenc patches.
13563
13564         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
13565         Bufferstraw was actually factored out of these tests. Now we share
13566         code yay.
13567
13568         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
13569         for bufferstraw addition to gstcheck.
13570
13571 2006-07-21  Wim Taymans  <wim@fluendo.com>
13572
13573         * ext/theora/theoradec.c: (clip_buffer):
13574         Better clipping.
13575
13576 2006-07-21  Wim Taymans  <wim@fluendo.com>
13577
13578         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
13579         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
13580         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
13581         Fix leak.
13582         Avoid type casting when we can.
13583
13584         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
13585         Fix mem leak.
13586
13587 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
13588
13589         * ext/alsa/gstalsamixerelement.c:
13590         (gst_alsa_mixer_element_change_state):
13591           Make state change fail if the specified device can't be opened
13592           for some reason.
13593
13594 2006-07-20  Wim Taymans  <wim@fluendo.com>
13595
13596         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
13597         (cb_newpad), (main):
13598         Example of a small audio/video player using decodebin.
13599
13600 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
13601
13602         * gst-libs/gst/riff/riff-ids.h:
13603           Add 'fact' chunk id
13604
13605 2006-07-19  Wim Taymans  <wim@fluendo.com>
13606
13607         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13608         (gst_base_rtp_depayload_chain),
13609         (gst_base_rtp_depayload_change_state):
13610         Don't assert when not negotiated but post a meaningfull 
13611         error message. Fixes #347918.
13612
13613         * gst-libs/gst/rtp/gstbasertppayload.c:
13614         Add comment about better default MTU size.
13615
13616         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
13617         Small cleanups, start docs.
13618
13619 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
13620
13621         Patch by: Martin Szulecki
13622
13623         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
13624           If "device-name" is requested and the device is not
13625           open, try to temporarily open it to obtain this
13626           information (#342494).
13627
13628 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
13629
13630         * gst-libs/gst/tag/gstid3tag.c:
13631           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
13632
13633         * gst-libs/gst/tag/gsttageditingprivate.h:
13634         * gst-libs/gst/tag/gstvorbistag.c:
13635           Some more random const-ifications.
13636
13637 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
13638
13639         * gst-libs/gst/riff/riff-ids.h:
13640         * gst-libs/gst/riff/riff-media.c:
13641         (gst_riff_create_video_template_caps):
13642           Add more FOURCCs (sort list to make stuff easier to find),
13643           add comment what those 16 bytes in struct _gst_riff_strh according to
13644           one avi-dumper are
13645
13646 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
13647
13648         * gst-libs/gst/audio/multichannel.c:
13649         (gst_audio_check_channel_positions),
13650         (gst_audio_fixate_channel_positions):
13651           Const-ify two arrays.
13652
13653 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
13654
13655         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
13656           Fix typo, so that alsasink also advertises 8 channels
13657           if that's supported (tags: can, worms, open, alsa, ph34r).
13658
13659 2006-07-17  Wim Taymans  <wim@fluendo.com>
13660
13661         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13662         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
13663         *sigh*, when is the compiler going to warn when the comments
13664         are out-of-sync with the code.. Refix case of busted theora
13665         headers with 0 granule pos.
13666
13667 2006-07-14  Wim Taymans  <wim@fluendo.com>
13668
13669         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13670         (gst_base_rtp_depayload_wait),
13671         (gst_base_rtp_depayload_change_state),
13672         (gst_base_rtp_depayload_set_property),
13673         (gst_base_rtp_depayload_get_property):
13674         Fix 99% cpu load by waiting for absolute times on the
13675         clock. Fixes #347300.
13676
13677 2006-07-14  Andy Wingo  <wingo@pobox.com>
13678
13679         * ext/theora/gsttheoraparse.h: 
13680         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
13681         (theora_parse_push_headers, theora_parse_clear_queue)
13682         (theora_parse_drain_queue_prematurely, )
13683         (theora_parse_sink_event, theora_parse_change_state): Queue events
13684         until we initialized our state, like in vorbisparse.
13685
13686         * ext/vorbis/vorbisparse.h: 
13687         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
13688         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
13689         (vorbis_parse_drain_queue_prematurely, )
13690         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
13691         until we have initialized our state. Fixes seeking after an
13692         initial pad block.
13693
13694 2006-07-14  Andy Wingo  <wingo@pobox.com>
13695
13696         Patch by: Iain Holmes <iaingnome@gmail.com>
13697         
13698         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
13699
13700 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
13701
13702         * configure.ac:
13703         Bump nano back to CVS
13704
13705 === release 0.10.9 ===
13706
13707 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
13708
13709         * configure.ac:
13710           releasing 0.10.9, "I walk the line"
13711
13712 2006-07-14  Michael Smith  <msmith@fluendo.com>
13713
13714         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
13715           Move a g_cond_signal to earlier to avoid sometimes deadlocking
13716           (commonly happens when running this test under valgrind) when trying
13717           to remove the buffer probe.
13718
13719 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13720
13721         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
13722         Fix missing g_unlock from the previous commit
13723
13724 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13725
13726         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
13727         (gst_ximagesink_change_state):
13728         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13729         (gst_xvimagesink_change_state):
13730         Implement a locking order to ensure we always take the object lock
13731         before the x_lock and never vice-versa.
13732
13733 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13734
13735         * gst/playback/gstdecodebin.c: (find_compatibles):
13736         Fix a caps leak when linking (#347304)
13737
13738         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13739         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
13740         (gst_ximagesink_change_state):
13741         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13742         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
13743         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
13744         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
13745         Don't leak shared memory resources. Use the object lock to protect
13746         against the xcontext disappearing while returning a buffer from the
13747         pipeline. (#347304)
13748
13749 2006-07-12  Edward Hervey  <edward@fluendo.com>
13750
13751         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
13752         (vorbis_handle_comment_packet):
13753         gst_tag_list_merge() returns a new object. Take that into account when
13754         using it. This avoids memleak.
13755         Revert previous commit which is not needed.
13756
13757 2006-07-12  Edward Hervey  <edward@fluendo.com>
13758
13759         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
13760         Reset the decoder in finalize so that all fields get cleared.
13761
13762 2006-07-12  Wim Taymans  <wim@fluendo.com>
13763
13764         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13765         (gst_base_audio_src_set_clock),
13766         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
13767         Don't try to post an error message when setting the clock fails
13768         as this can happen when adding an element to a bin which will then
13769         deadlock. Fixes #347296.
13770
13771 2006-07-12  Edward Hervey  <edward@fluendo.com>
13772
13773         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
13774         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
13775         (vorbis_handle_type_packet):
13776         Post tag messages on the bus even if we're not initialized.
13777         If we're not initialized, we still postpone the event pushing of tags.
13778
13779 2006-07-12  Wim Taymans  <wim@fluendo.com>
13780
13781         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13782         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13783         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
13784         Revert last two changes that broke the freeze.
13785
13786 2006-07-12  Wim Taymans  <wim@fluendo.com>
13787
13788         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13789         basesink calculates silence sample correctly for us.
13790
13791 2006-07-12  Wim Taymans  <wim@fluendo.com>
13792
13793         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13794         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
13795         Calculate correct silence samples so we don't fill our ringbuffer
13796         with noise.
13797
13798 2006-07-12  Edward Hervey  <edward@fluendo.com>
13799
13800         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13801         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
13802         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
13803         * ext/vorbis/vorbisdec.h:
13804         Delay sending events (newsegment, tags) until the decoder is properly
13805         initialized.
13806         Fixes #347295
13807
13808 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
13809
13810         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
13811         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
13812           Patch from #347221 adding a test for audioconvert
13813           channel remappings.
13814
13815 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
13816
13817         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
13818         (gst_ssa_parse_parse_line):
13819           Don't include the terminating NUL in the buffer size,
13820           it's only there for extra paranoia (would add random
13821           '*' characters at the end of each subtitle since the
13822           terminator itself is not valid UTF-8 technically).
13823           Also fix indenting after boilerplate macro.
13824
13825 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
13826
13827         * gst/playback/gstdecodebin.c: (close_pad_link):
13828           Also emit 'unknown-type' signal (which should really be
13829           called unhandled-type) if we found potential decoders/demuxers
13830           in the registry but none of them worked in the end (as in the
13831           case where the plugins don't exist any longer but are still
13832           listed in the registry). Fixes #329798.
13833
13834 2006-07-08  Andy Wingo  <wingo@pobox.com>
13835
13836         * theoraparse.c (theora_parse_push_buffer)
13837         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
13838         Add some more debugging. Fix granulepos reconstruction in the face
13839         of discontinuities.
13840
13841 2006-07-06  Wim Taymans  <wim@fluendo.com>
13842
13843         * gst-libs/gst/audio/gstbaseaudiosink.c:
13844         (gst_base_audio_sink_class_init),
13845         (gst_base_audio_sink_provide_clock):
13846         Use gobject_class instead of G_OBJECT_CLASS (klass)
13847
13848         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13849         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
13850         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
13851         (gst_base_audio_src_get_time),
13852         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
13853         (gst_base_audio_src_create_ringbuffer):
13854         Fix latency and buffer-time constants and properties ala basesink.
13855         Implement pull based scheduling. Fixes #346527.
13856         Set default blocksize in GstBaseSrc to 0, we default to pushing out
13857         one segment.
13858         Refuse slaving to another clock instead of silently not working.
13859         Only provide a clock when we are actually able to do so.
13860         Various small cleanups and compiler hints.
13861
13862 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
13863
13864         Patch by: Lutz Mueller <lutz at topfrose de>
13865
13866         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
13867         (plugin_init):
13868           Add typefinding for text/html (#346581).
13869
13870 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
13871
13872         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
13873         (xml_check_first_element), (xml_type_find), (smil_type_find):
13874           Fix SMIL typefinding, make xml_check_first_element() more
13875           useful.
13876
13877 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
13878
13879         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
13880         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
13881         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
13882         * gst/playback/gstplaybasebin.h:
13883           Protect list of elements with a subtitle-encoding property and
13884           the subtitle encoding member itself with a lock of their own
13885           instead of using the object lock. This prevents a dead-lock in
13886           the element-remove callback in some circumstances when shutting
13887           down playbin.
13888
13889 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
13890
13891         * win32/common/libgsttag.def:
13892         Export some new functions.
13893         * win32/vs6/libgstogg.dsp:
13894         Add a link to libgsttag-0.10.lib.
13895
13896 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
13897
13898         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13899           Some const-ification.
13900
13901 2006-07-04  Wim Taymans  <wim@fluendo.com>
13902
13903         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
13904         Improve checking if we are dealing with a stream. Added some
13905         more uris that need buffering.
13906
13907 2006-07-03  Edward Hervey  <edward@fluendo.com>
13908
13909         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
13910         Remove unused variable.
13911
13912 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13913
13914         * Makefile.am:
13915           include lcov.mak
13916         * configure.ac:
13917           add GCOV_LIBS to GST_LIBS
13918
13919 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
13920
13921         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
13922
13923         * ext/alsa/gstalsasrc.c:
13924           Add 32 bps to template caps and increase channels range
13925           from [1,2] to [1,MAX]. See #346326.
13926
13927 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
13928
13929         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
13930           Recognise 'WMVA' video codec fourcc (#345879).
13931           
13932 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
13933          
13934         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
13935           Fixed nasty memory leak
13936
13937 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13938
13939         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
13940         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
13941           fix logging
13942
13943 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
13944
13945         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13946         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
13947         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
13948         Protect remove_fakesink using a mutex, so that we don't try and
13949         remove the fakesink simultaneously from multiple threads.
13950
13951         When going from READY to PAUSED, restore the fakesink, so that
13952         it is there when decodebin gets reused.
13953
13954 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
13955
13956         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
13957         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13958         * gst-libs/gst/rtp/gstbasertppayload.c:
13959         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13960         * gst/tcp/gstmultifdsink.c:
13961         * gst/tcp/gsttcpclientsink.c:
13962         * gst/tcp/gsttcpclientsrc.c:
13963         * gst/tcp/gsttcpserversink.c:
13964         * gst/tcp/gsttcpserversrc.c:
13965         * gst/videorate/gstvideorate.c:
13966         * gst/videotestsrc/gstvideotestsrc.c:
13967         * sys/v4l/gstv4ljpegsrc.c:
13968         * sys/v4l/gstv4lmjpegsink.c:
13969         * sys/v4l/gstv4lsrc.c:
13970         * tests/examples/seek/scrubby.c:
13971         * tests/examples/seek/seek.c:
13972           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
13973
13974 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13975
13976         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
13977           Second field in GEnumValue shouldn't be a description,
13978           but a stringified version of the enum value.
13979
13980 2006-06-22  Wim Taymans  <wim@fluendo.com>
13981
13982         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13983         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
13984         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
13985         Avoid type checking in buffer casts.
13986         Avoid caps copy in buffer_alloc when we can.
13987         Use pad_peer_accept.
13988
13989 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13990
13991         * gst-libs/gst/tag/tag.h:
13992           Oops, make that 'Since: 0.10.9'.
13993
13994 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13995
13996         * docs/libs/gst-plugins-base-libs-sections.txt:
13997         * gst-libs/gst/tag/tag.h:
13998         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
13999         (gst_tag_image_type_get_type):
14000           API: add GstTagImageType enum to describe images contained
14001           in image tags (#345641).
14002
14003 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14004
14005         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14006           Fix warnings with gst-inspect: "buffers-min" property
14007           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
14008           typo in property description.
14009
14010 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14011
14012         Patch by: Cody Russell <bratsche at gnome org>
14013
14014         * gst/audioresample/gstaudioresample.c:
14015         (gst_audioresample_class_init):
14016         * gst/playback/gststreamselector.c:
14017         (gst_stream_selector_class_init):
14018         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
14019         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14020         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
14021         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
14022         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
14023         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
14024         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
14025         * gst/videotestsrc/gstvideotestsrc.c:
14026         (gst_video_test_src_class_init):
14027         * gst/volume/gstvolume.c: (gst_volume_class_init):
14028           Avoid unnecessary class cast check in class_init
14029           functions (#337747).
14030
14031 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
14032
14033         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
14034         (gst_text_overlay_video_chain):
14035           g_markup_escape_text() REALLY doesn't like non-UTF8 input
14036           and doesn't validate its input either (and neither did
14037           textoverlay it seems). Let's do that then and fix #345206.
14038
14039 2006-06-19  Wim Taymans  <wim@fluendo.com>
14040
14041         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14042         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
14043         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
14044         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
14045         (find_syncframe), (find_limits), (assign_value),
14046         (count_burst_unit), (gst_multi_fd_sink_new_client),
14047         (gst_multi_fd_sink_handle_client_write),
14048         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
14049         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
14050         (gst_multi_fd_sink_change_state):
14051         * gst/tcp/gstmultifdsink.h:
14052         Added shiny new burst-on-connect methods.
14053         Add properties to control the minimal amount of data queued.
14054         Small cleanups.
14055         API: bytes-min property
14056         API: time-min property
14057         API: buffers-min property
14058         API: burst-unit property
14059         API: burst-value property
14060         API: add-full signal
14061
14062         * gst/tcp/gsttcp-marshal.list:
14063         Added new marshaller code for the new signal.
14064
14065         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14066         (multifdsink_suite):
14067         Added testcases for new burst methods.
14068
14069 2006-06-19  Edward Hervey  <edward@fluendo.com>
14070
14071         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
14072         Implement clipping for accurate seeking.
14073         Closes #345225
14074
14075 2006-06-19  Wim Taymans  <wim@fluendo.com>
14076
14077         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
14078
14079         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
14080         (gst_video_scale_transform):
14081         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
14082
14083 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14084
14085         * configure.ac:
14086           Fix --disable-external (can't set conditionals conditionally,
14087           #343602).
14088
14089 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14090
14091         * tests/check/elements/audioresample.c: (test_reuse),
14092         (audioresample_suite):
14093           Add test case for bug #342789 fixed below.
14094
14095 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14096
14097         * gst/audioresample/gstaudioresample.c:
14098         (gst_audioresample_class_init), (gst_audioresample_init),
14099         (audioresample_start), (audioresample_stop),
14100         (gst_audioresample_set_property), (gst_audioresample_get_property):
14101           Implement GstBaseTransform::start and ::stop so that audioresample
14102           can clear its internal state properly and be reused instead of
14103           causing non-negotiated errors with playbin under some circumstances
14104           (#342789).
14105
14106         * tests/check/elements/audioresample.c: (setup_audioresample),
14107         (cleanup_audioresample):
14108           Need to set element state here so that ::start and ::stop are
14109           called.
14110
14111 2006-06-16  Wim Taymans  <wim@fluendo.com>
14112
14113         Patch by: Young-Ho Cha <ganadist at chollian dot net>
14114
14115         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
14116         Parse extra data better, apparently it's right behind
14117         the normal strf header size. Fixes #343500.
14118
14119 2006-06-16  Wim Taymans  <wim@fluendo.com>
14120
14121         * ext/alsa/gstalsasink.c: (set_hwparams):
14122         If we fail to set the buffer_time and period_time alsa
14123         parameters, post a warning and leave alsa select a 
14124         default instead of failing. Fixes #342085
14125
14126 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14127
14128         * docs/libs/gst-plugins-base-libs-sections.txt:
14129         * gst-libs/gst/cdda/gstcddabasesrc.h:
14130           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
14131           out in the header file and shouldn't be listed in the docs.
14132
14133         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14134           Must dereference pointer to fourcc in the debug statement.
14135
14136 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
14137
14138         * docs/libs/Makefile.am:
14139         * docs/libs/gst-plugins-base-libs-docs.sgml:
14140         * docs/libs/gst-plugins-base-libs-sections.txt:
14141         * docs/libs/gst-plugins-base-libs.types:
14142         add remaining symbols into correct setions
14143         
14144         * gst-libs/gst/audio/gstringbuffer.c:
14145         fix incomplete docs
14146         
14147         * gst-libs/gst/audio/gstringbuffer.h:
14148         comment out not yet implemented function
14149         
14150         
14151         * gst-libs/gst/floatcast/floatcast.h:
14152         * gst-libs/gst/netbuffer/gstnetbuffer.c:
14153         add short descriptions
14154         
14155         
14156         * gst-libs/gst/interfaces/propertyprobe.c:
14157         fix return value docs   
14158         
14159         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14160         simplify debug logging
14161         
14162         * gst-libs/gst/riff/riff-read.h:
14163         sync function prototype and docs
14164         
14165         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14166         remove left over symbol
14167
14168 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14169
14170         * autogen.sh:
14171         * configure.ac:
14172         * docs/Makefile.am:
14173           Use GST_PLUGIN_DOCS macro in configure.ac, add
14174           --enable-plugin-docs default to autogen.sh and use
14175           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
14176
14177 2006-06-15  Wim Taymans  <wim@fluendo.com>
14178
14179         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14180         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
14181         (gst_ogg_demux_loop):
14182         Combine GstFlowReturn from the source pads to give a
14183         meaningfull result to the upstream peer or to stop the
14184         processing task in case of errors.
14185
14186 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14187
14188         * gst/playback/gststreaminfo.c: (cb_probe):
14189           Try GST_TAG_CODEC as fallback when extracting the
14190           codec name; more debug info.
14191
14192 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14193
14194         * ext/ogg/Makefile.am:
14195         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14196           Extract language tags from ogm subtitle streams, so that
14197           the subtitle menu choices are labelled correctly in
14198           Totem (fixes #344708).
14199
14200 2006-06-14  Wim Taymans  <wim@fluendo.com>
14201
14202         Patch by: Alessandro Decina <alessandro at nnva dot org>
14203
14204         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
14205         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
14206         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
14207         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14208         Fix various leaks. Fixes #343699.
14209         Add x-smoke mime type.
14210
14211 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14212
14213         * gst-libs/gst/riff/riff-ids.h:
14214           Add IDs for 'bext' chunks (see #343837).
14215
14216 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
14217
14218         Patch by: Young-Ho Cha  <ganadist at chollian net>
14219
14220         * gst/subparse/samiparse.c: (sami_context_pop_state),
14221         (handle_start_font), (end_sami_element):
14222           Honour font face tags in SAMI subtitles (#344503).
14223
14224 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14225
14226         * po/POTFILES.in:
14227           add missing files containing translatable strings
14228
14229 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14230
14231         * docs/libs/tmpl/.cvsignore:
14232           we don't want those *.sgml files in CVS either
14233
14234 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14235
14236         * docs/libs/.cvsignore:
14237         * tests/check/elements/.cvsignore:
14238         * tests/check/libs/.cvsignore:
14239           ignore more
14240
14241 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14242
14243         * docs/libs/Makefile.am:
14244           also commiting the changed Makefile.am (added more libs to the
14245           doc-build)
14246
14247 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14248
14249         * docs/libs/gst-plugins-base-libs-docs.sgml:
14250         * docs/libs/gst-plugins-base-libs-sections.txt:
14251         * docs/libs/gst-plugins-base-libs.types:
14252           first batch of reordering things, add index & hierarchy
14253
14254 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14255
14256         * configure.ac:
14257           use GST_PKG_CHECK_MODULES, cleans up output
14258
14259 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14260
14261         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14262           Add support for burn:// URIs (#343385); const-ify things a bit,
14263           use G_N_ELEMENTS instead of hard-coded array size.
14264
14265 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14266
14267         Patch by: Young-Ho Cha  <ganadist at chollian net>
14268
14269         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
14270           Fix up broken entities before passing them to libxml *sigh*.
14271           (#343303).
14272           
14273 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14274
14275         * configure.ac:
14276           back to TRUNK
14277
14278 === release 0.10.8 ===
14279
14280 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
14281
14282         * configure.ac:
14283           releasing 0.10.8, "Moar gij ziet mij nie"
14284
14285 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14286
14287         * configure.ac:
14288         * po/af.po:
14289         * po/az.po:
14290         * po/cs.po:
14291         * po/en_GB.po:
14292         * po/hu.po:
14293         * po/it.po:
14294         * po/nb.po:
14295         * po/nl.po:
14296         * po/or.po:
14297         * po/sq.po:
14298         * po/sr.po:
14299         * po/sv.po:
14300         * po/uk.po:
14301         * po/vi.po:
14302         * win32/common/config.h:
14303           0.10.7.2 prerelease
14304
14305 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14306
14307         * docs/libs/tmpl/gstaudio.sgml:
14308         * docs/libs/tmpl/gstcolorbalance.sgml:
14309         * docs/libs/tmpl/gstmixer.sgml:
14310         * docs/libs/tmpl/gstringbuffer.sgml:
14311         * docs/libs/tmpl/gsttuner.sgml:
14312         * docs/libs/tmpl/gstxoverlay.sgml:
14313         * gst-libs/gst/audio/audio.c:
14314         * gst-libs/gst/audio/gstringbuffer.c:
14315         * gst-libs/gst/interfaces/colorbalance.c:
14316         * gst-libs/gst/interfaces/mixer.c:
14317         * gst-libs/gst/interfaces/tuner.c:
14318         * gst-libs/gst/interfaces/xoverlay.c:
14319           move last template doc snippets to source code and delete them
14320
14321 2006-06-06  Michael Smith  <msmith@fluendo.com>
14322
14323         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
14324         (theora_parse_drain_queue):
14325           Mark DELTA_UNIT on non-keyframes.
14326
14327 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
14328
14329         * gst-libs/gst/audio/gstbaseaudiosink.c:
14330         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
14331         * gst-libs/gst/audio/gstbaseaudiosink.h:
14332         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
14333         (gst_ring_buffer_samples_done):
14334         * gst-libs/gst/audio/gstringbuffer.h:
14335         Document better the fact that latency_time and buffer_time are values
14336         stored in microseconds, and not the usual GStreamer nanoseconds.
14337         Change the variables (compatibly) that store them from GstClockTime 
14338         to guint64 to make it more clear that they're not storing clock times.
14339         Also, remove the bogus property description that says the user can
14340         specify -1 to get the default value, since that's never been the case.
14341
14342         When computing the default segment size for the ring buffer, make it
14343         an integer number of samples.
14344
14345         When the sub-class indicates a delay greater than the number of
14346         samples we've written return 0 from the audio sink get_time method.
14347
14348 2006-06-02  Michael Smith  <msmith@fluendo.com>
14349
14350         * tests/check/elements/audioconvert.c: (set_channel_positions),
14351         (get_float_mc_caps), (get_int_mc_caps):
14352         * tests/check/elements/audioresample.c:
14353         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
14354         * tests/check/elements/videorate.c:
14355         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
14356         * tests/check/elements/volume.c:
14357         * tests/check/elements/vorbisdec.c:
14358         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
14359           Don't busy-wait in tests; this was causing test timeouts very
14360           frequently when running under valgrind.
14361
14362 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14363
14364         * gst/tcp/README:
14365         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
14366         (gst_multi_fd_sink_remove_client_link),
14367         (gst_multi_fd_sink_client_queue_caps),
14368         (gst_multi_fd_sink_client_queue_buffer),
14369         (gst_multi_fd_sink_handle_client_write),
14370         (gst_multi_fd_sink_render):
14371         * gst/tcp/gstmultifdsink.h:
14372           make multifdsink properly deal with streamheader:
14373           - streamheader is taken from caps
14374           - buffers marked with IN_CAPS are not sent
14375           - streamheaders are sent, on connection, from the caps of the
14376             buffer where the client gets positioned to
14377           - further streamheader changes are done every time the client
14378             will receive a buffer with different caps
14379         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14380         (gst_multifdsink_create_streamheader):
14381           add tests for this
14382
14383 2006-06-02  Michael Smith  <msmith@fluendo.com>
14384
14385         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14386           Reinstate limit on channel count. Vorbis does not define the meaning
14387           of > 6 channels, so they're just independent channels. Gstreamer
14388           currently has no mechanism to represent N independent channels.
14389
14390 2006-06-02  Michael Smith  <msmith@fluendo.com>
14391
14392         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14393           Don't arbitrarily restrict channel counts and rate in vorbis.
14394           In terms of effects likely on real-world files, this fixes 96kHz
14395           playback of vorbis.
14396
14397 2006-06-02  Michael Smith  <msmith@fluendo.com>
14398
14399         * gst/audioconvert/audioconvert.c: (float):
14400           More correct float->int conversion.
14401
14402 2006-06-02  Michael Smith  <msmith@fluendo.com>
14403
14404         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
14405           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
14406           value. Fixes g-critical on trying to play back ogg containing
14407           unknown codec.
14408
14409 2006-06-02  Wim Taymans  <wim@fluendo.com>
14410
14411         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
14412         (setup_source):
14413         * gst/playback/gstplaybasebin.h:
14414         Make the subtitle detection work from any thread so we don't
14415         deadlock. Fixes #343397.
14416
14417 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14418
14419         * gst/volume/Makefile.am:
14420           Seriously, it's not *that* hard to get compilation right.  Even
14421           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
14422
14423 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14424
14425         * gst/volume/gstvolume.c: (volume_choose_func),
14426         (volume_update_real_volume), (gst_volume_class_init),
14427         (gst_volume_init), (volume_process_float), (volume_process_int16),
14428         (volume_process_int16_clamp), (volume_set_caps),
14429         (volume_transform_ip), (plugin_init):
14430         * gst/volume/gstvolume.h:
14431         rewrite the passthrough check, split _int16 and _int16_clamp, fix
14432         another property desc., remove unused param from process function
14433         
14434         * tests/check/elements/volume.c: (volume_suite):
14435         reactivate the passthrough test
14436
14437 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14438
14439         * ext/alsa/gstalsamixerelement.h:
14440         * ext/alsa/gstalsamixeroptions.h:
14441         * ext/alsa/gstalsamixertrack.h:
14442         * ext/gnomevfs/gstgnomevfssink.h:
14443         * ext/gnomevfs/gstgnomevfssrc.h:
14444         * ext/theora/gsttheoradec.h:
14445         * ext/theora/gsttheoraenc.h:
14446         * ext/theora/gsttheoraparse.h:
14447         * ext/vorbis/vorbisparse.h:
14448         * gst-libs/gst/audio/gstaudioclock.h:
14449         * gst-libs/gst/audio/gstaudiofilter.h:
14450         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14451         * gst/audioconvert/gstaudioconvert.h:
14452         * gst/audioresample/gstaudioresample.h:
14453         * gst/audiotestsrc/gstaudiotestsrc.h:
14454         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
14455         * gst/playback/gststreamselector.h:
14456         * gst/tcp/gstmultifdsink.h:
14457         * gst/tcp/gsttcpclientsink.h:
14458         * gst/tcp/gsttcpclientsrc.h:
14459         * gst/tcp/gsttcpserversink.h:
14460         * gst/tcp/gsttcpserversrc.h:
14461         * gst/videorate/gstvideorate.h:
14462         * gst/videoscale/gstvideoscale.h:
14463         * gst/videotestsrc/gstvideotestsrc.h:
14464         * gst/volume/gstvolume.h:
14465         * sys/v4l/gstv4ljpegsrc.h:
14466         * sys/v4l/gstv4lmjpegsink.h:
14467         * sys/v4l/gstv4lmjpegsrc.h:
14468         * sys/v4l/gstv4lsrc.h:
14469         * sys/ximage/ximagesink.h:
14470         * sys/xvimage/xvimagesink.h:
14471         * tests/old/testsuite/alsa/sinesrc.h:
14472         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
14473
14474 2006-05-31  Wim Taymans  <wim@fluendo.com>
14475
14476         * ext/libvisual/visual.c: (gst_visual_reset),
14477         (gst_visual_sink_setcaps), (gst_visual_sink_event),
14478         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
14479         Handle DISCONT.
14480         Use running time before doing QoS.
14481         Handle mono too.
14482
14483 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14484
14485         * docs/libs/Makefile.am:
14486           set a magic variable to indicate we know the docs are incomplete
14487
14488 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
14489
14490         * win32/common/libgstvideo.def:
14491           export gst_video_calculate_display_ratio
14492         * win32/vs6/libgstvideoscale.dsp:
14493           add link to libgstvideo-0.10.lib
14494
14495 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
14496
14497         * gst/playback/gstplaybasebin.c: (gen_source_element):
14498           Throw a more comprehensible error for rtsp:// URIs (rather
14499           than erroring out with a negotiation error later on) until
14500           we fix playbin to handle rtspsrc etc.
14501
14502 2006-05-30  Wim Taymans  <wim@fluendo.com>
14503
14504         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
14505         (gst_text_overlay_text_event):
14506         Added some FIXMEs.
14507
14508 2006-05-30  Wim Taymans  <wim@fluendo.com>
14509
14510         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
14511         (gst_adder_request_new_pad), (gst_adder_release_pad):
14512         * gst/adder/gstadder.h:
14513         Implement release_request_pad.
14514         Make padcounter atomic.
14515
14516         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
14517         Added check for release_pad in adder.
14518
14519 2006-05-30  Wim Taymans  <wim@fluendo.com>
14520
14521         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
14522         Fix build again.
14523
14524 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14525
14526         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14527         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
14528         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14529         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
14530         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
14531         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
14532         (gst_ogg_demux_bisect_forward_serialno),
14533         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
14534         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
14535           add more debugging
14536           clean up printf formats for granulepos and serialno
14537
14538 2006-05-30  Michael Smith  <msmith@fluendo.com>
14539
14540         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
14541         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
14542         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
14543         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
14544         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
14545         * ext/vorbis/vorbisenc.h:
14546           Multi-channel caps negotiation, so we can do proper multichannel
14547           vorbis encoding, negotiated through audioconvert.
14548
14549 2006-05-30  Wim Taymans  <wim@fluendo.com>
14550
14551         * tests/check/elements/adder.c: (test_event_message_received),
14552         (test_play_twice_message_received), (GST_START_TEST),
14553         (adder_suite):
14554         Added check to show that #339935 is fixed with ongoing
14555         adder and collectpads fixes.
14556
14557 2006-05-29  Wim Taymans  <wim@fluendo.com>
14558
14559         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
14560         Don't leak pad name.
14561
14562 2006-05-29  Wim Taymans  <wim@fluendo.com>
14563
14564         * gst/adder/gstadder.c: (gst_adder_query_duration),
14565         (forward_event_func), (forward_event), (gst_adder_src_event):
14566         Fix adder seeking.
14567         Make query/seeking code threadsafe.
14568
14569         * tests/check/Makefile.am:
14570         * tests/check/elements/adder.c: (test_event_message_received),
14571         (GST_START_TEST), (test_play_twice_message_received):
14572         Fix adder test case.
14573
14574 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
14575
14576         Patch by: Young-Ho Cha  <ganadist at chollian net>
14577
14578         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14579         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
14580         (set_encoding_element), (decodebin_element_added_cb),
14581         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
14582         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
14583         * gst/playback/gstplaybasebin.h:
14584           Add 'subtitle-encoding' property to playbin, so applications can
14585           force a subtitle encoding for non-UTF8 subtitles (#342268).
14586
14587         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
14588         (gst_sub_parse_set_property):
14589           Rename recently-added 'encoding' property to 'subtitle-encoding'
14590           (so it can be proxied by playbin/decodebin in a generic way
14591           with less danger of false positives).
14592
14593 2006-05-29  Michael Smith  <msmith@fluendo.com>
14594
14595         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
14596         (append_with_other_format), (set_structure_widths),
14597         (gst_audio_convert_transform_caps):
14598           Patch from #341562: give more specific audio caps in get_caps, so
14599           that basetransform  can make better decisions on what caps to
14600           negotiate.
14601
14602 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14603
14604         * tests/check/elements/volume.c:
14605         make it compile again
14606
14607 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14608
14609         * tests/check/elements/volume.c: (volume_suite):
14610         disable test until #343196 gets resolved
14611
14612 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14613
14614         * gst/adder/gstadder.c: (gst_adder_get_type):
14615         Make it easier to copy&paste
14616         
14617         * gst/volume/Makefile.am:
14618         * gst/volume/gstvolume.c: (volume_update_real_volume),
14619         (gst_volume_set_volume), (gst_volume_set_mute),
14620         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
14621         (volume_transform_ip), (volume_update_mute),
14622         (volume_update_volume):
14623         * gst/volume/gstvolume.h:
14624         Add own debug category, move duplicate code to helper function, fix
14625         property texts, add more comments and prepare ffor liboil-goodness
14626         
14627         * tests/check/Makefile.am:
14628         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
14629         add test for mute and passtrough case, be a bit more verbose to track
14630         failure
14631         
14632         * tests/check/generic/states.c: (GST_START_TEST):
14633         catch elements that fail to instantiate
14634
14635 2006-05-28  Edward Hervey  <edward@fluendo.com>
14636
14637         * tests/check/pipelines/simple-launch-lines.c:
14638         * tests/check/pipelines/theoraenc.c:
14639         * tests/check/pipelines/vorbisenc.c:
14640         Comment out tests using parse_launch() if core was built without
14641         parsing capabilities.
14642
14643 2006-05-27  Edward Hervey  <edward@fluendo.com>
14644
14645         * tests/check/Makefile.am:
14646         Extra bonus points for whoever explains to ensonic that you are meant
14647         to test unit tests thoroughly before commiting them, especially if
14648         you know it's going to break.
14649         De-activated element/adder tests.
14650
14651 2006-05-27  Edward Hervey  <edward@fluendo.com>
14652
14653         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14654         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
14655         Marking caps conversion issues as GST_WARNING is way too verbose,
14656         Moving them to GST_LOG.
14657
14658 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
14659
14660         * README:
14661           Replace current README (containing the release notes from
14662           some 0.9.x version) with a proper README taken from the core.
14663
14664 2006-05-26  Wim Taymans  <wim@fluendo.com>
14665
14666         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14667         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
14668         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
14669         (vorbis_dec_change_state):
14670         Small cleanups.
14671         Add some FIXMEs
14672         Clip output samples to segment boundaries.
14673
14674 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14675
14676         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14677         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
14678         Improve the errors produced on bad output, including some human
14679         readable description strings.
14680         Handle the (theoretical for ximagesink) case where the XServer 
14681         has a different idea about the size required for a particular 
14682         frame and gives us too small a memory allocation.
14683
14684 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14685
14686         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14687         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
14688         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
14689         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14690         Improve the errors produced on bad output, including some human 
14691         readable description strings.
14692         Handle RGB Xv formats properly by transforming them into our 
14693         big-endian caps description.
14694         Use gst_caps_truncate to ensure that we never try and choose a
14695         non-fixed caps in buffer_alloc.
14696         Handle the case where the XServer has a different idea about the size
14697         required for a particular frame and gives us too small a memory
14698         allocation.
14699         Use -1 to indicate 'no image format', because 0 is a valid XServer
14700         image format number.
14701         Put RGB Xv formats at the end of the caps, so that we always prefer
14702         YUV format frames.
14703         Iterate the available Xv Encodings to determine the maximum width and
14704         height, and then return that in our caps.
14705         (Closes #315312, #337544)
14706
14707 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
14708
14709         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
14710         When there is only one unfinished pad and it receives an event that
14711         doesn't match our requirements, we need to set alldone=FALSE so that
14712         the fakesink is not removed yet.
14713
14714 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
14715
14716         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
14717           Use gst_type_find_helper_for_buffer() to find the type
14718           of stream from the first packet.
14719
14720         * configure.ac:
14721           Bump requirements to core CVS (needed for vorbis
14722           typefinding to work).
14723
14724 2006-05-24  Edward Hervey  <edward@fluendo.com>
14725
14726         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
14727         Added the 'prfl' atom type which MQV (no, it's not a typo) files
14728         contain.  Else they play perfectly fine with qtdemux.
14729
14730 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
14731
14732         * ext/theora/theoradec.c:
14733         * ext/theora/theoraenc.c:
14734         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
14735         * gst/audiorate/gstaudiorate.c:
14736           make more debug catagories static
14737         
14738         * tests/check/Makefile.am:
14739         * tests/check/elements/adder.c: (message_received),
14740         (test_event_message_received), (GST_START_TEST),
14741         (test_play_twice_message_received), (adder_suite):
14742           added test case for using element twice, extra bonus points for anyone
14743           who can make these test run reliably
14744
14745 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
14746
14747         * ext/theora/theoradec.c: (theora_dec_chain):
14748           Make work with time-stamped input buffers that do not
14749           have a granulepos in BUFFER_OFFSET_END (like theora
14750           buffers coming from matroskademux). Fixes #342448.
14751
14752 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
14753
14754         Patch by: Peter Kjellerstedt  <pkj at axis com>
14755
14756         * gst/tcp/Makefile.am:
14757           fdstresstest doesn't need Gtk+, fix compilation if 
14758           gtk is not available (#342566).
14759
14760 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14761          
14762         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14763           80 line columns
14764           Removed redundant floor()
14765
14766 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
14767
14768         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14769           On second thought, just skip JUNK chunks automatically, so
14770           the caller doesn't have to handle this. Fixes #342345.
14771           Also, return GST_FLOW_UNEXPECTED if we get a short read,
14772           not GST_FLOW_ERROR.
14773
14774 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
14775
14776         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14777           Don't bail out on JUNK chunks with a size of 0 (would try to
14778           pull_range 0 bytes before, which sources don't like too much).
14779           See #342345.
14780
14781 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
14782
14783         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
14784         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
14785         Use the gstutil scaling function to preserve 64 bits while calculating
14786         output width and height from the display-aspect-ratio. (A continuation
14787         of #341542)
14788
14789 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
14790
14791         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
14792         (gst_xvimagesink_buffer_alloc):
14793         * sys/xvimage/xvimagesink.h:
14794         When performing buffer allocations, remember the caps and image format
14795         we return so that if the same caps are asked for next time we can
14796         return them immediately without doing any caps intersections.
14797
14798 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14799          
14800         * gst-libs/gst/rtp/README:
14801           Some new documentation
14802         * gst-libs/gst/rtp/gstrtpbuffer.h:       
14803           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
14804         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14805         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
14806           New RTP audio base payloader class. Supports frame or sample based
14807           codecs.  Not enabled in Makefile.am until approved.
14808
14809 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14810
14811         * tests/check/elements/alsa.c: (test_device_property_probe):
14812           Fix test case: don't try to free NULL GValueArray when there
14813           are no devices.
14814
14815 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14816
14817         * tests/check/Makefile.am:
14818         * tests/check/elements/alsa.c: (test_device_property_probe),
14819         (alsa_suite), (main):
14820           Add simple test that runs a device property probe on alsasrc,
14821           alsasink and alsamixer. Disable valgrind check for now (too
14822           many leaks in libasound, and valgrind ignored my suppressions
14823           additions).
14824
14825 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14826
14827         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
14828         (gst_alsa_device_property_probe_probe_property),
14829         (gst_alsa_device_property_probe_needs_probe),
14830         (gst_alsa_device_property_probe_get_values),
14831         (gst_alsa_type_add_device_property_probe_interface):
14832         * ext/alsa/gstalsadeviceprobe.h:
14833         * ext/alsa/gstalsamixerelement.c:
14834         (gst_alsa_mixer_element_init_interfaces):
14835         * ext/alsa/gstalsamixerelement.h:
14836           Clean up and simplify alsa device probing. Make it actually work
14837           for multiple classes. Don't cache results any longer.
14838
14839         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
14840         (gst_alsasink_init):
14841         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
14842         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
14843         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
14844           Make alsasink and alsasrc implement the GstPropertyProbe interface
14845           for device probing (#342181).
14846           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
14847
14848 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14849
14850         * gst/subparse/samiparse.c: (handle_start_font):
14851           Don't ignore return value of strtol (++compiler_happiness).
14852
14853 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
14854
14855         Patch by: Young-Ho Cha  <ganadist chollian net>
14856
14857         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
14858         (gst_sub_parse_class_init), (gst_sub_parse_init),
14859         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
14860         (convert_encoding):
14861         * gst/subparse/gstsubparse.h:
14862           Add 'encoding' property (#341681).
14863
14864         * gst/subparse/samiparse.c: (characters_sami):
14865           Output is pango markup, so we need to escape text
14866           between tags (#342143).
14867
14868 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
14869
14870         * gst-libs/gst/audio/multichannel.c:
14871         (gst_audio_check_channel_positions):
14872           It's okay to have caps with channels=1 and a channel position
14873           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
14874           (deinterleavers might want to keep the position in the caps,
14875           so that they can be re-interleaved again properly later).
14876           Leave check for unexpected 2-channel layouts intact for now.
14877
14878 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14879
14880         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
14881         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
14882         basesrc can do its job correctly.
14883
14884 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
14885
14886         * ext/alsa/Makefile.am:
14887         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
14888         (gst_alsa_detect_formats), (get_channel_free_structure),
14889         (caps_add_channel_configuration), (gst_alsa_detect_channels),
14890         (gst_alsa_probe_supported_formats):
14891         * ext/alsa/gstalsa.h:
14892         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
14893           Refactor and improve caps probing code: probe signedness
14894           when we probe the supported formats/widths; set endianness
14895           to the one we actually probed for (ie. cpu endianness).
14896           
14897         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
14898         (gst_alsasrc_close):
14899         * ext/alsa/gstalsasrc.h:
14900           Implement caps probing for alsasrc.
14901
14902 2006-05-15  Wim Taymans  <wim@fluendo.com>
14903
14904         * ext/theora/theoradec.c: (gst_theora_dec_reset),
14905         (theora_dec_src_query), (theora_dec_src_event),
14906         (theora_dec_sink_event), (theora_handle_comment_packet),
14907         (theora_handle_data_packet), (theora_dec_change_state):
14908         Cleanups, add some G_LIKELY.
14909         Use segment helpers instead of our own wrong code.
14910         Clear queued buffers on seek and READY.
14911
14912         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14913         (vorbis_dec_convert), (vorbis_dec_src_query),
14914         (vorbis_dec_src_event), (vorbis_dec_sink_event),
14915         (vorbis_handle_comment_packet), (vorbis_dec_push),
14916         (vorbis_handle_data_packet), (vorbis_dec_chain),
14917         (vorbis_dec_change_state):
14918         * ext/vorbis/vorbisdec.h:
14919         Remove old useless packetno variable.
14920         Do position query properly.
14921         Add some G_LIKELY.
14922         Do cleanup of queued buffers in new helper function
14923         and use it.
14924
14925 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14926
14927         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
14928           Query supported sample rates. Fixes #341732.
14929
14930 2006-05-15  Julien MOUTTE  <julien@moutte.net>
14931
14932         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
14933         (gst_decode_bin_change_state): Make decodebin reusable
14934         when going from PAUSE_TO_READY and then back to PAUSED.
14935         Fixes #331678.
14936
14937 2006-05-15  Wim Taymans  <wim@fluendo.com>
14938
14939         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
14940         (vorbis_dec_convert), (vorbis_dec_src_query),
14941         (vorbis_dec_sink_query), (vorbis_dec_src_event),
14942         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
14943         (vorbis_dec_clean_queued), (vorbis_dec_push),
14944         (vorbis_handle_data_packet), (vorbis_dec_change_state):
14945         Cleanups. Use refcounting and DEBUG_OBJECT.
14946         Reset segment on flush, use code methods instead of our
14947         own wrong version.
14948         Fix potential memleak.
14949
14950 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14951
14952         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
14953         (gst_alsasink_init):
14954         * ext/alsa/gstalsasink.h:
14955           Don't leak allocated snd_output_t structure if there's
14956           more than one alsasink instance at a time (#341873).
14957           Also fix GObject macros in header file.
14958           
14959 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14960
14961         * gst/subparse/gstsubparse.c:
14962         (gst_sub_parse_data_format_autodetect):
14963           Don't use libxml functions in the typefinding code.
14964
14965 2006-05-15  Wim Taymans  <wim@fluendo.com>
14966
14967         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14968         Fix seeking performance in the case where a non-header 
14969         packet has a 0 granulepos (busted theora case). 
14970         Fixes #341719
14971         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
14972          the first place, you limelight stealer you)
14973
14974 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14975
14976         * gst/subparse/gstsubparse.c:
14977         (gst_sub_parse_data_format_autodetect):
14978           Improve SAMI typefinding: handle case where there are
14979           whitespaces or newlines in front of the first <SAMI>
14980           tag (#169936).
14981
14982 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14983
14984         * configure.ac:
14985           Build video4linux plugin even if there's no XVIDEO, just
14986           without implementing the GstXOverlay interface (#334002).
14987          
14988 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14989
14990         * configure.ac:
14991         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
14992         (plugin_init):
14993           Add tentative support for libvisual-0.4 (#336881).
14994
14995 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14996
14997         Patch by: Young-Ho Cha <ganadist at chollian net>
14998
14999         * gst/subparse/samiparse.c: (handle_start_font):
15000           Need to map "silver" colour explicitly (#169936).
15001
15002 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15003
15004         Patch by: Young-Ho Cha  <ganadist at chollian net>
15005
15006         * gst/subparse/Makefile.am:
15007         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15008         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
15009         (gst_sub_parse_format_autodetect), (feed_textbuf),
15010         (gst_subparse_type_find), (plugin_init):
15011         * gst/subparse/gstsubparse.h:
15012         * gst/subparse/samiparse.c:
15013         * gst/subparse/samiparse.h:
15014           Add support for SAMI subtitles (#169936).
15015
15016 2006-05-14  Michael Smith  <msmith@fluendo.com>
15017
15018         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
15019           Fix #341696: crash when mixing L+R+C to mono or stereo.
15020         * tests/check/Makefile.am:
15021         * tests/check/elements/audioconvert.c: (set_channel_positions),
15022         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
15023         (audioconvert_suite):
15024           Add test for the above, including some generic framework bits for
15025           testing multichannel things.
15026
15027 === release 0.10.7 ===
15028
15029 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
15030
15031         * configure.ac:
15032           releasing 0.10.7, "Leave the gun"
15033
15034 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15035
15036         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15037         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15038         Fix the build.
15039
15040 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
15041
15042         * docs/libs/gst-plugins-base-libs-docs.sgml:
15043         * docs/libs/gst-plugins-base-libs-sections.txt:
15044         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
15045         * gst-libs/gst/video/video.h:
15046         * gst/videoscale/Makefile.am:
15047         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15048         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15049         * tests/check/Makefile.am:
15050         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
15051         (main):
15052           Fix integer overflow problem with pixel-aspect-ratio calculations
15053           in videoscale and xvimagesink (#341542)
15054
15055 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15056
15057         * gst-libs/gst/tag/gstid3tag.c:
15058           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
15059
15060 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
15061
15062         * win32/MANIFEST:
15063           update win32 files listing
15064
15065 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15066
15067         patch by: Sjoerd Simons (sjoerd@luon.net)
15068
15069         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15070         (group_create), (group_destroy), (add_stream),
15071         (gst_play_base_bin_get_property),
15072         (gst_play_base_bin_get_streaminfo_value_array):
15073         * gst/playback/gstplaybasebin.h:
15074           API: GstPlayBaseBin::stream-info-value-array property
15075           use a more bindings-friendly way of exposing streaminfo
15076           using a GValueArray.  Tested in ipython.
15077           Closes #341114
15078
15079 2006-05-11  Wim Taymans  <wim@fluendo.com>
15080
15081         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
15082         (queue_underrun_cb), (queue_filled_cb):
15083         Also catch queue underruns but don't do anything yet.
15084         Refactor and comment queue enlarging code a bit.
15085
15086         * gst/playback/gstplaybasebin.c: (queue_overrun),
15087         (queue_threshold_reached), (queue_out_of_data),
15088         (gen_preroll_element):
15089         If a queue over/underruns check that we don't create nasty
15090         deadlocks when the min-threshold is not reached but the
15091         max-bytes is. In those cases disable max-bytes when we
15092         know that the queue is fed timed data.
15093         Add more comments.
15094
15095 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15096
15097         * gst/playback/gstplaybin.c: (gen_audio_element):
15098           Make playbin automatically plug an 'audioresample'
15099           element before the audio sink as well. This solves
15100           problems with sinks that only accept a very specific
15101           sample rate, like esdsink (e.g. #340379).
15102
15103 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15104
15105         * gst/playback/gstplaybasebin.c: (gen_source_element):
15106           Make http sources send special headers so that we receive
15107           icecast metadata if the http stream is an icecast stream
15108           (otherwise the server will just ignore them). This also
15109           means that from now on users will need the 'icydemux'
15110           element from gst-plugins-good installed if they want to
15111           listen to icecast radio streams. (#341432, #333657).
15112
15113 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15114
15115         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
15116         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
15117           remove stupid example from docs - it should come with a simple
15118           C program instead.
15119           Clean up/fix docs
15120         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15121         (fail_if_can_read), (GST_START_TEST),
15122         (gst_multifdsink_create_streamheader), (multifdsink_suite):
15123           add a test for changing streamheader which exposes a bug in
15124           multifdsink
15125
15126 2006-05-11  Michael Smith  <msmith@fluendo.com>
15127
15128         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
15129         (gst_gnome_vfs_src_received_headers_callback):
15130         * ext/gnomevfs/gstgnomevfssrc.h:
15131           Don't set icy-caps unless we have a sane interval value. Move
15132           interval to a local variable; we never use it outside this function.
15133
15134 2006-05-11  Wim Taymans  <wim@fluendo.com>
15135
15136         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
15137         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
15138         Register special buffer types along with the objects so
15139         that they are not registered at runtime from N different
15140         streaming threads since they are not threadsafe.
15141
15142 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15143
15144         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15145         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
15146           add two more tests, one doing streamheader
15147
15148 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15149
15150         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
15151           clean up the bufqueue when shutting down
15152         * tests/check/Makefile.am:
15153         * tests/check/elements/multifdsink.c: (setup_multifdsink),
15154         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
15155         (main):
15156           add a test for the leak that was just fixed
15157
15158 2006-05-10  Wim Taymans  <wim@fluendo.com>
15159
15160         * gst/adder/gstadder.c: (gst_adder_setcaps),
15161         (gst_adder_query_duration), (gst_adder_query), (forward_event),
15162         (gst_adder_src_event), (gst_adder_sink_event),
15163         (gst_adder_class_init), (gst_adder_finalize),
15164         (gst_adder_request_new_pad), (gst_adder_collected):
15165         * gst/adder/gstadder.h:
15166         Updated some docs. Added comments and FIXMEs all over the place.
15167         Improve debugging info.
15168         Fix leak on finalize by not calling the parent.
15169         Implement duration query.
15170         Make event forwarding threadsafe.
15171         Correctly send NEWSEGMENT at start and after flush.
15172         Handle EOS correctly.
15173         Post error when not negotiated.
15174
15175         * tests/check/elements/adder.c: (GST_START_TEST):
15176         Added FIXME in the test.
15177
15178 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15179
15180         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
15181         (gst_text_overlay_halign_get_type),
15182         (gst_text_overlay_wrap_mode_get_type):
15183         * ext/theora/theoradec.c: (theora_handle_type_packet),
15184         (theora_handle_data_packet):
15185         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15186         (theora_enc_sink_setcaps), (theora_enc_chain):
15187         * gst-libs/gst/cdda/gstcddabasesrc.c:
15188         (gst_cdda_base_src_mode_get_type):
15189         * gst/audiotestsrc/gstaudiotestsrc.c:
15190         (gst_audiostestsrc_wave_get_type):
15191         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15192         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15193         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15194         (gst_sync_method_get_type), (gst_unit_type_get_type),
15195         (gst_client_status_get_type):
15196         * gst/videoscale/gstvideoscale.c:
15197         (gst_video_scale_method_get_type):
15198         * gst/videotestsrc/gstvideotestsrc.c:
15199         (gst_video_test_src_pattern_get_type):
15200         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
15201         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
15202         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
15203         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
15204         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
15205         (paint_setup_RGB565), (paint_setup_xRGB1555):
15206           Const-ify GEnumValue and GFlagsValue arrays. Use
15207           GST_ROUND_UP_* macros instead of home-made ones.
15208
15209 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15210
15211         * configure.ac:
15212           Require core CVS for the new newsegment stuff.
15213
15214 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15215
15216         Patch by: Sjoerd Simons  <sjoerd at luon net>
15217
15218         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
15219           Register nick for enum value (#341160).
15220
15221 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
15222
15223         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
15224         (plugin_init):
15225          backout typefind patch #340375
15226          
15227         * tests/check/elements/adder.c: (message_received),
15228         (GST_START_TEST), (adder_suite):
15229           redo, signal-handling of test
15230
15231 2006-05-09  Wim Taymans  <wim@fluendo.com>
15232
15233         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
15234         (gst_adder_collected):
15235         * gst/adder/gstadder.h:
15236         Remove bogus segment merging and forwarding, we don't
15237         care about timestamps anyway and we just produce a
15238         continuous stream. 
15239         Also create a nice NEWSEGMENT event when we start.
15240         Use _scale_int some more.
15241
15242 2006-05-09  Edward Hervey  <edward@fluendo.com>
15243
15244         * tests/icles/stress-xoverlay.c:
15245         Fix if core was built without parsing support.
15246
15247 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15248
15249         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15250           Add SEDG (Samsung MPEG-4) fourcc.
15251
15252 2006-05-09  Edward Hervey  <edward@fluendo.com>
15253
15254         * tests/icles/stress-xoverlay.c:
15255         * tests/examples/volume/volume.c:
15256         Fix if core was built without parsing support.
15257
15258         * tests/examples/seek/seek.c:
15259         Disable the parse_launch example if core was built without parsing
15260         support.
15261
15262 2006-05-08  Edward Hervey  <edward@fluendo.com>
15263
15264         * autogen.sh: (CONFIGURE_DEF_OPT): 
15265         libtoolize on Darwin/MacOSX is called glibtoolize
15266
15267 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15268
15269         * tests/check/Makefile.am:
15270         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
15271           Disable the adder test, until the build-slaves posses the kindness to 
15272           either like it or to give valid reason for not doing so 
15273
15274 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15275
15276         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15277         (adder_suite):
15278           Shuffle NULL state change around and raise timeout more
15279
15280 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15281
15282         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
15283         (mp4_type_find), (plugin_init):
15284           Add typefind to distinguish between "audio/x-m4a" and new type
15285           "video/mp4". Fixes #340375
15286
15287         * tests/check/elements/adder.c: (adder_suite):
15288           Raise timeout to make buildbot happy
15289
15290 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15291
15292         * gst/adder/gstadder.c: (gst_adder_sink_event),
15293         (gst_adder_request_new_pad), (gst_adder_change_state):
15294         * gst/adder/gstadder.h:
15295         * tests/check/Makefile.am:
15296         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15297         (adder_suite), (main):
15298           Add sink-event handling to adder. It tries to merge incomming
15299           newsegment-events. Added test to check if segment_done is comming
15300           through. Fixes #340060
15301
15302 2006-05-05  Andy Wingo  <wingo@pobox.com>
15303
15304         * ext/theora/theoraparse.c (gst_theora_parse_init)
15305         (theora_parse_src_convert, theora_parse_src_query):
15306         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
15307         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
15308         query functions on the source pads of the theora and vorbis parse
15309         elements. Fixes position querying when doing a remux.
15310
15311 2006-05-05  Michael Smith  <msmith@fluendo.com>
15312
15313         * ext/theora/theoraparse.c: (parse_granulepos),
15314         (theora_parse_drain_queue_prematurely),
15315         (theora_parse_queue_buffer), (theora_parse_sink_event):
15316           Fix flushing.
15317           Fix invalid granulepos outputs when starting with a non-keyframe.
15318
15319 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
15320
15321         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
15322         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
15323         Rearrange MPEG system stream detection, fixing some memleaks in the
15324         process.
15325         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
15326         they clean up their data correctly.
15327         Remove unused ogganx caps and move the 'is_annodex' check to inside
15328         the 'is_ogg' if statement.
15329
15330 2006-05-05  Wim Taymans  <wim@fluendo.com>
15331
15332         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
15333         Properly remove ghostpads. Fixes #340392
15334
15335 2006-05-04  David Schleef  <ds@schleef.org>
15336
15337         * gst/typefind/gsttypefindfunctions.c:
15338
15339 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
15340
15341         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
15342         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
15343
15344         When typefinding an MP3 in push-based mode, don't penalise the
15345         probability down to 74% when we found 5 valid frames just because we
15346         can't peek the end of the file.
15347
15348         Make the probability for detecting MPEG Transport Streams based on the
15349         number of sequential headers we successfully detected.
15350
15351 2006-05-03  Wim Taymans  <wim@fluendo.com>
15352
15353         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15354         (vorbis_dec_push), (vorbis_dec_chain):
15355         Still produce an error when we receive an empty packet.
15356
15357 2006-05-03  Wim Taymans  <wim@fluendo.com>
15358
15359         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
15360         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
15361         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
15362         Mark buffers with DISCONT after seek and after activating new
15363         chains.
15364
15365         * ext/theora/gsttheoradec.h:
15366         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15367         (theora_get_query_types), (theora_dec_sink_event),
15368         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
15369         (theora_dec_change_state):
15370         Fix frame counter.
15371         Detect and mark DISCONT buffers.
15372
15373         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15374         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
15375         (vorbis_dec_change_state):
15376         * ext/vorbis/vorbisdec.h:
15377         Use GstSegment.
15378         Detect and mark DISCONT buffers.
15379         Don't crash on 0 sized buffers.
15380
15381 2006-05-03  Wim Taymans  <wim@fluendo.com>
15382
15383         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
15384         (volume_transform_ip):
15385         Increase "volume" property to 10.0. Fixes #340369.
15386         Set the process function to NULL when capsnego fails so that
15387         we properly error out.
15388
15389 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15390
15391         * gst/playback/gstplaybin.c: (add_sink):
15392         * gst/playback/test.c: (main):
15393         * gst/playback/test5.c: (dump_element_stats):
15394         * gst/playback/test6.c: (main):
15395           free caps using gst_caps_unref, don't leak caps-strings
15396
15397 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
15398
15399         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
15400         (plugin_init):
15401           Refine musepack typefinding a bit. Return MAXIMUM
15402           probability when we detect stream version 7 to make
15403           sure the mpeg audio typefinder doesn't trump us.
15404
15405 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
15406
15407         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15408           Protect against unexpected NULL strf_data buffer.
15409
15410 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15411
15412         * tests/check/elements/audioconvert.c: (verify_convert),
15413         (GST_START_TEST):
15414           interpret the out[] buffer in the order the bytes are actually
15415           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
15416           Other tests should use BYTE_ORDER since the array is filled in
15417           with actual values
15418
15419 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15420
15421         * tests/check/elements/audioconvert.c: (verify_convert),
15422         (GST_START_TEST):
15423           when a test fails, give an indication of which it is
15424
15425 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15426
15427         * gst-libs/gst/cdda/gstcddabasesrc.c:
15428           compile fix; strtol() needs <stdlib.h>
15429
15430 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15431
15432         * ext/alsa/gstalsamixerelement.c:
15433         * ext/alsa/gstalsasrc.c:
15434         * ext/cdparanoia/gstcdparanoiasrc.c:
15435         * ext/gnomevfs/gstgnomevfssink.c:
15436         * ext/gnomevfs/gstgnomevfssrc.c:
15437         * ext/ogg/gstoggdemux.c:
15438         * ext/ogg/gstoggmux.c:
15439         * ext/ogg/gstoggparse.c:
15440         * ext/ogg/gstogmparse.c:
15441         * ext/pango/gstclockoverlay.c:
15442         * ext/pango/gsttextoverlay.c:
15443         * ext/pango/gsttextrender.c:
15444         * ext/pango/gsttimeoverlay.c:
15445         * ext/theora/theoradec.c:
15446         * ext/theora/theoraenc.c:
15447         * ext/vorbis/vorbisdec.c:
15448         * ext/vorbis/vorbisenc.c:
15449         * gst-libs/gst/audio/gstaudiofilter.c:
15450         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
15451         * gst/audioconvert/gstaudioconvert.c:
15452         * gst/audiorate/gstaudiorate.c:
15453         * gst/audioresample/gstaudioresample.c:
15454         * gst/audiotestsrc/gstaudiotestsrc.c:
15455         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15456         * gst/playback/gstdecodebin.c:
15457         * gst/playback/gstplaybin.c:
15458         * gst/playback/gststreamselector.c:
15459         * gst/subparse/gstsubparse.c:
15460         * gst/tcp/gstmultifdsink.c:
15461         * gst/tcp/gsttcpclientsink.c:
15462         * gst/tcp/gsttcpclientsrc.c:
15463         * gst/tcp/gsttcpserversink.c:
15464         * gst/tcp/gsttcpserversrc.c:
15465         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15466         * gst/videorate/gstvideorate.c:
15467         * gst/videoscale/gstvideoscale.c:
15468         * gst/videotestsrc/gstvideotestsrc.c:
15469         * gst/volume/gstvolume.c:
15470         * sys/v4l/gstv4ljpegsrc.c:
15471         * sys/v4l/gstv4lmjpegsink.c:
15472         * sys/v4l/gstv4lmjpegsrc.c:
15473         * sys/v4l/gstv4lsrc.c:
15474         * sys/ximage/ximagesink.c:
15475         * sys/xvimage/xvimagesink.c:
15476         * tests/check/libs/cddabasesrc.c:
15477           make GstElementDetails const
15478
15479 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15480
15481         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
15482         (gst_adder_init):
15483           send events from src-pad to all sink-pads fixes #338657
15484
15485 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15486
15487         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
15488         (alsasink_parse_spec):
15489           query width capabilities from alsa, fixes #338919
15490
15491 2006-04-28  Wim Taymans  <wim@fluendo.com>
15492
15493         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
15494         (gst_multi_fd_sink_remove_client_link):
15495         * gst/tcp/gstmultifdsink.h:
15496         Fix race condition in multifdsink that can lead to spurious 
15497         duplicate clients. this patch adds a new signal that is fired when
15498         multifdsink has removed all references to the fd.
15499         Fixes #339574.
15500         Updated documentation.
15501         API: client-fd-removed signal added
15502
15503 2006-04-28  Michael Smith  <msmith@fluendo.com>
15504
15505         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
15506           When asking g_value_array_new to prealloc elements, we may as well
15507           ask for the right number of elements.
15508
15509 2006-04-28  Wim Taymans  <wim@fluendo.com>
15510
15511         * gst-libs/gst/audio/gstbaseaudiosink.c:
15512         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
15513         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15514         patch to make timestamp checking more tollerant to rounding 
15515         errors given that real discontinuities are to be marked on
15516         buffers. Fixes some asf files and #338778.
15517         Also avoid some crashers when we receive an event in the 
15518         NULL state.
15519
15520 2006-04-28  Michael Smith  <msmith@fluendo.com>
15521
15522         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
15523         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
15524         (gst_gnome_vfs_src_get_property),
15525         (gst_gnome_vfs_src_send_additional_headers_callback),
15526         (gst_gnome_vfs_src_received_headers_callback),
15527         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
15528         (gst_gnome_vfs_src_stop):
15529         * ext/gnomevfs/gstgnomevfssrc.h:
15530           Remove ICY handling (mostly) from gnomevfssrc, in favour of
15531           proper shared support within icydemux.
15532
15533 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15534
15535         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
15536         (gst_video_rate_swap_prev), (gst_video_rate_chain):
15537           fix up docs
15538           fix a leak when no caps negotiated
15539           fix counting of input frames
15540         * tests/check/elements/.cvsignore:
15541         * tests/check/elements/videorate.c: (assert_videorate_stats),
15542         (GST_START_TEST), (videorate_suite):
15543           add tests for these
15544
15545 2006-04-28  Wim Taymans  <wim@fluendo.com>
15546
15547         * gst-libs/gst/audio/gstringbuffer.c:
15548         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
15549         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
15550         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
15551         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
15552         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
15553         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
15554         (gst_ring_buffer_commit), (gst_ring_buffer_read),
15555         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
15556         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
15557         Check arguments passed to public functions instead of
15558         crashing.
15559
15560 2006-04-28  Wim Taymans  <wim@fluendo.com>
15561
15562         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
15563         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
15564         GstBaseAudioSrc must be live or it does not work.
15565
15566         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
15567         Don't set live to TRUE as this is the default in the parentclass.
15568
15569 2006-04-28  Wim Taymans  <wim@fluendo.com>
15570
15571         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
15572         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
15573         Videoscale doesn't pass on pixel-aspect ratio. Handle all
15574         fixation cases better. Fixes #338991
15575
15576 2006-04-28  Wim Taymans  <wim@fluendo.com>
15577
15578         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
15579         Handle 0/1 framerate correctly Fixes #331901.
15580
15581 2006-04-28  Wim Taymans  <wim@fluendo.com>
15582
15583         * tests/check/elements/audioconvert.c: (get_float_caps),
15584         (GST_START_TEST), (audioconvert_suite):
15585         Added check for correct clipping when doing float samples
15586         in audioconvert.
15587
15588 2006-04-28  Wim Taymans  <wim@fluendo.com>
15589
15590         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
15591         (gst_video_rate_chain):
15592         Print more debugging info.
15593
15594 2006-04-28  Wim Taymans  <wim@fluendo.com>
15595
15596         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
15597         (resample_set_state_from_caps):
15598         Add support for other formats audioresample can handle such as
15599         32 bits in and float and 64 bits float. Fixes #301759
15600
15601 2006-04-28  Wim Taymans  <wim@fluendo.com>
15602
15603         * gst/audioconvert/audioconvert.c: (float):
15604         correctly clip float samples > 1.0. Fixes #338718
15605
15606 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15607
15608         Patch by: Young-Ho Cha  <ganadist at chollian net>
15609
15610         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
15611         (gst_text_overlay_render_text):
15612           Don't strip newlines from the text. Also, center lines
15613           within multi-line paragraphs (#339405).
15614
15615 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15616
15617         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
15618           Fix wavpack typefinding to work in more cases (don't peek
15619           for chunks of multiple hundred kBs at once, but process
15620           things step-by-step in smaller units). Fixes #339786.
15621
15622 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15623
15624         * configure.ac:
15625           back to HEAD
15626
15627 === release 0.10.6 ===
15628
15629 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
15630
15631         * configure.ac:
15632           releasing 0.10.6, "Chao"
15633
15634 2006-04-26  David Schleef  <ds@schleef.org>
15635
15636         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
15637           Fixes #338897.
15638
15639 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15640
15641         * configure.ac:
15642         * win32/common/config.h:
15643           new prerelease
15644
15645 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15646
15647         patch by: Wim Taymans
15648
15649         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
15650         (gst_ogg_demux_perform_seek):
15651           make sure correct newsegments are sent, so that the decoder
15652           and the demuxer agree on timestamps.  Fixes playback of a lot
15653           of Ogg files that do not start from 0.  Fixes #339833.
15654
15655 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15656
15657         Patch by: Edward Hervey  <edward@fluendo.com>
15658
15659         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
15660         * tests/check/Makefile.am:
15661         * tests/check/elements/videorate.c: (assert_videorate_stats),
15662         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
15663         (videorate_suite), (main):
15664           Fix an infinite loop if frames are passed in with wrongly ordered
15665           timestamps.  Fixes #339013.
15666
15667 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15668
15669         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
15670
15671         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
15672           fix typefinding on some ISO files.  Fixes #339212.
15673
15674 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15675
15676         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
15677
15678         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15679           add another H264 fourcc.  Fixes #339047.
15680
15681 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15682
15683         Patch by: Jan Schmidt
15684
15685         * gst/playback/gststreamselector.c:
15686         (gst_stream_selector_bufferalloc):
15687           Restore old StreamSelector behaviour.
15688           Fixes #338419.
15689
15690 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15691
15692         * configure.ac:
15693         * win32/common/config.h:
15694           prerelease
15695
15696 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
15697
15698         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
15699
15700         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15701         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
15702           Fix some memory leaks: on finalize, free buffers left in the queue
15703           before destroying the queue; in _push(), unref rtp_buf even if
15704           the process vfunc returned a NULL buffer as output buffer (#337548);
15705           demote some recuring debug messages to LOG level.
15706
15707 2006-04-11  Wim Taymans  <wim@fluendo.com>
15708
15709         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15710         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15711         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
15712         (gst_ogg_demux_loop):
15713         More cleanups.
15714         Respect segment stop when emiting EOS or SEGMENT_DONE.
15715         Fixes (#337945).
15716
15717 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
15718
15719         * gst/playback/gststreamselector.c:
15720         (gst_stream_selector_get_property):
15721           Don't leak pad name.
15722
15723 2006-04-10  Michael Smith  <msmith@fluendo.com>
15724
15725         * tests/check/Makefile.am:
15726         * tests/check/gst-plugins-base.supp:
15727           Suppress an old libtheora bug (fixed in more recent versions), so 
15728           that FC4 buildslaves can pass.
15729
15730 2006-04-10  Wim Taymans  <wim@fluendo.com>
15731
15732         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15733         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
15734         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
15735         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
15736         (gst_ogg_demux_loop):
15737         Don't leak events.
15738         Remember what error we got when finding chains, if we
15739         were shutdown, that would not be an error.
15740
15741 2006-04-10  Wim Taymans  <wim@fluendo.com>
15742
15743         * gst-libs/gst/audio/gstbaseaudiosink.c:
15744         (gst_base_audio_sink_event):
15745         Starting the ringbuffer when we did not acquire it can cause
15746         a deadlock, is pointless and causes nasty things for
15747         subclasses. 
15748         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
15749
15750 2006-04-10  Wim Taymans  <wim@fluendo.com>
15751
15752         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15753         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
15754         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15755         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
15756         (gst_ogg_demux_deactivate_current_chain),
15757         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15758         (gst_ogg_demux_bisect_forward_serialno),
15759         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
15760         Add some more debugging.
15761
15762 2006-04-10  Wim Taymans  <wim@fluendo.com>
15763
15764         * ext/theora/theoradec.c: (theora_dec_src_event),
15765         (theora_handle_data_packet):
15766         Some more debug info.
15767
15768         * tests/examples/seek/seek.c: (start_seek), (main):
15769         Print element messages too.
15770
15771 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
15772
15773         * gst/audioresample/debug.h:
15774           replace debug macros with variable number of parameters
15775           by a simple alias to gstreamer standard debug macros 
15776          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
15777           supported by MSVC 6.0 and 7.1)
15778         * gst/audioresample/resample.h:
15779           define M_PI and rint for WIN32
15780         * win32/common/libgstaudio.def:
15781         * win32/common/libgstriff.def:
15782         * win32/common/libgsttag.def:
15783         * win32/common/libgstvideo.def:
15784           add new exported functions
15785         * win32/vs6:
15786           update project files
15787
15788 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15789
15790         * ext/alsa/gstalsamixeroptions.c:
15791         (gst_alsa_mixer_options_class_init):
15792         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
15793         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
15794         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
15795         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
15796         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
15797         * gst-libs/gst/audio/gstaudiofilter.c:
15798         (gst_audio_filter_class_init):
15799         * gst-libs/gst/audio/gstaudiosink.c:
15800         (gst_audioringbuffer_class_init):
15801         * gst-libs/gst/audio/gstaudiosrc.c:
15802         (gst_audioringbuffer_class_init):
15803         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
15804         * gst-libs/gst/interfaces/colorbalancechannel.c:
15805         (gst_color_balance_channel_class_init):
15806         * gst-libs/gst/interfaces/mixeroptions.c:
15807         (gst_mixer_options_class_init):
15808         * gst-libs/gst/interfaces/mixertrack.c:
15809         (gst_mixer_track_class_init):
15810         * gst-libs/gst/interfaces/tunerchannel.c:
15811         (gst_tuner_channel_class_init):
15812         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
15813         * gst-libs/gst/netbuffer/gstnetbuffer.c:
15814         (gst_netbuffer_class_init):
15815         * gst-libs/gst/rtp/gstbasertppayload.c:
15816         (gst_basertppayload_class_init):
15817         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
15818         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
15819         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
15820         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
15821         * gst/playback/gststreamselector.c:
15822         (gst_stream_selector_class_init):
15823         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
15824         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
15825         * sys/v4l/gstv4lcolorbalance.c:
15826         (gst_v4l_color_balance_channel_class_init):
15827         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
15828         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
15829         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
15830         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
15831         (gst_v4l_tuner_norm_class_init):
15832         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
15833         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
15834         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
15835         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
15836
15837 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15838
15839         * ext/pango/gsttextrender.h:
15840         * gst-libs/gst/audio/gstaudiosink.h:
15841         * gst-libs/gst/audio/gstaudiosrc.h:
15842         * gst-libs/gst/audio/gstbaseaudiosink.h:
15843         * gst-libs/gst/audio/gstbaseaudiosrc.h:
15844         * gst-libs/gst/audio/gstringbuffer.h:
15845         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15846         * gst-libs/gst/rtp/gstbasertppayload.h:
15847         * gst-libs/gst/video/gstvideofilter.h:
15848         * gst-libs/gst/video/gstvideosink.h:
15849         * gst/playback/gstplaybasebin.h:
15850         * gst/tcp/gstmultifdsink.h:
15851         * sys/v4l/gstv4lelement.h:
15852         Fix broken GObject macros
15853
15854 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15855
15856         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
15857         More debug to trace why my USB headset is not working with gst
15858
15859 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
15860
15861         * gst/playback/gstplaybasebin.c: (group_destroy):
15862         Clean up our group elements properly in the case where it never 
15863         got committed - it still got added unconditionally to the bin.
15864
15865 2006-04-07  Wim Taymans  <wim@fluendo.com>
15866
15867         * ext/theora/theoradec.c: (theora_dec_sink_event),
15868         (theora_handle_data_packet), (theora_dec_chain):
15869         Unref unhandled events.
15870         Protect against empty buffers.
15871         Perform QoS on running time.
15872
15873 2006-04-07  Michael Smith  <msmith@fluendo.com>
15874
15875         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
15876         (gst_vorbis_enc_chain):
15877           Remove leaks from vorbisenc.
15878           Mostly minor changes, the only significant one is that now the
15879           buffers we set as 'streamheader' on the caps are copies of the
15880           original buffers, to avoid circular refcounting problems.
15881
15882 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
15883
15884         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
15885           Don't remove our mute-probe if someone else already did so.
15886           Don't set a 2nd one if there is already one pending on the pad.
15887
15888         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
15889         (do_playbin_seek):
15890           When a seek fails, ensure that playbin is still set back to playing.
15891           
15892         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
15893         (mpeg_ts_type_find), (plugin_init):
15894           Add a typefind function for mpeg-ts streams. (Closes: #336617)
15895
15896 2006-04-06  Andy Wingo  <wingo@pobox.com>
15897
15898         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
15899         (gst_video_rate_init): Caps-related parameters should not be reset
15900         by a flush -- move their inits to the instance init function.
15901         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
15902         is not OK, just return the result.
15903
15904         * gst/audiotestsrc/gstaudiotestsrc.c
15905         (gst_audio_test_src_class_init)
15906         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
15907         broken by Stefan's commit on 24 March.
15908
15909         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
15910         buffers being pushed out. Fixes oggmux ! multifdsink.
15911
15912 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
15913
15914         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
15915         (gst_vorbis_dec_init), (vorbis_dec_finalize):
15916         * ext/vorbis/vorbisdec.h:
15917         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
15918         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
15919         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
15920         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
15921         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
15922         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
15923         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
15924         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
15925         (gst_vorbis_enc_buffer_from_packet),
15926         (gst_vorbis_enc_buffer_from_header_packet),
15927         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
15928         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
15929         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
15930         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
15931         (gst_vorbis_enc_change_state):
15932         * ext/vorbis/vorbisenc.h:
15933           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
15934           vorbisenc adhere to the official nomenclature; use boilerplate
15935           macro.
15936
15937 2006-04-04  Andy Wingo  <wingo@pobox.com>
15938
15939         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
15940         Whoops, fix bug introduced. Bad hacker!
15941         
15942         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
15943         Properly handle the case where you get EOS before any buffers are
15944         received. Use gst_buffer_make_metadata_writable where appropriate.
15945
15946         * ext/theora/theoradec.c (theora_handle_data_packet): This value
15947         is often negative -- make it signed so as not to wrap around.
15948         Fixes segfaults introduced on 9 March.
15949
15950 2006-04-03  Wim Taymans  <wim@fluendo.com>
15951
15952         * ext/theora/gsttheoradec.h:
15953         * ext/theora/theoradec.c: (theora_dec_src_event):
15954         Don't try to store a gdouble in a gboolean.
15955         Small cleanups.
15956
15957 2006-04-03  Michael Smith  <msmith@fluendo.com>
15958
15959         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
15960           Oggmux sucks.
15961           Make it suck slightly less by writing out the final page.
15962           Still can't encode a vorbis-in-ogg file correctly, though.
15963
15964 2006-04-03  Andy Wingo  <wingo@pobox.com>
15965
15966         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
15967         a g_print.
15968
15969         * ext/theora/theora.c (plugin_init): Register theoraparse.
15970
15971         * ext/theora/gsttheoraparse.h: 
15972         * ext/theora/theoraparse.c: New files implementing a theora
15973         parser. Now we can properly remux ogg/theora+vorbis, yay.
15974
15975         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
15976
15977 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15978
15979         * gst/audiotestsrc/gstaudiotestsrc.c:
15980           Fixed the sample pipeline (see #323798)
15981
15982 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15983
15984         * configure.ac:
15985         * win32/common/config.h:
15986         * win32/common/config.h.in:
15987           use AS_VERSION and AS_NANO
15988           more cleanups
15989
15990 2006-03-31  Andy Wingo  <wingo@pobox.com>
15991
15992         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
15993         uninitialized variable return that would happen.
15994         
15995         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
15996         uninitialized variable return that would never happen.
15997
15998         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
15999         (vorbis_parse_sink_event): Add an event function to flush our
16000         state on a seek, and to drain buffers on a premature EOS.
16001         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
16002         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
16003         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
16004         (vorbis_parse_drain_queue): Queue up buffers until we can set
16005         their timestamps and granulepos values.
16006
16007         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
16008         and keep track of data needed for deriving granulepos and
16009         timestamps for buffers.
16010
16011 2006-03-29  Wim Taymans  <wim@fluendo.com>
16012
16013         Patch by: j^ <j at bootlab dot org>
16014
16015         * ext/alsa/gstalsamixerelement.c:
16016         (gst_alsa_mixer_element_class_init):
16017         * ext/alsa/gstalsasink.c:
16018         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
16019         * ext/ogg/gstoggdemux.c:
16020         * ext/ogg/gstoggmux.c:
16021         * ext/ogg/gstoggparse.c:
16022         * ext/pango/gstclockoverlay.c:
16023         * ext/pango/gsttextoverlay.c:
16024         * ext/pango/gsttextrender.c:
16025         * ext/pango/gsttimeoverlay.c:
16026         * ext/theora/theoradec.c:
16027         * ext/theora/theoraenc.c:
16028         * ext/vorbis/vorbisdec.c:
16029         * ext/vorbis/vorbisenc.c:
16030         * gst/audioconvert/gstaudioconvert.c:
16031         * gst/subparse/gstsubparse.c:
16032         * gst/tcp/gstmultifdsink.c:
16033         * gst/tcp/gsttcpclientsink.c:
16034         * gst/tcp/gsttcpclientsrc.c:
16035         * gst/tcp/gsttcpserversink.c:
16036         * gst/tcp/gsttcpserversrc.c:
16037           better/unified long descriptions
16038           Fixes #336477
16039
16040 2006-03-29  Wim Taymans  <wim@fluendo.com>
16041
16042         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
16043         (stop_seek):
16044         Don't let double and triple clicks mess up our state.
16045
16046 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16047
16048         * gst/playback/gstplaybin.c: (gen_video_element),
16049         (gen_text_element), (gen_audio_element), (gen_vis_element):
16050           Error out gracefully when we can't create any of the usual
16051           conversion elements for some reason. Also, don't try to
16052           create an audioscale (sic) element that's not used anyway.
16053
16054 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16055
16056         * gst/playback/gstplaybasebin.c: (setup_source):
16057           Don't post RESOURCE_NOT_FOUND error when we can't find a source
16058           element for a particular protocol, that's confusing for users.
16059           Instead, post a RESOURCE_FAILED error, so that our own error
16060           message is actually shown in totem etc. (#336303).
16061
16062 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16063
16064         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16065
16066         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
16067         (gst_gnome_vfs_src_get_icy_metadata):
16068           Fix some minor memory leaks (#336194).
16069
16070 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16071
16072         * ext/gnomevfs/gstgnomevfs.c:
16073         (gst_gnome_vfs_location_to_uri_string):
16074         * ext/gnomevfs/gstgnomevfs.h:
16075         * ext/gnomevfs/gstgnomevfssink.c:
16076         (gst_gnome_vfs_sink_set_property):
16077         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
16078           Make gnomevfssink accept filenames as well as URIs for the
16079           "location" property, just like gnomevfssrc does (and
16080           filesrc/filesink do) (#336190).
16081
16082 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16083
16084         * tests/check/generic/clock-selection.c: (GST_START_TEST):
16085           set to NULL before unreffing, fixes a valgrind leak.
16086           Why was this not triggering the error that an object needs to
16087           be NULL before unreffing ?
16088         * win32/common/config.h:
16089           update
16090
16091 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16092
16093         * gst/subparse/gstsubparse.c: (convert_encoding),
16094         (gst_sub_parse_change_state):
16095         * gst/subparse/gstsubparse.h:
16096           Text subtitle files may or may not be UTF-8. If it's not, we
16097           don't really want to see '?' characters in place of non-ASCII
16098           characters like accented characters. So let's assume the input
16099           is UTF-8 until we come across text that is clearly not. If it's
16100           not UTF-8, we don't really know what it is, so try the following:
16101           (a) see whether the GST_SUBTITLE_ENCODING environment variable
16102           is set; if not, check (b) if the current locale encoding is
16103           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
16104           the current locale encoding is UTF-8 and the environment variable
16105           was not set to any particular encoding. Not perfect, but better
16106           than nothing (and better than before, I think) (fixes #172848).
16107
16108 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16109
16110         * configure.ac:
16111           update core requirement to 0.10.4.1 because of async_playback
16112           vmethod on GstBaseSink
16113
16114 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16115
16116         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16117         * gst/adder/gstadder.c: (gst_adder_init):
16118         use DEBUG_FUNCPTR for collectpads
16119
16120 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16121
16122         * docs/plugins/Makefile.am:
16123         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16124         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16125         * ext/cdparanoia/gstcdparanoiasrc.c:
16126         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
16127         (gst_gnome_vfs_sink_class_init):
16128         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
16129         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
16130         * ext/ogg/gstoggmux.c:
16131         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
16132         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
16133         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
16134         * ext/pango/gsttextoverlay.c:
16135         * ext/pango/gsttextrender.c:
16136         * ext/theora/theoradec.c:
16137         * ext/theora/theoraenc.c:
16138         * ext/vorbis/vorbisdec.c:
16139         * ext/vorbis/vorbisenc.c:
16140         * gst-libs/gst/audio/gstaudiofilter.c:
16141         (gst_audio_filter_base_init):
16142         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16143         (gst_audio_filter_template_base_init):
16144         * gst/adder/gstadder.c: (gst_adder_get_type):
16145         * gst/adder/gstadder.h:
16146         * gst/audioconvert/gstaudioconvert.c:
16147         * gst/audiotestsrc/gstaudiotestsrc.c:
16148         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
16149         (gst_audio_test_src_create):
16150         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16151         * gst/playback/gstdecodebin.c:
16152         * gst/playback/gstplaybin.c:
16153         * gst/playback/gststreamselector.c:
16154         (gst_stream_selector_base_init):
16155         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
16156         * gst/volume/gstvolume.c:
16157         * sys/v4l/gstv4lmjpegsink.c:
16158         * sys/v4l/gstv4lmjpegsrc.c:
16159         * tests/check/libs/cddabasesrc.c:
16160         * tests/old/examples/gob/gst-identity2.gob:
16161           Add docs for adder, use GST_ELEMENT_DETAILS macro,
16162           define GstElementDetails at the top
16163
16164 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
16165
16166         * win32/common/libgstinterfaces.def:
16167         Add a lot of export functions for gst-python
16168         * win32/vs6/libgstinterfaces.dsp:
16169         Add a missing include folder in the project configuration
16170         
16171 2006-03-23  Wim Taymans  <wim@fluendo.com>
16172
16173         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16174         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16175         (gst_base_audio_src_change_state):
16176         Fix audio sources, forgot to make the ringbuffer
16177         startable...
16178
16179 2006-03-23  Wim Taymans  <wim@fluendo.com>
16180
16181         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16182         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16183         (gst_base_audio_src_change_state):
16184         unparent instead of unref the ringbuffer.
16185
16186 2006-03-23  Wim Taymans  <wim@fluendo.com>
16187
16188         * gst-libs/gst/audio/gstbaseaudiosink.c:
16189         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
16190         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
16191         Implement new async_play vmethod to start slaving and allow
16192         playback start in case of async PLAY state changes. 
16193
16194         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16195         Enable QoS with new method in base class.
16196
16197 2006-03-23  Wim Taymans  <wim@fluendo.com>
16198
16199         Patch by: Julien MOUTTE <julien at moutte dot net>
16200
16201         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
16202         (gst_video_test_src_do_seek), (gst_video_test_src_create):
16203         Partially handle 0 framerate, only EOS after the first frame
16204         is missing.
16205
16206 2006-03-23  Wim Taymans  <wim@fluendo.com>
16207
16208         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16209
16210         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16211         (gst_riff_create_video_template_caps):
16212         * gst/ffmpegcolorspace/avcodec.h:
16213         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16214         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16215         (gst_ffmpegcsp_avpicture_fill):
16216         * gst/ffmpegcolorspace/imgconvert.c:
16217         Patch for support of YVU9 AVI files (#334822)
16218
16219 2006-03-22  Edward Hervey  <edward@fluendo.com>
16220
16221         * docs/design/design-decodebin.txt:
16222         Added design document for new decodebin
16223         (Target Caps): text/x-pango-markup is also a default target caps.
16224
16225 2006-03-22  Wim Taymans  <wim@fluendo.com>
16226
16227         * gst-libs/gst/audio/gstbaseaudiosink.c:
16228         (gst_base_audio_sink_dispose):
16229         Since we _parent the ringbuffer, we also need to
16230         _unparent instead of a plain _unref.
16231
16232 2006-03-22  Wim Taymans  <wim@fluendo.com>
16233
16234         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
16235         (stop_seek), (scrub_toggle_cb), (main):
16236         Add scrub checkbox.
16237
16238 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
16239
16240         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
16241         (gst_ogg_parse_chain):
16242           Fix very inefficient usage of linked lists (#335365).
16243
16244 2006-03-21  Edward Hervey  <edward@fluendo.com>
16245
16246         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16247         * gst/playback/gstplaybin.c: (handoff):
16248         * gst/playback/gststreamselector.c:
16249         (gst_stream_selector_set_property):
16250         gcc 4.1 unreferenced pointer fixes.
16251         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
16252         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
16253         gst_buffer_ref() now takes a GstBuffer*.
16254
16255 2006-03-20  Julien MOUTTE  <julien@moutte.net>
16256
16257         * sys/xvimage/xvimagesink.c:
16258         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
16259         by Jan Schmidt.
16260
16261 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
16262
16263         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
16264         (id3v1_type_find), (apetag_type_find), (plugin_init):
16265           Can't do tag preferences via probability, as tags would then
16266           lose against types that are recognised with MAXIMUM probability
16267           (like .wav); so let all tag typefinders return MAXIMUM themselves
16268           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
16269           that we can prefer APE to ID3v1 (fixes #335028).
16270           
16271 2006-03-17  Wim Taymans  <wim@fluendo.com>
16272
16273         * gst-libs/gst/audio/gstbaseaudiosink.c:
16274         (gst_base_audio_sink_change_state):
16275         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
16276         (gst_ring_buffer_may_start):
16277         * gst-libs/gst/audio/gstringbuffer.h:
16278         Only start playback if we are playing.
16279         should fix #330748.
16280
16281 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
16282
16283         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
16284         * win32/common/config.h:
16285           Revert accidental commits to these files.
16286
16287 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16288
16289         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16290
16291         * tests/Makefile.am:
16292           Don't try to build tests in tests/icles if we
16293           don't have X (#323852)
16294
16295 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16296
16297         * gst-libs/gst/tag/gstid3tag.c:
16298           Add TXXX frame identifiers for replaygain stuff as used
16299           by some taggers (see #323721).
16300
16301 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
16302
16303         * gst/playback/gststreamselector.c:
16304         (gst_stream_selector_set_property),
16305         (gst_stream_selector_bufferalloc):
16306           Preserve the existing buggy streamselector behaviour by performing
16307           a fallback buffer allocation when downstream isn't linked yet.
16308           This should really be fixed in playbin by blocking pads until it's
16309           linked them.
16310           Also, use gst_pad_alloc_buffer instead of
16311           gst_pad_alloc_buffer_and_set.
16312
16313 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16314
16315         * gst-libs/gst/tag/gstid3tag.c:
16316           Don't crash on unknown ID3v2 TXXX frames.
16317           
16318 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
16319
16320         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
16321           Chain up to the parent finalize method.
16322           Add 32-bit sample size to the template caps.
16323
16324         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16325         (gst_riff_create_video_template_caps):
16326           Add the fourcc that the VMWare codec uses.
16327           
16328         * gst/playback/gststreamselector.c:
16329         (gst_stream_selector_set_property),
16330         (gst_stream_selector_bufferalloc),
16331         (gst_stream_selector_request_new_pad):
16332           For the active pad, forward buffer-alloc requests, otherwise
16333           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
16334           having to memcpy every frame when used by playbin.
16335
16336         * gst/tcp/gstmultifdsink.c:
16337         (gst_multi_fd_sink_handle_client_write):
16338           Get negotiated caps from the sink pad, rather than the sink
16339           pad's peer.
16340
16341 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16342
16343         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16344         
16345         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
16346           Don't forget to set src->callbacks_pushed to FALSE again when
16347           popping them, otherwise re-activation in a different mode won't
16348           work (#334620).
16349
16350 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16351
16352         Patch by: Sebastien Moutte  <sebastien moutte net>
16353
16354         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
16355         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
16356         (gst_ffmpeg_smpfmt_to_caps):
16357           Replace __VA_ARGS__ caps creation macros with varargs functions.
16358           Makes things compile on MSVC (#320765), looks nicer, and we can
16359           tell the compiler to check for the NULL terminator.
16360
16361 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16362
16363         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16364
16365         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16366           Make sure the buffer we copy into is really always big
16367           enough, this time for real (#333488).
16368           
16369 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16370
16371         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16372           Add support for 24bpp DIB (#305279).
16373
16374 2006-03-14  Wim Taymans  <wim@fluendo.com>
16375
16376         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
16377         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16378         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
16379         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16380         (gst_video_scale_init), (gst_video_scale_src_event):
16381         Re-enable QoS after the release.
16382         Rework videoscale to use the base class src_event handler.
16383
16384 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16385
16386         * configure.ac:
16387           back to CVS.
16388
16389 === release 0.10.5 ===
16390
16391 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
16392
16393         * configure.ac:
16394           releasing 0.10.5, "Net"
16395
16396 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
16397
16398         * docs/plugins/Makefile.am:
16399           Part of previous cdparanoiasrc docs fixes, forgot to commit.
16400           
16401 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16402
16403         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16404         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16405         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16406           Add cdparanoiasrc to docs.
16407
16408         * gst-libs/gst/cdda/gstcddabasesrc.c:
16409           More GstCddaBaseSrc docs.
16410
16411 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16412
16413         * docs/libs/gst-plugins-base-libs-sections.txt:
16414         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
16415         * gst-libs/gst/tag/tag.h:
16416           API: libgsttag: new method gst_tag_from_id3_user_tag().
16417
16418 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16419
16420         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16421           NULL-terminate array of mpeg4 video file extensions.
16422           Fixes crash on PPC (#334226).
16423
16424 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16425
16426         * ext/gnomevfs/gstgnomevfssrc.c:
16427         (gst_gnome_vfs_src_check_get_range):
16428           gnome_vfs_uri_is_local() alone is not a good indicator
16429           whether we can operate in pull-mode with a specific URI,
16430           as it returns FALSE for file:// URIs that point to an
16431           NFS-mounted path. Be more conservative here: whitelist
16432           local files, blacklist http URIs and use the old
16433           mechanism for anything else (fixes #334216).
16434
16435 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16436
16437         * configure.ac:
16438           back to trunk
16439
16440 === release 0.10.4 ===
16441
16442 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
16443
16444         * configure.ac:
16445           releasing 0.10.4, "Power"
16446
16447 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
16448
16449         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16450         Disable max-lateness by setting it to -1 for now, so that 
16451         we can bed QoS stuff in thoroughly between now and the next
16452         release.
16453
16454 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
16455
16456         Patch by: Fabrizio Gennari
16457
16458         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16459           Make sure we don't read beyond the palette buffer in case of
16460           broken or manipulated files (#333488)
16461
16462 2006-03-10  Edward Hervey  <edward@fluendo.com>
16463
16464         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16465         Fix for variable not initialized.
16466
16467 2006-03-09  Wim Taymans  <wim@fluendo.com>
16468
16469         * ext/libvisual/visual.c: (gst_visual_get_type),
16470         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
16471         (gst_visual_chain):
16472         Small cleanups.
16473
16474         * ext/theora/gsttheoradec.h:
16475         * ext/theora/theoradec.c: (gst_theora_dec_init),
16476         (gst_theora_dec_reset), (_theora_granule_time),
16477         (theora_dec_src_convert), (theora_dec_sink_convert),
16478         (theora_dec_src_query), (theora_dec_src_event),
16479         (theora_dec_sink_event), (theora_handle_comment_packet),
16480         (theora_handle_header_packet), (theora_dec_push),
16481         (theora_handle_data_packet), (theora_dec_chain),
16482         (theora_dec_change_state):
16483         Add simple QoS.
16484
16485 2006-03-09  Wim Taymans  <wim@fluendo.com>
16486
16487         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16488         (audiocast_register_listener), (gst_gnome_vfs_src_start):
16489         Some cleanups.
16490
16491 2006-03-09  Wim Taymans  <wim@fluendo.com>
16492
16493         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
16494         Don't try to activate NULL chains.
16495
16496 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16497
16498         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16499           Fix invalid memory access to region before peek'd data (#332964).
16500
16501 2006-03-09  Wim Taymans  <wim@fluendo.com>
16502
16503         Patch by: Christophe Fergeau
16504
16505         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
16506         * ext/pango/gsttextrender.c: (gst_text_render_init):
16507         * gst/adder/gstadder.c: (gst_adder_init):
16508         Don't leak padtemplates, closes #333510.
16509
16510 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16511
16512         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
16513           Fix invalid memory access: make sure string passed to
16514           regexec() is NUL-termianted.
16515
16516 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16517
16518         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
16519         (mp3_type_find):
16520           Refactor mpeg/audio typefinding to make it more maintainable
16521           and easier to fine-tune. Make probing into middle of the file
16522           work properly (fixes #333900, also see #152688).
16523
16524 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16525
16526         * gst/typefind/gsttypefindfunctions.c:
16527         (utf8_type_find_have_valid_utf8_at_offset):
16528           Remove part from previous commit that was bogus:
16529           g_utf8_validate() does in fact not accept embedded
16530           zeroes, so we don't need to check for those (thanks
16531           to Mike for the hint).
16532
16533 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16534
16535         * gst/typefind/gsttypefindfunctions.c:
16536         (utf8_type_find_count_embedded_zeroes),
16537         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
16538           Make plain/text typefinder more conservative: firstly, check
16539           for embedded zeroes, which are perfectly valid UTF-8 characters,
16540           but also a fairly good sign that something is not a plain text
16541           file; secondly, probe into the middle of the file if possible.
16542           If we can't probe into the middle, limit the probability value
16543           to be returned to TYPE_FIND_POSSIBLE (see #333900).
16544
16545 2006-03-08  Michael Smith  <msmith@fluendo.com>
16546
16547         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16548           Make typefind function name for mpeg4 video unique.
16549
16550 2006-03-08  Wim Taymans  <wim@fluendo.com>
16551
16552         * ext/libvisual/visual.c: (gst_visual_init),
16553         (gst_visual_clear_actors), (gst_visual_dispose),
16554         (gst_visual_reset), (gst_visual_src_setcaps),
16555         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
16556         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
16557         (gst_visual_chain), (gst_visual_change_state):
16558         Cleanups, post nice errors.
16559         Handle sink and src events.
16560         Implement simple QoS.
16561
16562         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16563         Use new basesink methods to configure max-lateness.
16564         Small doc update.
16565
16566         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16567         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
16568         Debug statement cleanups.
16569
16570         * gst/volume/gstvolume.c: (gst_volume_class_init):
16571         Simple cleanup.
16572
16573 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16574
16575         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
16576         (gst_text_overlay_init), (gst_text_overlay_set_property),
16577         (gst_text_overlay_get_property):
16578           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
16579           as string type properties, but mark them deprecated. Add
16580           'halignment' and 'valignment' properties that use enums
16581           instead of strings.
16582
16583 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16584
16585         Patch by: Fabrizio Gennari
16586
16587         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16588           Allow palettes with less than 256 colours in AVI files
16589           (#333488)
16590
16591 2006-03-07  Julien MOUTTE  <julien@moutte.net>
16592
16593         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
16594         (gst_text_overlay_video_event): Fix wrong EOS handling on text
16595         pad. We were releasing the queued text buffer when we should keep
16596         it until video pad gets EOS or discard the text buffer because it's
16597         too old. That was eating the last subtitle buffer. Add some more
16598         debug.
16599
16600 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16601
16602         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
16603         (gst_text_overlay_video_chain):
16604           Fix invalid memory access (we can't access a buffer after it's been
16605           pushed downstream without taking a reference); fix memory leak (if
16606           there's no text to render, bail out before allocating stuff).
16607
16608 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16609
16610         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16611         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
16612         * ext/pango/gsttextoverlay.h:
16613           If input is plain text, escape it before passing it to
16614           pango_layout_set_markup().
16615
16616 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16617
16618         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
16619           Don't ignore flow return from gst_pad_push().
16620
16621 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16622
16623         Patch by: Fabrizio Gennari
16624
16625         * ext/libvisual/visual.c: (gst_visual_getcaps),
16626         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
16627         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
16628         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
16629         (gst_vorbisenc_convert_sink):
16630         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
16631         (gst_audio_duration_from_pad_buffer):
16632         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
16633         (gst_audio_filter_chain):
16634         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16635         (gst_base_rtp_depayload_setcaps):
16636         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
16637         (gst_video_get_size):
16638         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
16639           Don't leak references returned by gst_pad_get_parent()
16640           (#333663)
16641
16642 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
16643
16644         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
16645           change location param details
16646         * gst/volume/gstvolume.c: (plugin_init):
16647           correct plugin description
16648
16649 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
16650
16651         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
16652         (gst_gnome_vfs_src_check_get_range):
16653           Override GstBaseSrc::check_get_range() in order to avoid opening
16654           the resource just to check whether we can operate in pull-mode or
16655           not - we can predict that pretty well from the URI alone. Should
16656           fix problems with last.fm (#331690). (Requires latest core CVS).
16657
16658 2006-03-06  Wim Taymans  <wim@fluendo.com>
16659
16660         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
16661         (gst_video_sink_class_init):
16662         Throw away frames that are later than 20 ms.
16663
16664 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
16665
16666         Patch by: Fabrizio Gennari
16667
16668         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16669           Set depth on WMA caps (#333545)
16670
16671 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16672
16673         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16674         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
16675           put Theora BOS pages before others.  This hardcodes
16676           the Ogg/Theora I profile, but hey.
16677
16678 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16679
16680         * ext/ogg/README:
16681           updated with some examples
16682         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
16683         (granulepos_add), (theora_buffer_from_packet):
16684         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
16685         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
16686         (gst_vorbisenc_chain):
16687           implement strategy from ext/ogg/README
16688         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16689         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
16690         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
16691         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
16692           Fix muxer so that oggz-validate is happy with all streams;
16693           except for no eos mark, and the BOS page ordering
16694         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
16695         (check_buffer_granulepos):
16696         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
16697           update tests to check for OFFSET being set as requested
16698           fixed type of granulepos, it's not a ClockTime
16699
16700 2006-03-05  Julien MOUTTE  <julien@moutte.net>
16701
16702         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16703         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
16704         Check that the xvimage we are creating has a correct size
16705         before returning it. (#314897)
16706
16707 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
16708
16709         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16710           Give id3 and ape tag typefinders a rank slightly higher
16711           than PRIMARY to ensure they're always run before any of
16712           the other typefinders (in particular wav and mp3) (#324186).
16713
16714 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
16715
16716         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16717           Add support for '3IVD' fourcc (#333403).
16718
16719 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
16720
16721         * configure.ac:
16722           Bump requirements to GStreamer CVS for the new error enum.
16723
16724         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
16725           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
16726           space left on the device (fixes #333352).
16727
16728 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
16729
16730         * win32/vs6:
16731           add a project file for libgstvolume
16732           update the workspace
16733
16734 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16735
16736         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
16737         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
16738         (GST_START_TEST):
16739           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
16740           Set IN_CAPS on header buffers
16741
16742 2006-03-02  Wim Taymans  <wim@fluendo.com>
16743
16744         * docs/plugins/Makefile.am:
16745         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16746         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16747         Add audioresample to docs.
16748
16749         * gst/audioconvert/gstaudioconvert.c:
16750         Add revision date.
16751
16752         * gst/audioresample/gstaudioresample.c:
16753         (gst_audioresample_base_init), (gst_audioresample_class_init),
16754         (gst_audioresample_init), (gst_audioresample_dispose),
16755         (audioresample_get_unit_size), (audioresample_transform_caps),
16756         (resample_set_state_from_caps), (audioresample_transform_size),
16757         (audioresample_set_caps), (audioresample_event),
16758         (audioresample_do_output), (audioresample_transform),
16759         (audioresample_pushthrough), (gst_audioresample_set_property),
16760         (gst_audioresample_get_property), (plugin_init):
16761         * gst/audioresample/gstaudioresample.h:
16762         Added docs.
16763         Small code cleanups.
16764
16765 2006-03-02  Wim Taymans  <wim@fluendo.com>
16766
16767         * docs/plugins/Makefile.am:
16768         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16769         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16770         Added videoscale to docs.
16771
16772         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
16773         (gst_video_rate_swap_prev), (gst_video_rate_event),
16774         (gst_video_rate_chain):
16775         Fix typo in docs.
16776
16777         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16778         (gst_video_scale_init), (gst_video_scale_prepare_size),
16779         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
16780         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
16781         * gst/videoscale/gstvideoscale.h:
16782         Added docs, examples.
16783         Some code cleanups.
16784         Post errors instead of g_warning.
16785
16786 2006-03-02  Wim Taymans  <wim@fluendo.com>
16787
16788         * docs/libs/gst-plugins-base-libs-docs.sgml:
16789         * docs/libs/gst-plugins-base-libs-sections.txt:
16790         * docs/libs/gst-plugins-base-libs.types:
16791         * docs/plugins/Makefile.am:
16792         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16793         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16794         Added some more docs to libs and plugins.
16795
16796         * gst-libs/gst/audio/gstringbuffer.c:
16797         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
16798         * gst-libs/gst/audio/gstringbuffer.h:
16799         Document ringbuffer some more.
16800
16801         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
16802         (gst_video_rate_setcaps), (gst_video_rate_reset),
16803         (gst_video_rate_init), (gst_video_rate_flush_prev),
16804         (gst_video_rate_swap_prev), (gst_video_rate_event),
16805         (gst_video_rate_chain), (gst_video_rate_change_state):
16806         * gst/videorate/gstvideorate.h:
16807         Fix videorate to use segments.
16808         Make it work with 0/1 framerates (closes #331903)
16809         Handle EOS correctly.
16810         Added docs.
16811
16812 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
16813
16814         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
16815         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
16816         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
16817           In state change function, first chain up to parent class,
16818           then handle downwards state change stuff. Remove some
16819           commented out cruft from 0.8 code.
16820
16821 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
16822
16823         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
16824         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
16825         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
16826         (gst_ogm_parse_chain):
16827           Don't remove/re-add source pad if the new caps are the same as
16828           the old caps anyway (#333042). When removing source pad, don't
16829           unref it afterwards - we didn't ref it when adding. Sprinkle some
16830           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
16831           after using gst_pad_get_parent(). Return downstream flow return
16832           value in chain function.
16833
16834 2006-03-02  Wim Taymans  <wim@fluendo.com>
16835
16836         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16837         * docs/plugins/gst-plugins-base-plugins.args:
16838         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16839         * docs/plugins/gst-plugins-base-plugins.interfaces:
16840         * docs/plugins/gst-plugins-base-plugins.signals:
16841         Fix hierarchy, added some more elements to the docs.
16842
16843         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16844         (gst_ffmpegcsp_get_type):
16845         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
16846         Fix docs for ffmpegcolorspace.
16847
16848 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
16849
16850         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
16851         (apetag_type_find), (ape_type_find), (plugin_init):
16852           Some typefinding fine-tuning:
16853           - rank ID3/APE tags in order of preference via probabilities, so that
16854             ID3v2 > APEv2 > APEv1 > ID3v1.
16855           - three or four bytes don't really justify MAXIMUM probability,
16856             change those to 'very likely' (musepack and monkeysaudio).
16857
16858 2006-03-01  Wim Taymans  <wim@fluendo.com>
16859
16860         * docs/plugins/Makefile.am:
16861         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16862         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16863         * ext/alsa/gstalsamixer.c:
16864         * ext/alsa/gstalsamixer.h:
16865         * ext/alsa/gstalsamixerelement.c:
16866         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
16867         * ext/alsa/gstalsamixerelement.h:
16868         * ext/alsa/gstalsasink.c:
16869         * ext/alsa/gstalsasink.h:
16870         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
16871         (gst_alsasrc_init):
16872         * ext/alsa/gstalsasrc.h:
16873         Added alsa docs.
16874         Small code cleanups.
16875
16876 2006-03-01  Wim Taymans  <wim@fluendo.com>
16877
16878         * ext/theora/Makefile.am:
16879         Dist new header too,
16880
16881 2006-03-01  Wim Taymans  <wim@fluendo.com>
16882
16883         * docs/plugins/Makefile.am:
16884         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16885         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16886         * ext/gnomevfs/gstgnomevfssink.h:
16887         * ext/gnomevfs/gstgnomevfssrc.h:
16888         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
16889         * ext/vorbis/vorbisdec.h:
16890         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
16891         * ext/vorbis/vorbisenc.h:
16892         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
16893         (vorbis_parse_chain), (vorbis_parse_change_state):
16894         * ext/vorbis/vorbisparse.h:
16895         * gst/audioconvert/gstaudioconvert.h:
16896         * gst/tcp/gsttcpserversink.h:
16897         * gst/videotestsrc/gstvideotestsrc.c:
16898         * gst/videotestsrc/gstvideotestsrc.h:
16899         * gst/volume/gstvolume.c:
16900         * gst/volume/gstvolume.h:
16901         Fix some more docs.
16902         Added docs for vorbisdec and vorbisparse.
16903         Fix vorbisparse.
16904
16905 2006-03-01  Wim Taymans  <wim@fluendo.com>
16906
16907         * docs/plugins/Makefile.am:
16908         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16909         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16910         * ext/pango/gstclockoverlay.h:
16911         * ext/pango/gsttextoverlay.h:
16912         * ext/pango/gsttextrender.h:
16913         * ext/pango/gsttimeoverlay.h:
16914         * ext/theora/gsttheoradec.h:
16915         * ext/theora/gsttheoraenc.h:
16916         * ext/theora/theoradec.c:
16917         * ext/theora/theoraenc.c:
16918         * gst/audioconvert/gstaudioconvert.h:
16919         * gst/audiotestsrc/gstaudiotestsrc.h:
16920         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
16921         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
16922         * gst/tcp/gstmultifdsink.h:
16923         Updated/added documentation.
16924
16925         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
16926         (gst_text_overlay_halign_get_type),
16927         (gst_text_overlay_wrap_mode_get_type),
16928         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
16929         (gst_text_overlay_init), (gst_text_overlay_set_property),
16930         (gst_text_overlay_get_property):
16931         Fix up properties to be enums instead of string to make bindings,
16932         introspection and automatic GUI creation possible.
16933         Add getters for the properties.
16934
16935 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
16936
16937         * gst/audiotestsrc/gstaudiotestsrc.c:
16938           added defines of M_PI and M_PI_2
16939         * gst/ffmpegcolorspace/avcodec.h:
16940           removed #include "stdint.h" for win32 as _stdint.h is 
16941           autogenerated to win32/common
16942         * win32/common/libgstaudio.def:
16943         * win32/common/libgsttag.def:
16944           added some exports
16945         * win32/vs6:
16946           some project files bugs corrected
16947         * win32/vs7:
16948           project files are reset to the default vs7 configuration 
16949           (they link to msvcr71.dll using default optimizations)
16950           
16951 2006-02-28  Wim Taymans  <wim@fluendo.com>
16952
16953         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
16954         Fix some docs.
16955
16956 2006-02-28  Edward Hervey  <edward@fluendo.com>
16957
16958         * ext/alsa/gstalsasrc.c:
16959         Set proper class on the ElementDetails:
16960         Source/Audio instead of Src/Audio/
16961
16962 2006-02-28  Edward Hervey  <edward@fluendo.com>
16963
16964         * gst/videoscale/vs_scanline.c:
16965         (vs_scanline_resample_nearest_RGBA):
16966         Revert optimization in videoscale. It should go in liboil and have
16967         an appropriate liboil function.
16968
16969 2006-02-28  Wim Taymans  <wim@fluendo.com>
16970
16971         * gst-libs/gst/audio/gstbaseaudiosink.c:
16972         (gst_base_audio_sink_provide_clock):
16973         Don't try to provide a clock in the NULL state.
16974
16975 2006-02-28  Wim Taymans  <wim@fluendo.com>
16976
16977         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
16978         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
16979         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16980         (gst_ogg_demux_deactivate_current_chain),
16981         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
16982         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
16983         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
16984         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
16985         Use GstSegment infrastructure to remove duplicated code
16986         and handle more seek cases correctly.
16987
16988 2006-02-28  Wim Taymans  <wim@fluendo.com>
16989
16990         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16991         (gst_ffmpegcsp_transform):
16992         Don't ignore return code from ffmpeg convert function.
16993
16994         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
16995         Split out some long statements to ease debugging.
16996
16997 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
16998
16999         * ext/libvisual/visual.c: (gst_visual_init),
17000         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
17001         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
17002         being able to renegotiate the size. Instead, use the negotiation
17003         algorithm from the goom plugin to pick an initial output caps. 
17004
17005         Also, allow theoretical libvisual plugins that might support non-GL 
17006         output even if they also do GL.
17007
17008 2006-02-26  Julien MOUTTE  <julien@moutte.net>
17009
17010         * ext/libvisual/visual.c: (gst_visual_init),
17011         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
17012         (plugin_init): Load only non GL plugins. Fix some memleaks and 
17013         possible negotiation issues.
17014
17015 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17016
17017         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
17018
17019 2006-02-24  Michael Smith  <msmith@fluendo.com>
17020
17021         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
17022         (cmml_type_find), (plugin_init):
17023           Fix CMML type find function to not require a specific minor version
17024           of the CMML header.
17025
17026           Add an MPEG4 video elementary stream typefind function.
17027
17028 2006-02-04  Michael Smith  <msmith@fluendo.com>
17029
17030         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
17031         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
17032         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17033         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17034         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
17035         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
17036           Annodex support in ogg demuxer. Doesn't do very much without the
17037           other annodex patches (to come).
17038
17039 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17040
17041         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
17042
17043         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17044           Pick up palette for MS video v1 (#327028)
17045
17046 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17047
17048         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17049         (gst_ffmpegcsp_caps_remove_format_info),
17050         (gst_ffmpegcsp_get_unit_size):
17051           The 'palette_data' field from incoming RGB caps shouldn't be
17052           proxied on outgoing YUV caps; also, restrict unit size
17053           adjustment in case of paletted data only to the unit that
17054           actually has a palette. Fixes #330711.
17055
17056 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17057
17058         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17059         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
17060         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
17061         (gst_ffmpegcsp_get_unit_size):
17062           Plug some memory leaks.
17063
17064 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17065
17066         * sys/ximage/Makefile.am:
17067         * sys/xvimage/Makefile.am:
17068           Add some _CFLAGS and _LIBS that seem to be missing
17069           and/or required for Cygwin (see #317048).
17070
17071 2006-02-22  Wim Taymans  <wim@fluendo.com>
17072
17073         * ext/alsa/gstalsasrc.c:
17074         Fix description as pointed out by caugier.
17075
17076 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
17077
17078         Reviewed by : Edward Hervey  <edward@fluendo.com>
17079
17080         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17081         (qt_type_find):
17082         Better 3gp typefinding (#331526).
17083
17084 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17085
17086         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17087           Don't send EOS event here, the base class will send one for us.
17088
17089         * gst/playback/gstplaybasebin.c: (prepare_output):
17090           Subpictures without video stream aren't allowed either.
17091         
17092         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17093           Fix debug statement copy'n'paste-o.
17094
17095 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17096
17097         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
17098           Fix issues with mixer keeping state when muting/unmuting
17099           and when changing the volume whilst muted (see #331763
17100           and #331765).
17101
17102 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17103
17104         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
17105         (parse_subrip), (gst_sub_parse_format_autodetect):
17106           Set right caps given that we send escaped text. Also,
17107           honour <i></i>, <b></b> and <u></u> markers that can be found
17108           in .srt files (fixes #310202).
17109
17110 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17111
17112         * gst-libs/gst/audio/mixerutils.c:
17113         (element_factory_rank_compare_func):
17114           Make order in which elements are tried more determinable.
17115
17116 2006-02-20  Julien MOUTTE  <julien@moutte.net>
17117
17118         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
17119         (remove_element_chain), (cleanup_decodebin),
17120         (gst_decode_bin_change_state): Make decodebin reusable by
17121         fixing remove_element_chain first and then introduce a
17122         cleaner in state change to ->NULL. (Closes #331678)
17123
17124 2006-02-19  Wim Taymans  <wim@fluendo.com>
17125
17126         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
17127         use 0666 mask when creating files so umask gets applied
17128         correctly. Fixes #331295.
17129
17130 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17131
17132         * gst/subparse/Makefile.am:
17133         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
17134         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
17135         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
17136         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
17137         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
17138         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
17139         * gst/subparse/gstssaparse.h:
17140         * gst/subparse/gstsubparse.c: (plugin_init):
17141           Add very basic parser for SSA subtitle streams (as often
17142           found in matroska files).
17143
17144 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17145
17146         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
17147           That should be text/x-pango-markup, not text/x-pango-layout.
17148
17149 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17150
17151         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
17152         Polishing.
17153
17154 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17155
17156         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17157         (gst_text_overlay_finalize), (gst_text_overlay_init),
17158         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17159         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17160         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17161         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17162         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17163         Fix state change deadlock.
17164
17165 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17166
17167         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17168         (gst_text_overlay_finalize), (gst_text_overlay_init),
17169         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17170         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17171         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17172         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17173         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17174         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
17175         and subtitles files.
17176
17177 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17178
17179         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
17180         should be considered as raw.
17181
17182 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17183
17184         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17185         (cb_probe):
17186         * gst/playback/gststreaminfo.h: Introduce language informations.
17187
17188 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17189
17190         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17191         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17192         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17193         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
17194         Set shared memory segments to be deleted as soon as we have attached,
17195         that way they get cleaned up automatically if we crash.
17196
17197 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17198
17199         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
17200         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
17201         functions are called with lock held.
17202
17203 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17204
17205         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17206         (gst_text_overlay_finalize), (gst_text_overlay_init),
17207         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17208         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17209         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
17210         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
17211         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
17212         (gst_text_overlay_change_state): Refactoring of textoverlay
17213         without collectpads. This now supports sparse subtitles coming
17214         from a demuxer instead of a sub file. Seeking is still broken 
17215         though. Need to discuss with wtay some more on how to handle
17216         seeking correctly.
17217         * ext/pango/gsttextoverlay.h:
17218         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
17219         subtitles coming from the demuxer.
17220
17221 2006-02-17  Wim Taymans  <wim@fluendo.com>
17222
17223         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17224         (gst_vorbisenc_convert_sink):
17225         Use some more scaling functions.
17226
17227 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17228
17229         * ext/cdparanoia/gstcdparanoiasrc.c:
17230         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
17231         (gst_cd_paranoia_paranoia_callback),
17232         (gst_cd_paranoia_src_signal_is_being_watched),
17233         (gst_cd_paranoia_src_read_sector):
17234         * ext/cdparanoia/gstcdparanoiasrc.h:
17235           Add back 'transport-error' and 'uncorrected-error' signals and
17236           make them actually be fired when bad stuff happens (#319340).
17237
17238 2006-02-17  Wim Taymans  <wim@fluendo.com>
17239
17240         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
17241         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
17242         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
17243         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
17244         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
17245         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
17246         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
17247         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
17248         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
17249         (gst_ring_buffer_clear):
17250         Small cleanups.
17251         Added some G_LIKELY.
17252
17253 2006-02-17  Wim Taymans  <wim@fluendo.com>
17254
17255         * gst-libs/gst/audio/TODO:
17256         Update TODO
17257
17258         * gst-libs/gst/audio/gstbaseaudiosink.c:
17259         (gst_base_audio_sink_get_offset):
17260         When trying to play samples ASAP and we don't have a
17261         previous sample, try to play at position 0 instead of
17262         an invalid position.
17263
17264 2006-02-17  Wim Taymans  <wim@fluendo.com>
17265
17266         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
17267         (gst_alsasink_reset):
17268         Also release lock when we get an error in _reset();
17269         fix an error message.
17270
17271 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17272
17273         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
17274         (gst_alsasink_init), (get_channel_free_structure),
17275         (caps_add_channel_configuration), (gst_alsasink_getcaps),
17276         (gst_alsasink_close):
17277         * ext/alsa/gstalsasink.h:
17278           Add support for more than 2 channels (#326720).
17279
17280 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17281
17282         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17283           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
17284           with 4 or 6 channels, assume a default channel layout to make things
17285           work (not sure there's anything else we can do in those cases).
17286
17287 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17288
17289         * gst-libs/gst/audio/multichannel.c:
17290           Minor docs fix.
17291
17292         * gst-libs/gst/riff/Makefile.am:
17293         * gst-libs/gst/riff/riff-ids.h:
17294         * gst-libs/gst/riff/riff-media.c:
17295         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
17296           Add support for WAVEFORMATEX, eg. PCM audio with more than two
17297           channels and a channel layout map.
17298           
17299 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
17300
17301         Reviewed by Edward Hervey  <edward@fluendo.com>
17302
17303         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
17304         C-level optimization of the RGBA nearest neighbour function.
17305         Eventually this might end up in liboil with vectorized versions.
17306
17307 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17308
17309         * gst-libs/gst/audio/multichannel.c:
17310         (gst_audio_get_channel_positions):
17311           When we have more than 2 channels, but no channel layout is
17312           specified in the caps, return some default channel layout
17313           to the caller and warn about about a possibly buggy element
17314           (could be buggy filtercaps as well of course) (#317038).
17315
17316 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17317
17318         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
17319           Add gst-libs/gst/cdda to list of lib search paths.
17320
17321 2006-02-15  Andy Wingo  <wingo@pobox.com>
17322
17323         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
17324         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
17325         to the Lord Jesus that I do not have to touch the ogg muxer ever
17326         again.
17327
17328 2006-02-15  Edward Hervey  <edward@fluendo.com>
17329
17330         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17331         quicktime movie files can also contain 'uuid' atoms.
17332
17333 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
17334
17335         * gst/audioconvert/plugin.c: (plugin_init):
17336           Register the GstAudioChannelPosition enum type with the type
17337           system in the plugin_init function, so that it is known before
17338           any element actually makes use of multi-channel stuff. This is
17339           required for example if one wants to be able to deserialise/use
17340           a caps string with channel positions before any pipeline has
17341           been setup and started, like with gst-launch.
17342
17343 2006-02-14  Wim Taymans  <wim@fluendo.com>
17344
17345         * gst-libs/gst/audio/gstringbuffer.c:
17346         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
17347         (gst_ring_buffer_samples_done), (wait_segment),
17348         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
17349         Add some compiler G_(UN_)LIKELY help.
17350         SIGNAL the ringbuffer waiters when going to PAUSED as well to
17351         make sure they can exit their functions. Should fix #330748
17352
17353 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17354
17355         * Makefile.am:
17356         * configure.ac:
17357         * win32/MANIFEST:
17358         * win32/common/_stdint.h:
17359           Windows does not have long long; copy the generated _stdint.h
17360         * win32/common/interfaces-enumtypes.c:
17361         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17362         (gst_mixer_track_flags_get_type),
17363         (gst_tuner_channel_flags_get_type):
17364         * win32/common/multichannel-enumtypes.c:
17365         (gst_audio_channel_position_get_type):
17366           update
17367
17368 2006-02-13  Wim Taymans  <wim@fluendo.com>
17369
17370         * gst-libs/gst/audio/gstbaseaudiosink.c:
17371         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
17372         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17373         Always sync on first sample we receive when starting.
17374
17375 2006-02-13  Wim Taymans  <wim@fluendo.com>
17376
17377         * gst/playback/gstplaybin.c: (gen_vis_element):
17378         Update vis bin docs.
17379         Move queue after tee so we don't queue video buffers but
17380         audio samples instead. Fixes problems where the video queue
17381         is filled and the audio queue empty.
17382
17383 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
17384
17385         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
17386           No need to push an EOS event here, GstBaseSrc will do that for us
17387           when we return FLOW_UNEXPECTED.
17388           
17389 2006-02-12  Wim Taymans  <wim@fluendo.com>
17390
17391         * gst-libs/gst/audio/gstbaseaudiosink.c:
17392         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
17393         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
17394         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17395         Use scale functions when possible.
17396         Fix error messages.
17397         Free clockid when after waiting for EOS.
17398         Use G_(UN_)LIKLY when it makes sense.
17399         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
17400
17401 2006-02-12  Edward Hervey  <edward@fluendo.com>
17402
17403         * gst/playback/gstplaybasebin.c: (prepare_output): 
17404         Remove stray semi-colon (fixes #330888).
17405
17406 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
17407
17408         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
17409         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
17410         Fix up the XShm call testing so that we catch errors, and don't
17411         cause new ones by attempting to detach from a segment we failed
17412         to attach to. Fixes #312439.
17413
17414 2006-02-10  Edward Hervey  <edward@fluendo.com>
17415
17416         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17417         Added flv file typefind (video/x-flv).
17418
17419 2006-02-10  Edward Hervey  <edward@fluendo.com>
17420
17421         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17422         (gst_riff_create_video_template_caps):
17423         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
17424         Also added the caps to the default set of riff video caps.
17425
17426 2006-02-09  Andy Wingo  <wingo@pobox.com>
17427
17428         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
17429         time and the end time of the last packet in the page.
17430         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
17431         on the pages in our queue, set the duration as well. Reflow a
17432         debug statement.
17433         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
17434         Fixes bad muxing order.
17435
17436 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17437
17438         * gst-libs/gst/rtp/gstbasertppayload.c:
17439         (gst_basertppayload_setcaps), (gst_basertppayload_push):
17440           update seqnum before setting it on the packet; this makes sure
17441           that the timestamp and seqnum properties match after pushing
17442           a buffer
17443
17444 2006-02-09  Andy Wingo  <wingo@pobox.com>
17445
17446         * gst-libs/gst/audio/gstringbuffer.c
17447         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
17448         overflow after 13.5 hours of recording. Kapow!
17449
17450         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
17451         the buffer size -- we don't care about underrun/overrun reporting
17452         right now, just need to return a useful value.
17453
17454 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17455
17456         * configure.ac:
17457           Back to CVS
17458
17459 === release 0.10.3 ===
17460
17461 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17462
17463         * configure.ac:
17464           releasing 0.10.3, "Under Pressure"
17465
17466 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17467
17468         * configure.ac:
17469         Drat. Bump libtool version number for new API.
17470         Prelease 0.10.2.3 (of 0.10.3)
17471
17472 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17473
17474         * configure.ac:
17475         * win32/common/config.h:
17476         0.10.2.2 prerelease (of 0.10.3).
17477
17478 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17479
17480         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
17481           Revert Andy's newsegment change pending a more correct
17482           fix.
17483
17484 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17485
17486         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17487         (qt_type_find), (plugin_init):
17488           detect more files as 3gp
17489           group and reorder the iso file formats
17490
17491 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17492
17493         * ext/vorbis/vorbis.c: (plugin_init):
17494           Register musicbrainz tags, so apps don't have to.
17495
17496 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17497
17498         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
17499         (gst_tag_to_vorbis_tag):
17500           Make sure we called gst_tag_register_musicbrainz_tags()
17501           before possibly mapping a vorbiscomment string from/to a
17502           musicbrainz tag.
17503
17504 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17505
17506         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
17507           In case we can't find the required number of consecutive
17508           mpeg audio frames to positively identify an MPEG audio
17509           stream, check if there's at least a valid mpeg audio
17510           frame right at offset 0 and if so suggest mpeg/audio
17511           caps with a very low probability (#153004).
17512
17513 2006-02-07  Andy Wingo  <wingo@pobox.com>
17514
17515         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
17516         a TIME segment if we get timestamped buffers. Requires recent
17517         fixes in core to work properly.
17518
17519 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17520
17521         * gst/playback/gstplaybasebin.c: (prepare_output):
17522           Don't print the URI as part of the error message, it
17523           makes error dialogs look rather ugly, especially if
17524           the URI is very long or has characters in it that
17525           need escaping.
17526
17527 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17528
17529         * gst/playback/gstplaybasebin.c: (prepare_output):
17530           Error out if we have only text or subtitles, but nothing
17531           else. Also error out if we have subtitles but no video
17532           stream.
17533
17534 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17535
17536         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17537           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
17538           Post an error message on the bus when we encounter an
17539           error, which will hopefully be more meaningful than the
17540           'Internal Flow Error' message users get to see if we
17541           just return GST_FLOW_ERROR.
17542
17543 2006-02-07  Andy Wingo  <wingo@pobox.com>
17544
17545         * configure.ac (GST_MAJORMINOR): Update core version req to
17546         0.10.2.2, for the collectpads API addition (#330244).
17547
17548 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17549
17550         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17551           Return FALSE from plugin_init() when GnomeVFS can't
17552           be initialised for some reason (#328423).
17553
17554 2006-02-06  Julien MOUTTE  <julien@moutte.net>
17555
17556         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
17557         Stick to seeking theory until i find the bug.
17558         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
17559
17560 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17561
17562         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17563         (theora_enc_finalize), (theora_enc_sink_setcaps),
17564         (theora_set_header_on_caps), (theora_enc_chain),
17565         (theora_enc_change_state):
17566         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
17567           Make theoraenc and the tests leak free. Like, really.
17568
17569 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17570
17571         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17572         (theora_enc_finalize), (theora_enc_sink_setcaps):
17573           Add a finalize method to ensure we clean up state even if
17574           someone omitted the state change back to NULL.
17575
17576         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
17577         (gst_vorbisenc_chain):
17578           Free some more leaked bits.
17579
17580         * tests/check/pipelines/theoraenc.c: (start_pipeline),
17581         (stop_pipeline):
17582           Wait for state changes to happen if they're ASYNC.
17583
17584           This ought to teach those fancy pants buildbots a lesson.
17585
17586 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17587
17588         * gst-libs/gst/tag/gstid3tag.c:
17589           Add mapping for ID3 International Standard Recording Code
17590           tag "TSRC"
17591
17592 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17593
17594         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
17595           Don't leak tag names.
17596
17597 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17598
17599         * docs/libs/gst-plugins-base-libs-docs.sgml:
17600         * docs/libs/gst-plugins-base-libs-sections.txt:
17601         * gst-libs/gst/tag/gstid3tag.c:
17602         * gst-libs/gst/tag/gstvorbistag.c:
17603         * gst-libs/gst/tag/tags.c:
17604           Split libgsttag docs into multiple sections.
17605
17606 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17607
17608         * docs/libs/Makefile.am:
17609         * docs/libs/gst-plugins-base-libs-docs.sgml:
17610         * docs/libs/gst-plugins-base-libs-sections.txt:
17611         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
17612         * gst-libs/gst/tag/gstvorbistag.c:
17613         * gst-libs/gst/tag/tag.h:
17614         * gst-libs/gst/tag/tags.c:
17615           Add libgsttag to the docs.
17616
17617 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17618
17619         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
17620         (gst_text_overlay_init), (gst_text_overlay_src_event),
17621         (gst_text_overlay_collected): Fix clockoverlay.
17622
17623 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17624
17625         * docs/libs/compiling.sgml:
17626           Fix typo: it's pkg-config, not pkg-gconfig
17627
17628         * docs/libs/gst-plugins-base-libs-docs.sgml:
17629         * docs/libs/gst-plugins-base-libs-sections.txt:
17630         * docs/libs/tmpl/gstgconf.sgml:
17631           There is no libgstgconf in 0.10, remove it
17632           from the docs.
17633
17634 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17635
17636         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
17637         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17638         (gst_text_overlay_src_event), (gst_text_overlay_collected):
17639         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
17640         (gst_sub_parse_class_init), (gst_sub_parse_init),
17641         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
17642         (parse_mpsub), (parser_state_init), (handle_buffer),
17643         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
17644         * gst/subparse/gstsubparse.h: Introduce seeking code.
17645
17646 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17647
17648         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17649           Add comment about LANGUAGE tag inconsistency (we want
17650           ISO-639-1, but extract three-letter identifiers?)
17651
17652         * po/POTFILES.in:
17653           Add two translatable files.
17654
17655 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17656
17657         * gst-libs/gst/tag/Makefile.am:
17658         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17659         * gst-libs/gst/tag/tag.h:
17660         * gst-libs/gst/tag/tags.c:
17661         (gst_tag_register_musicbrainz_tags_internal),
17662         (gst_tag_register_musicbrainz_tags):
17663           Forward-port some tags stuff from the 0.8 branch. This is
17664           mostly the addition of musicbrainz tags and their mapping
17665           to vorbistags, and a vorbistag mapping of the language tag.
17666
17667 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17668
17669         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
17670         refactoring.
17671
17672 2006-02-04  David Schleef  <ds@schleef.org>
17673
17674         * ext/ogg/gstoggmux.c:
17675         * gst/typefind/gsttypefindfunctions.c:
17676           Add Dirac typefinding and add dirac format to oggmux.
17677
17678 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
17679
17680         * gst/playback/gstdecodebin.c: (try_to_link_1):
17681           Don't put essential function call into
17682           g_return_*() macro, otherwise it'll all be
17683           replaced by NOOPs when compiling with
17684           G_DISABLE_CHECKS defined.
17685
17686 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
17687
17688         * ext/ogg/gstoggdemux.c:
17689         * ext/ogg/gstoggparse.c:
17690         * gst/tcp/gsttcpserversink.c:
17691         * sys/v4l/v4lsrc_calls.c:
17692         * sys/v4l/v4lsrc_calls.h:
17693         Just make it compile with --disable-gst-debug.
17694
17695 2006-02-03  Wim Taymans  <wim@fluendo.com>
17696
17697         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
17698         (gst_alsasink_class_init), (gst_alsasink_init),
17699         (gst_alsasink_write), (gst_alsasink_reset):
17700         * ext/alsa/gstalsasink.h:
17701         Add lock to protect alsa calls.
17702         Implement reset to flush samples ASAP, does not work
17703         with dmix though.
17704
17705 2006-02-02  Wim Taymans  <wim@fluendo.com>
17706
17707         * gst-libs/gst/audio/gstbaseaudiosink.c:
17708         (gst_base_audio_sink_provide_clock):
17709         Ugh.. getting late I guess...
17710
17711 2006-02-02  Wim Taymans  <wim@fluendo.com>
17712
17713         * gst-libs/gst/audio/gstbaseaudiosink.c:
17714         (gst_base_audio_sink_provide_clock),
17715         (gst_base_audio_sink_set_property),
17716         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
17717         Don't try to provide a clock when we are not negotiated since
17718         we might not be able to make it run.
17719
17720 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
17721
17722         * gst/playback/gstdecodebin.c: (try_to_link_1):
17723           Unlinking two source pads is ... hard.
17724
17725 2006-02-02  Wim Taymans  <wim@fluendo.com>
17726
17727         * gst-libs/gst/audio/TODO:
17728         Updated.
17729
17730         * gst-libs/gst/audio/gstbaseaudiosink.c:
17731         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
17732         On EOS, wait till the last sample is played before posting EOS.
17733
17734 2006-02-01  Philippe Kalaf <burger at speedy dot org>
17735
17736         Patch by: Kai Vehmanen
17737         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17738           Adds ability to enable newsegment bypass by setting queue_delay to
17739           zero. Also avoid thread being started if queue_delay is zero.
17740
17741 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17742
17743         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
17744           Make test work again by connecting fakesinks to each decoded pad,
17745           which makes the pipeline wait until each fakesink has a buffer
17746           queued before going to PAUSED state. At that point we know the
17747           decodebin pads are negotiated.
17748
17749 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17750
17751         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
17752         (gst_cdda_base_src_handle_event):
17753         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
17754           Pass unhandled queries to the parent class's query function.
17755
17756 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17757
17758         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
17759         (gst_ogg_pad_src_query):
17760         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
17761         * ext/theora/theoradec.c: (theora_dec_src_query),
17762         (theora_dec_sink_query):
17763         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
17764         (vorbis_dec_sink_query):
17765         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
17766         (gst_vorbisenc_sink_query):
17767         * gst/adder/gstadder.c: (gst_adder_query):
17768           Pass unhandled queries upstream instead of just
17769           dropping them (#326447). Also, fix supported
17770           query types list for some elements.
17771
17772 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17773
17774         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
17775         (paris_type_find), (ilbc_type_find), (plugin_init):
17776           Fix typefinding for audio/x-au, audio/x-paris and
17777           audio/iLBC-sh. We cannot use the START_WITH macros
17778           here, because there can only be one typefind factory
17779           with the same name (caps), so the second one would
17780           replace the first one and the first one would never
17781           be called when doing typefinding (see #161712).
17782           
17783
17784 2006-01-31  Wim Taymans  <wim@fluendo.com>
17785
17786         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
17787         (vorbis_handle_header_packet), (vorbis_dec_push),
17788         (vorbis_handle_data_packet):
17789         Use scale_int when we can, add some more scaling.
17790         Check packettype before parsing it.
17791
17792 2006-01-31  Wim Taymans  <wim@fluendo.com>
17793
17794         * ext/theora/theoradec.c: (_theora_granule_time),
17795         (theora_dec_src_convert), (theora_dec_sink_convert):
17796         Call right _scale functions.
17797         Use parameter instead of some other random value.
17798
17799 2006-01-31  Wim Taymans  <wim@fluendo.com>
17800
17801         * ext/theora/theoradec.c: (_theora_granule_frame),
17802         (_theora_granule_time), (_inc_granulepos),
17803         (theora_dec_src_convert), (theora_dec_sink_convert),
17804         (theora_handle_type_packet), (theora_handle_data_packet),
17805         (theora_dec_chain):
17806         Use higher precision timestamps calculation.
17807         Convert some other conversions to _scale.
17808
17809 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
17810
17811         * gst/audiotestsrc/gstaudiotestsrc.c:
17812         (gst_audio_test_src_create_sine_table), (plugin_init):
17813         * gst/volume/gstvolume.c: (plugin_init):
17814           initialize gst_controller before using
17815
17816 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
17817
17818         * tests/check/pipelines/theoraenc.c:
17819         * tests/check/pipelines/vorbisenc.c:
17820         Define constant using G_GINT64_CONSTANT to avoid errors when
17821         passing it around - otherwise it gets truncated to 32 bits.
17822
17823         Fixes failing tests.
17824
17825 2006-01-31  Andy Wingo  <wingo@pobox.com>
17826
17827         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
17828         caps being set doesn't have a framerate value. Basically a stopgap
17829         measure.
17830
17831         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
17832         technically correct enough to put into core though.
17833         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
17834         DURATION. Fixes theoraenc ! oggmux.
17835
17836         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
17837         fraction, not double.
17838
17839 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
17840
17841         * win32/vs7:
17842         add vs7 project files created by Sergey Scobich
17843
17844 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
17845
17846         * win32/vs8:
17847         add vs8 project files created by Sergey Scobich
17848         
17849 2006-01-30  Andy Wingo  <wingo@pobox.com>
17850
17851         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
17852         timestamp + duration, not just timestamp -- ogg pages should be
17853         ordered by stop time. Necessary fix given the change in vorbis
17854         timestamps.
17855
17856         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
17857         (gst_theora_enc_init): Pull the granule shift out of the encoder.
17858         (granulepos_add): New function, handles the messiness of adjusting
17859         granulepos values.
17860         (theora_buffer_from_packet):
17861         (theora_enc_chain):
17862         (theora_enc_sink_event): Use granulepos_add, not +.
17863
17864         * tests/check/pipelines/theoraenc.c
17865         (check_buffer_granulepos_from_starttime): Just check the frame
17866         count, not the actual granulepos -- we can't dictate to the
17867         encoder when it should be placing keyframes.
17868
17869 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17870
17871         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
17872           SERVICE_NOT_AVAILABLE happens for example when you're trying to
17873           play an http:// stream from a server that's not serving
17874
17875 2006-01-30  Andy Wingo  <wingo@pobox.com>
17876
17877         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
17878         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
17879         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
17880         available.
17881
17882         * ext/theora/gsttheoraenc.h:
17883         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
17884         although theoraenc was timestamping correctly. Added handling of
17885         streams that start with nonzero timestamps.
17886
17887         * tests/check/Makefile.am:
17888         * tests/check/pipelines/theoraenc.c: New file, basically does same
17889         tests as vorbisenc.
17890
17891         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
17892
17893 2006-01-30  Wim Taymans  <wim@fluendo.com>
17894
17895         * gst-libs/gst/audio/gstaudiosink.c:
17896         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
17897         (gst_audioringbuffer_pause):
17898         Implement pause that does not wait for completion.
17899
17900         * gst-libs/gst/audio/gstbaseaudiosink.c:
17901         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17902         Don't drop buffers when going to PAUSED but perform preroll on
17903         remaining samples now that core base class supports this.
17904
17905         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
17906         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
17907         (gst_ring_buffer_commit):
17908         Pause should not signal waiters.
17909         Implement return value of _commit correctly.
17910
17911 2006-01-30  Andy Wingo  <wingo@pobox.com>
17912
17913         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
17914
17915         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
17916         updated to timestamp from the first sample, not the last.
17917         (gst_vorbisenc_buffer_from_header_packet): New function, takes
17918         special care of granulepos and timestamp for header packets.
17919         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
17920         when the first buffer has a nonzero timestamp.
17921
17922         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
17923         (GstVorbisEnc.subgranule_offset): New members. Take care of the
17924         case when the first audio buffer we get has a nonzero timestamp.
17925         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
17926         properly timestamp vorbis buffers with the time of the first
17927         sample, not the last.
17928         
17929         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
17930         vorbis_granule_time_copy -- now it takes the granule/subgranule
17931         offset into account.
17932
17933         * tests/check/pipelines/vorbisenc.c: New test for correctness of
17934         timestamps, durations, and granulepos on buffers produced by
17935         vorbisenc.
17936
17937 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
17938
17939         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17940         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
17941           Patch from Eric Jonas to support conversions to/from UYVY 
17942           (Fixes: #324626)
17943
17944 2006-01-30  Julien MOUTTE  <julien@moutte.net>
17945
17946         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
17947         (setup_subtitle), (setup_source), (set_active_source):
17948         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
17949         (gen_text_element), (gen_audio_element), (gen_vis_element),
17950         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
17951
17952 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
17953
17954         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
17955         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
17956                 use gst_guint64_to_gdouble to be compliant with vs6
17957         * gst/playback/gstdecodebin.c: (try_to_link_1)
17958         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
17959                 use G_GINT64_CONSTANT for int64 constants
17960         * win32/common/libgstinterfaces.def:
17961                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
17962         * win32/vs6:
17963                 update and add new project files
17964                 
17965 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17966
17967         * Makefile.am:
17968         * win32/MANIFEST:
17969         * win32/common/interfaces-enumtypes.c:
17970         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17971         (gst_mixer_track_flags_get_type),
17972         (gst_tuner_channel_flags_get_type):
17973         * win32/common/interfaces-enumtypes.h:
17974         * win32/common/multichannel-enumtypes.c:
17975         (gst_audio_channel_position_get_type):
17976         * win32/common/multichannel-enumtypes.h:
17977           add a win32-update rule like in core, and copy over enumtypes files
17978
17979 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17980
17981         * win32/MANIFEST:
17982         * win32/common/config.h:
17983         * win32/common/config.h.in:
17984           add config files just like in core
17985
17986 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
17987
17988         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
17989           Make gcc-4.1 happy (part of #327357).
17990
17991 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
17992
17993         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
17994         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
17995         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
17996         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
17997         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
17998         (gst_alsasrc_unprepare), (gst_alsasrc_read):
17999           Update all error messages.  All of them should either use
18000           the default translated message, or actually provide a
18001           translatable string.
18002           Make the string for channel count problems meaningful.
18003
18004 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18005
18006         * sys/v4l/v4l_calls.c: (gst_v4l_open):
18007           check for and throw RESOURCE_BUSY
18008
18009 2006-01-27  David Schleef  <ds@schleef.org>
18010
18011         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
18012           checked in this change -- it requires liboil features not
18013           in 0.3.6.  Revert parts.
18014
18015 2006-01-27  David Schleef  <ds@schleef.org>
18016
18017         * REQUIREMENTS:
18018         * configure.ac: update liboil requirement to 0.3.6
18019         * gst/videoscale/Makefile.am:
18020         * gst/videoscale/vs_scanline.c: liboilify
18021
18022 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18023
18024         * ext/libvisual/visual.c: (get_buffer):
18025           When pad_alloc returns a GstFlowReturn other
18026           than GST_FLOW_OK, make sure it is passed upstream.
18027
18028 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18029
18030         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18031         (gst_alsasink_class_init):
18032           Free the device name string.
18033
18034         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18035         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
18036         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
18037           Don't remove a pad from the collectpads structure until it
18038           is released - it's a request pad, and may receive data again
18039           if the element gets moved back to PLAYING state.
18040
18041         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18042           Ensure we turn on double buffering on the Xv port, and
18043           set the colour key to something dark and mysterious that
18044           isn't black.
18045
18046 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18047
18048         * ext/alsa/gstalsaplugin.c: (plugin_init):
18049         * ext/cdparanoia/gstcdparanoiasrc.c:
18050         (gst_cd_paranoia_src_base_init), (plugin_init):
18051         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18052         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
18053           - a library should not call setlocale. see "Libraries" node in
18054             gettext manual
18055           - make sure all plugins that use translation do bindtextdomain
18056             to point to the localedir
18057         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
18058         (setup_sinks), (plugin_init):
18059           all this, and check for NULL when creating sinks
18060
18061 2006-01-27  Julien MOUTTE  <julien@moutte.net>
18062
18063         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
18064         (plugin_init): Make typefinding of subtitles work again.
18065
18066 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
18067
18068         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18069         (mp3_type_frame_length_from_header), (mp3_type_find),
18070         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
18071         (plugin_init):
18072           Backport a bunch of typefinding fixes from the 0.8 branch.
18073           Also, improve wavpack typefinding: if we can't peek the
18074           entire wavpack block, try to parse the bits we can get and
18075           see if we find what we're looking for in those.
18076
18077 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18078
18079         * sys/ximage/ximagesink.c:
18080         (gst_ximagesink_calculate_pixel_aspect_ratio):
18081         * sys/xvimage/xvimagesink.c:
18082         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
18083         more cases of pixel aspect ratio.
18084
18085 2006-01-26  Edward Hervey  <edward@fluendo.com>
18086
18087         * gst/playback/gstdecodebin.c: (pad_probe):
18088         Also consider the flush-start and tag events as unblockers
18089         for the pad probes.
18090
18091 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18092
18093         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18094         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
18095         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
18096         On the fly visualisation switch, works disabling, enabling as
18097         well but it won't be able to enable vis in a playbin that was
18098         created with no visualisation.
18099
18100 2006-01-25  Wim Taymans  <wim@fluendo.com>
18101
18102         * gst-libs/gst/audio/gstbaseaudiosink.c:
18103         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18104         Undo previous commit that returned WRONG_STATE sooner, it breaks 
18105         resume after pause.
18106
18107 2006-01-25  Wim Taymans  <wim@fluendo.com>
18108
18109         * gst-libs/gst/audio/gstbaseaudiosink.c:
18110         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
18111         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
18112         Improve debugging.
18113         Post error when caps cannot be parsed.
18114         Resync on discontinuity in the stream.
18115         Clip samples to segment boundaries.
18116         return WRONG_STATE sooner when we are flushing.
18117
18118         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
18119         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
18120         Make audiosrc operate in TIME.
18121         Set TIMESTAMP and DURATION on buffers.
18122
18123 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
18124
18125         * tests/examples/seek/seek.c: (main):
18126           Output tag messages as well.
18127
18128 2006-01-23  Edward Hervey  <edward@fluendo.com>
18129
18130         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18131         (free_pad_probes), (remove_fakesink), (pad_probe),
18132         (close_pad_link), (gst_decode_bin_change_state):
18133         Replace GstPadBlockCallback with pad probes that detect
18134         first buffer AND eos before removing fakesink.
18135         Fixes hang with demuxers doing EOS while pre-rolling.
18136         Solves #328279
18137
18138 2006-01-23  Andy Wingo  <wingo@pobox.com>
18139
18140         * ext/alsa/gstalsasink.c:
18141         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18142         (gst_base_rtp_depayload_setcaps),
18143         (gst_base_rtp_depayload_add_to_queue),
18144         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
18145         
18146         Patch by: Jens Granseuer <jensgr at gmx dot net>
18147
18148 2006-01-22  Julien MOUTTE  <julien@moutte.net>
18149
18150         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18151         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18152         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
18153         frames. We might get a frame destroyed after changing state to
18154         NULL, adding a safety check on xcontext.
18155
18156 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
18157
18158         * gst-libs/gst/interfaces/xoverlay.c:
18159           Fix prepare-xwindow-id code example in the docs - we need to
18160           ignore all messages that aren't element messages as well.
18161           
18162 2006-01-21  Julien MOUTTE  <julien@moutte.net>
18163
18164         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
18165           I think one day i'll completely undestand how caps negotiation
18166           is supposed to work. This refactoring handles buffer_alloc
18167           called with caps we can't handle. We definitely don't want a
18168           set_caps with those caps, so we define and allocate a buffer
18169           we would like to receive.
18170
18171 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18172
18173         * gst/playback/gstplaybasebin.c: (setup_source):
18174           Free iterator when done.
18175
18176 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
18177
18178         * gst-libs/gst/audio/gstbaseaudiosink.c:
18179         (gst_base_audio_sink_render):
18180           Fix playback of non-synchronised streams by assuming a rate
18181           of 1.0 instead of a random one.
18182
18183           Makes this work again:
18184
18185           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
18186           endianness=(int)4321, signed=(boolean)true, width=(int)16,
18187           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
18188           audioresample ! alsasink
18189
18190 === release 0.10.2 ===
18191
18192 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
18193
18194         * configure.ac:
18195           releasing 0.10.2, "Then the devil is six"
18196
18197 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
18198
18199         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18200         * gst/playback/gststreamselector.c:
18201         (gst_stream_selector_set_property):
18202           Comment out broken code that connects to the state-changed signal.
18203           At this point, changing current stream selection is broken, but 
18204           stuff like gst-launch playbin current-audio=1 works and filters
18205           to the chosen stream.
18206
18207 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18208
18209         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18210           Fix #327216 (null dereference in vorbisdec)
18211
18212 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
18213
18214         * ext/theora/theoradec.c: (theora_handle_comment_packet):
18215           Post taglist actually on bus instead of just freeing it
18216           (fixes #327114 and totem bug #327080).
18217
18218         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
18219           Use gst_element_found_tags_for_pad(), so that the tags
18220           are sent downstream as an event as well.
18221
18222 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18223
18224         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18225         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18226         (gst_ximagesink_buffer_alloc):
18227         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
18228         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
18229         (gst_xvimagesink_buffer_alloc):
18230           move all regularly occurring messages to GST_LOG level
18231           add some more object logs
18232
18233 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18234
18235         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
18236           fix a silly segfault
18237
18238 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
18239
18240         * docs/libs/gst-plugins-base-libs-docs.sgml:
18241         * docs/libs/gst-plugins-base-libs-sections.txt:
18242         * gst-libs/gst/audio/mixerutils.c:
18243         * gst-libs/gst/audio/mixerutils.h:
18244           Add docs for mixerutils stuff.
18245
18246 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
18247
18248         * gst/playback/gstplaybasebin.c: (setup_source):
18249           Fix playback for sources that emit raw audio or
18250           raw video streams (e.g.: cd audio sources) (#325984).
18251
18252 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18253
18254         * gst-libs/gst/audio/mixerutils.c:
18255         (gst_audio_mixer_filter_do_filter):
18256           actually save the element we create
18257
18258 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
18259
18260         * gst-libs/gst/cdda/gstcddabasesrc.c:
18261         (gst_cdda_base_src_handle_track_seek):
18262           No need to post a tag message on the bus when seeking
18263           within the same track, only post it when the current
18264           track changes.
18265
18266 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18267
18268         * gst/playback/gstplaybasebin.c: (group_destroy),
18269         (probe_triggered), (new_decoded_pad), (mute_group_type),
18270         (set_active_source):
18271         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18272         * gst/playback/gststreamselector.c:
18273         (gst_stream_selector_base_init),
18274         (gst_stream_selector_set_property),
18275         (gst_stream_selector_request_new_pad):
18276           Reenable stream selection. These mechanisms need a complete overhaul
18277           in the face of 0.8->0.10 changes though.
18278
18279 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18280
18281         * ext/ogg/gstoggdemux.c:
18282           Change the pad template to src_%d to match the pads that 
18283           are created from it. decodebin needs this information in order
18284           to decide that oggdemux is capable of producing multiple pads
18285           (and hence needs queues inserted).
18286
18287         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
18288         (gst_ogg_mux_collected):
18289           Make debug output more useful by using GST_PTR_FORMAT.
18290
18291 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
18292
18293         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18294
18295         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
18296           Set depth and width for alaw/mulaw (fixes #326601).
18297
18298 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18299
18300         * tests/icles/Makefile.am:
18301           don't build the tests if we don't have the libs
18302
18303 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18304
18305         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
18306         (gst_cd_paranoia_paranoia_callback):
18307           Don't try to free NULL pointers.
18308
18309 2006-01-10  Edward Hervey  <edward@fluendo.com>
18310
18311         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
18312         (gst_audio_rate_change_state), (plugin_init):
18313         Add debugging category.
18314         Fix type issues.
18315         Add case for incoming buffers without valid offset/offset_end.
18316
18317 2006-01-10  Michael Smith  <msmith@fluendo.com>
18318
18319         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
18320           Don't leak GCond in audio sources.
18321
18322 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
18323
18324         * gst/playback/gstplaybin.c: (gen_audio_element):
18325           Don't leak an autoaudiosink/alsasink when we generate
18326           a new audio element. (old code, I guess)
18327
18328 2006-01-10  Michael Smith  <msmith@fluendo.com>
18329
18330         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
18331           Support float audio in audiorate.
18332           Use width rather than depth for selecting sample width.
18333
18334 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18335
18336         * gst/videotestsrc/videotestsrc.h:
18337           Use GLib types here (that way we don't have to include the
18338           generated _stdint.h header, which makes life easier for win32
18339           folks that don't use autotools for the build) (#325990, patch
18340           by: Sergey Scobich).
18341
18342 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18343
18344         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18345         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18346         (gst_ring_buffer_pause), (wait_segment):
18347         * gst-libs/gst/audio/gstringbuffer.h:
18348           Name (private) union, makes Forte compiler happy (this time
18349           for real) (#324900).
18350
18351 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18352
18353         * gst-libs/gst/audio/Makefile.am:
18354           Link against libgstinterfaces, needed for mixer
18355           and property probe stuff.
18356
18357 2006-01-09  Edward Hervey  <edward@fluendo.com>
18358
18359         * gst-libs/gst/Makefile.am:
18360
18361 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18362
18363         * gst-libs/gst/audio/Makefile.am:
18364         * gst-libs/gst/audio/mixerutils.c:
18365         (gst_audio_mixer_filter_do_filter),
18366         (gst_audio_mixer_filter_check_element),
18367         (gst_audio_mixer_filter_probe_feature),
18368         (element_factory_rank_compare_func),
18369         (gst_audio_default_registry_mixer_filter):
18370         * gst-libs/gst/audio/mixerutils.h:
18371           Add gst_audio_default_registry_mixer_filter() utility
18372           function.
18373
18374 2006-01-03  Michael Smith  <msmith@fluendo.com>
18375
18376         * gst/audioresample/resample.h:
18377           As before, but for o_buf
18378
18379 2006-01-03  Michael Smith  <msmith@fluendo.com>
18380
18381         * gst/audioresample/resample.h:
18382           Declare struct _ResampleState.buffer as unsigned char *, not void *,
18383           since we do arithmetic on it.
18384
18385 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
18386
18387         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18388         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18389         (gst_ring_buffer_pause), (wait_segment):
18390         * gst-libs/gst/audio/gstringbuffer.h:
18391           Sun's Forte compiler doesn't seem to like anonymous structs,
18392           so use same setup as in GstBaseSrc (fixes #324900).
18393
18394 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18395
18396         * configure.ac:
18397         * gst/volume/Makefile.am:
18398         * gst/volume/demo.c:
18399           move old example to tests/examples/volume/volune.c
18400         * tests/examples/Makefile.am:
18401         * tests/examples/seek/seek.c: (main):
18402           change window-close event from "delete-event" to "destroy"
18403         * tests/examples/volume/Makefile.am:
18404         * tests/examples/volume/volume.c: (value_changed_callback),
18405         (setup_gui), (message_received), (eos_message_received), (main):
18406           fix event handling and bus usage
18407
18408 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
18409
18410         * gst/audiotestsrc/gstaudiotestsrc.c:
18411         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
18412         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
18413         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
18414         (gst_audio_test_src_create_square),
18415         (gst_audio_test_src_create_saw),
18416         (gst_audio_test_src_create_triangle),
18417         (gst_audio_test_src_create_silence),
18418         (gst_audio_test_src_create_white_noise),
18419         (gst_audio_test_src_create_pink_noise),
18420         (gst_audio_test_src_init_sine_table),
18421         (gst_audio_test_src_create_sine_table),
18422         (gst_audio_test_src_change_wave),
18423         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
18424         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
18425         * gst/audiotestsrc/gstaudiotestsrc.h:
18426           update to basesrc changes, implement segmented seeking and eos
18427           handling, add a 'sine-tab' waveform for performance critical playback
18428
18429 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18430
18431         * po/POTFILES.in:
18432           ... and this time the other modified file that I missed last time.
18433
18434 2005-12-29  Michael Smith  <msmith@fluendo.com>
18435
18436         * gst/playback/gstdecodebin.c: (new_pad):
18437           Fix non-C89 variable declaration not at the start of a block. Should
18438           help some compilers.
18439
18440 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18441
18442         * tests/check/Makefile.am:
18443           And now fix 'make distcheck' (builddir != srcdir)
18444
18445 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18446
18447         * configure.ac:
18448         * ext/cdparanoia/Makefile.am:
18449         * ext/cdparanoia/gstcdparanoia.c:
18450         * ext/cdparanoia/gstcdparanoia.h:
18451         * ext/cdparanoia/gstcdparanoiasrc.c:
18452         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
18453         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
18454         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
18455         (gst_cd_paranoia_paranoia_callback),
18456         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
18457         (gst_cd_paranoia_src_set_property),
18458         (gst_cd_paranoia_src_get_property), (plugin_init):
18459         * ext/cdparanoia/gstcdparanoiasrc.h:
18460           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
18461           plugin again (there are still fixes required to playbin to make
18462           cdda:// uris work there).
18463
18464 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18465
18466         * tests/check/Makefile.am:
18467           Fix test case compilation.
18468
18469 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18470
18471         * gst-libs/gst/cdda/gstcddabasesrc.c:
18472         (gst_cdda_base_src_update_duration),
18473         (gst_cdda_base_src_calculate_cddb_id):
18474           An integer is not a string. Fix access to uninitialised variable.
18475
18476         * tests/check/Makefile.am:
18477           Add cddabasesrc unit test; also actually enable the vorbis test.
18478
18479         * tests/check/generic/states.c:
18480           Blacklist new cd audio elements as well.
18481
18482         * tests/check/libs/cddabasesrc.c:
18483           Unit test for GstCddaBaseSrc (discid calculation mostly).
18484
18485 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18486
18487         * docs/libs/Makefile.am:
18488         * docs/libs/gst-plugins-base-libs-docs.sgml:
18489         * docs/libs/gst-plugins-base-libs-sections.txt:
18490         * docs/libs/gst-plugins-base-libs.types:
18491           Add docs for libgstcdda/GstCddaBaseSrc.
18492
18493         * gst-libs/gst/interfaces/mixertrack.h:
18494           Do one struct member per line with a semicolon at the end, that way
18495           even gtk-doc might parse it without complaining.
18496
18497 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18498
18499         * configure.ac:
18500         * gst-libs/gst/Makefile.am:
18501         * gst-libs/gst/cdda/Makefile.am:
18502         * gst-libs/gst/cdda/base64.c:
18503         * gst-libs/gst/cdda/base64.h:
18504         * gst-libs/gst/cdda/gstcddabasesrc.c:
18505         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
18506         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
18507         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
18508         (gst_cdda_base_src_get_property),
18509         (gst_cdda_base_src_get_track_from_sector),
18510         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
18511         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
18512         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
18513         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
18514         (gst_cdda_base_src_uri_get_protocols),
18515         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
18516         (gst_cdda_base_src_uri_handler_init),
18517         (gst_cdda_base_src_setup_interfaces),
18518         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
18519         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
18520         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
18521         (gst_cdda_base_src_add_tags),
18522         (gst_cdda_base_src_add_index_associations),
18523         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
18524         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
18525         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
18526         (gst_cdda_base_src_create):
18527         * gst-libs/gst/cdda/gstcddabasesrc.h:
18528         * gst-libs/gst/cdda/sha1.c:
18529         * gst-libs/gst/cdda/sha1.h:
18530           Add new libgstcdda with GstCddaBaseSrc class.
18531
18532 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18533
18534         * ext/gnomevfs/gstgnomevfssink.h:
18535           Use GstBaseSinkClass as parent_class member for class struct, not
18536           GstBaseSink.
18537
18538 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18539
18540         Patch by: Michael Benes
18541
18542         * gst/videotestsrc/gstvideotestsrc.c:
18543         (gst_video_test_src_class_init), (gst_video_test_src_start):
18544           Add start method to reset running time and number of frames sent
18545           when starting up (fixes #324696)
18546
18547 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18548
18549         * docs/plugins/Makefile.am:
18550         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18551         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18552         * docs/plugins/gst-plugins-base-plugins.args:
18553         * docs/plugins/gst-plugins-base-plugins.hierarchy:
18554         * docs/plugins/gst-plugins-base-plugins.signals:
18555           Add docs stuff for gnomevfssrc and gnomevfssink.
18556
18557         * ext/gnomevfs/gstgnomevfssrc.c:
18558           Fix example pipeline in gtk-doc blurb.
18559
18560 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18561
18562         * ext/gnomevfs/Makefile.am:
18563         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
18564         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
18565         (gst_gnome_vfs_handle_get_type), (plugin_init):
18566         * ext/gnomevfs/gstgnomevfs.h:
18567         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
18568         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
18569         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
18570         (gst_gnome_vfs_sink_set_property),
18571         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
18572         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
18573         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
18574         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
18575         (gst_gnome_vfs_sink_uri_get_type),
18576         (gst_gnome_vfs_sink_uri_get_protocols),
18577         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
18578         (gst_gnome_vfs_sink_uri_handler_init):
18579         * ext/gnomevfs/gstgnomevfssink.h:
18580           Port gnomevfssink; add gtk-doc blurb.
18581
18582         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
18583         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
18584         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
18585         (gst_gnome_vfs_src_uri_get_type),
18586         (gst_gnome_vfs_src_uri_get_protocols),
18587         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
18588         (gst_gnome_vfs_src_uri_handler_init),
18589         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
18590         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
18591         (gst_gnome_vfs_src_send_additional_headers_callback),
18592         (gst_gnome_vfs_src_received_headers_callback),
18593         (gst_gnome_vfs_src_push_callbacks),
18594         (gst_gnome_vfs_src_pop_callbacks),
18595         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
18596         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
18597         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
18598         * ext/gnomevfs/gstgnomevfssrc.h:
18599           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
18600           file; add gtk-doc blurb with example pipelines.
18601
18602 === release 0.10.1 ===
18603
18604 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
18605
18606         * configure.ac:
18607           releasing 0.10.1, "Dobro Dedek"
18608
18609 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
18610
18611         * gst/typefind/gsttypefindfunctions.c:
18612         iLBC30 and iLBC20 added to typefind.
18613
18614 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18615
18616         * gst-libs/gst/audio/gstbaseaudiosink.c:
18617         (gst_base_audio_sink_class_init):
18618         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18619         (gst_base_audio_src_class_init):
18620           update strings, values are in microseconds
18621           change the default sink buffer time to something that is smaller
18622           (to help software volume mixing have a slightly lower delay) but
18623           still be acceptable on Wim's laptop
18624
18625 2005-12-20  Edward Hervey  <edward@fluendo.com>
18626
18627         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
18628         Made a quack, forgot to add DUCK to the riff video template.
18629
18630 2005-12-19  Edward Hervey  <edward@fluendo.com>
18631
18632         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
18633         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
18634         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
18635         (gst_ogm_parse_chain):
18636         Make sure pads are initialized correctly.
18637         * gst-libs/gst/riff/riff-ids.h:
18638         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18639         (gst_riff_create_video_template_caps):
18640         Add a whole bunch of FOURCC <=> MimeType.
18641         Extend the riff video pad template to support the newly added fourcc.
18642
18643 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
18644
18645         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
18646         (gst_ogg_demux_activate_chain):
18647           Extra debug output when activating/deactivating chains.
18648
18649         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
18650         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
18651         (unlinked):
18652           Remove a queue from our list when it becomes unlinked.
18653           Don't add queues to elements in class 'Demux' if they
18654           can only produce one pad 
18655
18656 2005-12-18  Julien MOUTTE  <julien@moutte.net>
18657
18658         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
18659         (gst_video_sink_get_type): Add a debug category.
18660
18661 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18662
18663         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18664         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
18665           Handle downstream newsegment by sending our own newsegment before the
18666           next buffer to be released. (#323900)
18667
18668 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18669
18670         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18671         (gst_base_rtp_depayload_set_gst_timestamp):
18672           add queue delay to new segment as well (as opposed to just the first
18673           buffer). (bug #322347)
18674
18675 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18676
18677         * ext/libvisual/visual.c: (make_valid_name):
18678           change some char* into char[]
18679         * gst/audiotestsrc/gstaudiotestsrc.c:
18680         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
18681         (gst_audio_test_src_create):
18682         * gst/audiotestsrc/gstaudiotestsrc.h:
18683           prepare to handle EOS and SEGMENT_DONE
18684
18685 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18686
18687         * tests/check/generic/states.c: (GST_START_TEST):
18688           Blacklist cdparanoia element in state test.
18689
18690 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18691
18692           Patch by: Benjamin Pineau
18693
18694         * gst/tcp/gsttcp.c:
18695         * gst/tcp/gsttcpclientsink.c:
18696         * gst/tcp/gsttcpserversink.c:
18697         * gst/tcp/gsttcpserversrc.c:
18698           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
18699
18700 2005-12-15  Michael Smith  <msmith@fluendo.com>
18701
18702         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
18703         (gst_video_rate_chain):
18704           Fix timestamping for videorate when the first buffer it sees has a
18705           non-zero timestamp. Fix some misleading debug output.
18706
18707 2005-12-15  Michael Smith  <msmith@fluendo.com>
18708
18709         * gst/audioresample/gstaudioresample.c:
18710           Don't leak all input buffers to audioresample.
18711
18712 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
18713
18714         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
18715           Don't operate on empty text buffers. Strip newlines and
18716           tabs only from the end of the text, but leave them intact
18717           in the middle. Fix typo in gtk-doc description.
18718
18719 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
18720
18721         * gst/playback/gstplaybasebin.c:
18722         * gst/playback/gstplaybin.c: (handoff):
18723           Make sure the video frame buffer we return to apps via the
18724           "frame" property always has caps set on it. Modify
18725           _gst_gvalue_set_object() macro to handle NULL objects
18726           gracefully too.
18727
18728 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
18729
18730         * gst/audiotestsrc/gstaudiotestsrc.c:
18731         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
18732         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
18733         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
18734         (gst_audio_test_src_create):
18735         * gst/audiotestsrc/gstaudiotestsrc.h:
18736         Adjust to some recent api changes and add wtays new cool seeking
18737         capabillities
18738
18739 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
18740
18741         * ext/alsa/Makefile.am:
18742         * ext/alsa/gstalsadeviceprobe.c:
18743         * ext/alsa/gstalsadeviceprobe.h:
18744           Helper functions to add device probing via the GstPropertyProbe
18745           interface to a class.
18746
18747         * ext/alsa/gstalsamixer.h:
18748           Comment out GST_ALSA_MIXER, it returns a struct that's not
18749           used.
18750
18751         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
18752           Add some debug info. 
18753
18754         * ext/alsa/gstalsamixerelement.c:
18755         (gst_alsa_mixer_element_interface_supported),
18756         (gst_implements_interface_init),
18757         (gst_alsa_mixer_element_init_interfaces),
18758         (gst_alsa_mixer_element_class_init),
18759         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
18760         (gst_alsa_mixer_element_set_property),
18761         (gst_alsa_mixer_element_get_property),
18762         (gst_alsa_mixer_element_change_state):
18763         * ext/alsa/gstalsamixerelement.h:
18764           Add 'device' and 'device-name' properties. Add GstPropertyProbe
18765           for device handling (gnome-volume-control will need that).
18766
18767 2005-12-12  Christian Schaller  <uraeus@gnome.org>
18768
18769         * ext/Makefile.am: fix cdparanoia entry
18770         * gst-plugins-base.spec.in: add cdparanoia
18771
18772 2005-12-12  Michael Smith  <msmith@fluendo.com>
18773
18774         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18775           Use the correct function to free list of typefind factories.
18776
18777 2005-12-12  Wim Taymans  <wim@fluendo.com>
18778
18779         * gst/videotestsrc/gstvideotestsrc.c:
18780         (gst_video_test_src_class_init), (gst_video_test_src_init),
18781         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
18782         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
18783         (gst_video_test_src_create):
18784         * gst/videotestsrc/gstvideotestsrc.h:
18785         Implement seeking in videotestsrc.
18786         Small cleanups.
18787
18788 2005-12-12  Wim Taymans  <wim@fluendo.com>
18789
18790         * ext/cdparanoia/Makefile.am:
18791         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
18792         (gst_paranoia_endian_get_type), (_do_init),
18793         (cdparanoia_class_init), (cdparanoia_init),
18794         (cdparanoia_set_property), (cdparanoia_get_property),
18795         (cdparanoia_do_seek), (cdparanoia_is_seekable),
18796         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
18797         (cdparanoia_convert), (cdparanoia_get_query_types),
18798         (cdparanoia_query), (cdparanoia_set_index),
18799         (cdparanoia_uri_set_uri):
18800         * ext/cdparanoia/gstcdparanoia.h:
18801         Partially ported cdparanoia now that basesrc can support a
18802         plugin like this..
18803
18804 2005-12-12  Wim Taymans  <wim@fluendo.com>
18805
18806         * tests/examples/seek/scrubby.c: (main):
18807         Set higher priority for bus events so they don't get reordered with
18808         gtk gui events.
18809
18810         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
18811         (flush_toggle_cb), (main):
18812         Added checkbox to disable flushing seeks. 
18813         Disable scrubbing when doing non flushing seeks.
18814
18815 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
18816
18817         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
18818         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
18819         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
18820         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
18821           Implement some sort of event handling that doesn't rely on
18822           g_return_if_fail; make sure we always push the last chunk of an 
18823           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
18824           state change function; remove some old cruft. Seeking is still
18825           rather unlikely to work though.
18826
18827         * tools/.cvsignore:
18828           Ignore more.
18829
18830 2005-12-11  Julien MOUTTE  <julien@moutte.net>
18831
18832         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
18833         Fixed a leak of the current image reference when cleaning up.
18834         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
18835
18836 2005-12-09  Michael Smith  <msmith@fluendo.com>
18837
18838         * tools/Makefile.am:
18839         * tools/gst-launch-ext-m.m:
18840           Remove gst-launch-ext. It doesn't work, and is no longer
18841           particularly useful.
18842
18843 2005-12-08  Luca Ognibene  <luogni@tin.it>
18844
18845         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18846           don't pass random values to ogmparse convert function.
18847           Make seeking possible in the exile1.ogm file.
18848
18849 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
18850
18851         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
18852         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
18853           Work around refcount problem with g_value_set_object() that occur
18854           if the core has been compiled against GLib-2.6 (g_value_set_object()
18855           will only g_object_ref() the element, but the caller will
18856           gst_object_unref() it and bad things will happen due to the way
18857           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
18858           totem for people on FC4 using Thomas's 0.10 RPMs.
18859           
18860 2005-12-07  Edward Hervey  <edward@fluendo.com>
18861
18862         Time to welcome ogm to 0.10 :)
18863         
18864         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
18865         (gst_ogg_pad_typefind):
18866         Oggdemux can now properly typefind elements with dynamic pads.
18867         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18868         Properly set caps on src pad, and set caps on outgoing buffers.
18869
18870 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18871
18872         * ext/alsa/gstalsamixer.h:
18873         * ext/alsa/gstalsamixerelement.h:
18874         * ext/alsa/gstalsamixeroptions.h:
18875         * ext/alsa/gstalsamixertrack.h:
18876         * ext/alsa/gstalsasink.c:
18877         * ext/alsa/gstalsasink.h:
18878         * ext/alsa/gstalsasrc.c:
18879         * ext/alsa/gstalsasrc.h:
18880         * ext/cdparanoia/gstcdparanoia.h:
18881         * ext/gnomevfs/gstgnomevfsuri.h:
18882         * ext/ogg/gstoggdemux.c:
18883         * ext/ogg/gstoggmux.c:
18884         * ext/pango/gsttextoverlay.h:
18885         * ext/theora/theoradec.c:
18886         * ext/theora/theoraenc.c:
18887         * ext/vorbis/vorbisdec.h:
18888         * ext/vorbis/vorbisenc.c:
18889         * ext/vorbis/vorbisenc.h:
18890         * ext/vorbis/vorbisparse.h:
18891         * gst-libs/gst/audio/gstaudioclock.h:
18892         * gst-libs/gst/audio/gstaudiosink.c:
18893         * gst-libs/gst/audio/gstaudiosink.h:
18894         * gst-libs/gst/audio/gstaudiosrc.c:
18895         * gst-libs/gst/audio/gstaudiosrc.h:
18896         * gst-libs/gst/audio/gstbaseaudiosink.c:
18897         * gst-libs/gst/audio/gstbaseaudiosink.h:
18898         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18899         * gst-libs/gst/audio/gstbaseaudiosrc.h:
18900         * gst-libs/gst/audio/gstringbuffer.h:
18901         * gst-libs/gst/audio/multichannel.h:
18902         * gst-libs/gst/floatcast/floatcast.h:
18903         * gst-libs/gst/interfaces/colorbalance.c:
18904         * gst-libs/gst/interfaces/colorbalance.h:
18905         * gst-libs/gst/interfaces/colorbalancechannel.h:
18906         * gst-libs/gst/interfaces/mixer.h:
18907         * gst-libs/gst/interfaces/mixeroptions.h:
18908         * gst-libs/gst/interfaces/mixertrack.h:
18909         * gst-libs/gst/interfaces/navigation.h:
18910         * gst-libs/gst/interfaces/propertyprobe.h:
18911         * gst-libs/gst/interfaces/tuner.h:
18912         * gst-libs/gst/interfaces/tunerchannel.h:
18913         * gst-libs/gst/interfaces/tunernorm.h:
18914         * gst-libs/gst/interfaces/xoverlay.h:
18915         * gst-libs/gst/netbuffer/gstnetbuffer.h:
18916         * gst-libs/gst/riff/riff-ids.h:
18917         * gst-libs/gst/riff/riff-media.h:
18918         * gst-libs/gst/riff/riff-read.h:
18919         * gst-libs/gst/rtp/gstbasertpdepayload.h:
18920         * gst-libs/gst/rtp/gstbasertppayload.c:
18921         * gst-libs/gst/rtp/gstbasertppayload.h:
18922         * gst-libs/gst/rtp/gstrtpbuffer.c:
18923         * gst-libs/gst/rtp/gstrtpbuffer.h:
18924         * gst-libs/gst/tag/gsttageditingprivate.h:
18925         * gst-libs/gst/tag/gstvorbistag.c:
18926         (gst_tag_list_from_vorbiscomment_buffer):
18927         * gst-libs/gst/tag/tag.h:
18928         * gst-libs/gst/video/video.h:
18929         * gst/adder/gstadder.c:
18930         * gst/adder/gstadder.h:
18931         * gst/audioconvert/audioconvert.c:
18932         * gst/audioconvert/audioconvert.h:
18933         * gst/audioconvert/gstaudioconvert.c:
18934         * gst/audioconvert/gstchannelmix.c:
18935         * gst/audioconvert/gstchannelmix.h:
18936         * gst/audiorate/gstaudiorate.c:
18937         * gst/audioresample/buffer.h:
18938         * gst/audioresample/functable.h:
18939         * gst/audioresample/gstaudioresample.c:
18940         * gst/audioresample/resample.h:
18941         * gst/ffmpegcolorspace/avcodec.h:
18942         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18943         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
18944         * gst/ffmpegcolorspace/imgconvert.c:
18945         * gst/ffmpegcolorspace/imgconvert_template.h:
18946         * gst/playback/gstdecodebin.c:
18947         * gst/playback/gstplaybasebin.h:
18948         * gst/playback/gstplaybin.c:
18949         * gst/playback/gststreaminfo.h:
18950         * gst/tcp/gstfdset.c:
18951         * gst/tcp/gstfdset.h:
18952         * gst/tcp/gstmultifdsink.c:
18953         * gst/tcp/gstmultifdsink.h:
18954         * gst/tcp/gsttcp.h:
18955         * gst/tcp/gsttcpclientsrc.c:
18956         * gst/tcp/gsttcpclientsrc.h:
18957         * gst/tcp/gsttcpplugin.h:
18958         * gst/tcp/gsttcpserversink.c:
18959         * gst/tcp/gsttcpserversrc.c:
18960         * gst/typefind/gsttypefindfunctions.c:
18961         * gst/videorate/gstvideorate.c:
18962         * gst/videotestsrc/gstvideotestsrc.h:
18963         * gst/videotestsrc/videotestsrc.h:
18964         * sys/v4l/gstv4lcolorbalance.h:
18965         * sys/v4l/gstv4ltuner.h:
18966         * sys/v4l/gstv4lxoverlay.h:
18967         * sys/v4l/v4l_calls.h:
18968         * sys/v4l/videodev_mjpeg.h:
18969         * tests/check/elements/audioconvert.c:
18970         * tests/check/elements/audioresample.c:
18971         * tests/check/elements/audiotestsrc.c:
18972         * tests/check/elements/videotestsrc.c:
18973         * tests/check/elements/volume.c:
18974         * tests/examples/seek/scrubby.c:
18975         * tests/examples/seek/seek.c:
18976           expand tabs
18977
18978 === release 0.10.0 ===
18979
18980 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18981
18982         * configure.ac:
18983           releasing 0.10.0, "Mont-d'or"
18984
18985 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
18986
18987         * tests/examples/seek/Makefile.am:
18988         Build fix for when gtk is not available.
18989
18990 2005-12-05  Andy Wingo  <wingo@pobox.com>
18991
18992         * ext/libvisual/visual.c: (get_buffer):
18993         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
18994         * ext/pango/gsttextrender.c: (gst_text_render_chain):
18995         * ext/theora/theoradec.c: (theora_handle_data_packet):
18996         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
18997         (theora_enc_chain):
18998         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
18999         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
19000         Update for alloc_buffer changes.
19001
19002 2005-12-05  Andy Wingo  <wingo@pobox.com>
19003
19004         patch by: Kai Vehmanen <kv2004 eca cx>
19005         
19006         * gst-libs/gst/rtp/gstbasertpdepayload.c
19007         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
19008
19009 2005-12-04  Andy Wingo  <wingo@pobox.com>
19010
19011         patch by: Sebastien Cote <sebas642 yahoo ca>
19012         
19013         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
19014         Fixes #319172.
19015
19016 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
19017
19018         * docs/plugins/Makefile.am:
19019         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19020         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19021         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19022         * ext/pango/gstclockoverlay.c:
19023         * ext/pango/gsttextoverlay.c: 
19024         * ext/pango/gsttextrender.c:
19025         * ext/pango/gsttimeoverlay.c:
19026           Add gtk-doc blurbs to pango elements.
19027
19028 2005-12-02  Wim Taymans  <wim@fluendo.com>
19029
19030         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
19031         * gst/audioresample/buffer.h:
19032         * gst/audioresample/gstaudioresample.c:
19033         * gst/audioresample/gstaudioresample.h:
19034         * gst/audioresample/resample.c: (resample_input_flush),
19035         (resample_input_pushthrough), (resample_input_eos),
19036         (resample_get_output_size_for_input),
19037         (resample_get_input_size_for_output), (resample_get_output_size),
19038         (resample_get_output_data):
19039         * gst/audioresample/resample.h:
19040         * gst/audioresample/resample_ref.c: (resample_scale_ref):
19041         Fix audioresample, seek torture, new segments, reverse negotiation
19042         etc.. work fine.
19043
19044 2005-12-02  Wim Taymans  <wim@fluendo.com>
19045
19046         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19047         Small cleanups.
19048
19049 2005-12-02  Wim Taymans  <wim@fluendo.com>
19050
19051         * gst/audioconvert/gstaudioconvert.c:
19052         (gst_audio_convert_transform):
19053         Post errors.
19054
19055 === release 0.9.7 ===
19056
19057 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19058
19059         * configure.ac:
19060           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
19061
19062 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19063
19064         * Makefile.am:
19065         * po/hu.po:
19066         * win32/MANIFEST:
19067         * win32/gst.sln:
19068           add win32 MANIFEST file
19069           do something to the hungarian translation
19070
19071 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
19072
19073         * ext/Makefile.am:
19074           Add $(PANGO_DIR) to SUBDIRS
19075
19076         * ext/pango/gstclockoverlay.c:
19077         * ext/pango/gsttimeoverlay.c:
19078           Fix and improve element descriptions.
19079
19080 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19081
19082         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19083         * docs/plugins/inspect/plugin-libvisual.xml:
19084         * docs/plugins/inspect/plugin-pango.xml:
19085           add pango plugin to docs
19086
19087 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19088
19089         * configure.ac:
19090         * ext/Makefile.am:
19091           moved pango to base
19092
19093 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19094
19095         * configure.ac:
19096         * tests/Makefile.am:
19097         * tests/icles/.cvsignore:
19098         * tests/icles/Makefile.am:
19099         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
19100         (close_display), (resize_window), (move_window), (create_window),
19101         (terminate_playback), (pause_playback), (start_playback), (main):
19102           add stress test for xoverlay from Julien
19103
19104 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19105
19106         * docs/libs/tmpl/gstcolorbalance.sgml:
19107         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19108         * gst-libs/gst/rtp/gstbasertppayload.c:
19109         * gst-libs/gst/rtp/gstrtpbuffer.c:
19110         * gst-libs/gst/rtp/gstrtpbuffer.h:
19111           Do burger's rename for rtp payloaders and depayloaders
19112
19113 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19114
19115         * win32/:
19116           add Visual Studio 6 build files
19117
19118 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19119
19120         * docs/libs/gst-plugins-base-libs-docs.sgml:
19121         * docs/libs/gst-plugins-base-libs-sections.txt:
19122         * docs/libs/tmpl/gstaudio.sgml:
19123         * docs/libs/tmpl/gstringbuffer.sgml:
19124         * gst-libs/gst/interfaces/xoverlay.c:
19125         * gst-libs/gst/video/gstvideofilter.c:
19126         * gst-libs/gst/video/gstvideosink.c:
19127           update documentation
19128
19129 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19130
19131         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
19132         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
19133         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
19134         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
19135         (gst_multi_fd_sink_get_stats),
19136         (gst_multi_fd_sink_remove_client_link),
19137         (gst_multi_fd_sink_handle_client_read),
19138         (gst_multi_fd_sink_client_queue_data),
19139         (gst_multi_fd_sink_client_queue_caps),
19140         (gst_multi_fd_sink_client_queue_buffer),
19141         (gst_multi_fd_sink_new_client),
19142         (gst_multi_fd_sink_handle_client_write),
19143         (gst_multi_fd_sink_recover_client),
19144         (gst_multi_fd_sink_queue_buffer),
19145         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
19146         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
19147         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
19148         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
19149         * gst/tcp/gstmultifdsink.h:
19150         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
19151         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
19152         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
19153         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
19154         (gst_tcp_client_sink_set_property),
19155         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
19156         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
19157         * gst/tcp/gsttcpclientsink.h:
19158         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
19159         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
19160         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
19161         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
19162         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
19163         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
19164         * gst/tcp/gsttcpclientsrc.h:
19165         * gst/tcp/gsttcpplugin.c: (plugin_init):
19166         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
19167         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
19168         (gst_tcp_server_sink_finalize),
19169         (gst_tcp_server_sink_handle_server_read),
19170         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
19171         (gst_tcp_server_sink_set_property),
19172         (gst_tcp_server_sink_get_property),
19173         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
19174         * gst/tcp/gsttcpserversink.h:
19175         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
19176         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
19177         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
19178         (gst_tcp_server_src_set_property),
19179         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
19180         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
19181         * gst/tcp/gsttcpserversrc.h:
19182           more borgifying
19183
19184 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19185
19186         * docs/plugins/Makefile.am:
19187         * docs/plugins/gst-plugins-base-plugins.args:
19188         * docs/plugins/inspect/plugin-libvisual.xml:
19189         * gst/audioconvert/plugin.h:
19190         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
19191         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
19192         (gst_audio_rate_setcaps), (gst_audio_rate_init),
19193         (gst_audio_rate_chain), (gst_audio_rate_set_property),
19194         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
19195         (plugin_init):
19196         * gst/audiotestsrc/gstaudiotestsrc.c:
19197         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
19198         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19199         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
19200         (gst_audio_test_src_get_query_types),
19201         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
19202         (gst_audio_test_src_create_square),
19203         (gst_audio_test_src_create_saw),
19204         (gst_audio_test_src_create_triangle),
19205         (gst_audio_test_src_create_silence),
19206         (gst_audio_test_src_create_white_noise),
19207         (gst_audio_test_src_init_pink_noise),
19208         (gst_audio_test_src_generate_pink_noise_value),
19209         (gst_audio_test_src_create_pink_noise),
19210         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
19211         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
19212         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
19213         (plugin_init):
19214         * gst/audiotestsrc/gstaudiotestsrc.h:
19215         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
19216         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
19217         (gst_sub_parse_init), (gst_sub_parse_formats),
19218         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
19219         (convert_encoding), (get_next_line),
19220         (gst_sub_parse_data_format_autodetect),
19221         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
19222         (gst_sub_parse_loop), (gst_sub_parse_chain),
19223         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
19224         (plugin_init):
19225         * gst/subparse/gstsubparse.h:
19226         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
19227         (gst_video_rate_base_init), (gst_video_rate_class_init),
19228         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
19229         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
19230         (gst_video_rate_init), (gst_video_rate_event),
19231         (gst_video_rate_chain), (gst_video_rate_set_property),
19232         (gst_video_rate_get_property), (gst_video_rate_change_state),
19233         (plugin_init):
19234         * gst/videoscale/gstvideoscale.c:
19235         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
19236         (gst_video_scale_src_template_factory),
19237         (gst_video_scale_sink_template_factory),
19238         (gst_video_scale_get_type), (gst_video_scale_base_init),
19239         (gst_video_scale_class_init), (gst_video_scale_init),
19240         (gst_video_scale_set_property), (gst_video_scale_get_property),
19241         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
19242         (gst_video_scale_prepare_size), (parse_caps),
19243         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
19244         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
19245         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
19246         (plugin_init):
19247         * gst/videoscale/gstvideoscale.h:
19248         * gst/videotestsrc/gstvideotestsrc.c:
19249         (gst_video_test_src_pattern_get_type),
19250         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
19251         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
19252         (gst_video_test_src_set_pattern),
19253         (gst_video_test_src_set_property),
19254         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
19255         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
19256         (gst_video_test_src_event), (gst_video_test_src_get_times),
19257         (gst_video_test_src_create), (plugin_init):
19258         * gst/videotestsrc/gstvideotestsrc.h:
19259         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
19260         (gst_video_test_src_smpte), (gst_video_test_src_snow),
19261         (gst_video_test_src_black):
19262         * gst/videotestsrc/videotestsrc.h:
19263           borgify further
19264           clean up docs a little
19265
19266 2005-11-30  Wim Taymans  <wim@fluendo.com>
19267
19268         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19269         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
19270         (gst_basertppayload_event), (gst_basertppayload_push),
19271         (gst_basertppayload_change_state):
19272         * gst-libs/gst/rtp/gstbasertppayload.h:
19273         closed #320644.
19274
19275 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19276
19277         * docs/libs/gst-plugins-base-libs-docs.sgml:
19278         * docs/libs/gst-plugins-base-libs-sections.txt:
19279         * gst-libs/gst/video/gstvideofilter.c:
19280         * gst-libs/gst/video/gstvideosink.c:
19281         * gst-libs/gst/video/gstvideosink.h: Adding docs.
19282
19283 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19284
19285         * LICENSE:
19286           move
19287         * po/af.po:
19288         * po/az.po:
19289         * po/cs.po:
19290         * po/en_GB.po:
19291         * po/hu.po:
19292         * po/it.po:
19293         * po/nb.po:
19294         * po/nl.po:
19295         * po/or.po:
19296         * po/sq.po:
19297         * po/sr.po:
19298         * po/sv.po:
19299         * po/uk.po:
19300         * po/vi.po:
19301         * Makefile.am:
19302           update
19303         * scripts/autoplugins.sh:
19304           remove
19305
19306 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19307
19308         * Makefile.am:
19309         * configure.ac:
19310         * examples/Makefile.am:
19311         * examples/capsfilter/Makefile.am:
19312         * examples/capsfilter/capsfilter1.c:
19313         * examples/gob/Makefile.am:
19314         * examples/gob/gst-identity2.gob:
19315         * examples/indexing/.cvsignore:
19316         * examples/indexing/Makefile.am:
19317         * examples/indexing/indexmpeg.c:
19318         * examples/seeking/.cvsignore:
19319         * examples/seeking/Makefile.am:
19320         * examples/seeking/cdparanoia.c:
19321         * examples/seeking/cdplayer.c:
19322         * examples/seeking/chained.c:
19323         * examples/seeking/scrubby.c:
19324         * examples/seeking/seek.c:
19325         * examples/stats/Makefile.am:
19326         * examples/stats/mp2ogg.c:
19327         * examples/switch/.cvsignore:
19328         * examples/switch/Makefile.am:
19329         * examples/switch/switcher.c:
19330         * tests/Makefile.am:
19331         * tests/check/generic/.cvsignore:
19332         * tests/check/pipelines/.cvsignore:
19333         * tests/examples/Makefile.am:
19334         * tests/examples/seek/Makefile.am:
19335           reorganize stuff under tests/
19336
19337 2005-11-30  Edward Hervey  <edward@fluendo.com>
19338
19339         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
19340         Go away you stupid GstStaticPadTemplate memleak.
19341
19342 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19343
19344         * gst-libs/gst/net/Makefile.am:
19345         * gst-libs/gst/net/README:
19346         * gst-libs/gst/net/gstnetbuffer.c:
19347         * gst-libs/gst/net/gstnetbuffer.h:
19348           this was moved to "netbuffer"
19349
19350 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19351
19352         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
19353         (gst_video_filter_class_init), (gst_video_filter_init):
19354         * gst-libs/gst/video/gstvideofilter.h:
19355           borgify name to bring in line with other classes
19356
19357 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19358
19359         * gst/audioscale/.cvsignore:
19360         * gst/audioscale/Makefile.am:
19361         * gst/audioscale/README:
19362         * gst/audioscale/audioscale.vcproj:
19363         * gst/audioscale/dtof.c:
19364         * gst/audioscale/dtos.c:
19365         * gst/audioscale/functable.c:
19366         * gst/audioscale/gstaudioscale.c:
19367         * gst/audioscale/gstaudioscale.h:
19368         * gst/audioscale/private.h:
19369         * gst/audioscale/resample.c:
19370         * gst/audioscale/resample.h:
19371         * gst/audioscale/test.c:
19372           remove
19373
19374 2005-11-30  Edward Hervey  <edward@fluendo.com>
19375
19376         * gst-libs/gst/netbuffer/Makefile.am:
19377         really, really tired
19378
19379 2005-11-30  Edward Hervey  <edward@fluendo.com>
19380
19381         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19382         Update for new GstTypeFindFactory _register()
19383
19384 2005-11-30  Edward Hervey  <edward@fluendo.com>
19385
19386         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
19387         Let's not override libgstnet from core for no reason...
19388         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
19389         Ok, maybe not so quick next time.
19390
19391 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19392
19393         * configure.ac:
19394         * gst-libs/gst/Makefile.am:
19395           moved gst-libs/gst/net to netbuffer through CVS surgery
19396           remove old directory
19397           updating build to accomodate
19398           (#322257)
19399
19400 2005-11-29  Andy Wingo  <wingo@pobox.com>
19401
19402         * pkgconfig/gstreamer-plugins-base.pc.in:
19403         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
19404         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
19405         (#322257).
19406
19407 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19408
19409         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
19410         3rd time's the charm. Correct ref-counting for discarded buffers.
19411
19412 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19413
19414         * gst/playback/gststreamselector.c:
19415         (gst_stream_selector_class_init),
19416         (gst_stream_selector_set_property),
19417         (gst_stream_selector_get_property),
19418         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19419         Fix ref-counting
19420
19421 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19422
19423         * gst/subparse/gstsubparse.c: (feed_textbuf):
19424           Don't access already unref'ed buffer.
19425
19426 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19427
19428         * gst/playback/gststreamselector.c:
19429         (gst_stream_selector_class_init), (gst_stream_selector_init),
19430         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
19431         (gst_stream_selector_get_property),
19432         (gst_stream_selector_get_linked_pad),
19433         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19434         * gst/playback/gststreamselector.h:
19435         Add the active-pad property for playbin to use shortly. Ignore buffers
19436         from any other pad, returning GST_FLOW_NOT_LINKED
19437
19438 2005-11-29  Julien MOUTTE  <julien@moutte.net>
19439
19440         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
19441         patch from bug #322704 (Alessandro Decina).
19442
19443 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19444
19445         * gst-libs/gst/audio/Makefile.am:
19446           folded audiofilter into the audio library
19447
19448 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19449
19450         * gst/videoscale/gstvideoscale.h:
19451         * gst/videoscale/gstvideoscale.c:
19452           remove unimplemented scale methods
19453
19454 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19455
19456         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
19457           Don't leak caps.
19458
19459 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19460
19461         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
19462         (gst_ximagesink_setcaps):
19463         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19464         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
19465         happens (only visible on ximagesink but bug is in xv too) set_caps was
19466         destroying the internal x[v]image used to memcpy non locally alloced
19467         buffers so that it got renewed on next _chain. The issue is that 
19468         _expose will try to put that image as it reffed it in _put.
19469         Using gst_buffer_unref instead of destroy fixes it !
19470
19471 2005-11-28  Edward Hervey  <edward@fluendo.com>
19472
19473         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19474         (try_to_link_1), (queue_filled_cb):
19475         Better use of the queues. Start with a small size queue and only increase
19476         the size of the queues when the other queues are empty.
19477
19478 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19479
19480         * gst-libs/gst/video/Makefile.am:
19481           compile in copied-over videofilter into the video library
19482         * gst-libs/gst/video/videosink.h:
19483           rename the header to gstvideosink.h since it's a base GstObject class
19484         * sys/ximage/ximagesink.h:
19485         * sys/xvimage/xvimagesink.h:
19486           use the new header
19487
19488 2005-11-28  Wim Taymans  <wim@fluendo.com>
19489
19490         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
19491         * gst/playback/gstplaybasebin.h:
19492         Prepare to handle errors betters.
19493
19494         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
19495         Set sinks to PAUSED first before adding and linking them so that
19496         we don't interrupt dataflow.
19497
19498 2005-11-28  Wim Taymans  <wim@fluendo.com>
19499
19500         * gst-libs/gst/audio/TODO:
19501         Updated TODO
19502
19503         * gst-libs/gst/audio/gstaudiosink.c:
19504         (gst_audioringbuffer_open_device),
19505         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
19506         (gst_audioringbuffer_release):
19507         Small cleanups.
19508
19509         * gst-libs/gst/audio/gstbaseaudiosink.c:
19510         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
19511         (gst_base_audio_sink_change_state):
19512         Slave to the master clock when going to PLAYING and unslave when
19513         going to PAUSED.
19514
19515         * gst-libs/gst/audio/gstringbuffer.c:
19516         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
19517         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
19518         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
19519         (gst_ring_buffer_clear_all), (wait_segment),
19520         (gst_ring_buffer_commit), (gst_ring_buffer_read),
19521         (gst_ring_buffer_advance):
19522         * gst-libs/gst/audio/gstringbuffer.h:
19523         Add some docs and cleanups.
19524
19525 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19526
19527         * sys/xvimage/xvimagesink.c:
19528         (gst_xvimagesink_navigation_send_event): Fix navigation events
19529         coordinates translation with pixel aspect ratios.
19530
19531 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19532
19533         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
19534         Use calculated video geometry from _setcaps instead of buffer
19535         caps to respect pixel aspect ratio. (fixes #322388)
19536
19537 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19538
19539         * docs/libs/tmpl/gstcolorbalance.sgml:
19540         * docs/libs/tmpl/gstmixer.sgml:
19541         * docs/libs/tmpl/gstxoverlay.sgml:
19542         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
19543         interface.
19544
19545 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19546
19547         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
19548         Refuse to create an XvImage if we can't find the format.
19549
19550 2005-11-28  Edward Hervey  <edward@fluendo.com>
19551
19552         * gst-libs/gst/riff/riff-media.c:
19553         (gst_riff_create_audio_template_caps):
19554         Add ATRAC3 to the list of riff-possible audio caps.
19555         I know we still don't have a plugin for atrac3, but it's saner to output
19556         that than a cryptic mimetype.
19557
19558 2005-11-27  Edward Hervey  <edward@fluendo.com>
19559
19560         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
19561         Don't try to create a zero-sized subbuffer.
19562
19563 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19564
19565         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
19566         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
19567         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
19568         (gst_ximagesink_expose): Fixed a tricky race.
19569         * sys/ximage/ximagesink.h:
19570         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19571         (gst_xvimagesink_expose): Fixed a tricky race.
19572         * sys/xvimage/xvimagesink.h:
19573
19574 2005-11-27  Edward Hervey  <edward@fluendo.com>
19575
19576         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19577         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
19578         Remove unused properties, and add queues between demuxers and decoders
19579         so that a lot more files can preroll properly.
19580
19581 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19582
19583         * gst-libs/gst/net/Makefile.am:
19584         * gst-libs/gst/rtp/Makefile.am:
19585         * gst-libs/gst/tag/Makefile.am:
19586           remove silly include
19587         * gst/tags/Makefile.am:
19588         * gst/tags/gsttagediting.c:
19589         * gst/tags/gsttageditingprivate.h:
19590         * gst/tags/tagedit.vcproj:
19591           remove directory, is as good as empty
19592
19593 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19594
19595         * configure.ac:
19596           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
19597         * gst-libs/Makefile.am:
19598         * gst-libs/gst/audio/Makefile.am:
19599         * gst-libs/gst/interfaces/Makefile.am:
19600         * gst-libs/gst/net/Makefile.am:
19601         * gst-libs/gst/riff/Makefile.am:
19602         * gst-libs/gst/rtp/Makefile.am:
19603         * gst-libs/gst/tag/Makefile.am:
19604         * gst-libs/gst/video/Makefile.am:
19605           and use them
19606
19607 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19608
19609         * docs/libs/tmpl/gstcolorbalance.sgml:
19610         * docs/libs/tmpl/gstmixer.sgml:
19611         * docs/libs/tmpl/gstxoverlay.sgml:
19612         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
19613         * sys/ximage/ximagesink.h:
19614         * sys/xvimage/xvimagesink.h: More and more documentation.
19615
19616 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19617
19618         * docs/libs/gst-plugins-base-libs-docs.sgml:
19619         * docs/libs/gst-plugins-base-libs-sections.txt:
19620         * docs/libs/tmpl/gstcolorbalance.sgml:
19621         * docs/libs/tmpl/gstmixer.sgml:
19622         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
19623         to documentation.
19624
19625 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19626
19627         * docs/plugins/Makefile.am:
19628         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19629         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19630         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
19631
19632 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19633
19634         * docs/plugins/Makefile.am:
19635         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19636         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19637         * docs/plugins/inspect/plugin-adder.xml:
19638         * docs/plugins/inspect/plugin-alsa.xml:
19639         * docs/plugins/inspect/plugin-audioconvert.xml:
19640         * docs/plugins/inspect/plugin-audiorate.xml:
19641         * docs/plugins/inspect/plugin-audioresample.xml:
19642         * docs/plugins/inspect/plugin-audiotestsrc.xml:
19643         * docs/plugins/inspect/plugin-decodebin.xml:
19644         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
19645         * docs/plugins/inspect/plugin-gnomevfs.xml:
19646         * docs/plugins/inspect/plugin-ogg.xml:
19647         * docs/plugins/inspect/plugin-playbin.xml:
19648         * docs/plugins/inspect/plugin-subparse.xml:
19649         * docs/plugins/inspect/plugin-tcp.xml:
19650         * docs/plugins/inspect/plugin-theora.xml:
19651         * docs/plugins/inspect/plugin-typefindfunctions.xml:
19652         * docs/plugins/inspect/plugin-video4linux.xml:
19653         * docs/plugins/inspect/plugin-videorate.xml:
19654         * docs/plugins/inspect/plugin-videoscale.xml:
19655         * docs/plugins/inspect/plugin-videotestsrc.xml:
19656         * docs/plugins/inspect/plugin-volume.xml:
19657         * docs/plugins/inspect/plugin-vorbis.xml:
19658         * docs/plugins/inspect/plugin-ximagesink.xml:
19659         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
19660         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
19661
19662 2005-11-26  Edward Hervey  <edward@fluendo.com>
19663
19664         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
19665         Properly return GstFlowReturn from gst_pad_push in chain functions.
19666
19667 2005-11-25  Michael Smith  <msmith@fluendo.com>
19668
19669         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
19670         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
19671         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
19672         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
19673           Handle various conditions better when we don't understand a stream.
19674           Removes a heap of CRITICALs on ogg streams containing unknown data.
19675
19676 2005-11-24  Andy Wingo  <wingo@pobox.com>
19677
19678         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
19679         Be threadsafe.
19680
19681 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19682
19683         * configure.ac: back to HEAD
19684
19685 === release 0.9.6 ===
19686
19687 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19688
19689         * configure.ac:
19690           releasing 0.9.6, "White Eight"
19691
19692 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19693
19694         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
19695         * docs/plugins/inspect/plugin-sine.xml:
19696           remove sinesrc some more
19697
19698 2005-11-23  Wim Taymans  <wim@fluendo.com>
19699
19700         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
19701         If we are reading too slowly, jump forward in the ringbuffer
19702         instead of blocking.
19703
19704 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19705
19706         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
19707         (gst_visual_chain):
19708         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
19709         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
19710         (gst_videorate_chain):
19711         * gst/videotestsrc/gstvideotestsrc.c:
19712         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
19713         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
19714         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
19715         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
19716         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19717         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19718           Updates for API changes
19719
19720 2005-11-23  Wim Taymans  <wim@fluendo.com>
19721
19722         * gst-libs/gst/audio/gstbaseaudiosink.c:
19723         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
19724         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19725         Fix for calibration API change.
19726
19727 2005-11-23  Michael Smith <msmith@fluendo.com>
19728
19729         * gst-libs/gst/audio/multichannel.c:
19730         (gst_audio_get_channel_positions),
19731         (gst_audio_set_channel_positions),
19732         (gst_audio_set_structure_channel_positions_list),
19733         (gst_audio_fixate_channel_positions):
19734           Use gst_value_array_*() functions on value arrays, not
19735           gst_value_list_*().
19736
19737 2005-11-23  Edward Hervey  <edward@fluendo.com>
19738
19739         * autogen.sh:
19740         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
19741         Fixes autogen
19742
19743 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19744
19745         * check/Makefile.am:
19746         * check/elements/videotestsrc.c: (setup_videotestsrc),
19747         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
19748         (main):
19749           add a test for videotestsrc
19750
19751 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19752
19753         * gst/sine/.cvsignore:
19754         * gst/sine/Makefile.am:
19755         * gst/sine/gstsinesrc.c:
19756         * gst/sine/gstsinesrc.h:
19757         * gst/sine/sinesrc.vcproj:
19758           and remove sinesrc from the repository.  Closes #321446
19759
19760 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19761
19762         * configure.ac:
19763         * gst-plugins-base.spec.in:
19764           remove sinesrc from the build
19765
19766 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19767
19768         * check/Makefile.am:
19769         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
19770         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
19771         (main):
19772           add a test for audiotestsrc, testing all waves.  Even seems
19773           leak-free at first glance, nice job Stefan
19774
19775 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19776
19777         * po/af.po:
19778         * po/az.po:
19779         * po/cs.po:
19780         * po/en_GB.po:
19781         * po/hu.po:
19782         * po/it.po:
19783         * po/nb.po:
19784         * po/nl.po:
19785         * po/or.po:
19786         * po/sq.po:
19787         * po/sr.po:
19788         * po/sv.po:
19789         * po/uk.po:
19790         * po/vi.po:
19791           Translation string updates
19792
19793         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
19794         (gst_v4lsrc_set_caps):
19795         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19796         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19797         * sys/v4l/v4lsrc_calls.h:
19798           Improve v4lsrc, by making it work again.
19799
19800 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19801
19802         * ext/libvisual/visual.c: (gst_visual_chain):
19803           Fix the fps calculations.
19804
19805         * gst/ffmpegcolorspace/avcodec.h:
19806           Move structure element for clarity
19807
19808         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
19809         * gst-libs/gst/interfaces/tunernorm.h:
19810         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
19811         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19812         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19813         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
19814         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
19815         (gst_v4lmjpegsrc_getcaps):
19816         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
19817         (gst_v4lsrc_set_caps):
19818         * sys/v4l/gstv4lsrc.h:
19819         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19820         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19821         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19822         * sys/v4l/v4lsrc_calls.h:
19823           Fractional framerates...
19824
19825 2005-11-22  Wim Taymans  <wim@fluendo.com>
19826
19827         * gst-libs/gst/audio/gstbaseaudiosink.c:
19828         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
19829         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19830         And we provide a clock by default, of course...
19831
19832 2005-11-22  Wim Taymans  <wim@fluendo.com>
19833
19834         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
19835         This clock can be slaved to a master clock now.
19836
19837         * gst-libs/gst/audio/gstbaseaudiosink.c:
19838         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
19839         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
19840         (gst_base_audio_sink_set_clock),
19841         (gst_base_audio_sink_set_property),
19842         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
19843         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19844         * gst-libs/gst/audio/gstbaseaudiosink.h:
19845         Handle slaving the internal clock to the clock selected in the
19846         pipeline.
19847         Add property to make the basesink not provide a clock.
19848
19849         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19850         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
19851         (gst_base_rtp_depayload_wait):
19852         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19853         We can use the clock in GstElement, no need to store it ourselves.
19854
19855 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19856
19857         * docs/libs/tmpl/gstaudio.sgml:
19858           update
19859         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19860         (gst_paranoia_endian_get_type):
19861         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
19862         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
19863         * gst/audiotestsrc/gstaudiotestsrc.c:
19864         (gst_audiostestsrc_wave_get_type):
19865         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
19866         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
19867         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
19868         (gst_sync_method_get_type), (gst_unit_type_get_type),
19869         (gst_client_status_get_type), (gst_multifdsink_class_init),
19870         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
19871         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
19872         (gst_multifdsink_get_property):
19873         * gst/tcp/gstmultifdsink.h:
19874         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
19875         * gst/videotestsrc/gstvideotestsrc.c:
19876         (gst_videotestsrc_pattern_get_type):
19877           remove deprecated properties
19878           fix up enums to correctly have short lowercase dashed nicks
19879
19880 2005-11-22  Michael Smith <msmith@fluendo.com>
19881
19882         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
19883         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
19884           Add underscore.
19885
19886 2005-11-22  Michael Smith <msmith@fluendo.com>
19887
19888         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
19889         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
19890           Use utility method for scaling clocktime for fractional framerates.
19891
19892 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19893
19894         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
19895         (gst_visual_chain):
19896         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19897         * ext/theora/theoradec.c: (theora_handle_type_packet):
19898         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
19899         (theora_enc_chain):
19900         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
19901         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
19902         * gst-libs/gst/video/video.h:
19903         * gst/ffmpegcolorspace/avcodec.h:
19904         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19905         (gst_ffmpeg_caps_to_pixfmt):
19906         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19907         (gst_ffmpegcsp_set_caps):
19908         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
19909         (gst_videorate_setcaps), (gst_videorate_blank_data),
19910         (gst_videorate_chain):
19911         * gst/videotestsrc/gstvideotestsrc.c:
19912         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
19913         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
19914         (gst_videotestsrc_event), (gst_videotestsrc_create):
19915         * gst/videotestsrc/gstvideotestsrc.h:
19916         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
19917         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
19918         (gst_ximagesink_get_times), (gst_ximagesink_init):
19919         * sys/ximage/ximagesink.h:
19920         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19921         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
19922         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
19923         * sys/xvimage/xvimagesink.h:
19924           Convert elements to use fractions for their framerate.
19925           V4L elements to come later tonight.
19926
19927 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19928
19929         * gst-libs/gst/audio/audio.c:
19930         * gst-libs/gst/audio/audio.h:
19931           remove some deprecated functions
19932
19933 2005-11-22  Andy Wingo  <wingo@pobox.com>
19934
19935         * Update for gst_tag_setter API changes.
19936
19937 2005-11-22  Andy Wingo  <wingo@pobox.com>
19938
19939         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
19940         (gst_ogg_demux_perform_seek):
19941         * ext/theora/theoradec.c (theora_dec_sink_event):
19942         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
19943         update-funcnames.
19944
19945 2005-11-22  Wim Taymans  <wim@fluendo.com>
19946
19947         * examples/seeking/seek.c: (main):
19948         Give higher priority to bus signals than the gtk events
19949         to fix a race condition in the segment looping.
19950
19951 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19952
19953         * ext/theora/Makefile.am:
19954         * ext/vorbis/Makefile.am:
19955         * gst-libs/gst/tag/Makefile.am:
19956         * gst-plugins-base.spec.in:
19957           Rename libgsttagedit to libgsttag (#322117).
19958
19959 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19960
19961         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
19962         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
19963           Call gst_x_overlay_prepare_xwindow_id() to give applications
19964           a final chance to set their own xwindow id before the video
19965           sink creates its own window.
19966
19967 2005-11-22  Julien MOUTTE  <julien@moutte.net>
19968
19969         * sys/xvimage/xvimagesink.c:
19970         (gst_xvimagesink_navigation_send_event): Handle navigation
19971         events correcly with borders if applicable.
19972
19973 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19974
19975         Patch by: Luca Ognibene
19976
19977         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19978         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
19979         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19980         (gst_ffmpegcsp_caps_remove_format_info):
19981         * gst/ffmpegcolorspace/imgconvert.c:
19982         * gst/ffmpegcolorspace/imgconvert_template.h:
19983           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
19984           #318353); use gst_structure_has_name().
19985
19986 2005-11-22  Julien MOUTTE  <julien@moutte.net>
19987
19988         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
19989         (gst_ximagesink_class_init): Add debug macros on functions.
19990         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
19991         (gst_xvimagesink_xwindow_draw_borders),
19992         (gst_xvimagesink_xvimage_put),
19993         (gst_xvimagesink_xwindow_update_geometry),
19994         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
19995         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
19996         (gst_xvimagesink_xcontext_clear),
19997         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
19998         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
19999         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20000         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
20001         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
20002         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20003         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
20004         expose while being PAUSED, out of data flow navigation events, etc..
20005
20006 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20007
20008         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20009         * gst-libs/gst/audio/audio.h:
20010           fix prototype - wondering why the test worked regardless
20011
20012 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20013
20014         * check/Makefile.am:
20015         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20016         * gst-libs/gst/audio/audio.h:
20017           add a method that returns a proper GstClockTime
20018
20019 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20020
20021         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
20022         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
20023         * gst-libs/gst/interfaces/xoverlay.h:
20024           Remove everything having to do with the desired size; add 
20025           gst_x_overlay_prepare_xwindow_id() function; remove the
20026           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
20027           post a message on the bus instead (#321816).
20028
20029         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
20030         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
20031         (gst_xvimagesink_xoverlay_init):
20032           Remove desired size stuff (#321816).
20033
20034 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20035
20036         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
20037         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20038         (mpeg_video_type_find), (mpeg_video_stream_type_find):
20039           Terminate vararg functions with NULL instead of 0 to 
20040           make gcc4 happy.
20041
20042 2005-11-21  Andy Wingo  <wingo@pobox.com>
20043
20044         patch by: Sebastien Cote <sebas642@yahoo.ca>
20045         
20046         * gst-libs/gst/rtp/gstrtpbuffer.h: 
20047         * gst-libs/gst/rtp/gstrtpbuffer.c
20048         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
20049
20050 2005-11-21  Andy Wingo  <wingo@pobox.com>
20051
20052         * gst/playback/gstplaybin.c (gen_audio_element) 
20053         (gen_video_element): Use the new MISSING_PLUGIN core error
20054         category. Closes #320060.
20055
20056         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
20057         * gst/videorate/gstvideorate.c (gst_videorate_event):
20058         * ext/theora/theoradec.c (theora_dec_sink_event): 
20059         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
20060         stream lock.
20061
20062         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
20063         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
20064         stream lock changes.
20065
20066 2005-11-21  Wim Taymans  <wim@fluendo.com>
20067
20068         * gst-libs/gst/audio/gstbaseaudiosink.c:
20069         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20070         (gst_base_audio_sink_provide_clock),
20071         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
20072         (gst_base_audio_sink_change_state):
20073         * gst/audioresample/gstaudioresample.c:
20074         Segment update fix.
20075
20076 2005-11-21  Andy Wingo  <wingo@pobox.com>
20077
20078         * *.h:
20079         * *.c: Ran scripts/update-macros. Oh yes.
20080
20081 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20082
20083         * sys/ximage/Makefile.am:
20084         * sys/ximage/ximage.c:
20085           Rename ximage plugin to ximagesink (#321426) (Don't forget to
20086           remove your old libgstximage.* manually if necessary).
20087
20088 2005-11-21  Michael Smith <msmith@fluendo.com>
20089
20090         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
20091           Minimal fix for bug #320200: set the min/max bitrate in the correct
20092           units. A better fix would be to upgrade to the RATEMANAGE2
20093           interface, rather than using the deprecated interface used here, but
20094           that would require an update in our libvorbis dependency (to 1.1),
20095           which is probably undesirable.
20096
20097 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20098
20099         * ext/libvisual/visual.c: (get_buffer):
20100         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20101         (gst_base_audio_src_fixate):
20102         * gst/audioconvert/gstaudioconvert.c:
20103         (gst_audio_convert_fixate_caps):
20104         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
20105         * gst/audiotestsrc/gstaudiotestsrc.c:
20106         (gst_audiotestsrc_src_fixate):
20107         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20108         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
20109         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
20110         * gst/videotestsrc/gstvideotestsrc.c:
20111         (gst_videotestsrc_src_fixate):
20112         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
20113         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20114           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20115           (#322027)
20116
20117
20118 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20119
20120         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20121         (gst_riff_create_iavs_caps):
20122         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
20123         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20124         (gst_riff_parse_info):
20125         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
20126         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
20127         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20128           Fixes for GST_FOURCC_FORMAT API change.
20129
20130 2005-11-21  Andy Wingo  <wingo@pobox.com>
20131
20132         patch by: Alessandro Dessina <alessandro nnva org>
20133
20134         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
20135         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
20136         (gst_ogg_parse_chain):
20137         * ext/theora/theoraenc.c (theora_set_header_on_caps):
20138         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
20139         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
20140         gst_value_list calls on arrays. Fixes #321962.
20141
20142 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20143
20144         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20145         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
20146         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20147         * gst/adder/gstadder.c: (gst_adder_init),
20148         (gst_adder_request_new_pad), (gst_adder_collected),
20149         (gst_adder_change_state):
20150           Update for gst_collectpads_foo() to gst_collect_pads_foo()
20151           API change.
20152
20153 2005-11-21  Michael Smith <msmith@fluendo.com>
20154
20155         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20156         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
20157           Properly handle pad_push return values.
20158
20159 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
20160
20161         * gst-libs/gst/tag/Makefile.am:
20162         * gst-libs/gst/tag/gstvorbistag.c:
20163         (gst_tag_list_to_vorbiscomment_buffer):
20164           Remove obsolete vorbistag element and debug category.
20165
20166         * gst/playback/gstplaybasebin.c: (check_queue):
20167           Don't divide by 0 when queue-threshold is 0.
20168
20169         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
20170           Don't modify an existing pixel-aspect-ratio if we fail to read
20171           a new one.
20172
20173 2005-11-20  Wim Taymans  <wim@fluendo.com>
20174
20175         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
20176         (gst_vorbisenc_push_packet):
20177         GST_PAD_IS_USABLE is gone, use the return value of
20178         the push or pad_alloc_buffer instead.
20179
20180 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20181
20182         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
20183         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
20184         (gst_ximagesink_ximage_destroy),
20185         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
20186         (gst_ximagesink_xwindow_new),
20187         (gst_ximagesink_xwindow_update_geometry),
20188         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
20189         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20190         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
20191         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20192         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
20193         (gst_ximagesink_navigation_send_event),
20194         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
20195         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20196         (gst_ximagesink_finalize), (gst_ximagesink_init),
20197         (gst_ximagesink_class_init):
20198         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
20199         This new version brings correct software scaling, non flickering
20200         window while resizing, pixel aspect ratio handling, usage of
20201         hardware buffer pools, out of data flow event thread for 
20202         navigation and handling of expose events even when being PAUSED,
20203         a new property to keep video aspect ratio when resizing, etc...
20204
20205 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20206
20207         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
20208         (gst_videoscale_fixate_caps): Introduce back caps fixate with
20209         handling of PAR.
20210
20211 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
20212
20213         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
20214         Unsetting IS_SINK flag from the fakesink, so decodebin
20215         never behaves as a sink.
20216
20217 2005-11-17  Wim Taymans  <wim@fluendo.com>
20218
20219         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20220         (gst_base_audio_src_change_state):
20221         Fix the audiosrc base class again, we did not unflush.
20222
20223 2005-11-17  Julien MOUTTE  <julien@moutte.net>
20224
20225         * examples/seeking/seek.c: (make_dv_pipeline),
20226         (make_vorbis_theora_pipeline), (make_avi_pipeline),
20227         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
20228         to ogg/vorbis/theora pipeline.
20229
20230 2005-11-17  Wim Taymans  <wim@fluendo.com>
20231
20232         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
20233         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
20234         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
20235         Fix EOS on multiple streams.
20236         More debugging.
20237
20238 2005-11-16  Wim Taymans  <wim@fluendo.com>
20239
20240         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
20241         (gst_ogg_demux_perform_seek):
20242         Segment done must include stream time.
20243
20244         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20245         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
20246         (gst_ogg_mux_change_state):
20247         Fix ogg muxer again.
20248
20249 2005-11-16  Wim Taymans  <wim@fluendo.com>
20250
20251         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
20252         Fix compile again.
20253
20254 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20255
20256         * ext/libvisual/visual.c: (gst_visual_init):
20257         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
20258         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
20259         (gst_ogg_parse_chain):
20260         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
20261         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
20262         * ext/theora/theoradec.c: (gst_theora_dec_init):
20263         * ext/theora/theoraenc.c: (gst_theora_enc_init):
20264         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
20265         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
20266         * gst/adder/gstadder.c: (gst_adder_class_init),
20267         (gst_adder_dispose):
20268         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
20269         * gst/subparse/gstsubparse.c: (gst_subparse_init):
20270         * gst/videorate/gstvideorate.c: (gst_videorate_init):
20271           Fix a whole set of pad template leaks
20272
20273 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20274
20275         * check/generic/states.c: (GST_START_TEST):
20276           fix the test so that it only checks for elements that are part of
20277           this source module
20278
20279 2005-11-16  Michael Smith <msmith@fluendo.com>
20280
20281         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
20282         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
20283         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20284         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20285         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
20286         (gst_ogg_mux_change_state):
20287           Fix leaking collectpads.
20288
20289 2005-11-16  Edward Hervey  <edward@fluendo.com>
20290
20291         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20292         (gst_videorate_event), (gst_videorate_chain):
20293         Handle segment seeks
20294
20295 2005-11-16  Wim Taymans  <wim@fluendo.com>
20296
20297         * gst-libs/gst/audio/gstbaseaudiosink.c:
20298         (gst_base_audio_sink_provide_clock),
20299         (gst_base_audio_sink_change_state):
20300         Set ringbuffer to non-flushing when going to PAUSED, set to
20301         flushing again when going to READY.
20302
20303         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
20304         (gst_ring_buffer_stop):
20305         Start in flushing mode by default.
20306         Don't set flushing in the _stop method, let the app call
20307         this explicitly.
20308
20309 2005-11-16  Julien MOUTTE  <julien@moutte.net>
20310
20311         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
20312         * gst-libs/gst/video/videosink.h: Add helper function needed
20313         for video sinks.
20314
20315 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
20316
20317         * gst/videoscale/gstvideoscale.c:
20318         (gst_videoscale_handle_src_event):
20319           Don't leak reference to pad parent.
20320
20321 2005-11-16  Wim Taymans  <wim@fluendo.com>
20322
20323         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
20324         Set ringbuffer to flushing when stopping so that we don't
20325         block on wait_segment anymore and livelock.
20326
20327 2005-11-16  Wim Taymans  <wim@fluendo.com>
20328
20329         * examples/seeking/seek.c: (send_event), (do_seek),
20330         (loop_toggle_cb), (segment_done), (main):
20331         Added looping checkbox.
20332
20333 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20334
20335         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20336         (gst_ogg_demux_init):
20337         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20338         (gst_vorbis_dec_init):
20339           revert unrefs, they don't pass make check
20340
20341 2005-11-15  Johan Dahlin  <johan@gnome.org>
20342
20343         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20344         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
20345         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20346         (gst_vorbis_dec_init):
20347         Fix pad template leaks. 
20348
20349 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20350
20351         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
20352           Make state change function thread safe.
20353
20354 2005-11-15  Edward Hervey  <edward@fluendo.com>
20355
20356         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
20357         (gst_ogg_demux_class_init):
20358         Implement GstElement::send_event, so we can send seek events
20359         in GST_STATE_READY
20360
20361 2005-11-14  Julien MOUTTE  <julien@moutte.net>
20362
20363         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
20364         Discovered how to take away flickering while resizing the
20365         window. Please don't put that in ximagesink, refactoring in
20366         progress.
20367
20368 2005-11-14  Michael Smith <msmith@fluendo.com>
20369
20370         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
20371         (gst_multifdsink_render):
20372           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
20373
20374 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
20375
20376         * gst/playback/gstplaybin.c: (gen_audio_element):
20377           Use autoaudiosink, it tends to be more widely available than
20378           autoaudiiosink.
20379           
20380 2005-11-14  Andy Wingo  <wingo@pobox.com>
20381
20382         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
20383         as well if it is available. Fixes #316442.
20384
20385 2005-11-14  Michael Smith <msmith@fluendo.com>
20386
20387         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
20388         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
20389         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20390         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20391         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
20392         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20393         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
20394         (gst_vorbisenc_change_state):
20395           Fix a small memory leak in vorbisenc.
20396           Fix large memory leaks in oggmux, also fix lots of state change
20397           bugs in oggmux.
20398
20399 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20400
20401         * gst/videotestsrc/gstvideotestsrc.c:
20402         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
20403         (gst_videotestsrc_src_fixate):
20404           move fixation to a fixate function
20405           remove negotiate function, basesrc's is good enough
20406           fixes a bug for check when using the element alone
20407
20408 2005-11-13  Edward Hervey  <edward@fluendo.com>
20409
20410         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
20411         (key_toggle_cb), (main):
20412         Added checkboxes for adding/removing the accurate and key_unit seek
20413         flags.
20414
20415 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20416
20417         * configure.ac: back to HEAD
20418
20419 === release 0.9.5 ===
20420
20421 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20422
20423         * configure.ac:
20424           releasing 0.9.5, "No No Kia"
20425
20426 2005-11-11  Edward Hervey  <edward@fluendo.com>
20427
20428         * examples/seeking/seek.c: (make_parselaunch_pipeline):
20429         Added parse-launch syntax seeking mode for the seeking example.
20430         This should help stress-test even more cases.
20431         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
20432
20433 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20434
20435         * sys/xvimage/xvimagesink.c:
20436         (gst_xvimagesink_navigation_send_event):
20437           Check whether peer pad exists before sending navigation events
20438           to it.
20439
20440 2005-11-11  Michael Smith <msmith@fluendo.com>
20441
20442         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
20443         (gst_vorbisenc_buffer_from_packet):
20444         * ext/vorbis/vorbisenc.h:
20445           Set duration on encoded buffers. This allows oggmux's
20446           max_page_delay parameter to actually work.
20447
20448 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20449
20450         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20451         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
20452         (gst_ffmpegcsp_avpicture_fill):
20453         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20454         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
20455           Make palettes work again (see #132341). Use our own macros
20456           for rounding up.
20457
20458 2005-11-10  Andy Wingo  <wingo@pobox.com>
20459
20460         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
20461         string doober.
20462
20463 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20464
20465         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20466         (gst_ffmpegcsp_transform_caps):
20467           Prefer passthrough in transform_caps
20468
20469 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20470
20471         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
20472           check for ALSA errors properly, instead of relying on ALSA's
20473           error strings to serve to the user.
20474
20475 2005-11-10  Wim Taymans  <wim@fluendo.com>
20476
20477         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
20478         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
20479         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
20480         Modernise the seek code.
20481
20482 2005-11-10  Michael Smith <msmith@fluendo.com>
20483         
20484         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
20485         (setup_substreams), (set_active_source):
20486           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
20487           trying to go to NULL if we failed to read a file.
20488
20489 2005-11-10  Wim Taymans  <wim@fluendo.com>
20490
20491         * gst/audiotestsrc/gstaudiotestsrc.c:
20492         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
20493         (gst_audiotestsrc_create):
20494         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20495         (gst_sinesrc_get_times), (gst_sinesrc_create):
20496         * gst/videotestsrc/gstvideotestsrc.c:
20497         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
20498         (gst_videotestsrc_create):
20499         The base class can now sync for us.
20500
20501 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20502
20503         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
20504           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
20505           name=source autoprobe=false autoprobe-fps=false copy-mode=1
20506           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
20507           format=(fourcc)I420" ! xvimagesink
20508
20509 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
20510
20511         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20512         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
20513         (gst_sinesrc_newsegment):
20514           Send newsegment event in TIME format, set duration if
20515           num-buffers is set, fix duration querying.
20516
20517 2005-11-10  Michael Smith <msmith@fluendo.com>
20518
20519         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20520         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20521         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20522         (gst_ogg_mux_collected):
20523          Fix EOS handling, partially. Now forwarding an EOS event once we have
20524          EOS on all pads works correctly. However, we still don't properly set
20525          EOS on the actual ogg stream pages.
20526
20527 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
20528
20529         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
20530           Set elements to NULL state before disposing of them.
20531
20532 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
20533
20534         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20535
20536         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20537         (gst_base_rtp_depayload_init),
20538         (gst_base_rtp_depayload_set_gst_timestamp):
20539         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20540           We need to send a newsegment event for each instance, not
20541           just for the first instance of this class (get rid of
20542           static variable in function). (#321011).
20543           
20544 2005-11-08  Michael Smith <msmith@fluendo.com>
20545
20546         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20547         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
20548         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
20549         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
20550           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
20551           This makes us mux things correctly according to the ogg muxing
20552           rules. Still not handling EOS correctly right now, though.
20553
20554 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
20555
20556         * gst/audioconvert/gstaudioconvert.c:
20557           Fix typo in docs. 
20558
20559 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
20560
20561         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
20562         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
20563           Initialise segment_stop to GST_CLOCK_TIME_NONE when
20564           creating a new chain; should fix live streaming. Also
20565           add more debug output and fix a typo.
20566
20567 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
20568
20569         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20570
20571         * gst/volume/gstvolume.c: (volume_set_caps):
20572           Fix compilation on Solaris with Forte. (#320923)
20573
20574 2005-11-08  Wim Taymans  <wim@fluendo.com>
20575
20576         * gst-libs/gst/audio/gstbaseaudiosink.c:
20577         (gst_base_audio_sink_render):
20578         No need to do a typecheck.
20579
20580 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20581
20582         * ext/alsa/gstalsa.h:
20583           We register a debug category, so let's use it.
20584
20585 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20586
20587         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20588         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
20589         Fixed a small problem.
20590
20591 2005-11-04  Wim Taymans  <wim@fluendo.com>
20592
20593         * examples/seeking/Makefile.am:
20594         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
20595         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
20596         (make_playerbin_pipeline), (format_value), (update_scale),
20597         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
20598         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
20599         (print_usage), (main):
20600         Added app for playback speed testing.
20601
20602         * examples/seeking/seek.c: (dynamic_link),
20603         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
20604         (make_mpeg_pipeline), (do_seek), (set_update_scale),
20605         (message_received), (main):
20606         Updated seek example.
20607
20608 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20609
20610         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20611         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20612         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
20613         (gst_base_rtp_depayload_set_clock):
20614         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20615         Don't sleep on the bench (system clock) when you have a nice 
20616         comfortable bed (Gstreamer clock) to sleep on.
20617
20618 2005-11-03  Wim Taymans  <wim@fluendo.com>
20619
20620         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20621         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
20622         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
20623         Handle the case where a pad_block failed.
20624
20625 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
20626
20627         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
20628
20629         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20630         (gst_base_rtp_depayload_add_to_queue),
20631         (gst_base_rtp_depayload_push),
20632         (gst_base_rtp_depayload_set_gst_timestamp),
20633         (gst_base_rtp_depayload_queue_release):
20634           Fixes some bugs in the depayloader's queuing/de-queueing code.
20635
20636 2005-10-31  Michael Smith <msmith@fluendo.com>
20637
20638         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
20639         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20640         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
20641           Patch from Alessandro Decina <alessandro@nnva.org>.
20642           Make oggdemux only find the final time in a chain, not per-pad,
20643           since the per-pad information can be very expensive to locate, and
20644           it isn't used anywhere. This makes reading a file containing
20645           OggSkeleton reasonably fast.
20646           Also, make chain finding work when there are logical bitstreams that
20647           can't be decoded. Fixes #319110.
20648
20649 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20650
20651         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20652         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20653         (gst_base_rtp_depayload_chain),
20654         (gst_base_rtp_depayload_add_to_queue),
20655         (gst_base_rtp_depayload_push),
20656         (gst_base_rtp_depayload_set_gst_timestamp),
20657         (gst_base_rtp_depayload_queue_release),
20658         (gst_base_rtp_depayload_start_thread),
20659         (gst_base_rtp_depayload_set_property),
20660         (gst_base_rtp_depayload_get_property):
20661         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20662         Some random fixes, to fullfill the desires of thomas.
20663
20664 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20665
20666         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20667         (gst_base_rtp_depayload_add_to_queue),
20668         (gst_base_rtp_depayload_push):
20669         Fixed the queueing algorithm.
20670
20671 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20672
20673         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20674         (gst_base_rtp_depayload_push):
20675         A small fix
20676
20677 2005-10-31  Wim Taymans  <wim@fluendo.com>
20678
20679         * gst-libs/gst/audio/gstringbuffer.h:
20680         Don't break ABI.
20681
20682         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20683         (gst_ffmpeg_caps_to_pixfmt):
20684         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20685         (gst_ffmpegcsp_set_caps):
20686         Some more comments.
20687         Handle missing required caps fields better.
20688
20689 2005-10-31  Wim Taymans  <wim@fluendo.com>
20690
20691         * gst-libs/gst/audio/gstbaseaudiosink.c:
20692         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
20693         (gst_base_audio_sink_render):
20694         * gst-libs/gst/audio/gstringbuffer.c:
20695         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20696         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
20697         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
20698         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
20699         (gst_ring_buffer_read):
20700         * gst-libs/gst/audio/gstringbuffer.h:
20701         Add flushing mode to the ringbuffer so that it in all cases does
20702         not try to handle more audio. This makes sure it does not try to
20703         block anymore when flushing and fixes a livelock.
20704
20705 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
20706
20707         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20708         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20709         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
20710           Explicitly check for -1 values before doing a conversion
20711           and always map them to -1. (#315545)
20712
20713 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
20714
20715         * gst/playback/gstplaybin.c: (gen_video_element):
20716           first try autovideosink, then xvimagesink, then error out
20717         * po/POTFILES.in:
20718           add translatable file
20719         * po/af.po:
20720         * po/az.po:
20721         * po/cs.po:
20722         * po/en_GB.po:
20723         * po/hu.po:
20724         * po/it.po:
20725         * po/nb.po:
20726         * po/nl.po:
20727         * po/or.po:
20728         * po/sq.po:
20729         * po/sr.po:
20730         * po/sv.po:
20731         * po/uk.po:
20732         * po/vi.po:
20733           update translations
20734
20735 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
20736
20737         * gst-libs/gst/rtp/gstbasedepayload.c:
20738         * gst-libs/gst/rtp/gstbasedepayload.h:
20739           Minor cleanups
20740
20741 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
20742
20743         * gst/playback/.cvsignore:
20744         * gst/playback/decodetest.c:
20745         * gst/playback/test3.c:
20746           Port these two tests as well.
20747
20748 2005-10-27  Wim Taymans  <wim@fluendo.com>
20749
20750         * ext/theora/theoradec.c: (theora_dec_src_query),
20751         (theora_dec_sink_event):
20752         * ext/theora/theoraenc.c: (theora_enc_sink_event),
20753         (theora_enc_change_state):
20754         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20755         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
20756         Take proper locks when handling events.
20757
20758 2005-10-27  Wim Taymans  <wim@fluendo.com>
20759
20760         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
20761         (gst_adder_change_state):
20762         Fix timestamps and fix deadlock when stopping the collectpads.
20763
20764 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20765
20766         * gst-libs/gst/rtp/gstrtpbuffer.h:
20767         Declaring the payload types as strings too so that they can be used
20768         in the padtemplate inialization.
20769
20770 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
20771
20772         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
20773
20774         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20775         (gst_base_rtp_depayload_class_init):
20776         Fixes a small but nasty bug. The derived elements no longer segfaults
20777         on finalization.
20778
20779 2005-10-26  Michael Smith <msmith@fluendo.com>
20780
20781         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
20782           When clearing an audioconvert context, set tmpbufsize to zero, so
20783           we'll allocate it again later if required.
20784           This fixes audioconvert re-negotiating formats, which previously
20785           segfaulted with a NULL destination buffer.
20786
20787 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
20788
20789         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20790         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
20791         (gst_base_rtp_depayload_set_gst_timestamp),
20792         (gst_base_rtp_depayload_queue_release):
20793         Fixed a smalll memleak.
20794
20795 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20796         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20797         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
20798         (gst_base_rtp_depayload_finalize),
20799         (gst_base_rtp_depayload_setcaps),
20800         (gst_base_rtp_depayload_add_to_queue),
20801         (gst_base_rtp_depayload_push),
20802         (gst_base_rtp_depayload_set_gst_timestamp),
20803         (gst_base_rtp_depayload_queue_release),
20804         (gst_base_rtp_depayload_thread),
20805         (gst_base_rtp_depayload_change_state):
20806         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20807         Changed the C++ comments to C comments
20808
20809 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
20810
20811         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
20812         * gst/tcp/gsttcpclientsrc.h:
20813         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
20814         * gst/tcp/gsttcpserversrc.h:
20815           Remove unused 'curoffset' structure member.
20816
20817 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20818
20819         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20820         (gst_base_rtp_depayload_base_init),
20821         (gst_base_rtp_depayload_finalize):
20822         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20823         * gst-libs/gst/rtp/gstbasertppayload.h:
20824           The pad-template on the sinkpad should be set by the derived classes.
20825           Also added some useful macros.
20826
20827 2005-10-24  Wim Taymans  <wim@fluendo.com>
20828
20829         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
20830         Correctly flush decoder samples even if we could not
20831         copy them to an output buffer. Fixes #319618.
20832
20833 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20834
20835         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20836         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
20837         the caps against our xcontext caps.
20838
20839 2005-10-24  Wim Taymans  <wim@fluendo.com>
20840
20841         * gst-libs/gst/audio/gstbaseaudiosink.c:
20842         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
20843         Remove g_print
20844         Use sync property from baseclass to disable sync.
20845
20846 2005-10-24  Wim Taymans  <wim@fluendo.com>
20847
20848         * gst-libs/gst/audio/gstbaseaudiosink.c:
20849         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
20850         Buffers with no timestamps get aligned with previous buffers or
20851         on underrun, played ASAP.
20852
20853 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20854
20855         * gst-libs/gst/video/video.h:
20856         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20857         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
20858         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
20859         here comes my change on caps for framerate and geometry range.
20860         We are now accepting 1 to MAXINT for width and height, and from
20861         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
20862         to be blended correctly in videomixer.
20863
20864 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20865
20866         * configure.ac:
20867           back to HEAD
20868
20869 === release 0.9.4 ===
20870
20871 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20872
20873         * NEWS:
20874         * RELEASE:
20875         * configure.ac:
20876           releasing 0.9.4, "Velociraptor"
20877
20878 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20879
20880         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
20881         * po/POTFILES.in:
20882           STOPPED -> FAILED
20883
20884 2005-10-21  Wim Taymans  <wim@fluendo.com>
20885
20886         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20887         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
20888         (pad_blocked), (close_pad_link), (new_pad):
20889         Don't try to remove elements twice.
20890
20891 2005-10-21  Wim Taymans  <wim@fluendo.com>
20892
20893         * ext/theora/theoradec.c: (theora_dec_src_query),
20894         (theora_dec_sink_event):
20895         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20896         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
20897         (vorbis_handle_data_packet):
20898         * ext/vorbis/vorbisdec.h:
20899         Fix old naming.
20900
20901         * gst-libs/gst/audio/gstbaseaudiosink.c:
20902         (gst_base_audio_sink_render):
20903         Don't try to sync on buffers without a timestamp.
20904
20905 2005-10-21  Wim Taymans  <wim@fluendo.com>
20906
20907         * ext/theora/theoradec.c: (theora_dec_src_query),
20908         (theora_dec_sink_event):
20909         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20910         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
20911         (vorbis_handle_data_packet):
20912         * ext/vorbis/vorbisdec.h:
20913         Fix old naming.
20914
20915 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20916
20917         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
20918         (gst_vorbisenc_src_query):
20919           Implement position and duration queries.
20920
20921         * gst/playback/test3.c: (update_scale), (main):
20922           Fix for async state changes and print nicer output.
20923
20924 2005-10-20  Wim Taymans  <wim@fluendo.com>
20925
20926         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
20927         (dump_element_stats), (main):
20928         * gst/playback/test6.c: (main):
20929         Fix tests again
20930
20931 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20932
20933         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
20934         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
20935           Don't use functions for position queries when handling
20936           duration queries.
20937
20938 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20939
20940         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
20941         (vorbis_handle_data_packet), (vorbis_dec_chain),
20942         (vorbis_dec_change_state):
20943         * ext/vorbis/vorbisdec.h:
20944           Vorbis streams can be embedded in other container formats
20945           than ogg, container formats where the demuxer might set 
20946           timestamps on encoded vorbis buffers instead of those silly 
20947           granulepos thingies. In short: make vorbisdec handle 
20948           timestamps on incoming buffers as well.
20949
20950 2005-10-20  Wim Taymans  <wim@fluendo.com>
20951
20952         * gst/playback/gstplaybasebin.c: (group_destroy),
20953         (gst_play_base_bin_change_state):
20954         Fix leak.
20955         Handle case where playbasebin is now ASYNC because
20956         decodebin is.
20957
20958 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
20959
20960         * gst/audioconvert/Makefile.am:
20961         * gst/audioconvert/bufferframesconvert.c:
20962         * gst/audioconvert/plugin.c: (plugin_init):
20963         * gst/audioconvert/plugin.h:
20964           And bye bye buffer-frames-convert
20965
20966 2005-10-19  Wim Taymans  <wim@fluendo.com>
20967
20968         * check/elements/audioconvert.c:
20969         * docs/libs/tmpl/gstaudio.sgml:
20970         * docs/libs/tmpl/gstcolorbalance.sgml:
20971         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
20972         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
20973         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
20974         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
20975         * gst-libs/gst/audio/audio.h:
20976         * gst/audioconvert/audioconvert.h:
20977         * gst/audioconvert/gstaudioconvert.c:
20978         (gst_audio_convert_parse_caps):
20979         * gst/volume/gstvolume.c:
20980         Bye bye buffer-frames.
20981
20982 2005-10-19  Wim Taymans  <wim@fluendo.com>
20983
20984         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
20985         (query_positions_elems), (query_positions_pads), (update_scale),
20986         (do_seek), (set_update_scale), (message_received), (main):
20987         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
20988         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
20989         (gst_ogg_demux_loop):
20990         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
20991         * ext/theora/theoradec.c: (theora_dec_src_query),
20992         (theora_dec_sink_event):
20993         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20994         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
20995         * gst/adder/gstadder.c: (gst_adder_query):
20996         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
20997         * gst/playback/test3.c: (update_scale):
20998         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
20999         (dump_element_stats), (main):
21000         * gst/playback/test6.c: (main):
21001         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21002         Query API update.
21003
21004 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21005
21006         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
21007         (xml_check_first_element), (xml_type_find), (smil_type_find),
21008         (plugin_init):
21009           Add typefinding for SMIL and for generic XML. Based on patch by
21010           Akos Maroy (#308663).
21011
21012 2005-10-18  Wim Taymans  <wim@fluendo.com>
21013
21014         * gst/playback/Makefile.am:
21015         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21016         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
21017         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
21018         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
21019         (gst_decode_bin_change_state):
21020         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21021         (gst_play_bin_send_event_to_sink):
21022         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21023         (dump_element_stats), (main):
21024         * gst/playback/test6.c: (main):
21025         Make playbin async, it'll commit state to paused when all streams
21026         are detected.
21027         Remove ugly hack.
21028         Added test6.c to show async behaviour.
21029
21030 2005-10-18  Wim Taymans  <wim@fluendo.com>
21031
21032         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
21033         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
21034         Fix for segment-start/stop API change.
21035
21036 2005-10-18  Wim Taymans  <wim@fluendo.com>
21037
21038         * check/Makefile.am:
21039         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
21040         (main):
21041         Add future test for clock selection.
21042
21043 2005-10-18  Wim Taymans  <wim@fluendo.com>
21044
21045         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
21046         (gst_alsasink_close):
21047         Set handle to NULL.
21048
21049         * gst-libs/gst/audio/gstringbuffer.c:
21050         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21051         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
21052         (gst_ring_buffer_start), (gst_ring_buffer_pause),
21053         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
21054         (gst_ring_buffer_read):
21055         More debug info.
21056
21057 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
21058
21059         * gst/audiotestsrc/Makefile.am:
21060         * gst/sine/Makefile.am:
21061         * gst/volume/Makefile.am:
21062           fix broken build of controllerized plugins
21063
21064 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
21065
21066         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21067
21068         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21069         (gst_riff_create_video_template_caps):
21070           Add support for Indeo-3 (IV32).
21071
21072 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21073
21074         * configure.ac:
21075           rewrite
21076
21077 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21078
21079         * gst-libs/gst/video/video.c: (gst_video_get_size):
21080         * gst/audiotestsrc/gstaudiotestsrc.c:
21081           doc updates
21082
21083 2005-10-17  Andy Wingo  <wingo@pobox.com>
21084
21085         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
21086         with the collectpads change.
21087         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
21088
21089         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
21090
21091         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
21092
21093         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
21094         alloc_buffer flow return to callers.
21095         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
21096         change. Fix some memleaks in theoraenc.
21097
21098         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
21099         in strange circumstance.
21100
21101 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21102
21103         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21104         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
21105         from caps, let's use the caps...
21106
21107 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21108
21109         * configure.ac:
21110           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
21111
21112 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21113
21114         * gst-libs/gst/interfaces/Makefile.am:
21115           fix silly typo
21116
21117 2005-10-16  Andy Wingo  <wingo@pobox.com>
21118
21119         * gst/playback/gstdecodebin.c
21120         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
21121         function!
21122         (try_to_link_1): Increase kraziness level.
21123
21124 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21125
21126         * configure.ac:
21127           restructure like the core one
21128         * gst-libs/gst/audio/Makefile.am:
21129         * gst-libs/gst/interfaces/Makefile.am:
21130         * gst-libs/gst/net/Makefile.am:
21131         * gst-libs/gst/riff/Makefile.am:
21132         * gst-libs/gst/rtp/Makefile.am:
21133         * gst-libs/gst/tag/Makefile.am:
21134         * gst-libs/gst/video/Makefile.am:
21135           use correct linker flags, now the libs are properly versioned
21136         * check/elements/audioconvert.c: (verify_convert):
21137         * ext/alsa/gstalsaplugin.c:
21138         * ext/cdparanoia/gstcdparanoia.c:
21139         * ext/gnomevfs/gstgnomevfs.c:
21140         * ext/libvisual/visual.c:
21141         * ext/ogg/gstogg.c:
21142         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
21143         * ext/theora/theora.c:
21144         * ext/vorbis/vorbis.c:
21145         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21146         * gst-libs/gst/tag/gsttagediting.c:
21147         * gst-libs/gst/video/video.c:
21148         * gst/adder/gstadder.c:
21149         * gst/audioconvert/plugin.c:
21150         * gst/audiorate/gstaudiorate.c:
21151         * gst/audioresample/gstaudioresample.c:
21152         * gst/audioresample/resample_ref.c: (resample_scale_ref):
21153         * gst/audioscale/gstaudioscale.c:
21154         * gst/audioscale/resample.c:
21155         * gst/audiotestsrc/gstaudiotestsrc.c:
21156         * gst/ffmpegcolorspace/gstffmpeg.c:
21157         * gst/playback/gstdecodebin.c: (close_pad_link):
21158         * gst/playback/gstplaybin.c: (gen_video_element),
21159         (gen_audio_element):
21160         * gst/sine/gstsinesrc.c:
21161         * gst/subparse/gstsubparse.c:
21162         * gst/tags/gsttagediting.c:
21163         * gst/tcp/gsttcpplugin.c:
21164         * gst/typefind/gsttypefindfunctions.c:
21165         * gst/videorate/gstvideorate.c:
21166         * gst/videoscale/gstvideoscale.c:
21167         * gst/videotestsrc/gstvideotestsrc.c:
21168         * gst/volume/gstvolume.c:
21169         * sys/v4l/gstv4l.c:
21170         * sys/ximage/ximage.c:
21171         * sys/xvimage/xvimagesink.c:
21172           fix up defines
21173
21174 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21175
21176         * ext/vorbis/vorbisenc.c:
21177         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
21178         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
21179         (gst_tag_to_vorbis_comments):
21180           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
21181
21182 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21183
21184         * examples/stats/mp2ogg.c:
21185         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21186           typo fixes
21187
21188 2005-10-13  Michael Smith <msmith@fluendo.com>
21189
21190         * ext/ogg/gstoggmux.c:
21191           Use magic glib macros to define constants as 64 bit, to ensure
21192           appropriate vararg passing.
21193
21194 2005-10-13  Michael Smith <msmith@fluendo.com>
21195
21196         * ext/ogg/gstoggmux.c:
21197         * gst/audioconvert/audioconvert.c: (float):
21198           Don't use LL suffix, as it's not portable, and neither of these
21199           uses required it anyway.
21200
21201 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21202
21203         * examples/indexing/indexmpeg.c: (main):
21204         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
21205         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
21206         (cdparanoia_convert), (cdparanoia_query):
21207         * ext/cdparanoia/gstcdparanoia.h:
21208         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
21209         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
21210         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
21211         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
21212         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
21213         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
21214         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
21215         (gst_multifdsink_render), (gst_multifdsink_start),
21216         (gst_multifdsink_stop):
21217         * gst/tcp/gstmultifdsink.h:
21218         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
21219         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
21220         (gst_tcpclientsink_stop):
21221         * gst/tcp/gsttcpclientsink.h:
21222         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
21223         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
21224         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
21225         * gst/tcp/gsttcpclientsrc.h:
21226         * gst/tcp/gsttcpserversink.h:
21227         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
21228         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
21229         (gst_tcpserversrc_stop):
21230         * gst/tcp/gsttcpserversrc.h:
21231         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21232         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21233         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
21234           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21235           moved bitshift from macro to enum definition
21236
21237 2005-10-12  Wim Taymans  <wim@fluendo.com>
21238
21239         * examples/seeking/Makefile.am:
21240         Oops.
21241
21242 2005-10-12  Wim Taymans  <wim@fluendo.com>
21243
21244         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21245         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21246         Don't assert on normal stuff.
21247
21248         * gst/playback/gstplaybin.c: (do_playbin_seek):
21249         API fix.
21250
21251 2005-10-12  Wim Taymans  <wim@fluendo.com>
21252
21253         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21254         * examples/seeking/Makefile.am:
21255         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
21256         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21257         (do_seek), (set_update_scale), (message_received), (main):
21258         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21259         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21260         Update for _get_state() API change.
21261
21262 2005-10-11  Wim Taymans  <wim@fluendo.com>
21263
21264         * gst-libs/gst/audio/gstbaseaudiosink.c:
21265         (gst_base_audio_sink_render):
21266         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21267         (gst_base_audio_src_create):
21268         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21269         (gst_ring_buffer_read):
21270         Cleanups.
21271         Commit and read from ringbuffer in samples rather than bytes.
21272
21273 2005-10-11  Wim Taymans  <wim@fluendo.com>
21274
21275         * gst-libs/gst/audio/gstbaseaudiosink.c:
21276         (gst_base_audio_sink_render):
21277         Respect segment rate and accum when scheduling samples.
21278
21279 2005-10-11  Julien MOUTTE  <julien@moutte.net>
21280
21281         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21282         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
21283         EOS correctly, that needs more work.
21284
21285 2005-10-11  Wim Taymans  <wim@fluendo.com>
21286
21287         * check/generic/states.c: (GST_START_TEST):
21288         remove old property.
21289
21290         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
21291         (gst_ogg_demux_perform_seek):
21292         * ext/theora/theoradec.c: (theora_dec_sink_event):
21293         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21294         (vorbis_handle_data_packet):
21295         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21296         (gst_base_rtp_depayload_set_gst_timestamp):
21297         * gst/videorate/gstvideorate.c: (gst_videorate_event):
21298         Update for newsegment API change.
21299
21300 2005-10-11  Michael Smith <msmith@fluendo.com>
21301
21302         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
21303         (do_playbin_seek), (gst_play_bin_send_event):
21304           Override send_event differently, so that we can takes bits of
21305           functionality from GstPipeline (special handling for seeks,
21306           including pausing/resuming, and resetting stream time) and still get
21307           the appropriate behaviour of only forwarding event to a single sink,
21308           rather than all of them.
21309           Unfortunately requires a lot of code duplication, but the
21310           alternatives are equally ugly in the end.
21311
21312 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21313
21314         * check/elements/audioconvert.c: (setup_audioconvert),
21315         (cleanup_audioconvert), (get_int_caps), (verify_convert),
21316         (GST_START_TEST), (audioconvert_suite):
21317           clean up tests a little, fix some leaks.
21318
21319 2005-10-10  Wim Taymans  <wim@fluendo.com>
21320
21321         * ext/alsa/gstalsasink.c:
21322         Also allow unsigned int.
21323
21324         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21325         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21326         Small cleanup
21327
21328 2005-10-10  Wim Taymans  <wim@fluendo.com>
21329
21330         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21331         Small update, use API as stated in design docs.
21332
21333         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21334         (update_scale), (do_seek), (seek_cb), (set_update_scale),
21335         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
21336         (message_received), (main):
21337         Updated seek example for GOption. Some usability improvements.
21338
21339 2005-10-10  Wim Taymans  <wim@fluendo.com>
21340
21341         * gst/audioconvert/audioconvert.h:
21342         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
21343         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
21344         Alloc temp storage somewhere else where we can do it more
21345         portable.
21346
21347 2005-10-10  Wim Taymans  <wim@fluendo.com>
21348
21349         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
21350         (gst_tcpserversrc_start):
21351         Don't block in accept while doing the state change, move
21352         to poll and make cancellable.
21353
21354 2005-10-09  Philippe Khalaf <burger@speedy.org>
21355
21356         * gst-libs/gst/rtp/rtpbasedepayload.c:
21357         Set timestamp and add queue delay to timestamp
21358         * gst-libs/gst/rtp/rtpbuffer.h:
21359         Set correct payload type for h263
21360
21361 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21362
21363         * gst/audiotestsrc/gstaudiotestsrc.c:
21364         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
21365         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
21366         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
21367         (gst_audiotestsrc_create_triangle),
21368         (gst_audiotestsrc_create_silence),
21369         (gst_audiotestsrc_create_white_noise),
21370         (gst_audiotestsrc_init_pink_noise),
21371         (gst_audiotestsrc_generate_pink_noise_value),
21372         (gst_audiotestsrc_create_pink_noise),
21373         (gst_audiotestsrc_change_wave):
21374         * gst/audiotestsrc/gstaudiotestsrc.h:
21375           fixed typo, added pink noise
21376
21377 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21378
21379         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
21380         (plugin_init):
21381           Add wavpack and spc typefind functions from 0.8 branch.
21382
21383 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21384
21385         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
21386         (ar_type_find), (msdos_type_find), (plugin_init):
21387           Add typefind functions for tar archives, ar archives,
21388           RAR archives, and msdos-executables (dlls, exe, etc.).
21389           Some of those would be wrongly identified as mpeg
21390           streams of some sort before (#315550).
21391
21392 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21393
21394         * configure.ac:
21395         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21396         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21397         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
21398         * gst/audiotestsrc/Makefile.am:
21399         * gst/audiotestsrc/gstaudiotestsrc.c:
21400         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
21401         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
21402         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
21403         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
21404         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
21405         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
21406         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
21407         (gst_audiotestsrc_create_silence),
21408         (gst_audiotestsrc_create_white_noise),
21409         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
21410         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
21411         (gst_audiotestsrc_start), (plugin_init):
21412         * gst/audiotestsrc/gstaudiotestsrc.h:
21413           add new plugin and element
21414         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
21415           use gobject_class
21416
21417 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21418
21419         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
21420         (gst_adder_init), (gst_adder_request_new_pad),
21421         (gst_adder_change_state):
21422           Add query function to source pad, so adder reports the correct
21423           time/sample position when queried (#315457); fix state change
21424           function; use GST_DEBUG_FUNCPTR() for pad functions.
21425
21426 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21427
21428         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
21429           Fix leaks in typefind registration
21430           Clean up the gratuitous commenting and whitespacing a little
21431
21432 2005-10-08  Wim Taymans  <wim@fluendo.com>
21433
21434         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
21435         Only actually wait for the thread to be stopped if it's 
21436         running.
21437
21438 2005-10-08  Wim Taymans  <wim@fluendo.com>
21439
21440         * gst-libs/gst/audio/gstbaseaudiosink.c:
21441         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
21442         If we receive EOS we can start playback of what we had.
21443
21444 2005-10-08  Wim Taymans  <wim@fluendo.com>
21445
21446         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21447         (gst_multifdsink_finalize), (multifdsink_hash_remove),
21448         (gst_multifdsink_stop):
21449         Fix crasher when going to NULL multiple times.
21450
21451 2005-10-06  Wim Taymans  <wim@fluendo.com>
21452
21453         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
21454         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21455         * gst-libs/gst/audio/gstbaseaudiosrc.h:
21456         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
21457         patch from Edgard Lima <edgard.lima@indt.org.br>
21458         Fixed gstbaseaudiosrc adding ring buffer sync to it.
21459
21460 2005-10-06  Wim Taymans  <wim@fluendo.com>
21461
21462         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21463         Report the FLOW_RETURN as string in the error message.
21464
21465         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
21466         Don't assert when clearing an unnegotiated buffer.
21467
21468 2005-10-04  Michael Smith <msmith@fluendo.com>
21469
21470         * gst/playback/gstplaybasebin.c: (group_destroy),
21471         (gen_preroll_element), (remove_groups), (setup_source):
21472         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
21473         (setup_sinks), (gst_play_bin_send_event),
21474         (gst_play_bin_change_state):
21475           Set state to NULL before removing from bin. Fix refcounting.
21476
21477 2005-10-04  Michael Smith <msmith@fluendo.com>
21478
21479         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21480           Correct refcounting in send_event() function. Previously was wrong
21481           if the first sink was unable to handle the event.
21482
21483 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21484
21485         * configure.ac:
21486           back to development
21487
21488 === release 0.9.3 ===
21489
21490 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21491
21492         * configure.ac:
21493           Releasing 0.9.3, "De Facto"
21494
21495 2005-10-03  Andy Wingo  <wingo@pobox.com>
21496
21497         * gst/playback/gstdecodebin.c (try_to_link_1)
21498         (remove_element_chain): set element to NULL before removing it.
21499
21500 2005-10-02  Johan Dahlin  <johan@gnome.org>
21501
21502         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
21503         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
21504         MT safe.
21505
21506 2005-10-02  Andy Wingo  <wingo@pobox.com>
21507
21508         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
21509         (gst_ring_buffer_prepare_read): 
21510         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
21511         Demote to LOG.
21512
21513 2005-09-29  Wim Taymans  <wim@fluendo.com>
21514
21515         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
21516         * ext/theora/theoradec.c: (theora_handle_data_packet):
21517         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21518         Propagate error codes from alloc_buffer too.
21519
21520 2005-09-29  Wim Taymans  <wim@fluendo.com>
21521
21522         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
21523         We use fixed caps.
21524
21525         * gst/playback/Makefile.am:
21526         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21527         (dump_element_stats), (main):
21528         Added example stream introspection code.
21529
21530 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
21531
21532         * gst/adder/gstadder.c: (gst_adder_collected):
21533           fix adder for float elements
21534
21535 2005-09-28  Wim Taymans  <wim@fluendo.com>
21536
21537         * gst-libs/gst/audio/gstbaseaudiosink.c:
21538         (gst_base_audio_sink_class_init),
21539         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
21540         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21541         (gst_base_audio_src_class_init),
21542         (gst_base_audio_src_provide_clock):
21543         get_clock -> provide_clock
21544
21545 2005-09-28  Andy Wingo  <wingo@pobox.com>
21546
21547         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
21548         and unlocking.
21549
21550         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
21551         unlocking.
21552
21553         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
21554         Actually add the pad template.
21555         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
21556
21557         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
21558         I'm at it...
21559
21560         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
21561         from fdsrc. Get caps in create() instead of start() so it can be
21562         interrupted. Interruption somewhat untested.
21563
21564         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
21565         Proper EOS handling.
21566
21567 2005-09-27  Andy Wingo  <wingo@pobox.com>
21568
21569         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
21570
21571         * gst/tcp/gsttcpserversrc.c: Cleaned up.
21572
21573         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
21574
21575         * gst/tcp/gsttcp.h: 
21576         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
21577         out of tcpclientsrc.c. Cancellable.
21578         (gst_tcp_socket_read): Made private, cancellable, with better
21579         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
21580         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
21581         whole buffer, and better diagnostics.
21582         (gst_tcp_gdp_read_caps): Same.
21583
21584         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
21585
21586 2005-09-26  Andy Wingo  <wingo@pobox.com>
21587
21588         * gst/sine/gstsinesrc.h:
21589         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
21590         change the 'sync' property to 'is-live' and implement it halfway,
21591         update for controller api change.
21592
21593         * gst/volume/gstvolume.c (volume_transform_ip): Update for
21594         controller api change.
21595
21596 2005-09-24  Wim Taymans  <wim@fluendo.com>
21597
21598         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
21599         * gst-libs/gst/audio/gstaudiosink.c:
21600         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
21601         (gst_audioringbuffer_stop):
21602         * gst-libs/gst/audio/gstbaseaudiosink.c:
21603         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
21604         (gst_base_audio_sink_change_state):
21605         * gst-libs/gst/audio/gstbaseaudiosink.h:
21606         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
21607         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
21608         (gst_ring_buffer_commit), (gst_ring_buffer_read):
21609         * gst-libs/gst/audio/gstringbuffer.h:
21610         Fix sync again. Moved sample alignment to basesink.
21611
21612 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21613
21614         * docs/plugins/Makefile.am:
21615         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21616         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21617         * gst/volume/gstvolume.c:
21618           add/fix docs
21619         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
21620         * gst-libs/gst/audio/audio.h:
21621           add conversion macros for frames <-> clocktime
21622
21623 2005-09-23  David Schleef  <ds@schleef.org>
21624
21625         * gst/audioresample/Makefile.am:
21626         * gst/audioresample/debug.h:
21627         * gst/audioresample/gstaudioresample.c:
21628         * gst/audioresample/resample.c: Convert to using gst debugging
21629
21630 2005-09-22  Wim Taymans  <wim@fluendo.com>
21631
21632         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21633         (gst_play_bin_send_event):
21634         Only seek on one sink, the first one that succeeds.
21635
21636 2005-09-22  Michael Smith <msmith@fluendo.com>
21637
21638         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
21639         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21640         Don't flush encoder state unless we have an initialised encoder.
21641         Clear out encoder state on PAUSED_TO_READY.
21642
21643 2005-09-22  Wim Taymans  <wim@fluendo.com>
21644
21645         * gst-libs/gst/rtp/gstbasertppayload.c:
21646         (gst_basertppayload_class_init), (gst_basertppayload_init),
21647         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21648         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21649         (gst_basertppayload_is_filled), (gst_basertppayload_push),
21650         (gst_basertppayload_set_property),
21651         (gst_basertppayload_get_property),
21652         (gst_basertppayload_change_state):
21653         * gst-libs/gst/rtp/gstbasertppayload.h:
21654         Added max-ptime to control amount of data in the rtp packets.
21655
21656 2005-09-21  Andy Wingo  <wingo@pobox.com>
21657
21658         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
21659         thingies.
21660
21661         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
21662         can be called multiple times, dogs.
21663
21664 2005-09-21  Wim Taymans  <wim@fluendo.com>
21665
21666         * gst-libs/gst/rtp/gstbasertppayload.c:
21667         (gst_basertppayload_class_init), (gst_basertppayload_init),
21668         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21669         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21670         (gst_basertppayload_push), (gst_basertppayload_get_property),
21671         (gst_basertppayload_change_state):
21672         Allow 0 ssrc too.
21673
21674 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
21675
21676         * docs/libs/compiling.sgml:
21677           fixing typos
21678
21679 2005-09-20  Wim Taymans  <wim@fluendo.com>
21680
21681         * gst-libs/gst/rtp/gstbasertppayload.c:
21682         (gst_basertppayload_class_init), (gst_basertppayload_init),
21683         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21684         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21685         (gst_basertppayload_push), (gst_basertppayload_set_property),
21686         (gst_basertppayload_get_property),
21687         (gst_basertppayload_change_state):
21688         * gst-libs/gst/rtp/gstbasertppayload.h:
21689         Added property to configure sequence number offsets.
21690
21691 2005-09-20  Wim Taymans  <wim@fluendo.com>
21692
21693         * gst-libs/gst/rtp/gstbasertppayload.c:
21694         (gst_basertppayload_class_init), (gst_basertppayload_init),
21695         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21696         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21697         (gst_basertppayload_push), (gst_basertppayload_set_property),
21698         (gst_basertppayload_get_property),
21699         (gst_basertppayload_change_state):
21700         * gst-libs/gst/rtp/gstbasertppayload.h:
21701         Make timestamp offset configurable.
21702
21703 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21704
21705         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21706           fix wrong pop/unref
21707
21708 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
21709
21710         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21711
21712         * gst-libs/gst/interfaces/propertyprobe.c:
21713         (gst_property_probe_probe_property_name),
21714         (gst_property_probe_needs_probe_name),
21715         (gst_property_probe_get_values_name),
21716         (gst_property_probe_probe_and_get_values_name):
21717           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
21718           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
21719
21720 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21721
21722         * check/Makefile.am:
21723           have some tests be disabled for valgrinding
21724         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
21725         (GST_START_TEST):
21726         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
21727           Fix A Leak.  Chain To Parent Finalize.
21728
21729 2005-09-19  Wim Taymans  <wim@fluendo.com>
21730
21731         * examples/seeking/seek.c: (make_wav_pipeline), (main):
21732         Fixed wav pipeline.
21733
21734 2005-09-19  Wim Taymans  <wim@fluendo.com>
21735
21736         * gst-libs/gst/rtp/gstbasertppayload.c:
21737         (gst_basertppayload_class_init), (gst_basertppayload_init),
21738         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21739         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21740         (gst_basertppayload_push), (gst_basertppayload_get_property),
21741         (gst_basertppayload_change_state):
21742         Posting ERROR and WARNING messages is good.
21743
21744 2005-09-19  Wim Taymans  <wim@fluendo.com>
21745
21746         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21747         (gst_base_rtp_depayload_add_to_queue),
21748         (gst_base_rtp_depayload_push),
21749         (gst_base_rtp_depayload_set_gst_timestamp),
21750         (gst_base_rtp_depayload_queue_release):
21751         This one was not supposed to go in.
21752
21753 2005-09-19  Wim Taymans  <wim@fluendo.com>
21754
21755         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21756         Fix for bus API.
21757
21758         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21759         (gst_base_rtp_depayload_chain),
21760         (gst_base_rtp_depayload_add_to_queue),
21761         (gst_base_rtp_depayload_push),
21762         (gst_base_rtp_depayload_set_gst_timestamp),
21763         (gst_base_rtp_depayload_queue_release):
21764         Some cleanups.
21765
21766         * gst-libs/gst/rtp/gstbasertppayload.c:
21767         (gst_basertppayload_class_init), (gst_basertppayload_init),
21768         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
21769         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
21770         (gst_basertppayload_get_property),
21771         (gst_basertppayload_change_state):
21772         Added debugging category.
21773
21774 2005-09-18  David Schleef  <ds@schleef.org>
21775
21776         * gst/playback/gstdecodebin.c: free plugin list correctly
21777         * gst/playback/gstplaybin.c: emit warning if autovideosink
21778           and autoaudiosink can't be found (instead of segfaulting)
21779
21780 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21781
21782         * check/elements/audioconvert.c: (GST_START_TEST):
21783           try out 24 bit conversion
21784
21785 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21786
21787         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21788         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
21789         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
21790         * ext/vorbis/vorbisenc.h:
21791           Fix EOS handling.  Still needs a fix in the ogg muxer to
21792           mark the last page as eos.
21793
21794 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21795
21796         * common/gtk-doc-plugins.mak:
21797         * docs/plugins/Makefile.am:
21798         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21799         * gst/ffmpegcolorspace/Makefile.am:
21800         * gst/ffmpegcolorspace/avcodec.h:
21801         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21802         * gst/tcp/gstmultifdsink.c:
21803           fix up ffmpegcolorspace docs; extract header
21804
21805 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21806
21807         * common/gtk-doc-plugins.mak:
21808         * docs/plugins/Makefile.am:
21809         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21810         * ext/theora/Makefile.am:
21811         * ext/theora/gsttheoraenc.h:
21812         * ext/theora/theoraenc.c:
21813         * ext/vorbis/vorbisenc.c:
21814           pick up signals and args for vorbis; add some docs for vorbis
21815
21816 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21817
21818         * common/gstdoc-scangobj:
21819         * common/gtk-doc-plugins.mak:
21820         * docs/libs/Makefile.am:
21821         * docs/plugins/gst-plugins-base-plugins.args:
21822         * docs/plugins/gst-plugins-base-plugins.hierarchy:
21823         * docs/plugins/gst-plugins-base-plugins.interfaces:
21824         * docs/plugins/gst-plugins-base-plugins.prerequisites:
21825         * docs/plugins/gst-plugins-base-plugins.signals:
21826           only scanobj stuff from our source module.  Not sure yet
21827           if that's correct, given the hierarchy stuff :)
21828
21829 2005-09-15  Wim Taymans  <wim@fluendo.com>
21830
21831         * gst/audioconvert/gstaudioconvert.c:
21832         And enable 24 bits mode as well..
21833
21834 2005-09-15  Wim Taymans  <wim@fluendo.com>
21835
21836         * gst-libs/gst/rtp/Makefile.am:
21837         * gst-libs/gst/rtp/gstbasertppayload.c:
21838         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
21839         (gst_basertppayload_class_init), (gst_basertppayload_init),
21840         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
21841         (gst_basertppayload_chain), (gst_basertppayload_set_options),
21842         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
21843         (gst_basertppayload_set_property),
21844         (gst_basertppayload_get_property),
21845         (gst_basertppayload_change_state):
21846         * gst-libs/gst/rtp/gstbasertppayload.h:
21847         Added rtp payloader base class.
21848
21849 2005-09-15  Andy Wingo  <wingo@pobox.com>
21850
21851         * configure.ac (plugindir): Remove the EOL matcher from the
21852         regexp, as it causes me problems. Libtool? Make? Who knows?
21853
21854 2005-09-14  David Schleef  <ds@schleef.org>
21855
21856         * check/generic/states.c: 
21857         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
21858         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
21859           Fixes for changes in registry API.
21860
21861         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
21862           to GST_PLUGIN_LDFLAGS.
21863         * ext/libvisual/visual.c: Make the library shut up.
21864         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
21865         * gst-libs/gst/audio/gstaudiofilter.c: same
21866
21867 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21868
21869         * docs/plugins/Makefile.am:
21870         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21871         * docs/plugins/inspect/plugin-libvisual.xml:
21872         * docs/plugins/tmpl/element-tcpserversink.sgml:
21873         * ext/theora/theoraenc.c:
21874           add libvisual plugin and theoraenc element to docs
21875
21876 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21877
21878         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21879         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21880         * ext/theora/theoraenc.c:
21881           add theoraenc
21882
21883 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
21884
21885         * gst/audioconvert/Makefile.am:
21886           Audioconvert derives from GstBaseTransform and should
21887           link to the library with our base elements to avoid
21888           unresolved symbols. Makes things work with MinGW (#316160)
21889
21890         * gst/playback/test4.c: (main):
21891           Fix MinGW build problem and use g_usleep() instead of 
21892           sleep() (#316162)
21893
21894 2005-09-12  Wim Taymans  <wim@fluendo.com>
21895
21896         * gst/audioconvert/audioconvert.c: (float),
21897         (audio_convert_prepare_context), (audio_convert_convert):
21898         * gst/audioconvert/audioconvert.h:
21899         Cleanups, speedups, simplifications, added back support
21900         for 24 bits.
21901
21902 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21903
21904         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21905         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21906         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
21907         * docs/plugins/tmpl/element-tcpserversink.sgml:
21908         * gst/ffmpegcolorspace/gstffmpeg.c:
21909         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21910         * gst/videotestsrc/gstvideotestsrc.c:
21911         * gst/volume/gstvolume.c:
21912           add more elements to the docs
21913
21914 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
21915
21916         * check/Makefile.am:
21917         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
21918         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
21919           Add extra tests for basetransform based components. 
21920           Comment out the test_element_negotiation test until we decide
21921           if it's testing correct behaviour.
21922         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
21923         (gst_visual_chain), (gst_visual_change_state):
21924           Slightly more correct but still bogus timestamping.
21925           Fix state change function.
21926         * gst/audioconvert/gstaudioconvert.c:
21927         (gst_audio_convert_class_init):
21928         * gst/audioresample/gstaudioresample.c:
21929         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21930         (gst_ffmpegcsp_class_init):
21931         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
21932         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
21933         (gst_videoscale_prepare_image):
21934         * gst/volume/gstvolume.c: (gst_volume_class_init),
21935         (volume_transform_ip):
21936           Basetransform updates. Enable passthrough modes.
21937         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
21938         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
21939         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
21940           Negotiation fix that allows the window to return to the original
21941           size and renegotiate passthrough upstream. Extra debug output.
21942
21943 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21944
21945         * gst/sine/gstsinesrc.c:
21946         * gst/volume/gstvolume.c:
21947           fix up header include
21948
21949 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
21950
21951         * gst-libs/gst/audio/gstbaseaudiosink.c:
21952         (gst_base_audio_sink_render):
21953         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
21954         * gst/volume/gstvolume.c: (gst_volume_class_init),
21955         (volume_transform):
21956           fixing lost sync, some more debugging
21957
21958 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
21959
21960         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
21961         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
21962         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
21963         (gst_xvimagesink_check_xshm_calls):
21964           Fix compilation when XShm is not available.
21965
21966 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21967
21968         * ext/libvisual/visual.c: (gst_visual_dispose),
21969         (gst_visual_getcaps), (gst_visual_src_setcaps),
21970         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
21971         (gst_visual_change_state):
21972           Finish fixing up libvisual plugin so that it runs. 
21973
21974 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21975
21976         * ext/vorbis/vorbisenc.c:
21977         * gst-libs/gst/tag/gstvorbistag.c:
21978           gsttaginterface.h -> gsttagsetter.h
21979
21980 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21981
21982         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
21983           added another test that failes for me (test is not active by default)
21984
21985 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21986
21987         * configure.ac:
21988           v4l2 is no longer in gst-plugins-base
21989
21990 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21991
21992         * configure.ac:
21993           In the output at the end, don't show the first plugin on the same
21994           line as "Core plug-ins, always built:".
21995           Indent the output as for other plugin categories
21996         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
21997           #define that can be used to not use peer buffer_alloc functions for
21998           test purposes.
21999         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22000         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
22001         (gst_ximagesink_show_frame):
22002         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22003         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
22004         (gst_xvimagesink_show_frame):
22005           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
22006           fails gracefully instead of XError aborting or deadlocking.
22007
22008 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22009
22010         * ext/libvisual/Makefile.am:
22011           link against gst-base-libs
22012
22013 2005-09-06  David Schleef  <ds@schleef.org>
22014
22015         * configure.ac: Enable libvisual plugin.
22016         * ext/libvisual/Makefile.am:
22017         * ext/libvisual/visual.c: Fixes to make it compile.
22018
22019 === release 0.9.2 ===
22020
22021 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22022
22023         * NEWS:
22024         * RELEASE:
22025         * configure.ac:
22026         * docs/random/ChangeLog-0.8:
22027           releasing 0.9.2, "Spoon"
22028
22029 2005-09-05  Michael Smith <msmith@fluendo.com>
22030
22031         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22032           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
22033           that in the vorbisenc element.
22034
22035 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22036
22037         * common/gtk-doc-plugins.mak:
22038         * docs/plugins/Makefile.am:
22039           fix distcheck
22040         * gst/audioresample/resample.c:
22041           fix wrong docstring
22042
22043 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22044
22045         * common/gst-xmlinspect.py:
22046         * common/gtk-doc-plugins.mak:
22047           only inspect plugins for this given package
22048           require gst-python 0.9
22049
22050 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22051
22052         * Makefile.am:
22053         * autogen.sh:
22054         * common/gst-xmlinspect.py:
22055         * configure.ac:
22056         * docs/Makefile.am:
22057         * docs/plugins/inspect/plugin-alsa.xml:
22058         * docs/plugins/inspect/plugin-audioresample.xml:
22059         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22060         * docs/plugins/inspect/plugin-ogg.xml:
22061         * docs/plugins/tmpl/element-gnomevfssink.sgml:
22062         * docs/plugins/tmpl/element-multifdsink.sgml:
22063         * docs/plugins/tmpl/element-tcpserversink.sgml:
22064         * docs/plugins/tmpl/element-vorbisenc.sgml:
22065         * gst-plugins-base.spec.in:
22066           various doc-related updates
22067
22068 2005-08-31  Wim Taymans  <wim@fluendo.com>
22069
22070         * gst-libs/gst/audio/gstbaseaudiosink.c:
22071         (gst_base_audio_sink_render):
22072         Resync if the buffer timestamps drift more than a 10th 
22073         of a second.
22074
22075 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
22076
22077         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
22078         (gst_v4lsrc_get_property):
22079           The 'timestamp-offset' property is registered as an int64, so
22080           let's use g_value_{set|get}_int64() in our setter and getter
22081           functions (makes it work and fixes warnings with gst-inspect).
22082
22083 2005-08-30  Wim Taymans  <wim@fluendo.com>
22084
22085         * check/elements/audioconvert.c: (setup_audioconvert):
22086         * check/elements/audioresample.c: (setup_audioresample):
22087         * check/elements/volume.c: (setup_volume):
22088         Fix checks.
22089
22090 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22091
22092         * common/gtk-doc-plugins.mak:
22093         * common/plugins.xsl:
22094         * docs/plugins/Makefile.am:
22095           make module a param
22096
22097 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22098
22099         * examples/seeking/seek.c: (make_mp3_pipeline),
22100         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
22101         (play_cb), (pause_cb), (stop_cb):
22102           update the example
22103
22104 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22105
22106         * gst/volume/gstvolume.c: (gst_volume_class_init),
22107         (volume_transform):
22108           do not update controlled params, if buffer has no timestamp
22109
22110 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22111
22112         * configure.ac:
22113         * gst/sine/Makefile.am:
22114         * gst/volume/Makefile.am:
22115           controllerized elements also need to link against controller-libs ;)
22116
22117 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22118
22119         * docs/libs/tmpl/gstcolorbalance.sgml:
22120         * docs/libs/tmpl/gstgconf.sgml:
22121         * docs/libs/tmpl/gstmixer.sgml:
22122         * docs/libs/tmpl/gstringbuffer.sgml:
22123         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22124         (gst_sinesrc_create):
22125         * gst/volume/gstvolume.c: (gst_volume_class_init),
22126         (volume_transform):
22127           controllerized two audio plugins
22128
22129 2005-08-29  Andy Wingo  <wingo@pobox.com>
22130
22131         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
22132         (vorbis_handle_data_packet): Fix some int overflow errors.
22133
22134         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
22135         -1.
22136         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
22137         valid.
22138         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
22139         if it's valid. Fixed streaming-mode playback.
22140
22141         * check/elements/volume.c (cleanup_volume): Fix for running
22142         CK_FORK=no.
22143
22144         * check/elements/audioconvert.c: Convert from native endian, not
22145         little endian.
22146
22147 2005-08-29  Michael Smith <msmith@fluendo.com>
22148
22149         * ext/ogg/Makefile.am:
22150         * ext/ogg/gstogg.c: (plugin_init):
22151         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
22152         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
22153         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
22154         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
22155         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
22156         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
22157         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
22158         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
22159         Add an ogg parser element.
22160
22161 2005-08-28  Andy Wingo  <wingo@pobox.com>
22162
22163         * Updates for two-arg init from GST_BOILERPLATE_FULL.
22164
22165 2005-08-26  Wim Taymans  <wim@fluendo.com>
22166
22167         * gst/audioconvert/audioconvert.c: (if), (float),
22168         (audio_convert_get_func_index), (check_default),
22169         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22170         (audio_convert_clean_context), (audio_convert_get_sizes),
22171         (audio_convert_convert):
22172         Cleanups.
22173
22174 2005-08-26  Wim Taymans  <wim@fluendo.com>
22175
22176         * gst/audioconvert/audioconvert.c: (if), (float),
22177         (audio_convert_get_func_index), (check_default),
22178         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22179         (audio_convert_clean_context), (audio_convert_get_sizes),
22180         (audio_convert_convert):
22181         More elegant and working temp buffer selection algo.
22182
22183 2005-08-26  Wim Taymans  <wim@fluendo.com>
22184
22185         * gst/audioconvert/audioconvert.c: (if), (float),
22186         (audio_convert_get_func_index), (check_default),
22187         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22188         (audio_convert_clean_context), (audio_convert_get_sizes),
22189         (get_temp_buffer), (audio_convert_convert):
22190         Use realloc else we lose our original data.
22191
22192 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22193
22194         * gst/audioresample/gstaudioresample.c:
22195           use base class' newsegment to properly timestamp
22196
22197 2005-08-26  Wim Taymans  <wim@fluendo.com>
22198
22199         * gst/audioconvert/audioconvert.c: (if), (float),
22200         (audio_convert_get_func_index), (check_default),
22201         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22202         (audio_convert_clean_context), (audio_convert_get_sizes),
22203         (get_temp_buffer), (audio_convert_convert):
22204         * gst/audioconvert/gstaudioconvert.c:
22205         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
22206         (gst_audio_convert_transform_caps),
22207         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
22208         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
22209         Oops, allocate enough space to perform the channel mix.
22210
22211 2005-08-26  Wim Taymans  <wim@fluendo.com>
22212
22213         * gst/audioconvert/Makefile.am:
22214         * gst/audioconvert/audioconvert.c: (if), (float),
22215         (audio_convert_get_func_index), (check_default),
22216         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22217         (audio_convert_clean_context), (audio_convert_get_sizes),
22218         (get_temp_buffer), (audio_convert_convert):
22219         * gst/audioconvert/audioconvert.h:
22220         * gst/audioconvert/gstaudioconvert.c:
22221         (gst_audio_convert_class_init), (gst_audio_convert_init),
22222         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
22223         (gst_audio_convert_get_unit_size),
22224         (gst_audio_convert_transform_caps),
22225         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
22226         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
22227         * gst/audioconvert/gstaudioconvert.h:
22228         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22229         (gst_channel_mix_fill_identical),
22230         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
22231         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
22232         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
22233         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
22234         (gst_channel_mix_mix):
22235         * gst/audioconvert/gstchannelmix.h:
22236         Cleanups, librarify a bit, optimize, better negotiation and more.
22237
22238 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22239
22240         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
22241         Another from MikeS:
22242         During typefinding, don't support negative offsets
22243         (offsets from the end of the stream) in our typefind->peek() function
22244         - nothing embedded in ogg ever needs them. However, we need to recognise
22245         those requests and reject them, otherwise we return invalid pointers.
22246
22247 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22248
22249         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
22250         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
22251         (vorbisdec_finalize), (vorbis_handle_type_packet):
22252           Big shout-out to MikeS for fixing this giant memory leak.
22253           Huzzah!
22254
22255 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22256
22257         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
22258         (audio_convert_get_unit_size):
22259           plug some leaks
22260
22261 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22262
22263         * check/Makefile.am:
22264         * check/elements/audioconvert.c: (setup_audioconvert),
22265         (cleanup_audioconvert), (get_int_caps), (verify_convert),
22266         (GST_START_TEST), (audioconvert_suite), (main):
22267           add a test for audioconvert
22268         * gst/audioresample/gstaudioresample.c:
22269         * gst/audioresample/gstaudioresample.h:
22270           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
22271           note that for buffers of 1/3 sec this means DURATION(c) is 
22272           one nanosecond more than for a and b
22273
22274 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22275
22276         * check/Makefile.am:
22277         * check/elements/audioresample.c: (setup_audioresample),
22278         (cleanup_audioresample), (fail_unless_perfect_stream),
22279         (test_perfect_stream_instance), (GST_START_TEST),
22280           add a check for audioresample
22281         (audioresample_suite), (main):
22282         * check/elements/volume.c: (GST_START_TEST):
22283           remove unused method
22284         * gst/audioresample/gstaudioresample.c:
22285           set correct buffer parameters since we're changing them
22286         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22287           add some debug
22288
22289 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22290
22291         * gst/audioresample/debug.c:
22292         * gst/audioresample/gstaudioresample.c:
22293           add room for extra overlap samples when asked to transform size
22294           protect against possible mem corruption and check for discrepancies
22295           between written size and outbuffer's size so we can warn for
22296           potential problems
22297         * gst/audioresample/resample.c: (resample_init),
22298         (resample_get_output_size_for_input), (resample_get_output_size),
22299         (resample_set_n_channels), (resample_set_format):
22300           set debug level based on RESAMPLE_DEBUG env var
22301           make sure that get_output_size* returns a whole number of
22302           sample_size
22303           set sample_size each time either channel or format is set
22304         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
22305         * gst/audioresample/resample_functable.c:
22306         (resample_scale_functable):
22307         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22308           remove r->sample_size, it's done in resample.c now
22309           add some debugging to the ref implementation
22310           make sure we only give back bytes that are wholes of the sample
22311           size
22312
22313 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
22314         * gst/playback/gstplaybasebin.c: (fill_buffer):
22315         Revert unpopular change for GST_MESSAGE_SRC to GObject.
22316
22317 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
22318
22319         * gst/volume/gstvolume.c:
22320           made set_caps function static
22321
22322 2005-08-24  Wim Taymans  <wim@fluendo.com>
22323
22324         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22325         (gst_vorbisenc_change_state):
22326         Stop leaking taglists.
22327
22328 2005-08-24  Wim Taymans  <wim@fluendo.com>
22329
22330         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
22331         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
22332         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
22333         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
22334         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22335         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
22336         Parse seeking events better.
22337         Unref static caps.
22338         Generate correct newsegment events, fixes seeking in live oggs.
22339
22340         * ext/theora/theoradec.c: (theora_dec_src_query),
22341         (theora_dec_src_event), (theora_dec_src_getcaps),
22342         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
22343         Use newsegment values to report correct play time.
22344
22345         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22346         (vorbis_dec_src_event), (vorbis_dec_sink_event):
22347         * ext/vorbis/vorbisdec.h:
22348         Parse and use newsegment values to report correct play time.
22349
22350         * gst-libs/gst/audio/gstbaseaudiosink.c:
22351         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22352         Clear ringbuffer on flush.
22353         Use newsegment values to calculate playback time.
22354
22355         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
22356         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
22357         Basesink does newsegment calculations for us now.
22358
22359 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22360
22361         * check/Makefile.am:
22362         * configure.ac:
22363           add core's plugins to the mix so that playbin works
22364         * check/generic/states.c: (GST_START_TEST):
22365           set a 0 timeout on pipelines, so they don't force the next
22366           state change
22367         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
22368         (gst_play_base_bin_change_state):
22369           remove the crappy error handling and do GST error handling
22370
22371 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22372
22373         * check/Makefile.am:
22374         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
22375           add same test as to core, it bitches out on playbin atm.
22376
22377 2005-08-24  Wim Taymans  <wim@fluendo.com>
22378
22379         * configure.ac:
22380         Remove audioscale.
22381
22382 2005-08-24  Wim Taymans  <wim@fluendo.com>
22383
22384         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
22385         (gst_videoscale_prepare_size), (parse_caps),
22386         (gst_videoscale_set_caps), (gst_videoscale_get_size),
22387         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
22388         (gst_videoscale_transform):
22389         * gst/videoscale/gstvideoscale.h:
22390         Refactor, make use of BaseTranform really well.
22391
22392 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22393
22394         * configure.ac:
22395           compile audioresample
22396         * gst/audioresample/Makefile.am:
22397         * gst/audioresample/buffer.c:
22398         * gst/audioresample/functable.c:
22399         * gst/audioresample/gstaudioresample.c:
22400         * gst/audioresample/gstaudioresample.h:
22401         * gst/audioresample/resample.c:
22402         (resample_get_output_size_for_input):
22403         * gst/audioresample/resample.h:
22404         * gst/audioresample/resample_chunk.c:
22405         * gst/audioresample/resample_functable.c:
22406         * gst/audioresample/resample_ref.c:
22407           port to use basetransform; doesn't work in all cases yet
22408
22409 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22410
22411         * gst/audioconvert/gstaudioconvert.c:
22412         (gst_audio_convert_class_init), (gst_audio_convert_init),
22413         (audio_convert_get_unit_size), (audio_convert_transform_caps),
22414         (audio_convert_fixate_caps), (audio_convert_set_caps),
22415         (audio_convert_transform),
22416         (gst_audio_convert_buffer_to_default_format),
22417         (gst_audio_convert_buffer_from_default_format),
22418         (gst_audio_convert_channels):
22419         * gst/audioconvert/gstchannelmix.c:
22420         * gst/audioconvert/gstchannelmix.h:
22421           port to basetransform
22422         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22423         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
22424         (gst_ffmpegcsp_get_unit_size):
22425         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22426         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
22427           fix for basetransform changes
22428
22429 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
22430
22431         * check/Makefile.am:
22432           Add CHECK_CFLAGS and LDFLAGS
22433
22434         * gst/playback/gstplaybasebin.c: (fill_buffer):
22435           GST_MESSAGE_SRC became a GObject
22436
22437 2005-08-24  Wim Taymans  <wim@fluendo.com>
22438
22439         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
22440         (gst_ring_buffer_clear_all):
22441         * gst-libs/gst/audio/gstringbuffer.h:
22442         Added function to clear the ringbuffer.
22443
22444 2005-08-24  Andy Wingo  <wingo@pobox.com>
22445
22446         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
22447         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
22448         of _open and _close.
22449
22450         * sys/v4l/gstv4lxoverlay.h:
22451         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
22452         an Xv connection here, instead of all the time. Make Xv only be
22453         loaded if you axe for it. Kindof a workaround for buggy behaviour
22454         of Xv when using remote xservers (XvQueryExtension would block).
22455         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
22456         replace the _open and _close public API. Only start the xv
22457         connection if necessary.
22458         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
22459
22460 2005-08-23  David Schleef  <ds@schleef.org>
22461
22462         * gst/audioresample/Makefile.am: Leet audioresampling code
22463         * gst/audioresample/buffer.c:
22464         * gst/audioresample/buffer.h:
22465         * gst/audioresample/debug.c:
22466         * gst/audioresample/debug.h:
22467         * gst/audioresample/functable.c:
22468         * gst/audioresample/functable.h:
22469         * gst/audioresample/gstaudioresample.c:
22470         * gst/audioresample/gstaudioresample.h:
22471         * gst/audioresample/resample.c:
22472         * gst/audioresample/resample.h:
22473         * gst/audioresample/resample_chunk.c:
22474         * gst/audioresample/resample_functable.c:
22475         * gst/audioresample/resample_ref.c:
22476
22477 2005-08-23  Wim Taymans  <wim@fluendo.com>
22478
22479         * examples/seeking/seek.c: (make_vorbis_pipeline),
22480         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
22481         Small seek updates.
22482
22483 2005-08-23  Andy Wingo  <wingo@pobox.com>
22484
22485         * gst-libs/gst/audio/gstbaseaudiosrc.c
22486         (gst_base_audio_src_fixate): Only fixate endianness if it is
22487         present in the caps.
22488
22489 2005-08-22  Andy Wingo  <wingo@pobox.com>
22490
22491         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
22492         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
22493         device-name property.
22494
22495         * gst-libs/gst/audio/gstaudiosrc.h:
22496         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
22497         close_device in the ring buffer, like gstaudiosink.
22498
22499         * ext/alsa/gstalsamixer.h:
22500         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
22501         macro to implement the interface without much code. Cleanups. 
22502
22503         * ext/alsa/gstalsasrc.h:
22504         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
22505         READY.
22506
22507         * ext/alsa/Makefile.am: Add new files.
22508         * ext/alsa/gstalsamixerelement.c: 
22509         * ext/alsa/gstalsamixerelement.c: Split element code out from
22510         mixer code so that alsasrc can be a mixer too.
22511
22512 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22513
22514         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22515         (GST_START_TEST):
22516         * check/elements/vorbisdec.c: (setup_vorbisdec),
22517         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
22518         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22519         (vorbis_handle_identification_packet),
22520         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
22521         (vorbis_handle_header_packet), (vorbis_dec_push),
22522         (vorbis_dec_chain):
22523           use the setup/teardown methods to save code.  save code is good.
22524
22525 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22526
22527         * check/Makefile.am:
22528           add ext dir for plugins
22529           add vorbisdec test conditionally
22530         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22531         (GST_START_TEST), (volume_suite):
22532           add a test with wrong caps
22533         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
22534         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
22535           add a vorbisdec test
22536         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
22537         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
22538           clean up debug output
22539         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22540           yay, fix a segfault/security issue in vorbisdec
22541           gst-launch fakesrc ! vorbisdec wasn't happy
22542         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
22543         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
22544         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
22545         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
22546         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
22547         (gst_vorbisenc_set_metadata), (get_constraints_string),
22548         (update_start_message), (gst_vorbisenc_setup),
22549         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
22550         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
22551         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
22552         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
22553         * ext/vorbis/vorbisenc.h:
22554           march in line
22555         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22556         (gst_ffmpegcsp_transform):
22557           have the kow come home
22558         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22559           debug my func ptr
22560         * gst/volume/gstvolume.c: (volume_set_caps):
22561           add a debug
22562
22563 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22564
22565         * Makefile.am:
22566         * check/.cvsignore:
22567         * check/Makefile.am:
22568         * check/elements/.cvsignore:
22569         * check/elements/volume.c: (chain_func), (event_func),
22570         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
22571         (main):
22572         * configure.ac:
22573           add unit test structure for gst-plugins-base
22574           add a test for volume
22575         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
22576         (gst_volume_set_volume), (gst_volume_get_volume),
22577         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
22578         (volume_funcfind), (volume_process_float), (volume_process_int16),
22579         (volume_set_caps), (volume_transform), (volume_update_mute),
22580         (volume_update_volume), (volume_set_property),
22581         (volume_get_property):
22582           document a little; use basetransform vmethod _set_caps
22583
22584 2005-08-19  Andy Wingo  <wingo@pobox.com>
22585
22586         * ext/alsa/gstalsamixertrack.h:
22587         * ext/alsa/gstalsamixertrack.c:
22588         * ext/alsa/gstalsamixeroptions.h:
22589         * ext/alsa/gstalsamixeroptions.c:
22590         * ext/alsa/gstalsamixer.h:
22591         * ext/alsa/gstalsamixer.c: Port to 0.9.
22592
22593         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
22594         Remove gstalsa.c and alsaclock. No more cruft here.
22595         
22596 2005-08-18  Wim Taymans  <wim@fluendo.com>
22597
22598         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22599         (gst_base_rtp_depayload_chain),
22600         (gst_base_rtp_depayload_add_to_queue),
22601         (gst_base_rtp_depayload_push),
22602         (gst_base_rtp_depayload_queue_release):
22603         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22604         Fix for RTPBuffer changes.
22605
22606         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
22607         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
22608         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
22609         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
22610         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
22611         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
22612         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
22613         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
22614         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
22615         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
22616         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
22617         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
22618         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
22619         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
22620         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
22621         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
22622         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
22623         (gst_rtpbuffer_get_payload):
22624         * gst-libs/gst/rtp/gstrtpbuffer.h:
22625         Don't subclass GstBuffer but add methods and helper functions
22626         to construct and manipulate RTP packets in regular GstBuffers.
22627
22628 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
22629
22630         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
22631           moved statement below switch
22632         * gst/volume/gstvolume.c: (gst_volume_class_init):
22633           added debug ptr
22634
22635 2005-08-16  Wim Taymans  <wim@fluendo.com>
22636
22637         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22638         (gst_base_audio_src_change_state):
22639         Open and close device in READY<->NULL state change.
22640
22641 2005-08-16  Andy Wingo  <wingo@pobox.com>
22642
22643         * examples/seeking/Makefile.am: Don't compile non-compiling
22644         compiled objects with the compiler.
22645
22646         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
22647         elements.
22648
22649 2005-08-12  Philippe Khalaf <burger@speedy.org>
22650         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22651         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22652           Made a thread to release the queue.
22653           Removed timestamp conversion for now.
22654
22655 2005-08-10  Philippe Khalaf <burger@speedy.org>
22656         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22657         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22658           Added rtp timestamp -> gst timestamp conversion.
22659           Fixed several problems with queue.
22660
22661 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
22662
22663         * gst-libs/gst/audio/gstaudioclock.h:
22664         * gst-libs/gst/audio/gstaudiofilter.h:
22665         * gst-libs/gst/audio/gstaudiosink.h:
22666         * gst-libs/gst/audio/gstaudiosrc.h:
22667         * gst-libs/gst/audio/gstbaseaudiosink.h:
22668         * gst-libs/gst/audio/gstbaseaudiosrc.h:
22669         * gst-libs/gst/audio/gstringbuffer.h:
22670         * gst-libs/gst/net/gstnetbuffer.h:
22671         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22672         * gst-libs/gst/rtp/gstrtpbuffer.h:
22673           Add padding (you will need to rebuild gst-plugins-base,
22674           gst-plugins and all applications afterwards!)
22675
22676 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
22677
22678         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
22679         (gst_riff_parse_chunk):
22680           Fix bug in debug message and add some more debug messages.
22681
22682 2005-08-08  Edward Hervey  <edward@fluendo.com>
22683
22684         * gst-libs/gst/riff/riff-media.c:
22685         backported updates since branch
22686
22687 2005-08-08  Andy Wingo  <wingo@pobox.com>
22688
22689         * gst-libs/gst/audio/gstbaseaudiosink.c
22690         (gst_base_audio_sink_change_state): Open the device in NULL->READY
22691         like good elements should. Close on READY->NULL too.
22692
22693         * gst-libs/gst/audio/gstaudiosink.c
22694         (gst_audioringbuffer_open_device,
22695         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
22696         (gst_audioringbuffer_release): Updates for new ring buffer API,
22697         hook into the new audio sink api.
22698
22699         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
22700         (GstAudioSinkClass.close): Just open and close the device -- no
22701         resource allocation or configuration.
22702         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
22703         vmethods, handle device setup and resource allocation.
22704
22705         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
22706         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
22707         base class API.
22708
22709         * gst-libs/gst/audio/gstringbuffer.h
22710         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
22711         New vmethods.
22712
22713         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
22714         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
22715         New API functions. The device should be opened before acquiring
22716         and closed after releasing.
22717
22718 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
22719
22720         * gst-libs/gst/interfaces/mixer.h:
22721           Reset padding to GST_PADDING.
22722
22723 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22724
22725         * gst/playback/gstplaybin.c: (remove_sinks):
22726           Remove visualization from parent explicitely; works around some
22727           apparent refcount issue that I haven't tracked down yet.
22728
22729 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22730
22731         * ext/alsa/gstalsasink.c: (set_hwparams):
22732           Assign debug category, add negotiation debug msgs.
22733
22734 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22735
22736         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
22737           Fix error code for file-not-found to NOT_FOUND.
22738
22739 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22740
22741         * common/gtk-doc-plugins.mak:
22742         * docs/plugins/Makefile.am:
22743         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22744         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22745           renamed to actual element names, so much nicer to look at
22746         * docs/plugins/tmpl/gstmultifdsink.sgml:
22747           remove
22748         * docs/plugins/tmpl/multifdsink.sgml:
22749         * docs/plugins/tmpl/tcpserversink.sgml:
22750           add
22751         * ext/alsa/gstalsa.c:
22752         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
22753         * ext/ogg/gstoggmux.c:
22754         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
22755         * gst/playback/gstdecodebin.c:
22756         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22757         * gst/tcp/gsttcpserversink.c:
22758           various fixes and documentation additions
22759
22760 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22761
22762         * common/Makefile.am:
22763         * common/gstdoc-scangobj:
22764         * common/gtk-doc-plugins.mak:
22765         * common/gtk-doc.mak:
22766           add a custom scangobj that uses the registry
22767           add a custom gtk-doc-plugins.mak that uses it
22768           some doc build fixes
22769         * configure.ac:
22770         * docs/Makefile.am:
22771         * docs/plugins/Makefile.am:
22772         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22773         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22774         * docs/plugins/gst-plugins-base-plugins.types:
22775         * docs/plugins/tmpl/gstmultifdsink.sgml:
22776           add docs for one element, multifdsink
22777         * gst/adder/gstadder.h:
22778         * gst/volume/gstvolume.h:
22779           don't privatize enum
22780         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
22781         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
22782         (gst_sync_method_get_type), (gst_client_status_get_type),
22783         (gst_multifdsink_class_init),
22784         (gst_multifdsink_client_queue_buffer),
22785         (gst_multifdsink_handle_client_write):
22786         * gst/tcp/gstmultifdsink.h:
22787         * gst/tcp/gsttcp.h:
22788         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
22789         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
22790         (gst_tcpclientsink_render):
22791         * gst/tcp/gsttcpclientsink.h:
22792         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
22793         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
22794         (gst_tcpclientsrc_start):
22795         * gst/tcp/gsttcpclientsrc.h:
22796         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
22797         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
22798         * gst/tcp/gsttcpserversrc.h:
22799         * gst/typefind/gsttypefindfunctions.c:
22800           remove superfluous Type stuff
22801
22802 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22803
22804         * gst/playback/gstplaybin.c: (gen_video_element):
22805           Enable videoscale.
22806
22807 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22808
22809         * gst-libs/gst/gconf/gconf.c:
22810         * gst-libs/gst/gconf/gconf.h:
22811           Fix some Andy Problem [tm].
22812
22813 2005-08-04  Andy Wingo  <wingo@pobox.com>
22814
22815         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
22816         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
22817         (gst_ffmpegcsp_get_size): Adapt to API changes.
22818
22819         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
22820         Implement an in-place do-nothing transform.
22821
22822 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22823
22824         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
22825         (gst_ximagesink_renegotiate_size):
22826           Do not set new window sizes yet if we prepare a new buffer size
22827           for upstream renegotiation (software scaling) at some point in the
22828           future, because this new size waqs not actually accepted yet. Once
22829           accepted, renegotiation later on will set the new sizes just fine.
22830           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
22831           embedding testcase.
22832
22833 2005-08-03  Andy Wingo  <wingo@pobox.com>
22834
22835         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
22836         (gst_ximagesink_buffer_alloc): 
22837         Protect the height, width, and desired_caps with the pool_lock.
22838         Fixes videotestsrc ! queue ! ximagesink.
22839
22840 2005-08-02  Edward Hervey  <edward@fluendo.com>
22841
22842         * gst/volume/gstvolume.c:
22843         include left from controller cleanup
22844
22845 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
22846         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
22847           Stop collectpads before calling the parent state
22848           change function on PAUSED->READY.
22849
22850 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
22851         * configure.ac:
22852           When testing for X libs, use the X CFlags 
22853         * gst/adder/gstadder.c: (gst_adder_change_state):
22854           Stop the collectpads before calling parent state change function
22855           on PAUSED->READY, otherwise we deadlock deactivating pads.
22856
22857 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
22858
22859         * configure.ac:
22860         * docs/libs/tmpl/gstcolorbalance.sgml:
22861         * docs/libs/tmpl/gstmixer.sgml:
22862         * examples/Makefile.am:
22863         * gst/sine/Makefile.am:
22864         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
22865         (gst_sinesrc_set_property), (plugin_init):
22866         * gst/sine/gstsinesrc.h:
22867         * gst/volume/Makefile.am:
22868         * gst/volume/gstvolume.c: (gst_volume_set_volume),
22869         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
22870         (volume_process_float), (volume_process_int16),
22871         (volume_set_property), (plugin_init):
22872         * gst/volume/gstvolume.h:
22873           deactivate and remove dparams (libgstcontrol)
22874
22875 2005-07-29  Wim Taymans  <wim@fluendo.com>
22876
22877         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
22878         Convert me to BaseTransform!! help..
22879
22880 2005-07-29  Andy Wingo  <wingo@pobox.com>
22881
22882         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
22883         sinks.
22884
22885         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
22886         support of both endiannesses.
22887
22888 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
22889
22890         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
22891           Fix confusing debug message (s/event/query/)
22892
22893 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
22894
22895         * gst/videotestsrc/videotestsrc.h:
22896           Use "_stdint.h" instead of <stdint.h>
22897
22898 2005-07-27  Wim Taymans  <wim@fluendo.com>
22899
22900         * ext/vorbis/Makefile.am:
22901         Revert wrong commit.
22902
22903 2005-07-27  Wim Taymans  <wim@fluendo.com>
22904
22905         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
22906         More compilation fixen.
22907
22908 2005-07-27  Wim Taymans  <wim@fluendo.com>
22909
22910         * gst-libs/gst/audio/gstbaseaudiosink.c:
22911         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
22912         (gst_base_audio_sink_create_ringbuffer),
22913         (gst_base_audio_sink_change_state):
22914         Fix compilation.
22915
22916 2005-07-27  Wim Taymans  <wim@fluendo.com>
22917
22918         * examples/seeking/seek.c: (setup_dynamic_link),
22919         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
22920         (query_positions_elems), (query_positions_pads), (do_seek):
22921         Update seek example.
22922
22923         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
22924         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
22925         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
22926         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
22927         (gst_ogg_demux_handle_event),
22928         (gst_ogg_demux_deactivate_current_chain),
22929         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
22930         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22931         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
22932         (gst_ogg_demux_loop):
22933         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
22934         * ext/theora/theoradec.c: (theora_dec_src_event),
22935         (theora_dec_src_getcaps), (theora_dec_sink_event),
22936         (theora_dec_push), (theora_dec_chain):
22937         * ext/vorbis/Makefile.am:
22938         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
22939         (vorbis_dec_sink_event), (vorbis_dec_push),
22940         (vorbis_handle_data_packet):
22941         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
22942         (gst_vorbisenc_chain):
22943         * gst/playback/gststreaminfo.c: (cb_probe):
22944         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
22945         * gst/videorate/gstvideorate.c: (gst_videorate_event):
22946         * gst/videoscale/gstvideoscale.c:
22947         (gst_videoscale_handle_src_event):
22948         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
22949         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
22950         (gst_ximagesink_navigation_send_event):
22951         * sys/xvimage/xvimagesink.c:
22952         (gst_xvimagesink_navigation_send_event):
22953         Various event updates and cleanups
22954
22955 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22956
22957         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
22958           Fix segfault for I420/YV12.
22959
22960 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22961
22962         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
22963           Report bitrate.
22964
22965 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22966
22967         * gst/playback/gstplaybin.c: (gen_video_element),
22968         (gen_audio_element):
22969           Switch to auto*sink elements as default sinks; add volume element
22970           so that volume control in totem works.
22971
22972 2005-07-21  Wim Taymans  <wim@fluendo.com>
22973
22974         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
22975         * gst/playback/gstplaybin.c: (setup_sinks),
22976         (gst_play_bin_change_state):
22977         Refcount fix and more comments.
22978
22979 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22980
22981         * sys/ximage/Makefile.am:
22982         * sys/ximage/ximage.c: (plugin_init):
22983         * sys/ximage/ximagesink.c:
22984         Prepare for adding ximagesrc, rename of plugin to ximage etc.
22985         
22986
22987 2005-07-21  Wim Taymans  <wim@fluendo.com>
22988
22989         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
22990         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
22991         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
22992         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
22993         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
22994         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
22995         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
22996         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
22997         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
22998         Generate correct disconts for live chained oggs.
22999
23000         * gst-libs/gst/audio/gstbaseaudiosink.c:
23001         (gst_base_audio_sink_render),
23002         (gst_base_audio_sink_create_ringbuffer),
23003         (gst_base_audio_sink_change_state):
23004         Handle discont math correctly.
23005
23006         * gst/playback/gstplaybin.c: (add_sink):
23007         Some small debug cleanup.
23008
23009 2005-07-21  Wim Taymans  <wim@fluendo.com>
23010
23011         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
23012         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23013         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23014         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23015         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23016         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
23017         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23018         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
23019         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23020         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
23021         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
23022         (gst_ogg_demux_change_state), (gst_ogg_print):
23023         Reorganize code to send the right disconts when in streaming
23024         mode.
23025
23026 2005-07-20  Andy Wingo  <wingo@pobox.com>
23027
23028         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
23029         fix (?), fixes a seggie mcfalterson (#310894).
23030
23031 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23032
23033         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
23034         (gst_ogg_mux_set_header_on_caps):
23035         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23036         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23037         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
23038         * gst-libs/gst/audio/multichannel.c:
23039         (gst_audio_set_channel_positions),
23040         (gst_audio_set_structure_channel_positions_list):
23041         * gst/playback/gstdecodebin.c: (dynamic_create):
23042         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
23043         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
23044           Fixes for API changes in core.
23045
23046 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23047
23048         * gst/playback/gstplaybasebin.c: (fill_buffer):
23049           Use _new_custom() so we can set custom message types for buffering
23050           messages.
23051
23052 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23053
23054         * configure.ac:
23055         * gst-libs/gst/Makefile.am:
23056         * gst-libs/gst/gconf/.cvsignore:
23057         * gst-libs/gst/gconf/Makefile.am:
23058         * gst-libs/gst/gconf/test-gconf.c:
23059         * pkgconfig/Makefile.am:
23060         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
23061         * pkgconfig/gstreamer-gconf.pc.in:
23062           Remove gconf stuff, use gconf elements instead from now on.
23063
23064 2005-07-20  Wim Taymans  <wim@fluendo.com>
23065
23066         * gst-libs/gst/audio/TODO:
23067         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
23068         (gst_audio_clock_get_internal_time):
23069         * gst-libs/gst/audio/gstaudioclock.h:
23070         * gst-libs/gst/audio/gstbaseaudiosink.c:
23071         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23072         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
23073         (gst_base_audio_sink_render),
23074         (gst_base_audio_sink_create_ringbuffer),
23075         (gst_base_audio_sink_change_state):
23076         Make sure the audio clock always returns an increasing value.
23077
23078 2005-07-19  Andy Wingo  <wingo@pobox.com>
23079
23080         * gst/videotestsrc/: Cleanups.
23081
23082 2005-07-19  Wim Taymans  <wim@fluendo.com>
23083
23084         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23085         Better debugging.
23086
23087 2005-07-19  Wim Taymans  <wim@fluendo.com>
23088
23089         * examples/seeking/seek.c: (make_dv_pipeline),
23090         (make_vorbis_theora_pipeline), (query_rates),
23091         (query_positions_elems), (query_positions_pads), (do_seek):
23092         Make correct DV pipeline.
23093
23094 2005-07-18  Andy Wingo  <wingo@pobox.com>
23095
23096         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
23097         default. Also because it's the only thing that really works. (This
23098         is used in the GConf elements).
23099         Use AS_LIBTOOL_TAGS.
23100
23101 2005-07-18  Wim Taymans  <wim@fluendo.com>
23102
23103         * gst/playback/gstdecodebin.c: (remove_element_chain):
23104         * gst/playback/gstplaybin.c: (add_sink):
23105         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23106         (gst_stream_info_set_mute):
23107         * gst/playback/gststreamselector.c:
23108         (gst_stream_selector_get_linked_pad),
23109         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
23110         More leak and compile fixes.
23111
23112 2005-07-18  Wim Taymans  <wim@fluendo.com>
23113
23114         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23115         (query_rates), (query_positions_elems), (query_positions_pads),
23116         (do_seek), (seek_cb), (stop_seek):
23117         Updated seek example. 
23118
23119         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
23120         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
23121         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
23122         * gst/playback/gstplaybin.c: (add_sink):
23123         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23124         (gst_stream_info_set_mute):
23125         Some refcount leak fixes.
23126
23127 2005-07-16  Wim Taymans  <wim@fluendo.com>
23128
23129         * gst-libs/gst/audio/gstbaseaudiosink.c:
23130         (gst_base_audio_sink_render):
23131         Align samples even if we have roundoff errors in the 
23132         timestamp conversion.
23133
23134 2005-07-16  Wim Taymans  <wim@fluendo.com>
23135
23136         * docs/libs/tmpl/gstringbuffer.sgml:
23137         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23138         (query_rates), (query_positions_elems), (query_positions_pads),
23139         (update_scale), (do_seek):
23140         Updated seek example.
23141
23142         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23143         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
23144         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
23145         (gst_ogg_demux_loop):
23146         Push out correct discont values.
23147
23148         * ext/theora/theoradec.c: (theora_dec_src_convert),
23149         (theora_dec_sink_convert), (theora_dec_src_getcaps),
23150         (theora_dec_sink_event), (theora_handle_type_packet),
23151         (theora_handle_header_packet), (theora_dec_push),
23152         (theora_handle_data_packet), (theora_dec_chain),
23153         (theora_dec_change_state):
23154         Better timestamping.
23155
23156         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23157         (vorbis_dec_sink_event), (vorbis_dec_push),
23158         (vorbis_handle_data_packet), (vorbis_dec_chain):
23159         * ext/vorbis/vorbisdec.h:
23160         Better timestamping.
23161
23162         * gst-libs/gst/audio/gstbaseaudiosink.c:
23163         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
23164         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23165         Handle syncing on timestamps instead of sample offsets. Make
23166         use of DISCONT values as described in design docs.
23167
23168         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23169         (gst_base_audio_src_get_time):
23170         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
23171         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
23172         (gst_ring_buffer_read):
23173         * gst-libs/gst/audio/gstringbuffer.h:
23174         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
23175         (gst_ximagesink_show_frame):
23176         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23177         Correcly convert buffer timestamp to stream time.
23178
23179 2005-07-16  Wim Taymans  <wim@fluendo.com>
23180
23181         * gst/audioconvert/gstaudioconvert.c:
23182         (gst_audio_convert_get_buffer):
23183         Timestamp buffers correctly.
23184
23185         * gst/playback/gstplaybin.c: (gen_video_element):
23186         Make internal fakesink silent.
23187
23188 2005-07-15  Wim Taymans  <wim@fluendo.com>
23189
23190         * gst/ffmpegcolorspace/Makefile.am:
23191         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23192         (gst_ffmpegcsp_caps_remove_format_info),
23193         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
23194         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
23195         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
23196         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
23197         Ported ffmpegcolorspace to basetransform.
23198
23199         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
23200         * gst/volume/gstvolume.c: (volume_transform):
23201         Ported to new API.
23202
23203 2005-07-14  Wim Taymans  <wim@fluendo.com>
23204
23205         * gst/videotestsrc/Makefile.am:
23206         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
23207         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
23208         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
23209         (gst_videotestsrc_init), (gst_videotestsrc_event),
23210         (gst_videotestsrc_create), (gst_videotestsrc_start),
23211         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
23212         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23213         (gst_videotestsrc_get_property):
23214         * gst/videotestsrc/gstvideotestsrc.h:
23215         Make videotestsrc a pushsrc.
23216
23217 2005-07-14  Wim Taymans  <wim@fluendo.com>
23218
23219         * gst/tcp/gstfdset.c: (gst_fdset_free):
23220         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
23221         (gst_multifdsink_add), (gst_multifdsink_remove),
23222         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
23223         (gst_multifdsink_remove_client_link),
23224         (gst_multifdsink_client_queue_data),
23225         (gst_multifdsink_client_queue_caps),
23226         (gst_multifdsink_client_queue_buffer),
23227         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
23228         (gst_multifdsink_stop):
23229         * gst/tcp/gstmultifdsink.h:
23230         0.8 backporting.
23231
23232         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
23233         Also draw image when not from a pool.
23234
23235 2005-07-14  Wim Taymans  <wim@fluendo.com>
23236
23237         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
23238         (mute_stream), (silence_stream):
23239         Small debug additions.
23240
23241 2005-07-14  Wim Taymans  <wim@fluendo.com>
23242
23243         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23244         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23245         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
23246         Better error recovery, ignore unconnected pads and
23247         non-fatal errors.
23248
23249 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23250
23251         * docs/libs/tmpl/gstaudio.sgml:
23252         * docs/libs/tmpl/gstcolorbalance.sgml:
23253         * docs/libs/tmpl/gstgconf.sgml:
23254         * docs/libs/tmpl/gstmixer.sgml:
23255         * docs/libs/tmpl/gstringbuffer.sgml:
23256         * docs/libs/tmpl/gsttuner.sgml:
23257         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23258         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23259         (gst_tcpclientsrc_class_init):
23260         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23261         (gst_tcpserversrc_class_init):
23262         * sys/v4l/gstv4lelement.c:
23263           more autistic cleanliness in functions/names/defines
23264
23265 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23266
23267         * configure.ac:
23268           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
23269           added manually to each Makefile.am so we are sure it goes
23270           *last* and doesn't add -L flags before linking in libs of our
23271           own, like, say, internal .la libs, that then accidentally pick
23272           up the installed copy.
23273         * docs/libs/Makefile.am:
23274         * ext/alsa/Makefile.am:
23275         * ext/cdparanoia/Makefile.am:
23276         * ext/gnomevfs/Makefile.am:
23277         * ext/libvisual/Makefile.am:
23278         * ext/ogg/Makefile.am:
23279         * ext/theora/Makefile.am:
23280         * ext/vorbis/Makefile.am:
23281         * gst-libs/gst/video/Makefile.am:
23282         * gst/adder/Makefile.am:
23283         * gst/audioconvert/Makefile.am:
23284         * gst/audiorate/Makefile.am:
23285         * gst/audioscale/Makefile.am:
23286         * gst/ffmpegcolorspace/Makefile.am:
23287         * gst/playback/Makefile.am:
23288         * gst/sine/Makefile.am:
23289         * gst/subparse/Makefile.am:
23290         * gst/tags/Makefile.am:
23291         * gst/tcp/Makefile.am:
23292         * gst/typefind/Makefile.am:
23293         * gst/videorate/Makefile.am:
23294         * gst/videoscale/Makefile.am:
23295         * gst/videotestsrc/Makefile.am:
23296         * gst/volume/Makefile.am:
23297         * sys/v4l/Makefile.am:
23298         * sys/ximage/Makefile.am:
23299         * sys/xvimage/Makefile.am:
23300           adapt properly to this change. This should make sure that
23301           plugins and libs properly link to the as-yet-uninstalled
23302           copies of stuff like libgstinterfaces and libgstvideo
23303
23304 2005-07-13  Andy Wingo  <wingo@pobox.com>
23305
23306         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
23307         (gst_v4lsrc_fixate): Fixate on format as well.
23308
23309         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
23310         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
23311         buffer points to it.
23312         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
23313         rather just doing X calls ourselves. Also fixes a memleak.
23314
23315 2005-07-12  Andy Wingo  <wingo@pobox.com>
23316
23317         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
23318         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
23319         (gst_v4lsrc_create): Re-add the copy-mode property, default to
23320         TRUE to avoid deadlocks if an element holds on to our buffers.
23321
23322 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23323
23324         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23325         (gst_sinesrc_init), (gst_sinesrc_create),
23326         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23327         (gst_sinesrc_start):
23328         * gst/sine/gstsinesrc.h:
23329           removing num-buffers property before moving it
23330
23331 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
23332
23333         * configure.ac:
23334           use overridable ERROR_CFLAGS
23335         * docs/libs/gst-plugins-base-libs.types:
23336         * docs/libs/tmpl/gstringbuffer.sgml:
23337         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
23338         (gst_alsasink_class_init):
23339         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23340         (gst_alsasrc_class_init):
23341         * gst-libs/gst/audio/audio.h:
23342         * gst-libs/gst/audio/gstaudioclock.h:
23343         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
23344         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
23345         (gst_audio_filter_link), (gst_audio_filter_init),
23346         (gst_audio_filter_chain), (gst_audio_filter_set_property),
23347         (gst_audio_filter_get_property),
23348         (gst_audio_filter_class_add_pad_templates):
23349         * gst-libs/gst/audio/gstaudiofilter.h:
23350         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23351         (gst_audio_filter_template_get_type),
23352         (gst_audio_filter_template_base_init),
23353         (gst_audio_filter_template_class_init),
23354         (gst_audio_filter_template_init),
23355         (gst_audio_filter_template_set_property),
23356         (gst_audio_filter_template_get_property), (plugin_init),
23357         (gst_audio_filter_template_setup),
23358         (gst_audio_filter_template_filter),
23359         (gst_audio_filter_template_filter_inplace):
23360         * gst-libs/gst/audio/gstaudiosink.c:
23361         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23362         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
23363         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23364         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23365         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
23366         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
23367         * gst-libs/gst/audio/gstaudiosink.h:
23368         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23369         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23370         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23371         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
23372         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
23373         (gst_audio_src_class_init), (gst_audio_src_init),
23374         (gst_audio_src_create_ringbuffer):
23375         * gst-libs/gst/audio/gstaudiosrc.h:
23376         * gst-libs/gst/audio/gstbaseaudiosink.c:
23377         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
23378         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23379         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
23380         (gst_base_audio_sink_set_property),
23381         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
23382         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
23383         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
23384         (gst_base_audio_sink_create_ringbuffer),
23385         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
23386         * gst-libs/gst/audio/gstbaseaudiosink.h:
23387         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23388         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
23389         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
23390         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
23391         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
23392         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
23393         (gst_base_audio_src_event), (gst_base_audio_src_create),
23394         (gst_base_audio_src_create_ringbuffer),
23395         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
23396         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23397         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
23398         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
23399         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
23400         (gst_ring_buffer_debug_spec_caps),
23401         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
23402         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
23403         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
23404         (gst_ring_buffer_start), (gst_ring_buffer_pause),
23405         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
23406         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
23407         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
23408         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
23409         (gst_ring_buffer_clear):
23410         * gst-libs/gst/audio/gstringbuffer.h:
23411         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
23412         (gst_video_sink_class_init), (gst_video_sink_get_type):
23413         * gst-libs/gst/video/videosink.h:
23414         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23415         (gst_multifdsink_class_init),
23416         (gst_multifdsink_handle_client_write),
23417         (gst_multifdsink_change_state):
23418         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23419         (gst_tcpclientsink_setcaps):
23420         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23421         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
23422         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
23423         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
23424         (gst_ximagesink_send_pending_navigation),
23425         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
23426         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
23427         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
23428         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
23429         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
23430         (gst_xvimagesink_send_pending_navigation),
23431         (gst_xvimagesink_navigation_send_event),
23432         (gst_xvimagesink_set_xwindow_id),
23433         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
23434         (gst_xvimagesink_get_type):
23435         more macro splitting
23436
23437 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23438
23439         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23440           plug a memleak, allows me to import 1479 albums in one go
23441           in jamboree
23442         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23443         (vorbis_handle_type_packet), (vorbis_dec_chain),
23444         (vorbis_dec_change_state):
23445           fix some format strings
23446
23447 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23448
23449         * docs/libs/tmpl/gstcolorbalance.sgml:
23450         * docs/libs/tmpl/gstmixer.sgml:
23451         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
23452         (gst_alsasink_set_property), (gst_alsasink_get_property):
23453         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
23454         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
23455           add device property
23456
23457 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23458
23459         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23460         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23461         (audiocast_register_listener), (audiocast_thread_run),
23462         (gst_gnomevfssrc_send_additional_headers_callback),
23463         (gst_gnomevfssrc_received_headers_callback),
23464         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
23465         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
23466         (gst_gnomevfssrc_get_size):
23467           add/clean up debugging
23468         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
23469           cleanups
23470
23471 2005-07-07  Andy Wingo  <wingo@pobox.com>
23472
23473         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
23474         framerate. Need to get a handle on when exactly this function is
23475         called, tho.
23476
23477         * sys/v4l/v4lsrc_calls.h:
23478         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
23479         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
23480         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
23481
23482         * sys/v4l/v4l_calls.h: Cast to V4lElement.
23483         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
23484         v4lelements are sources.
23485
23486         * sys/v4l/gstv4lxoverlay.h:
23487         * sys/v4l/gstv4lxoverlay.c:
23488         * sys/v4l/gstv4ltuner.h:
23489         * sys/v4l/gstv4ltuner.c: Header loc fixen.
23490         
23491         * sys/v4l/gstv4lsrc.h:
23492         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
23493         PushSrc/BaseSrc. Removed most sync-related properties, videorate
23494         or something should handle that. Made a live source.
23495
23496         * sys/v4l/gstv4lelement.h:
23497         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
23498         signals. Some cleanups.
23499
23500         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
23501
23502         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
23503         stuff.
23504
23505         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
23506         stuff.
23507
23508         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
23509
23510 2005-07-07  Wim Taymans  <wim@fluendo.com>
23511
23512         * ext/theora/theoradec.c: (theora_get_query_types),
23513         (theora_dec_src_getcaps), (theora_dec_push):
23514         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
23515         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
23516         Remove deprecated/unused query types.
23517
23518 2005-07-06  Wim Taymans  <wim@fluendo.com>
23519
23520         * ext/alsa/Makefile.am:
23521         * ext/alsa/gstalsaplugin.c: (plugin_init):
23522         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
23523         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23524         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
23525         (gst_alsasrc_class_init), (gst_alsasrc_init),
23526         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
23527         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
23528         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
23529         (gst_alsasrc_reset):
23530         * ext/alsa/gstalsasrc.h:
23531         * gst-libs/gst/audio/Makefile.am:
23532         * gst-libs/gst/audio/gstaudiosink.c:
23533         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23534         (gst_audioringbuffer_start):
23535         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23536         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23537         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
23538         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
23539         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23540         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23541         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
23542         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
23543         * gst-libs/gst/audio/gstaudiosrc.h:
23544         * gst-libs/gst/audio/gstbaseaudiosink.c:
23545         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23546         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
23547         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
23548         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23549         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
23550         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
23551         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
23552         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
23553         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
23554         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
23555         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
23556         (gst_baseaudiosrc_change_state):
23557         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23558         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
23559         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
23560         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
23561         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
23562         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
23563         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
23564         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
23565         * gst-libs/gst/audio/gstringbuffer.h:
23566         Added audiosource base classes.
23567         Ported alsasrc, still very basic.
23568
23569 2005-07-06  Wim Taymans  <wim@fluendo.com>
23570
23571         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
23572         (theora_dec_push), (theora_handle_data_packet):
23573         Prepare for better timestamp fix later.
23574
23575         * gst/audioconvert/gstaudioconvert.c:
23576         List most accurate caps first
23577
23578         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
23579         Use proper pad task function.
23580
23581         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23582         (gst_xvimagesink_show_frame):
23583         Fix deadlock when alloc failed.
23584
23585 2005-07-05  Andy Wingo  <wingo@pobox.com>
23586
23587         * ext/gnomevfs/gstgnomevfssrc.c:
23588         * gst/sine/gstsinesrc.c:
23589         * gst/tcp/gsttcpserversrc.c:
23590         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
23591
23592         * sys/v4l/: Port from 0.8.
23593
23594         * Many files: Null if we got it....
23595
23596 2005-07-05  Andy Wingo  <wingo@pobox.com>
23597
23598         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
23599         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
23600         Signedness fixes.
23601
23602 2005-07-05  Wim Taymans  <wim@fluendo.com>
23603
23604         * configure.ac:
23605         * gst/tcp/Makefile.am:
23606         * gst/tcp/README:
23607         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23608         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
23609         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
23610         (is_sync_frame), (gst_multifdsink_handle_client_write),
23611         (gst_multifdsink_render), (gst_multifdsink_start),
23612         (gst_multifdsink_stop), (gst_multifdsink_change_state):
23613         * gst/tcp/gstmultifdsink.h:
23614         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
23615         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
23616         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
23617         * gst/tcp/gsttcp.h:
23618         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23619         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23620         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
23621         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
23622         * gst/tcp/gsttcpclientsink.h:
23623         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23624         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
23625         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
23626         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
23627         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
23628         * gst/tcp/gsttcpclientsrc.h:
23629         * gst/tcp/gsttcpplugin.c: (plugin_init):
23630         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
23631         * gst/tcp/gsttcpserversink.h:
23632         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23633         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
23634         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
23635         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
23636         (gst_tcpserversrc_stop):
23637         * gst/tcp/gsttcpserversrc.h:
23638         * gst/tcp/gsttcpsink.c:
23639         * gst/tcp/gsttcpsink.h:
23640         * gst/tcp/gsttcpsrc.c:
23641         * gst/tcp/gsttcpsrc.h:
23642         Ported tcp plugins to 0.9. 
23643         
23644
23645 2005-07-05  Andy Wingo  <wingo@pobox.com>
23646
23647         * gst/playback/gstplaybasebin.c (fill_buffer):
23648         message_new_application fixen.
23649
23650         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
23651         Style fix.
23652
23653 2005-07-04  Wim Taymans  <wim@fluendo.com>
23654
23655         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
23656         Set caps on output buffer.
23657
23658 2005-07-04  Andy Wingo  <wingo@pobox.com>
23659
23660         * ext/gnomevfs/gstgnomevfssrc.c
23661         (gst_gnomevfssrc_received_headers_callback) 
23662         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
23663         hopefully.
23664
23665         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
23666         No refcount leakage.
23667
23668         * configure.ac: Enable -Werror.
23669         
23670         * ext/theora/theoradec.c (theora_dec_src_getcaps):
23671         * gst/audioconvert/bufferframesconvert.c
23672         (buffer_frames_convert_fixate):
23673         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
23674         (gst_audio_convert_fixate):
23675         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
23676         (gst_sinesrc_create): Fixate func changes.
23677         
23678         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23679         (gst_ximagesink_buffer_alloc): Unused var.
23680
23681 2005-07-01  Andy Wingo  <wingo@pobox.com>
23682
23683         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
23684         getcaps to do explicit caps. Needs to be done in all decoders,
23685         possibly via a base class.
23686
23687         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
23688
23689         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
23690         caps on the sink pad, just rely on the pad template. Also, setting
23691         ANY caps on a pad is not valid because the caps are not fixed.
23692
23693         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
23694         caps on the buffer, and get the width from the desired_caps if
23695         they're set.
23696         (gst_ximagesink_renegotiate_size): Implement via setting the
23697         desired_caps on the ximagesink.
23698         (gst_ximagesink_setcaps): Only reset the width of the player if it
23699         wasn't already set. Not sure if this is right.
23700         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
23701
23702         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
23703         that the user wants. NULL unless the window has been resized.
23704
23705         * gst/volume/gstvolume.c (volume_transform): Adapt to
23706         basetransform refcount changes.
23707         
23708 2005-07-01  Andy Wingo  <wingo@pobox.com>
23709
23710         * gst/videoscale/gstvideoscale.c:
23711         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
23712         from BaseTransform, implements a transform_caps. Removed dead code
23713         including some PAR stuff that was never reached -- should probably
23714         be added back somehow.
23715
23716 2005-07-01  Andy Wingo  <wingo@pobox.com>
23717
23718         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
23719         come later.
23720
23721 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
23722
23723         * configure.ac:
23724         * docs/libs/Makefile.am:
23725         * docs/libs/gst-plugins-libs.types:
23726         * ext/alsa/Makefile.am:
23727         * ext/alsa/gstalsamixer.h:
23728         * ext/alsa/gstalsamixeroptions.h:
23729         * ext/alsa/gstalsamixertrack.h:
23730         * gst-libs/gst/Makefile.am:
23731         * gst-libs/gst/colorbalance/.cvsignore:
23732         * gst-libs/gst/colorbalance/Makefile.am:
23733         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
23734         * gst-libs/gst/colorbalance/colorbalance.c:
23735         * gst-libs/gst/colorbalance/colorbalance.h:
23736         * gst-libs/gst/colorbalance/colorbalance.vcproj:
23737         * gst-libs/gst/colorbalance/colorbalancechannel.c:
23738         * gst-libs/gst/colorbalance/colorbalancechannel.h:
23739         * gst-libs/gst/interfaces/Makefile.am:
23740         * gst-libs/gst/interfaces/colorbalance.c:
23741         (gst_color_balance_class_init):
23742         * gst-libs/gst/interfaces/colorbalance.h:
23743         * gst-libs/gst/interfaces/interfaces-marshal.list:
23744         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
23745         * gst-libs/gst/interfaces/mixer.h:
23746         * gst-libs/gst/interfaces/mixeroptions.h:
23747         * gst-libs/gst/interfaces/navigation.c:
23748         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
23749         * gst-libs/gst/interfaces/tuner.h:
23750         * gst/volume/Makefile.am:
23751         * gst/volume/gstvolume.c:
23752         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
23753         * sys/ximage/Makefile.am:
23754         * sys/ximage/ximagesink.c:
23755         * sys/xvimage/Makefile.am:
23756         * sys/xvimage/xvimagesink.c:
23757           fold in all interfaces into an interfaces dir, preserving CVS
23758           history
23759
23760 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23761
23762         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
23763           Fix build after riff changes.
23764
23765 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23766
23767         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
23768         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
23769         (gst_riff_create_video_template_caps),
23770         (gst_riff_create_audio_template_caps),
23771         (gst_riff_create_iavs_template_caps):
23772         * gst-libs/gst/riff/riff-media.h:
23773         * gst-libs/gst/riff/riff-read.h:
23774         * gst-libs/gst/riff/riff.c: (gst_riff_init):
23775           Add gst_riff_init() to initialize the debug category, instead
23776           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
23777
23778 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23779
23780         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
23781           Oops, I shouldn't apply hacks.
23782
23783 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23784
23785         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
23786           Remove pad_loop function which doesn't work.
23787
23788 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23789
23790         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
23791           Send EOS when deactivating.
23792         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
23793         (check_queue), (queue_threshold_reached), (queue_out_of_data),
23794         (gen_preroll_element), (probe_triggered), (mute_stream),
23795         (silence_stream), (new_decoded_pad), (setup_substreams),
23796         (set_active_source):
23797         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
23798         (remove_sinks), (add_sink):
23799         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
23800           Change for new probe API.
23801
23802 2005-06-29  Wim Taymans  <wim@fluendo.com>
23803
23804         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
23805         * gst-libs/gst/audio/gstbaseaudiosink.c:
23806         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23807         (gst_baseaudiosink_change_state):
23808         * gst-libs/gst/audio/gstbaseaudiosink.h:
23809         * gst-libs/gst/audio/gstringbuffer.c:
23810         (gst_ringbuffer_set_callback):
23811         Fix compilation error.
23812         Ringbuffer starts out as not running.
23813         Free our clock in dispose.
23814         When releasing the ringbuffer we need to renegotiate so
23815         clear the pad caps.
23816
23817 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
23818
23819         * autogen.sh:
23820         * configure.ac:
23821         * docs/Makefile.am:
23822         * docs/libs/Makefile.am:
23823         * docs/libs/gst-plugins-libs-docs.sgml:
23824         * docs/libs/gst-plugins-libs-sections.txt:
23825         * docs/libs/gst-plugins-libs.types:
23826         * docs/libs/tmpl/gstaudio.sgml:
23827         * docs/libs/tmpl/gstcolorbalance.sgml:
23828         * docs/libs/tmpl/gstringbuffer.sgml:
23829         * gst-libs/gst/audio/gstringbuffer.c:
23830         (gst_ringbuffer_set_callback):
23831           reinstate gtk-doc docs for plugin libs
23832
23833 2005-06-28  Wim Taymans  <wim@fluendo.com>
23834
23835         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23836         (gst_ogg_demux_init):
23837         Removed pad loop function.
23838
23839 2005-06-28  Wim Taymans  <wim@fluendo.com>
23840
23841         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
23842         If we're building a chain we are not in an error case
23843         when we queue a buffer.
23844
23845 2005-06-28  Andy Wingo  <wingo@pobox.com>
23846
23847         * *.c: Don't cast to GstObject before reffing/unreffing.
23848
23849 2005-06-27  Andy Wingo  <wingo@pobox.com>
23850
23851         * gst/videotestsrc/gstvideotestsrc.c
23852         (gst_videotestsrc_activate_push): Activation API changes.
23853
23854         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
23855         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
23856         they have refs on the decodebin.
23857
23858         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
23859         parent class.
23860         (gst_ogg_pad_typefind): Don't leak a pad ref.
23861         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
23862         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
23863         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
23864
23865 2005-06-27  Edward Hervey  <edward@fluendo.com>
23866
23867         * ext/theora/theoradec.c: (theora_dec_change_state): 
23868         re-arranged call to parent's state change in order to avoid locks (or
23869         worse).
23870
23871 2005-06-26  Edward Hervey  <edward@fluendo.com>
23872
23873         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
23874         2nd argument of 'unknow-type' signal is a GstCaps and not a
23875         GstMiniObject
23876
23877 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
23878         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
23879           Set the worker thread's running flag to TRUE before starting the
23880           thread.
23881         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
23882           Catch a failure to add typefind to the bin.
23883
23884 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23885
23886         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23887         (gst_sinesrc_init), (gst_sinesrc_create),
23888         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23889         (gst_sinesrc_start):
23890         * gst/sine/gstsinesrc.h:
23891           add num-buffers and timestamp-offset properties
23892         * gst/videotestsrc/gstvideotestsrc.c:
23893         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
23894         (gst_videotestsrc_get_property):
23895           add timestamp-offset property
23896
23897 2005-06-23  Christian Schaller  <uraeus@gnome.org>
23898
23899         * configure.ac: add videorate
23900         * gst-plugins-base.spec.in: add videorate
23901
23902 2005-06-23  Wim Taymans  <wim@fluendo.com>
23903
23904         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
23905         (gst_videorate_getcaps), (gst_videorate_setcaps),
23906         (gst_videorate_event), (gst_videorate_chain):
23907         Fixed videorate, fixating an already fixated caps is not
23908         an error.
23909
23910 2005-06-23  Wim Taymans  <wim@fluendo.com>
23911
23912         * ext/ogg/README:
23913         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
23914         Buffer on caps is not boxed anymore.
23915
23916 2005-06-22  Wim Taymans  <wim@fluendo.com>
23917
23918         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23919         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23920         Set buffers on caps as miniobjects and not as boxed.
23921
23922 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23923
23924         * configure.ac:
23925           back to HEAD
23926
23927 === release 0.9.1 ===
23928
23929 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23930
23931         * .cvsignore:
23932         * NEWS:
23933         * README:
23934         * RELEASE:
23935         * configure.ac:
23936         * po/af.po:
23937         * po/az.po:
23938         * po/cs.po:
23939         * po/en_GB.po:
23940         * po/hu.po:
23941         * po/it.po:
23942         * po/nb.po:
23943         * po/nl.po:
23944         * po/or.po:
23945         * po/sq.po:
23946         * po/sr.po:
23947         * po/sv.po:
23948         * po/uk.po:
23949         * po/vi.po:
23950           updates for release
23951
23952 2005-06-09  Andy Wingo  <wingo@pobox.com>
23953
23954         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
23955         
23956 2005-06-09  Andy Wingo  <wingo@pobox.com>
23957
23958         * configure.ac:
23959         * gst-libs/gst/Makefile.am:
23960         * gst-libs/gst/net/Makefile.am:
23961         Add gstnet to build.
23962
23963 2005-06-09  Andy Wingo  <wingo@pobox.com>
23964
23965         * gst-libs/gst/gconf/gconf.c:
23966         * gst/playback/test.c:
23967         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
23968         fixes.
23969
23970         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
23971
23972         * ext/theora/theoraenc.c (theora_enc_chain): 
23973         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
23974
23975         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
23976         RealPad.
23977
23978 2005-06-02  Wim Taymans  <wim@fluendo.com>
23979
23980         * gst-libs/gst/net/Makefile.am:
23981         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
23982         * pkgconfig/gstreamer-libs.pc.in:
23983         Added net stuff, version net lib.
23984
23985 2005-06-02  Wim Taymans  <wim@fluendo.com>
23986
23987         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23988         (query_rates), (query_positions_elems), (query_positions_pads),
23989         (do_seek):
23990         Updated seek example.
23991
23992 2005-06-02  Andy Wingo  <wingo@pobox.com>
23993
23994         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
23995         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
23996         list.
23997
23998         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
23999         remove the typefind, the bin dispose will do it for us. When it's
24000         removed and unreffed, the signal handler will be disconnected,
24001         too.
24002         (unlinked): It's too difficult to disconnect from unlinked
24003         handlers, as they are on pads not elements. Just punt if the pads
24004         aren't grandkids of the bin.
24005
24006 2005-06-02  Wim Taymans  <wim@fluendo.com>
24007
24008         * ext/ogg/README:
24009         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24010         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
24011         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
24012         * ext/theora/theoradec.c: (theora_dec_src_query),
24013         (theora_handle_data_packet):
24014         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24015         (theora_enc_chain):
24016         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24017         (vorbis_handle_data_packet):
24018         * gst/audioconvert/bufferframesconvert.c:
24019         (buffer_frames_convert_chain):
24020         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24021         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24022         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24023         (gst_ffmpegcsp_chain):
24024         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24025         (gst_videorate_getcaps), (gst_videorate_setcaps),
24026         (gst_videorate_event), (gst_videorate_chain):
24027         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
24028         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
24029         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24030         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
24031         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24032         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24033         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24034         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24035         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
24036         Cleanups and buffer alloc.
24037
24038 2005-05-31  Wim Taymans  <wim@fluendo.com>
24039
24040         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
24041         Don't try to call the delay method when the device is not
24042         opened.
24043
24044 2005-05-31  Wim Taymans  <wim@fluendo.com>
24045
24046         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
24047         Get actual segment size and buffer size after opening
24048         the device.
24049
24050 2005-05-30  Wim Taymans  <wim@fluendo.com>
24051
24052         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
24053         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
24054         Also FLUSH upstream, makes the loop function exit faster.
24055         
24056         * ext/theora/theoradec.c: (theora_dec_src_query):
24057         Some more debug info in the query.
24058         
24059         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24060         (gst_ximagesink_setcaps):
24061         Release lock on par error, better error reporting.
24062
24063 2005-05-26  Wim Taymans  <wim@fluendo.com>
24064
24065         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24066         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
24067         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
24068         Clear chains in READY
24069         Queue packets until the chain is activated.
24070
24071 2005-05-25  Wim Taymans  <wim@fluendo.com>
24072
24073         * gst-libs/gst/audio/gstaudiosink.c:
24074         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24075         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24076         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24077         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24078         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24079         (gst_audiosink_create_ringbuffer):
24080         * gst-libs/gst/audio/gstbaseaudiosink.c:
24081         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24082         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24083         (gst_baseaudiosink_set_property), (build_linear_format),
24084         (debug_spec_caps), (debug_spec_buffer),
24085         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24086         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24087         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24088         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24089         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24090         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24091         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24092         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24093         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24094         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24095         (wait_segment), (gst_ringbuffer_commit),
24096         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24097         (gst_ringbuffer_clear):
24098         Various small cleanups.
24099
24100         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24101         (gst_audio_convert_change_state):
24102         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
24103         No need to take the locks anymore.
24104
24105 2005-05-25  Wim Taymans  <wim@fluendo.com>
24106
24107         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24108         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
24109         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
24110         (type_found):
24111         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
24112         (group_destroy), (group_commit), (queue_overrun),
24113         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
24114         (mute_stream), (new_decoded_pad), (setup_substreams),
24115         (setup_source), (mute_group_type), (set_active_source),
24116         (gst_play_base_bin_change_state):
24117         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
24118         (gen_video_element), (gen_text_element), (gen_audio_element),
24119         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
24120         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
24121         (gst_stream_info_dispose), (gst_stream_info_set_mute):
24122         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
24123         Some playbin cleanups mostly refcounting sloppyness.
24124
24125 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24126
24127         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24128           Work with streaming input.
24129
24130 2005-05-25  Wim Taymans  <wim@fluendo.com>
24131
24132         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24133         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24134         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24135         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
24136         No need to take the STREAM lock anymore.
24137
24138 2005-05-25  Wim Taymans  <wim@fluendo.com>
24139
24140         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24141         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
24142         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
24143         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
24144         (gst_ogg_demux_sink_activate):
24145         * ext/theora/theoradec.c: (theora_dec_src_event),
24146         (theora_handle_comment_packet), (theora_dec_chain),
24147         (theora_dec_change_state):
24148         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24149         (vorbis_handle_data_packet), (vorbis_dec_chain),
24150         (vorbis_dec_change_state):
24151         Remove STREAM locks as they are taken in core now.
24152         Never set bogus granulepos on vorbis/theora.
24153         Fix leaks in theoradec tag parsing.
24154
24155 2005-05-25  Wim Taymans  <wim@fluendo.com>
24156
24157         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
24158         Fix memleaks, GST_BUFFER_DATA() is not freed.
24159
24160 2005-05-25  Wim Taymans  <wim@fluendo.com>
24161
24162         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24163         Open non-blocking, set to blocking mode afterwards to avoid
24164         lockups when audio device is busy.
24165
24166 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24167
24168         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
24169           This can't be good.
24170
24171 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24172
24173         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24174         (gst_audio_convert_chain), (gst_audio_convert_link_src),
24175         (gst_audio_convert_setcaps):
24176           Implement instant setup switching.
24177
24178 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24179
24180         * gst/playback/gstplaybasebin.c: (probe_triggered):
24181           Fix missing unlock.
24182         * gst/playback/gstplaybin.c: (add_sink):
24183           First add, then link (otherwise pad link fails).
24184
24185 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24186
24187         * examples/Makefile.am:
24188         fix buildbot (make distcheck)
24189
24190 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24191
24192         * gst/playback/gstplaybin.c: (gen_vis_element):
24193           Remove some wrong code. Doesn't work yet.
24194
24195 2005-05-19  Wim Taymans  <wim@fluendo.com>
24196
24197         * gst-libs/gst/net/Makefile.am:
24198         * gst-libs/gst/net/README:
24199         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
24200         (gst_netbuffer_class_init), (gst_netbuffer_init),
24201         (gst_netbuffer_finalize), (gst_netbuffer_copy),
24202         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
24203         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
24204         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
24205         * gst-libs/gst/net/gstnetbuffer.h:
24206         Added buffer subclass to store extra to/from addresses for
24207         network sources/sinks.
24208
24209 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24210
24211         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
24212           Don't lock an unassigned variable.
24213
24214 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24215
24216         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
24217           Increase buffer for video, decrease buffer for other media types.
24218         * gst/playback/gstplaybin.c: (gen_video_element),
24219         (gen_audio_element):
24220           Change names for debugging purposes.
24221
24222 2005-05-18  Wim Taymans  <wim@fluendo.com>
24223
24224         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24225         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24226         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24227         (gst_ffmpegcsp_chain):
24228         Enable buffer alloc passthrough if the source and dest
24229         formats are the same.
24230
24231 2005-05-17  Wim Taymans  <wim@fluendo.com>
24232
24233         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
24234         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
24235         (gst_ogg_demux_chain_unlocked):
24236         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24237         (gst_audio_convert_caps_remove_format_info),
24238         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24239         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
24240         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24241         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24242         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
24243         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
24244         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24245         (gst_ffmpegcsp_get_property):
24246         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24247         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24248         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24249         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
24250         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
24251         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24252         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
24253         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
24254         Leak fixes in oggdemux.
24255         Some cleanups in audioconvert.
24256         Make passthrough work along with buffer_alloc etc.
24257         Make buffer_alloc and buffer recycling actually work in
24258         xvimagesink.
24259
24260 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24261
24262         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
24263           make the compiler happy
24264
24265 2005-05-17  Wim Taymans  <wim@fluendo.com>
24266
24267         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
24268         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
24269         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
24270         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
24271         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24272         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
24273         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
24274         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24275         (gst_xvimagesink_set_xwindow_id):
24276         * sys/xvimage/xvimagesink.h:
24277         Port xvimagesink to new MiniObject.
24278
24279 2005-05-17  Wim Taymans  <wim@fluendo.com>
24280
24281         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24282         (gst_audiofilter_chain):
24283         * gst-libs/gst/audio/gstaudiosink.c:
24284         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24285         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24286         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24287         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24288         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24289         (gst_audiosink_create_ringbuffer):
24290         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24291         (gst_audio_convert_caps_remove_format_info),
24292         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24293         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24294         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24295         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24296         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24297         Fix passthrough in ffmpegcolorspace.
24298         Fix memset in audiosink on wrong memory.
24299
24300 2005-05-16  David Schleef  <ds@schleef.org>
24301
24302         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
24303         to GstMiniObject.
24304
24305 2005-05-16  David Schleef  <ds@schleef.org>
24306
24307         Port from GstData to GstMiniObject.
24308         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24309         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
24310         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
24311         (gst_ogg_mux_collected):
24312         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24313         * ext/theora/theoradec.c: (theora_handle_comment_packet),
24314         (theora_handle_data_packet):
24315         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24316         (theora_set_header_on_caps), (theora_enc_chain):
24317         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24318         (vorbis_handle_comment_packet):
24319         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24320         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
24321         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
24322         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
24323         * gst/audioconvert/gstaudioconvert.c:
24324         (gst_audio_convert_get_buffer):
24325         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24326         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24327         (mute_stream), (silence_stream):
24328         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
24329         * gst/volume/gstvolume.c: (volume_transform):
24330         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
24331         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
24332         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
24333         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24334         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
24335         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
24336         (gst_ximagesink_buffer_alloc):
24337         * sys/ximage/ximagesink.h:
24338
24339 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24340
24341         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24342         (fill_buffer), (check_queue), (queue_threshold_reached),
24343         (queue_out_of_data):
24344         * gst/playback/gstplaybasebin.h:
24345           Post buffer-fullness on the bus.
24346
24347 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24348
24349         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24350         (try_to_link_1):
24351         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24352         (group_commit), (probe_triggered), (setup_source),
24353         (gst_play_base_bin_change_state):
24354         * gst/playback/gstplaybasebin.h:
24355         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24356         (gst_play_bin_init), (remove_sinks), (setup_sinks),
24357         (gst_play_bin_change_state):
24358           Move setup_output_pads into a virtual function, remove
24359           group-switch (no longer needed) and redirect (handled by bus
24360           now) signals.
24361
24362 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24363
24364         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
24365         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
24366         (get_active_group), (get_building_group), (group_destroy),
24367         (group_commit), (check_queue), (queue_overrun),
24368         (queue_threshold_reached), (queue_out_of_data),
24369         (gen_preroll_element), (remove_groups), (unknown_type),
24370         (add_element_stream), (no_more_pads), (probe_triggered),
24371         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
24372         (setup_substreams), (setup_source), (finish_source),
24373         (prepare_output), (muted_group_change_state),
24374         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
24375         (gst_play_base_bin_change_state):
24376         * gst/playback/gstplaybasebin.h:
24377         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24378         (gst_play_bin_init), (gst_play_bin_set_property),
24379         (gen_video_element), (gen_text_element), (gen_audio_element),
24380         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
24381         (gst_play_bin_change_state):
24382         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
24383         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
24384         (stream_info_change_state), (gst_stream_info_set_mute),
24385         (gst_stream_info_get_property):
24386         * gst/playback/gststreaminfo.h:
24387         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
24388         (gst_stream_selector_get_linked_pad),
24389         (gst_stream_selector_getcaps),
24390         (gst_stream_selector_get_linked_pads),
24391         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
24392         * gst/playback/gststreamselector.h:
24393           Rough port of playbin. Needs some more work, but is mostly done,
24394           and uses a few locks in important places, which should make stuff
24395           like chain-switches clean. Still uses GST_STATE() in a few places,
24396           which isn't all that good an idea, subtitles/elements disabled
24397           because no elements to test with and thus probably broken, query
24398           and event handling moved to GstBin, internal thread removed
24399           alltogether because the pipeline does that for us now. Can play
24400           Ogg/Vorbis files. Haven't tested anything else yet.
24401
24402 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24403
24404         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
24405           Do no-more-pads (needed for autoplugging).
24406
24407 2005-05-10  Andy Wingo  <wingo@pobox.com>
24408
24409         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
24410         message to the bus with the tags. Still not sent downstream tho.
24411
24412         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
24413         get_parent.
24414         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
24415         avoid refcounting hassles.
24416
24417 2005-05-09  Andy Wingo  <wingo@pobox.com>
24418
24419         * gst/volume/Makefile.am:
24420         * gst/volume/demo.c
24421         * gst/volume/gstvolume.h
24422         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
24423         basetransform. Probably need an audio filter base class.
24424
24425 2005-05-09  Wim Taymans  <wim@fluendo.com>
24426
24427         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
24428         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
24429         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
24430         (gst_vorbisenc_chain):
24431         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24432         (gst_audio_convert_caps_remove_format_info),
24433         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24434         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24435         Make caps writable before writing to it.
24436         Fix negotiation in audioconvert some more.
24437
24438 2005-05-09  Wim Taymans  <wim@fluendo.com>
24439
24440         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24441         (gst_videorate_getcaps), (gst_videorate_setcaps),
24442         (gst_videorate_event), (gst_videorate_chain):
24443         Better negotiation.
24444
24445 2005-05-09  Wim Taymans  <wim@fluendo.com>
24446
24447         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24448         (gst_videorate_getcaps), (gst_videorate_setcaps),
24449         (gst_videorate_blank_data), (gst_videorate_init),
24450         (gst_videorate_event), (gst_videorate_chain),
24451         (gst_videorate_change_state):
24452         Port videorate, do a better job at negotiation while we're at
24453         it.
24454
24455 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
24456
24457         * configure.ac:
24458           Disable libvisual
24459
24460         * examples/Makefile.am:
24461         * gst-libs/gst/audio/Makefile.am:
24462         * gst-libs/gst/riff/Makefile.am:
24463         * gst-libs/gst/tag/Makefile.am:
24464         * gst-libs/gst/video/Makefile.am:
24465           Fixups for missing variables.
24466
24467 2005-05-09  Wim Taymans  <wim@fluendo.com>
24468
24469         * examples/seeking/seek.c: (make_theora_pipeline),
24470         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
24471         (query_rates), (query_positions_elems), (query_positions_pads),
24472         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
24473         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
24474         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
24475         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
24476         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
24477         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
24478         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24479         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24480         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24481         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
24482         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
24483         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
24484         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
24485         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
24486         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
24487         (theora_dec_src_convert), (theora_dec_sink_convert),
24488         (theora_dec_src_query), (theora_dec_sink_query),
24489         (theora_dec_src_event), (theora_dec_sink_event),
24490         (theora_handle_comment_packet), (theora_handle_type_packet),
24491         (theora_handle_header_packet), (theora_handle_data_packet),
24492         (theora_dec_chain):
24493         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
24494         (vorbis_dec_convert), (vorbis_dec_src_query),
24495         (vorbis_dec_sink_query), (vorbis_dec_src_event),
24496         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24497         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24498         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24499         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
24500         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
24501         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
24502         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24503         (gst_play_bin_query):
24504         * gst/playback/test3.c: (update_scale):
24505         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
24506         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
24507         * gst/subparse/gstsubparse.c: (gst_subparse_init):
24508         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24509         (gst_videotestsrc_src_query):
24510         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
24511         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
24512         (paint_hline_YUV9):
24513         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
24514         Port to new query API.
24515         Updated seek.
24516         Cleanups in x[v]imagesink
24517
24518 2005-05-09  Andy Wingo  <wingo@pobox.com>
24519
24520         * ext/alsa/gstalsasink.h:
24521         * ext/gnomevfs/gstgnomevfssrc.c:
24522         (gst_gnomevfssrc_get_icy_metadata):
24523         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
24524         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
24525         * ext/theora/theoradec.c (theora_dec_src_query)
24526         (theora_dec_src_event, theora_dec_sink_event)
24527         (theora_handle_comment_packet, theora_handle_data_packet):
24528         * ext/theora/theoraenc.c (theora_enc_chain):
24529         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
24530         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
24531         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
24532         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
24533         (qt_type_find):
24534         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
24535         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
24536         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
24537         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
24538         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
24539         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
24540         (paint_setup_xBGR8888, paint_setup_RGBx8888)
24541         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
24542         (paint_setup_RGB565, paint_setup_xRGB1555):
24543         * gst/videotestsrc/videotestsrc.h:
24544         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
24545         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
24546         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
24547         GCC4 fixes.
24548         
24549         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
24550         gst_pad_query_position. Fixes oggdemux.
24551
24552 2005-05-08  David Schleef  <ds@schleef.org>
24553
24554         * configure.ac: Require liboil.
24555         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
24556         a few more.
24557         * gst/videotestsrc/videotestsrc.c:
24558         * gst/videotestsrc/videotestsrc.h:
24559
24560 2005-05-06  Wim Taymans  <wim@fluendo.com>
24561
24562         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24563         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24564         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24565         Well, unreffing a buffer right before pushing it is asking
24566         for trouble..
24567
24568 2005-05-06  Christian Schaller  <uraeus@gnome.org>
24569
24570         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
24571
24572 2005-05-06  Wim Taymans  <wim@fluendo.com>
24573
24574         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24575         (gst_audio_convert_caps_remove_format_info),
24576         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24577         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24578         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24579         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24580         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24581         * gst/sine/Makefile.am:
24582         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
24583         (gst_sinesrc_class_init), (gst_sinesrc_init),
24584         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
24585         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
24586         (gst_sinesrc_update_freq):
24587         * gst/sine/gstsinesrc.h:
24588         * gst/tcp/gstmultifdsink.c:
24589         * sys/xvimage/xvimagesink.c:
24590         Fixed negotiation wrt _peer_get_caps()
24591         Some cleanups.
24592
24593
24594 2005-05-06  Wim Taymans  <wim@fluendo.com>
24595
24596         * gst-libs/gst/audio/gstaudiosink.c:
24597         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24598         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24599         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24600         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24601         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24602         (gst_audiosink_create_ringbuffer):
24603         * gst-libs/gst/audio/gstbaseaudiosink.c:
24604         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24605         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24606         (gst_baseaudiosink_set_property), (build_linear_format),
24607         (debug_spec_caps), (debug_spec_buffer),
24608         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24609         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24610         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24611         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24612         * gst-libs/gst/audio/gstbaseaudiosink.h:
24613         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24614         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24615         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24616         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24617         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24618         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24619         (wait_segment), (gst_ringbuffer_commit),
24620         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24621         (gst_ringbuffer_clear):
24622         * gst-libs/gst/audio/gstringbuffer.h:
24623         Make the base audiosink return an error when there is no
24624         audiobuffer negotiated.
24625
24626 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24627
24628         * ext/Makefile.am:
24629         Disable cdparanoia until someone ports it!
24630
24631 2005-05-06  Wim Taymans  <wim@fluendo.com>
24632
24633         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24634         (gst_ogg_demux_sink_activate):
24635         And revert after wingo's revert.. sigh..
24636
24637 2005-05-05  Andy Wingo  <wingo@pobox.com>
24638
24639         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
24640         GObject.
24641         * configure.ac: Return audiorate and subparse from the ghetto.
24642         Re-enable -Wall -Werror.
24643         * gst/subparse/gstsubparse.c:
24644         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
24645         or chain-based. Cleaned up a bit. Not tested.
24646         
24647 2005-05-05  Christian Schaller <christian@fluendo.com> 
24648
24649         * Makefile.am: remove stuff that is not building
24650         * configure.ac: remove stuff that is not building
24651         * examples/Makefile.am: remove stuff that is not building
24652         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
24653         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
24654         * sys/Makefile.am: remove stuff that is not building
24655         * testsuite/Makefile.am: remove stuff that is not building
24656
24657 2005-05-05  Andy Wingo  <wingo@pobox.com>
24658
24659         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
24660         * gst-libs/gst/tag/gstvorbistag.c:
24661         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
24662         * gst/adder/gstadder.h:
24663         * gst/audioconvert/gstchannelmix.c:
24664         (gst_audio_convert_fill_one_other):
24665         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
24666         (gst_audiorate_init), (gst_audiorate_chain):
24667         * gst/playback/gstplaybasebin.c: (setup_source):
24668         * gst/playback/test3.c: (update_scale):
24669         Some GCC4 fixes
24670         
24671         * po/af.po:
24672         * po/az.po:
24673         * po/cs.po:
24674         * po/en_GB.po:
24675         * po/hu.po:
24676         * po/it.po:
24677         * po/nb.po:
24678         * po/nl.po:
24679         * po/or.po:
24680         * po/sq.po:
24681         * po/sr.po:
24682         * po/sv.po:
24683         * po/uk.po:
24684         * po/vi.po: Foo
24685
24686 2005-05-05  Wim Taymans  <wim@fluendo.com>
24687
24688         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24689         (gst_audio_convert_caps_remove_format_info),
24690         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
24691         (gst_audio_convert_change_state), (gst_audio_convert_channels):
24692         * gst/videotestsrc/gstvideotestsrc.c:
24693         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
24694         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
24695         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
24696         (gst_videotestsrc_init), (gst_videotestsrc_loop):
24697         Don't ignore _push() return values.
24698         Make sure no processing is done when shutting down.
24699         Videotestsrc pad activation fix.
24700
24701 2005-05-05  Wim Taymans  <wim@fluendo.com>
24702
24703         * gst/adder/Makefile.am:
24704         * gst/adder/gstadder.c: (gst_adder_setcaps),
24705         (gst_adder_class_init), (gst_adder_init),
24706         (gst_adder_request_new_pad), (gst_adder_collected),
24707         (gst_adder_change_state):
24708         * gst/adder/gstadder.h:
24709         Ported adder as an example of a mixer element using
24710         collect pads. Needs more negotiation work.
24711
24712 2005-05-05  Wim Taymans  <wim@fluendo.com>
24713
24714         * ext/theora/theoradec.c: (_inc_granulepos),
24715         (theora_dec_src_event), (theora_dec_sink_event),
24716         (theora_handle_comment_packet), (theora_handle_type_packet),
24717         (theora_handle_header_packet), (theora_handle_data_packet),
24718         (theora_dec_chain):
24719         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24720         (gst_theora_enc_init), (theora_enc_sink_setcaps),
24721         (theora_push_buffer), (theora_push_packet),
24722         (theora_enc_sink_event), (theora_enc_chain),
24723         (theora_enc_change_state), (theora_enc_set_property),
24724         (theora_enc_get_property):
24725         Added stream lock to decoder so that we can serialize
24726         the discont event.
24727         More theoraenc porting, recover from errors, do clean
24728         shutdown.
24729
24730 2005-05-05  Wim Taymans  <wim@fluendo.com>
24731
24732         * ext/ogg/Makefile.am:
24733         * ext/ogg/README:
24734         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24735         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
24736         (gst_ogg_print):
24737         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24738         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24739         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24740         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24741         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
24742         (gst_ogg_mux_change_state):
24743         Ported ogg muxer.
24744
24745 2005-05-05  Wim Taymans  <wim@fluendo.com>
24746
24747         * docs/design-audiosinks.txt:
24748         * gst-libs/gst/audio/TODO:
24749         * gst-libs/gst/audio/gstaudiosink.c:
24750         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24751         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24752         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24753         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24754         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24755         (gst_audiosink_create_ringbuffer):
24756         * gst-libs/gst/audio/gstbaseaudiosink.c:
24757         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24758         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24759         (gst_baseaudiosink_set_property), (build_linear_format),
24760         (debug_spec_caps), (debug_spec_buffer),
24761         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24762         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24763         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24764         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24765         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24766         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24767         (gst_ringbuffer_release), (gst_ringbuffer_play),
24768         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24769         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
24770         (gst_ringbuffer_set_sample), (wait_segment),
24771         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
24772         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
24773         More work on the audiosink, mostly debugging and a race in
24774         shutdown.
24775
24776 2005-04-28  Wim Taymans  <wim@fluendo.com>
24777
24778         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24779         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
24780         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
24781         (vorbis_dec_src_query), (vorbis_dec_src_event),
24782         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24783         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24784         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24785         Don't crap out when seeking back to position 0.
24786
24787 2005-04-28  Wim Taymans  <wim@fluendo.com>
24788
24789         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
24790         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
24791         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
24792         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
24793         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
24794         Make audio sink configurable, use alsasink as default.
24795
24796 2005-04-28  Wim Taymans  <wim@fluendo.com>
24797
24798         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
24799         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24800         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24801         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
24802         (vorbis_dec_change_state):
24803         * ext/vorbis/vorbisdec.h:
24804         Refactor, use STREAM_LOCK.
24805
24806 2005-04-28  Wim Taymans  <wim@fluendo.com>
24807
24808         * ext/theora/theoradec.c: (_inc_granulepos),
24809         (theora_dec_sink_event), (theora_handle_comment_packet),
24810         (theora_handle_type_packet), (theora_handle_header_packet),
24811         (theora_handle_data_packet), (theora_dec_chain),
24812         (theora_dec_change_state):
24813         Refactor a bit, use STREAM_LOCK.
24814
24815 2005-04-28  Wim Taymans  <wim@fluendo.com>
24816
24817         * ext/alsa/Makefile.am:
24818         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
24819         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
24820         (gst_alsa_link), (gst_alsa_close_audio):
24821         * ext/alsa/gstalsaplugin.c: (plugin_init):
24822         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
24823         (gst_alsasink_dispose), (gst_alsasink_base_init),
24824         (gst_alsasink_class_init), (gst_alsasink_init),
24825         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
24826         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
24827         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
24828         (gst_alsasink_reset):
24829         * ext/alsa/gstalsasink.h:
24830         Implement alsasink with simple open/write/close API. 
24831         Make alsa dir build by disabling compilation of code.
24832
24833 2005-04-28  Wim Taymans  <wim@fluendo.com>
24834
24835         * gst-libs/gst/audio/Makefile.am:
24836         * gst-libs/gst/audio/audio.h:
24837         * gst-libs/gst/audio/audioclock.c:
24838         * gst-libs/gst/audio/audioclock.h:
24839         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
24840         (gst_audio_clock_class_init), (gst_audio_clock_init),
24841         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
24842         * gst-libs/gst/audio/gstaudioclock.h:
24843         * gst-libs/gst/audio/gstaudiosink.c:
24844         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24845         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24846         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24847         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24848         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24849         (gst_audiosink_create_ringbuffer):
24850         * gst-libs/gst/audio/gstbaseaudiosink.c:
24851         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24852         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24853         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
24854         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
24855         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24856         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24857         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24858         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24859         * gst-libs/gst/audio/gstbaseaudiosink.h:
24860         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24861         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
24862         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24863         (gst_ringbuffer_release), (gst_ringbuffer_play),
24864         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24865         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
24866         (gst_ringbuffer_set_sample), (wait_segment),
24867         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
24868         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
24869         * gst-libs/gst/audio/gstringbuffer.h:
24870         Make ringbuffer faster and more simple by removing the locks
24871         in the playback thread.
24872         Add sample accurate playback based on buffer sample offsets.
24873         Make the baseaudiosink provide a clock.
24874         Parse caps in the base class.
24875         Correctly handle seeking, flushing and state changes.
24876
24877 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
24878
24879         * configure.ac:
24880         * gst/audioconvert/Makefile.am:
24881         * gst/audioscale/Makefile.am:
24882           Fix part of the build.  Come on guys, autogen didn't even work :)
24883
24884 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24885
24886         * configure.ac:
24887         * gst-libs/gst/Makefile.am:
24888         * gst-libs/gst/media-info/.cvsignore:
24889         * gst-libs/gst/media-info/Makefile.am:
24890         * gst-libs/gst/media-info/README:
24891         * gst-libs/gst/media-info/media-info-priv.c:
24892         * gst-libs/gst/media-info/media-info-priv.h:
24893         * gst-libs/gst/media-info/media-info-test.c:
24894         * gst-libs/gst/media-info/media-info.c:
24895         * gst-libs/gst/media-info/media-info.h:
24896         * gst-libs/gst/media-info/media-info.vcproj:
24897         * pkgconfig/Makefile.am:
24898         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
24899         * pkgconfig/gstreamer-media-info.pc.in:
24900           Remove media-info, which is also successed by playbin (see Totem
24901           implementation).
24902
24903 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24904
24905         * configure.ac:
24906         * examples/Makefile.am:
24907         * examples/gstplay/.cvsignore:
24908         * examples/gstplay/Makefile.am:
24909         * examples/gstplay/player.c:
24910         * gst-libs/gst/Makefile.am:
24911         * gst-libs/gst/play/.cvsignore:
24912         * gst-libs/gst/play/Makefile.am:
24913         * gst-libs/gst/play/play.c:
24914         * gst-libs/gst/play/play.h:
24915         * gst-libs/gst/play/play.vcproj:
24916         * pkgconfig/Makefile.am:
24917         * pkgconfig/gstreamer-play-uninstalled.pc.in:
24918         * pkgconfig/gstreamer-play.pc.in:
24919           Remove libgstplay, playbin is now the official successor.
24920
24921 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24922
24923         * configure.ac:
24924         * gst-libs/gst/Makefile.am:
24925         * gst-libs/gst/xwindowlistener/Makefile.am:
24926         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
24927         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
24928           Remove deprecated xwindowlistener (I've moved xwindowlistening
24929           in the v4l/v4l2 plugins over to serverside).
24930
24931 2005-04-25  David Schleef  <ds@schleef.org>
24932
24933         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
24934         to examples/dynparams.  Examples do not belong interspersed with
24935         source code.
24936         * examples/dynparams/demo-dparams.c:
24937         * gst/sine/Makefile.am:
24938         * gst/sine/demo-dparams.c:
24939
24940 2005-04-25  David Schleef  <ds@schleef.org>
24941
24942         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
24943         * gst-libs/gst/audio/Makefile.am:
24944         * gst-libs/gst/riff/Makefile.am:
24945         * gst-libs/gst/tag/Makefile.am:
24946         * gst-libs/gst/video/Makefile.am:
24947         * gst-libs/gst/xwindowlistener/Makefile.am:
24948
24949         Convert to 0.9 API, seems to work:
24950         * sys/ximage/Makefile.am:
24951         * sys/ximage/ximagesink.c:
24952
24953 2005-04-24  David Schleef  <ds@schleef.org>
24954
24955         Link plugins against libraries:
24956         * ext/alsa/Makefile.am:
24957         * gst/tcp/Makefile.am:
24958
24959         Remove asm code that should be in liboil
24960         * gst/videoscale/Makefile.am:
24961         * gst/videoscale/videoscale_x86_asm.s:
24962
24963         gettext wants these checked in:
24964         * po/af.po:
24965         * po/az.po:
24966         * po/cs.po:
24967         * po/en_GB.po:
24968         * po/hu.po:
24969         * po/it.po:
24970         * po/nb.po:
24971         * po/nl.po:
24972         * po/or.po:
24973         * po/sq.po:
24974         * po/sr.po:
24975         * po/sv.po:
24976         * po/uk.po:
24977         * po/vi.po:
24978
24979 2005-04-24  David Schleef  <ds@schleef.org>
24980
24981         Convert gst_main() to g_main_loop_run()
24982         * gst/playback/decodetest.c: (main):
24983         * gst/playback/test2.c: (main):
24984         * gst/playback/test3.c: (main):
24985         * gst/playback/test4.c: (main):
24986
24987         Link plugins against libraries:
24988         * ext/libvisual/Makefile.am:
24989         * sys/xvimage/Makefile.am:
24990
24991 2005-04-24  David Schleef  <ds@schleef.org>
24992
24993         * configure.ac: Remove idct and resample libs
24994         * gst-libs/gst/Makefile.am: same
24995
24996         Remove usage of gst_library_load():
24997         * ext/alsa/gstalsaplugin.c: (plugin_init):
24998         * ext/libvisual/visual.c: (plugin_init):
24999         * ext/ogg/gstogg.c: (plugin_init):
25000         * ext/theora/theora.c: (plugin_init):
25001         * ext/vorbis/vorbis.c: (plugin_init):
25002         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
25003         * gst/audioscale/gstaudioscale.c:
25004         * gst/adder/gstadder.c: (plugin_init):
25005         * gst/audioconvert/plugin.c: (plugin_init):
25006         * sys/ximage/ximagesink.c: (plugin_init):
25007         * sys/xvimage/xvimagesink.c: (plugin_init):
25008         * gst/tcp/gsttcpplugin.c: (plugin_init):
25009
25010         Link plugins against libraries:
25011         * ext/ogg/Makefile.am:
25012         * ext/theora/Makefile.am:
25013         * ext/vorbis/Makefile.am:
25014         * gst/audioconvert/Makefile.am:
25015
25016         Create proper libraries:
25017         * gst-libs/gst/riff/Makefile.am:
25018         * gst-libs/gst/audio/Makefile.am:
25019         * gst-libs/gst/video/Makefile.am:
25020
25021         Move resample library to audioscale plugin directory:
25022         * gst-libs/gst/resample/Makefile.am:
25023         * gst-libs/gst/resample/README:
25024         * gst-libs/gst/resample/dtof.c:
25025         * gst-libs/gst/resample/dtos.c:
25026         * gst-libs/gst/resample/functable.c:
25027         * gst-libs/gst/resample/private.h:
25028         * gst-libs/gst/resample/resample.c:
25029         * gst-libs/gst/resample/resample.h:
25030         * gst-libs/gst/resample/resample.vcproj:
25031         * gst-libs/gst/resample/test.c:
25032         * gst/audioscale/Makefile.am:
25033         * gst/audioscale/README:
25034         * gst/audioscale/dtof.c:
25035         * gst/audioscale/dtos.c:
25036         * gst/audioscale/functable.c:
25037         * gst/audioscale/private.h:
25038         * gst/audioscale/resample.c:
25039         * gst/audioscale/resample.h:
25040         * gst/audioscale/test.c:
25041
25042         Move tagedit library to gst-libs:
25043         * gst-libs/gst/tag/Makefile.am:
25044         * gst-libs/gst/tag/gstid3tag.c:
25045         * gst-libs/gst/tag/gsttagediting.c:
25046         * gst-libs/gst/tag/gsttageditingprivate.h:
25047         * gst-libs/gst/tag/gstvorbistag.c:
25048         * gst/tags/Makefile.am:
25049         * gst/tags/gstid3tag.c:
25050         * gst/tags/gstvorbistag.c:
25051
25052         Fix for core changes:
25053         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25054         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
25055         (gst_sinesrc_getrange):
25056
25057 2005-04-23  David Schleef  <ds@schleef.org>
25058
25059         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
25060         in gst-plugins in a long time, and properly belongs in liboil.
25061         * gst-libs/gst/idct/Makefile.am:
25062         * gst-libs/gst/idct/README:
25063         * gst-libs/gst/idct/dct.h:
25064         * gst-libs/gst/idct/doieee:
25065         * gst-libs/gst/idct/fastintidct.c:
25066         * gst-libs/gst/idct/floatidct.c:
25067         * gst-libs/gst/idct/idct.c:
25068         * gst-libs/gst/idct/idct.h:
25069         * gst-libs/gst/idct/idtc.vcproj:
25070         * gst-libs/gst/idct/ieeetest.c:
25071         * gst-libs/gst/idct/intidct.c:
25072
25073 2005-04-20  Wim Taymans  <wim@fluendo.com>
25074
25075         * docs/design-audiosinks.txt:
25076         * gst-libs/gst/audio/Makefile.am:
25077         * gst-libs/gst/audio/TODO:
25078         * gst-libs/gst/audio/gstaudiosink.c:
25079         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25080         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25081         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
25082         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25083         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25084         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
25085         (gst_audiosink_class_init), (gst_audiosink_init),
25086         (gst_audiosink_create_ringbuffer):
25087         * gst-libs/gst/audio/gstaudiosink.h:
25088         * gst-libs/gst/audio/gstbaseaudiosink.c:
25089         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
25090         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
25091         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
25092         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
25093         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
25094         (gst_baseaudiosink_create_ringbuffer),
25095         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25096         * gst-libs/gst/audio/gstbaseaudiosink.h:
25097         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25098         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
25099         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
25100         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25101         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
25102         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25103         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
25104         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
25105         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
25106         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
25107         * gst-libs/gst/audio/gstringbuffer.h:
25108         An attempt at a set of audio base classes together with some
25109         design docs.
25110
25111 2005-04-20  Wim Taymans  <wim@fluendo.com>
25112
25113         * gst/audioconvert/Makefile.am:
25114         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25115         (gst_audio_convert_caps_remove_format_info),
25116         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25117         (gst_audio_convert_channels):
25118         Link against audio libs.
25119         Fix audio convert plugin.
25120
25121 2005-04-20  Wim Taymans  <wim@fluendo.com>
25122
25123         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
25124         (gst_ogg_demux_sink_activate):
25125         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
25126         (theora_set_header_on_caps), (theora_enc_sink_event),
25127         (theora_enc_chain):
25128         Fix theora encoder.
25129
25130 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25131
25132         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
25133         * gst/playback/gstdecodebin.c: (find_compatibles):
25134           Work with staticpadtemplates in elementfactories.
25135
25136 2005-04-12  Wim Taymans  <wim@fluendo.com>
25137
25138         * gst/playback/README:
25139         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25140         (compare_ranks), (print_feature), (gst_decode_bin_init),
25141         (dynamic_create), (dynamic_free), (find_compatibles),
25142         (mimetype_is_raw), (close_pad_link), (got_redirect),
25143         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
25144         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
25145         (gst_decode_bin_change_state):
25146         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25147         (gst_play_base_bin_init), (group_destroy), (group_commit),
25148         (check_queue), (queue_overrun), (queue_threshold_reached),
25149         (queue_out_of_data), (gen_preroll_element), (unknown_type),
25150         (new_decoded_pad), (setup_subtitle), (gen_source_element),
25151         (got_redirect), (setup_source), (play_base_eos),
25152         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25153         (gst_play_base_bin_remove_element):
25154         * gst/playback/gstplaybasebin.h:
25155         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25156         (gst_play_bin_init), (gst_play_bin_dispose),
25157         (gst_play_bin_set_property), (gen_video_element),
25158         (gen_text_element), (gen_audio_element), (remove_sinks),
25159         (gst_play_bin_send_event):
25160         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
25161         (stream_info_change_state), (gst_stream_info_set_mute):
25162         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25163         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
25164         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
25165         (gst_stream_selector_chain):
25166         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25167         (main):
25168         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
25169         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
25170         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25171         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
25172         Raw and crude port of decodebin. 
25173         Make playbin compile.
25174
25175 2005-04-06  Wim Taymans  <wim@fluendo.com>
25176
25177         * ext/gnomevfs/Makefile.am:
25178         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25179         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25180         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25181         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
25182         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
25183         (gst_gnomevfssrc_stop):
25184         * ext/ogg/Makefile.am:
25185         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
25186         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
25187         * ext/theora/Makefile.am:
25188         * ext/theora/theoradec.c: (_inc_granulepos),
25189         (theora_dec_sink_event), (theora_dec_chain):
25190         * ext/vorbis/Makefile.am:
25191         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25192         (vorbis_dec_sink_event), (vorbis_dec_chain):
25193         * gst-libs/gst/audio/Makefile.am:
25194         * sys/xvimage/Makefile.am:
25195         Make gnomevfssrc extend the source base class.
25196         Fix linking against libs in various plugins.
25197
25198 2005-04-06  Andy Wingo  <wingo@pobox.com>
25199
25200         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
25201         GST_BASE_LIBS.
25202
25203         * configure.ac: Add check and AC_SUBST for libgstbase.
25204
25205 2005-03-31  Wim Taymans  <wim@fluendo.com>
25206
25207         * examples/seeking/Makefile.am:
25208         * examples/seeking/cdparanoia.c: (main):
25209         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
25210         (play_cb), (pause_cb), (stop_cb), (main):
25211         * examples/seeking/playbin.c:
25212         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
25213         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
25214         (make_sid_pipeline), (make_vorbis_pipeline),
25215         (make_theora_pipeline), (make_vorbis_theora_pipeline),
25216         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25217         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
25218         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
25219         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
25220         (stop_cb), (main):
25221         * examples/seeking/spider_seek.c:
25222         * examples/seeking/vorbisfile.c:
25223         * ext/gnomevfs/Makefile.am:
25224         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25225         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
25226         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25227         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
25228         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
25229         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
25230         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
25231         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
25232         * ext/ogg/README:
25233         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
25234         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
25235         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
25236         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
25237         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
25238         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
25239         (gst_ogg_pad_event), (gst_ogg_pad_reset),
25240         (gst_ogg_demux_factory_filter), (compare_ranks),
25241         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
25242         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
25243         (gst_ogg_chain_new), (gst_ogg_chain_free),
25244         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
25245         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
25246         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
25247         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
25248         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
25249         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
25250         (gst_ogg_demux_get_prev_page),
25251         (gst_ogg_demux_deactivate_current_chain),
25252         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
25253         (gst_ogg_demux_bisect_forward_serialno),
25254         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
25255         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
25256         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
25257         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
25258         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
25259         (gst_ogg_demux_change_state), (gst_ogg_print):
25260         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
25261         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
25262         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
25263         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
25264         (gst_ogg_mux_loop):
25265         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25266         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25267         (theora_dec_src_convert), (theora_dec_sink_convert),
25268         (theora_dec_src_query), (theora_dec_src_event),
25269         (theora_dec_sink_event), (theora_dec_chain),
25270         (theora_dec_change_state):
25271         * ext/theora/theoraenc.c: (gst_theora_enc_init),
25272         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
25273         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
25274         (theora_enc_change_state):
25275         * ext/vorbis/Makefile.am:
25276         * ext/vorbis/oggvorbisenc.c:
25277         * ext/vorbis/oggvorbisenc.h:
25278         * ext/vorbis/vorbis.c: (plugin_init):
25279         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25280         (vorbis_dec_src_query), (vorbis_dec_src_event),
25281         (vorbis_dec_sink_event), (vorbis_dec_chain),
25282         (vorbis_dec_change_state):
25283         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
25284         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
25285         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25286         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
25287         (gst_vorbisenc_change_state):
25288         * ext/vorbis/vorbisenc.h:
25289         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
25290         * gst-libs/gst/audio/audioclock.c:
25291         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25292         (gst_audiofilter_init), (gst_audiofilter_chain):
25293         * gst-libs/gst/audio/testchannels.c: (main):
25294         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25295         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
25296         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
25297         (gmip_find_track_streaminfo), (gmip_find_track_format):
25298         * gst-libs/gst/media-info/media-info.c:
25299         (gst_media_info_read_idler):
25300         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
25301         (gst_play_get_all_by_interface):
25302         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
25303         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
25304         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
25305         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
25306         (gst_riff_parse_info):
25307         * gst-libs/gst/riff/riff-read.h:
25308         * gst-libs/gst/riff/riff.c: (plugin_init):
25309         * gst-libs/gst/video/Makefile.am:
25310         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
25311         (gst_videosink_class_init), (gst_videosink_get_type):
25312         * gst-libs/gst/video/videosink.h:
25313         * gst/audioconvert/bufferframesconvert.c:
25314         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
25315         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
25316         * gst/audioconvert/channelmixtest.c: (main):
25317         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25318         (gst_audio_convert_chain),
25319         (gst_audio_convert_caps_remove_format_info),
25320         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
25321         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
25322         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
25323         (gst_audio_convert_buffer_to_default_format),
25324         (gst_audio_convert_buffer_from_default_format),
25325         (gst_audio_convert_channels):
25326         * gst/audioconvert/gstchannelmix.h:
25327         * gst/ffmpegcolorspace/avcodec.h:
25328         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25329         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
25330         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
25331         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
25332         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
25333         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25334         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
25335         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
25336         (mpeg_video_type_find), (mpeg_video_stream_type_find),
25337         (dv_type_find):
25338         * gst/videotestsrc/gstvideotestsrc.c:
25339         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
25340         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
25341         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
25342         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
25343         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
25344         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
25345         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
25346         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25347         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
25348         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
25349         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
25350         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25351         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25352         (gst_xvimagesink_navigation_send_event),
25353         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
25354         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
25355         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25356         * sys/xvimage/xvimagesink.h:
25357         Plugin port to 0.9, ogg/theora playback should work in the seek
25358         example now.
25359         Removed old examples.
25360         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
25361         explained in 0.9 TODO doc.
25362
25363
25364 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
25365
25366         * autogen.sh:
25367         * configure.ac:
25368         * ext/Makefile.am:
25369         * gst/Makefile.am:
25370         * po/POTFILES.in:
25371         * po/af.po:
25372         * po/az.po:
25373         * po/cs.po:
25374         * po/en_GB.po:
25375         * po/hu.po:
25376         * po/it.po:
25377         * po/nb.po:
25378         * po/nl.po:
25379         * po/or.po:
25380         * po/sq.po:
25381         * po/sr.po:
25382         * po/sv.po:
25383         * po/uk.po:
25384         * po/vi.po:
25385         * sys/Makefile.am:
25386         * testsuite/Makefile.am:
25387           remove a whole bunch of plugins.  This module now contains a set
25388           of free reference plugins/elements as agreed.
25389
25390 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25391
25392         * configure.ac:
25393           hunting season on 0.9 is now OPEN
25394
25395 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25396
25397         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25398           Kick the hell out of gcc for not warning me about a symbol conflict.
25399
25400 2005-02-22  Luca Ognibene  <luogni@tin.it>
25401
25402         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25403
25404         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
25405           Don't leak caps string (fixes #168134)
25406
25407         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
25408         (gst_jpegenc_init), (gst_jpegenc_finalize),
25409         (gst_jpegenc_change_state):
25410           Don't leak line buffers and context struct (fixes #168133).
25411
25412 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
25413
25414         * configure.ac:
25415         * ext/dirac/gstdiracdec.cc:
25416         (gst_diracdec_chain):
25417           Since dirac 0.5.0 the framerate in dirac is expressed as a
25418           rational number. Fix build and up requirement to 0.5.0, and
25419           also pass parameters to gst_diracdec_link in the right order
25420           (fixes #167959).
25421
25422 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
25423
25424         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
25425         * ext/faad/gstfaad.h:
25426         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
25427         certain invalid muxed streams, where some packets will contain 
25428         junk after decoder data. Partially fixes #149158.
25429
25430 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
25431         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
25432           Make sure we only write to writable buffers
25433
25434 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
25435
25436         * gst-libs/gst/riff/riff-media.c:
25437         (gst_riff_create_audio_caps_with_data):
25438           Do actually fix invalid RIFF fmt header values for alaw
25439           and mulaw audio instead of just saying so.
25440
25441         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25442           Give gst_riff_create_audio_caps_with_data() a chance to
25443           fix up broken format header fields before extracting any
25444           parameters from the header. (fixes #167633)
25445
25446 2005-02-19  Martin Holters  <martin.holters@gmx.de>
25447
25448         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25449
25450         * gst/audioconvert/bufferframesconvert.c:
25451         (buffer_frames_convert_link):
25452           Don't leak othercaps. (fixes #167878)
25453
25454 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
25455
25456         * configure.ac:
25457         * ext/libvisual/visual.c: (gst_visual_srclink),
25458         (gst_visual_change_state):
25459           Support libvisual 0.2.0.
25460
25461 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
25462
25463         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
25464         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
25465           Use same rowstrides for I420 as used everywhere else.
25466
25467 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
25468
25469         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
25470           Declare variables at beginning of block and make gcc-2.95 happy
25471           (fixes # 167482, patch by Gergely Nagy).
25472           
25473         * gst/tcp/gsttcpclientsrc.c:
25474         * gst/tcp/gsttcpclientsrc.h:
25475           Move some includes into the header, so that struct sockaddr_in is
25476           defined when it should be defined on FreeBSD as well (fixes
25477           #167483).
25478           
25479         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
25480           Don't pass uninitialised values to setsockopt() here either.
25481
25482 2005-02-17  Luca Ognibene  <luogni at tin dot it>
25483
25484         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25485
25486         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
25487           Don't pass uninitialised values to setsockopt(). (fixes #167704)
25488
25489 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25490
25491         * gst/playback/gstplaybin.c: (add_sink):
25492           Invert bin_add/link order to workaround deadlock in opt.
25493
25494 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25495
25496         * gst/modplug/gstmodplug.cc:
25497           Add missing break causing position queries to fail.
25498
25499 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25500
25501         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
25502           Granpos can apparently be -1, which screws up calculations...
25503
25504 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
25505
25506         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25507         (gst_ximagesink_send_pending_navigation),
25508         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
25509         (gst_ximagesink_init):
25510         * sys/ximage/ximagesink.h:
25511         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25512         (gst_xvimagesink_send_pending_navigation),
25513         (gst_xvimagesink_navigation_send_event),
25514         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
25515         * sys/xvimage/xvimagesink.h:
25516           Use a mutex protected list to marshal navigation
25517           events into the stream thread from whichever thread
25518           sends them.
25519
25520 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
25521
25522         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
25523           Display current position and track length; misc. clean-ups.
25524           
25525         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
25526         (speed_init), (speed_chain):
25527           Add query function, so that the stream length and current position
25528           get adjusted when queried (note that current position queries may
25529           still be wrong if the audio sink returns values based on buffer
25530           timestamps instead of passing on the query).
25531
25532 2005-02-13  Benjamin Otte  <otte@gnome.org>
25533
25534         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
25535         (gst_audio_convert_channels):
25536           create channel conversion matrix when linking
25537         * gst/audioconvert/.cvsignore:
25538         * gst/audioconvert/Makefile.am:
25539         * gst/audioconvert/channelmixtest.c: (main):
25540           add (ugly) test that ensures stereo <=> mono conversion works
25541           correctly
25542
25543 2005-02-13  Benjamin Otte  <otte@gnome.org>
25544
25545         * gst/audioconvert/gstchannelmix.h:
25546           include missing header file
25547         * gst/audioconvert/gstchannelmix.c:
25548         (gst_audio_convert_fill_compatible):
25549           use same sign for both channels when converting to/from compatible
25550           channel. Previously used different signs made the signals cancel
25551           each other out and appear like silence. (fixes #167269)
25552
25553 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
25554
25555         * gst/ffmpegcolorspace/avcodec.h:
25556         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25557         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
25558         (gst_ffmpegcsp_avpicture_fill):
25559         * gst/ffmpegcolorspace/imgconvert.c:
25560           Convert to and from YV12 (fixes #156379).
25561
25562 2005-02-12  Julien MOUTTE  <julien@moutte.net>
25563
25564         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
25565         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
25566         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
25567         (gst_ximagesink_expose), (gst_ximagesink_set_property),
25568         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
25569         methods from chain and negotiation and vice versa (Fixes #166142).
25570         * sys/ximage/ximagesink.h: Add stream_lock.
25571         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
25572         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25573         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25574         (gst_xvimagesink_expose): Check for xcontext before trying to link.
25575
25576 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
25577
25578         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
25579           Don't send "Hey! You gave me a NULL pointer you naughty person" as
25580           error message when we can't open the DVD device (when dvdnav_open()
25581           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
25582           the above). Send something more useful instead (fixes #167117).
25583
25584 2005-02-11  Julien MOUTTE  <julien@moutte.net>
25585
25586         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
25587         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
25588         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25589         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25590         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
25591         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
25592         methods from chain and negotiation and vice versa (Fixes #166142).
25593         Fix a possible bug of images in the buffer pool being discarded because
25594         we are looking at the wrong geometry.
25595         * sys/xvimage/xvimagesink.h: Add stream_lock.
25596
25597 2005-02-11  David Schleef  <ds@schleef.org>
25598
25599         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
25600         unsigned int. (fixes #167128)
25601
25602 2005-02-11  David Schleef  <ds@schleef.org>
25603
25604         * gst/librfb/Makefile.am: Testing stuff before committing is
25605           for wimps... and people with fast machines.  Fix stupid
25606           mistake.
25607
25608 2005-02-11  David Schleef  <ds@schleef.org>
25609
25610         * configure.ac: Pull in librfb from my CVS tree, because it is
25611           too small and annoying to be separate.  Move rfbsrc plugin
25612           to gst/.
25613         * ext/Makefile.am:
25614         * ext/librfb/Makefile.am:
25615         * ext/librfb/gstrfbsrc.c:
25616         * gst/librfb/Makefile.am:
25617         * gst/librfb/gstrfbsrc.c:
25618         * gst/librfb/rfb.c:
25619         * gst/librfb/rfb.h:
25620         * gst/librfb/rfbbuffer.c:
25621         * gst/librfb/rfbbuffer.h:
25622         * gst/librfb/rfbbytestream.c:
25623         * gst/librfb/rfbbytestream.h:
25624         * gst/librfb/rfbcontext.h:
25625         * gst/librfb/rfbdecoder.c:
25626         * gst/librfb/rfbdecoder.h:
25627         * gst/librfb/rfbutil.h:
25628
25629 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
25630
25631         * gst/speed/Makefile.am:
25632         * gst/speed/demo-mp3.c: (main):
25633         * gst/speed/filter.func:
25634         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
25635         (speed_class_init), (speed_init), (speed_chain_int16),
25636         (speed_chain_float32), (speed_chain), (speed_set_property),
25637         (speed_get_property), (speed_change_state):
25638         * gst/speed/gstspeed.h:
25639           Fix speed element and make it chain-based (fixes #156467),
25640           and make it handle more than one channel.
25641
25642 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
25643
25644         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
25645         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
25646         (gst_dtsdec_chain), (gst_dtsdec_change_state):
25647         * ext/dts/gstdtsdec.h:
25648           Don't clobber the stack constructing the channels array.
25649           Make the element chain-based. DTS tracks can now be played.
25650           
25651 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
25652
25653         * gst-libs/gst/audio/multichannel.h:
25654         * gst-libs/gst/gconf/gconf.h:
25655         * gst-libs/gst/idct/idct.h:
25656         * gst-libs/gst/media-info/media-info-priv.h:
25657         * gst-libs/gst/play/play.h:
25658         * gst-libs/gst/resample/private.h:
25659         * gst-libs/gst/resample/resample.h:
25660         * gst-libs/gst/riff/riff-ids.h:
25661         * gst-libs/gst/video/video.h:
25662         * gst-libs/gst/video/videosink.h:
25663           Add G_BEGIN_DECLS and G_END_DECLS around headers where
25664           missing, so that they work when included from C++ code.
25665
25666 2005-02-09  David Schleef  <ds@schleef.org>
25667
25668         * testsuite/gst-lint: Check for non-statically scoped
25669           parent_class variables.  This won't be a problem once
25670           plugins are loaded with RTLD_LOCAL.
25671
25672 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25673
25674         * ext/mplex/gstmplexibitstream.cc:
25675           gcc madness.
25676
25677 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25678
25679         * ext/ogg/gstogmparse.c:
25680         * gst/debug/gstnavigationtest.c:
25681           Die, thou faulty symbol pollutors (non-static parent_class).
25682
25683 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25684
25685         * ext/mplex/gstmplexibitstream.cc:
25686           Fix event handling (#165525).
25687
25688 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25689
25690         * ext/mikmod/gstmikmod.c:
25691         * gst/modplug/gstmodplug.cc:
25692           Add missing endianness to template (fixes #165509).
25693
25694 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25695
25696         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
25697           Fix wrong order of reading of optional bytes (#165290).
25698
25699 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25700
25701         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25702           Implement FILLER event awareness.
25703
25704 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25705
25706         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
25707           Fix track calculations (#166208).
25708
25709 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
25710
25711         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25712
25713         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
25714         * ext/libpng/gstpngenc.c:
25715           Fix byte-order, use proper fixed caps. Fixes #164197.
25716
25717 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
25718
25719         * configure.ac:
25720           Add dvdlpcmdec 
25721
25722         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
25723         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
25724           Don't push buffers if the src pad isn't negotiated yet.
25725           
25726         * gst/audioconvert/gstaudioconvert.c:
25727         (gst_audio_convert_buffer_to_default_format),
25728         (gst_audio_convert_buffer_from_default_format):
25729           Add support for 24-bit width.
25730
25731         * gst/dvdlpcmdec/.cvsignore:
25732         * gst/dvdlpcmdec/Makefile.am:
25733         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
25734         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
25735         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
25736         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
25737         (plugin_init):
25738         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
25739           New decoder for rearranging DVD LPCM into our audio/x-raw-int
25740           format. Needs support for the channels maps if someone can find 
25741           a DVD LPCM track with > 2 channels.
25742
25743         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
25744         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
25745         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
25746         * gst/mpegstream/gstdvddemux.h:
25747         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
25748         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
25749         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
25750         * gst/mpegstream/gstmpegdemux.h:
25751         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
25752         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
25753         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
25754         (gst_mpeg_parse_handle_src_query),
25755         (gst_mpeg_parse_handle_src_event):
25756           Use audio/x-dvd-lpcm for LPCM output.
25757           Add DTS output.
25758
25759 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
25760
25761         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25762
25763         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
25764         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
25765           Add BGRA handling (#165736).
25766
25767 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
25768
25769         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25770
25771         * gst/law/alaw-decode.c: (alawdec_link):
25772         * gst/law/alaw-encode.c: (alawenc_link):
25773         * gst/law/mulaw-decode.c: (mulawdec_link):
25774         * gst/law/mulaw-encode.c: (mulawenc_link):
25775           Fix caps memleaks (#166600).
25776
25777 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
25778
25779         * ext/tarkin/mem.h:
25780         * ext/tarkin/wavelet.h:
25781         * ext/tarkin/yuv.h:
25782         * gst/ffmpegcolorspace/avcodec.h:
25783           Include "_stdint.h" instead of <stdint.h>. Fixes build on
25784           systems that don't have stdint.h, like Solaris9 (fixes #166631).
25785
25786 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25787
25788         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
25789         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
25790         (gst_xvimagesink_change_state):
25791           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
25792           Xv video (and thereby regenerate Xv colourkey) in clear() so
25793           that PLAY -> READY -> PLAY works (fixes #162504).
25794
25795 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25796
25797         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
25798           Switch to list instead of range, since MJPEG-devices really just
25799           support decimations, not any size.
25800
25801 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
25802         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
25803         (gst_mpeg2dec_reset), (free_all_buffers),
25804         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
25805         * ext/mpeg2dec/gstmpeg2dec.h:
25806           The libmpeg2 user-allocated buffer management is awkward, 
25807           to say the least. Hopefully this fixes things.
25808
25809 2005-02-04  Andy Wingo  <wingo@pobox.com>
25810
25811         * gst/audioconvert/bufferframesconvert.c
25812         (buffer_frames_convert_fixate): New function, fixates to 256
25813         frames per buffer by default. (Much better than 1.)
25814         (buffer_frames_convert_init): Set the fixate function for both src
25815         and sink pad.
25816         (buffer_frames_convert_link): After success setting nonfixed caps,
25817         get the negotiated caps so we can know how many buffer-frames it
25818         will be. No idea how this worked at all before.
25819
25820 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
25821
25822         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
25823         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
25824         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
25825         (handle_sequence), (handle_picture):
25826         * ext/mpeg2dec/gstmpeg2dec.h:
25827           Rearrange buffer tracking and refcounting and refactor
25828           a little for readability. 
25829
25830 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
25831         * sys/v4l/gstv4l.c: (plugin_init):
25832         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
25833         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
25834         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
25835         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
25836         * sys/v4l/gstv4ljpegsrc.h:
25837         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
25838         * sys/v4l/v4l_calls.h:
25839         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
25840         (gst_v4lsrc_get_fps):
25841         * sys/v4l/v4lsrc_calls.h:
25842           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
25843           you jpeg inside rgb frames" driver.
25844           Don't error in the v4lsrc link function, just return 
25845           REFUSED.
25846
25847 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25848
25849         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
25850         (gst_qcamsrc_open):
25851           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
25852
25853 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25854
25855         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
25856           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
25857
25858 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25859
25860         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
25861           Reset negotiated state on PAUSED->READY.
25862
25863 2005-02-02  David Schleef  <ds@schleef.org>
25864
25865         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
25866         whereever possible.  (Fixes #165997)
25867         * examples/capsfilter/capsfilter1.c: (main):
25868         * examples/dynparams/filter.c: (create_ui):
25869         * examples/seeking/cdparanoia.c: (get_track_info), (main):
25870         * examples/seeking/chained.c: (main):
25871         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25872         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25873         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
25874         (make_mpeg_pipeline), (make_mpegnt_pipeline):
25875         * examples/seeking/spider_seek.c: (make_spider_pipeline):
25876         * examples/switch/switcher.c: (main):
25877         * ext/dv/demo-play.c: (main):
25878         * ext/faad/gstfaad.c: (gst_faad_change_state):
25879         * ext/mad/gstmad.c: (gst_mad_chain):
25880         * ext/smoothwave/demo-osssrc.c: (main):
25881         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
25882         (gst_gconf_render_bin_from_description),
25883         (gst_gconf_get_default_audio_sink),
25884         (gst_gconf_get_default_video_sink),
25885         (gst_gconf_get_default_audio_src),
25886         (gst_gconf_get_default_video_src),
25887         (gst_gconf_get_default_visualization_element):
25888         * gst/level/demo.c: (main):
25889         * gst/level/plot.c: (main):
25890         * gst/playback/gstplaybin.c: (gen_video_element),
25891         (gen_audio_element):
25892         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
25893         * gst/playondemand/demo-mp3.c: (setup_pipeline):
25894         * gst/sine/demo-dparams.c: (main):
25895         * gst/spectrum/demo-osssrc.c: (main):
25896         * gst/speed/demo-mp3.c: (main):
25897         * gst/volume/demo.c: (main):
25898         * testsuite/embed/embed.c: (main):
25899
25900 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
25901
25902         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
25903         (gst_tcpclientsink_finalize):
25904         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
25905         (gst_tcpclientsrc_finalize):
25906         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
25907         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
25908         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
25909         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
25910           Don't leak the hostname when shutting down.
25911           In tcpserversrc, take a copy of the default hostname.
25912
25913 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25914
25915         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
25916           Set caps to systemstream=TRUE.
25917
25918 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25919
25920         * testsuite/Makefile.am:
25921           Fix more OSX buildbots.
25922
25923 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
25924
25925         * ext/mpeg2dec/gstmpeg2dec.c:
25926           Don't send things to NULL PAD_PEERs
25927
25928         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
25929           Copy-on-write the incoming buffer.
25930
25931         * gst/mpegstream/gstdvddemux.h:
25932         * gst/mpegstream/gstmpegclock.h:
25933         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
25934         (normal_seek), (gst_mpeg_demux_handle_src_event):
25935         * gst/mpegstream/gstmpegdemux.h:
25936         * gst/mpegstream/gstmpegpacketize.h:
25937         * gst/mpegstream/gstmpegparse.c:
25938         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
25939         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
25940         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
25941         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
25942         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
25943         * gst/mpegstream/gstmpegparse.h:
25944         * gst/mpegstream/gstrfc2250enc.h:
25945           Various changes to the way time is computed that make seeking and
25946           total time estimation much better here.
25947           Use G_BEGIN/END_DECLS instead of __cplusplus
25948
25949         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
25950           Use gst_buffer_stamp instead of only copying the TIMESTAMP
25951
25952 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25953
25954         * gst/subparse/gstsubparse.c:
25955           Fix OSX buildbot.
25956
25957 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
25958
25959         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
25960         (theora_enc_chain), (theora_enc_change_state):
25961         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
25962         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
25963         (gst_vorbisenc_change_state):
25964         * ext/vorbis/vorbisenc.h:
25965           Set granulepos and timestamp correctly for streams not
25966           starting at 0, taking into account the initial delay.
25967
25968 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
25969
25970         * gst/mpegstream/gstdvddemux.c:
25971           Add audio/x-dts to audio pad template caps
25972
25973 2005-01-30  David Schleef  <ds@schleef.org>
25974
25975         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
25976         (create_context), (gst_polypsink_link): Fix silly endianness
25977         bug.  Add some debugging.  Remove float from caps; it doesn't
25978         work.  Attempt to get remote audio working.
25979
25980 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25981
25982         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
25983           Add 3IV2 fourcc.
25984
25985 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25986
25987         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
25988         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
25989         (gst_avi_demux_stream_data):
25990         * gst/avi/gstavidemux.h:
25991           Invert DIB images. Fixes #132341.
25992
25993 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25994
25995         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25996         (gst_ffmpegcsp_chain):
25997           D'oh, reference the palette data, not the palette structure.
25998           Fixes color distortion in #132341.
25999
26000 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26001
26002         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
26003           PAR can be non-fixed when not provided as argument (#162626).
26004
26005 2005-01-29  David Moore  <dcm@acm.org>
26006
26007         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26008
26009         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26010         (gst_qtdemux_loop_header):
26011           Re-apply patch from #142272 that allows non-seekable sources,
26012           re-proposed by Daniel Drake <dsd@gentoo.org>.
26013
26014 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26015
26016         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
26017           Use the src template for creating the src pad (#162330).
26018
26019 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26020
26021         * configure.ac:
26022         * ext/musepack/Makefile.am:
26023         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
26024         (gst_musepackdec_init), (gst_musepackdec_dispose),
26025         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
26026         (gst_musepack_stream_init), (gst_musepackdec_loop),
26027         (gst_musepackdec_change_state):
26028         * ext/musepack/gstmusepackdec.cpp:
26029         * ext/musepack/gstmusepackdec.h:
26030         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
26031         (gst_musepack_reader_read), (gst_musepack_reader_seek),
26032         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
26033         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
26034         * ext/musepack/gstmusepackreader.cpp:
26035         * ext/musepack/gstmusepackreader.h:
26036           Update to 1.1 API (#165446).
26037
26038 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26039
26040         * ext/Makefile.am:
26041           Unbreak buildbot.
26042
26043 2005-01-28  Andy Wingo  <wingo@pobox.com>
26044
26045         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
26046         to reflect a different dubious internet source. Add a reference
26047         and some commentary.
26048
26049 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26050
26051         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
26052         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
26053         * gst/playback/gststreamselector.h:
26054           Be more selective when we're redoing caps negotiation from
26055           within the chain function on a stream change.
26056
26057 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26058
26059         * configure.ac:
26060         * ext/Makefile.am:
26061         * ext/amrnb/Makefile.am:
26062         * ext/amrnb/amrnb.c: (plugin_init):
26063         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
26064         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
26065         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
26066         (gst_amrnbdec_state_change):
26067         * ext/amrnb/amrnbdec.h:
26068         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
26069         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
26070         (gst_amrnbparse_init), (gst_amrnbparse_formats),
26071         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
26072         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
26073         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
26074         * ext/amrnb/amrnbparse.h:
26075           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
26076         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26077           Add AMR-NB/-WB raw formats.
26078         * ext/alsa/gstalsa.c: (gst_alsa_link):
26079           Keep valid time when changing format.
26080         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26081         (qtdemux_parse_trak):
26082           Add some more format-specific options (#140141, #143555, #155163).
26083
26084 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26085
26086         * gst/matroska/matroska-demux.c:
26087         (gst_matroska_demux_parse_blockgroup):
26088           Fix logic error in timing of subtitle stream synchronization.
26089         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26090           Add skip-chunk, which is found in kodak-camera streams.
26091
26092 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26093
26094         * po/LINGUAS:
26095         * po/vi.po:
26096           Adding Vietnamese translation (submitted by Clytie Siddall)
26097
26098 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26099
26100         * gst/playback/gstdecodebin.c: (try_to_link_1):
26101           Use realpad for signal.
26102
26103 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26104
26105         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
26106           Fix category so decodebin picks it up.
26107
26108 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26109
26110         * ext/mad/Makefile.am:
26111         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
26112         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
26113         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
26114         (found_type), (gst_id3demux_bin_change_state):
26115         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26116         (gst_id3_tag_init), (gst_id3_tag_handle_event),
26117         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26118         (gst_id3_tag_change_state), (plugin_init):
26119         * ext/mad/gstmad.h:
26120           Add id3demuxbin (which is a simple bin consisting of id3demux
26121           and typefind), take over rank from id3demux, remove typefind
26122           code from id3demux. Makes all broken mp3s that I know of work,
26123           and thereby fixes #152688.
26124
26125 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
26126
26127         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26128
26129         * ext/mad/gstmad.c: (gst_mad_src_event):
26130         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
26131           Allow seeks on audio pad, make mad forward those (#164826).
26132         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26133           Set duration (#165335).
26134
26135 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26136
26137         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26138         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
26139         (gst_asf_demux_process_ext_content_desc),
26140         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
26141         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
26142         * gst/asfdemux/gstasfdemux.h:
26143           Improve metadata display, e.g. if the metadata comes before the
26144           streams are loaded (which is perfectly valid).
26145
26146 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26147
26148         * tools/gst-launch-ext-m.m:
26149           Fix AVI/ASF pipelines (#165340).
26150
26151 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
26152         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
26153         build failure on amd64
26154
26155 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
26156
26157         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
26158         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
26159           Check environment variables GST_ID3V2_TAG_ENCODING,
26160           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26161           list of character encodings to force interpretation of non-unicode
26162           strings stored in an ID3v2 tag to a particular encoding. If none
26163           is specified, try to use current locale's encoding, then fall back
26164           to ISO-8859-1 (which will always succeed). (Resolves #149274)
26165         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
26166         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
26167           Check environment variables GST_ID3V1_TAG_ENCODING,
26168           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26169           list of character encodings to use in case a string encountered
26170           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
26171           specified, try to use the current locale's encoding, then fall
26172           back to ISO-8859-1 (which will always succeed).
26173
26174 2005-01-25  Benjamin Otte  <otte@gnome.org>
26175
26176         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26177           - on half framerate, compute the rate in advance so the comparisons
26178             don't compare wrong values
26179           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
26180             behaviour
26181           - don't use mad_header_decode anymore, mad_frame_decode does that
26182             automatically
26183           - when getting rid of consumed bytes, reset the stream's skiplen
26184           (fixes #163867)
26185
26186 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26187
26188         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
26189           Use 1/2 a second for default max_discont, as PES streams from DVB
26190           seem to have larger spacings in the SCR. 
26191           Fix a typo.
26192
26193 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26194
26195         * gst/playback/gstplaybasebin.c: (group_commit):
26196           Notify delayed stream-info availability.
26197
26198 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26199         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26200         (gst_a52dec_handle_event), (gst_a52dec_chain):
26201         Add some debug output. Check that a discont has a valid
26202         time associated.
26203         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26204         (gst_alsa_sink_loop):
26205         Ignore TAG events. A little extra debug for broken timestamps.
26206         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
26207         (dvdnavsrc_change_state):
26208         Ensure we send a discont to engage the link before we send any
26209         other events.
26210         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
26211         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
26212         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
26213         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
26214         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
26215         dvd://title works in totem because typefinding sends a seek that ends
26216         up going back to chapter 1 regardless.
26217         * ext/mpeg2dec/gstmpeg2dec.c:
26218         * ext/mpeg2dec/gstmpeg2dec.h:
26219         Output correct timestamps and handle disconts.
26220         * ext/ogg/gstoggdemux.c: (get_relative):
26221         Small guard against a null dereference.
26222         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
26223         (gst_textoverlay_set_property):
26224         Free memory when done. Don't call gst_event_filler_get_duration on
26225         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
26226         g_warning.
26227         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
26228         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
26229         (gst_sw_srclink), (gst_smoothwave_chain):
26230         Draw solid lines, prettier colours.
26231         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
26232         Add a default palette that'll work for some movies.
26233         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
26234         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
26235         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
26236         * gst/mpegstream/gstdvddemux.h:
26237         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26238         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
26239         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26240         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
26241         * gst/mpegstream/gstmpegparse.h:
26242         Use PTM/NAV events when for timestamp adjustment when connected to 
26243         dvdnavsrc. Don't use many discont events where one suffices.
26244         * gst/playback/gstplaybasebin.c: (group_destroy),
26245         (gen_preroll_element), (gst_play_base_bin_add_element):
26246         * gst/playback/gstplaybasebin.h:
26247         Make sure we remove subtitles from the same bin we put them in.
26248         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
26249         (gst_subparse_buffer_format_autodetect),
26250         (gst_subparse_change_state):
26251         Fix some memleaks and invalid accesses.
26252         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
26253         (oggskel_type_find), (cmml_type_find), (plugin_init):
26254         Some typefind functions for Annodex v3.0 files
26255         * gst/wavparse/gstwavparse.h:
26256         GstRiffReadClass is the correct parent class.
26257
26258 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26259
26260         * gst-libs/gst/riff/riff-media.c:
26261         (gst_riff_create_video_caps_with_data):
26262           Add extradata to huffyuv (fixes #165013).
26263         * gst-libs/gst/riff/riff-read.c:
26264         (gst_riff_read_strf_vids_with_data):
26265           Fix extradata extraction if it is in the chunk size.
26266
26267 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
26268
26269         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26270
26271         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
26272         (gst_quarktv_change_state), (gst_quarktv_dispose):
26273           Memory free'ing location fix (#164708).
26274
26275 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26276
26277         * gst/playback/gstplaybasebin.c: (group_commit),
26278         (gen_preroll_element), (probe_triggered), (gen_source_element),
26279         (setup_source), (gst_play_base_bin_change_state),
26280         (gst_play_base_bin_add_element):
26281           Don't block for streams.
26282         * gst/playback/gststreaminfo.c: (stream_info_change_state),
26283         (gst_stream_info_set_mute):
26284           Use gst_pad_set_active_recursive.
26285
26286 2005-01-25  Andy Wingo  <wingo@pobox.com>
26287
26288         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
26289         for #ifndef HAVE_XVIDEO.
26290
26291 2005-01-24  Jeffrey C. Ollie
26292
26293         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
26294
26295         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
26296         * ext/gsm/gstgsmdec.h:
26297         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
26298         * ext/gsm/gstgsmenc.h:
26299         Fix rate to 8kHz as per spec, removes obscure errors when no rate
26300         was given by property. Add proper buffer timestamps and offsets.
26301
26302 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26303
26304         * gst-libs/gst/riff/riff-media.c:
26305         (gst_riff_create_audio_caps_with_data):
26306           Audio can be <8000Hz.
26307
26308 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26309
26310         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26311           Explicit state change to workaround refcount bugs.
26312
26313 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26314
26315         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
26316         (gst_avimux_riff_get_avi_header):
26317           Fix...
26318
26319 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26320
26321         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
26322         (gst_riff_read_element_data):
26323         * gst-libs/gst/riff/riff-read.h:
26324           Add _peek version (req'ed in CDXA).
26325         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
26326         (gst_cdxaparse_loop):
26327           Fix parsing in playbin.
26328         * gst/playback/gstdecodebin.c: (close_pad_link):
26329           Ignore current_ pads, they cause major annoyance.
26330
26331 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26332
26333         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26334           Safety guard.
26335
26336 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26337
26338         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
26339           Fix padding...
26340
26341 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26342
26343         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
26344           Allow for 0-sized buffers. Fixes length query problems in
26345           starwars.mkv from the testsuite.
26346
26347 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
26348
26349         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
26350         (gst_video_box_i420), (gst_video_box_chain):
26351           Fix row strides for I420 (fixes #163159)
26352           
26353 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26354
26355         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
26356           MPEG2 has a useful rate property, so we can actually use that.
26357           For MPEG-1, continue using the bytes/time properties.
26358
26359 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26360
26361         * gst-libs/gst/riff/riff-media.c:
26362         (gst_riff_create_video_caps_with_data),
26363         (gst_riff_create_video_template_caps):
26364           Add intel-h263.
26365
26366 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26367
26368         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26369           Fail if caps negotiation fails. Should fix #162184, and should
26370           definately be in there regardless of it fixing the actual bug.
26371         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
26372         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
26373         (gst_avimux_riff_get_avix_header),
26374         (gst_avimux_riff_get_video_header),
26375         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
26376         (gst_avimux_start_file), (gst_avimux_handle_event),
26377         (gst_avimux_change_state):
26378         * gst/avi/gstavimux.h:
26379           Refactor structure writing to use GST_WRITE_UINT macros, add
26380           metadata writing support.
26381
26382 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26383
26384         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
26385           Elements may already be destroyed when this function is called.
26386
26387 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26388
26389         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26390         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
26391           More memory leak fixes (#149162).
26392
26393 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26394
26395         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26396         (gst_qtdemux_add_stream):
26397           Fix two memleaks.
26398
26399 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26400
26401         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26402           Argh...
26403
26404 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26405
26406         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26407           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
26408           when fixating to six channels in Totem.
26409
26410 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26411
26412         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
26413           Fix compile warnings on Solaris 10 buildbot
26414
26415 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26416
26417         * ext/dvdread/dvdreadsrc.c: (_read):
26418           Don't read beyond the last cell in a chapter (fixes 
26419           invalid memory access)
26420
26421 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26422
26423         * ext/dvdread/stream_labels.c:
26424         (dvdreadsrc_get_audio_stream_labels):
26425           Use NULL for an empty GList instead of g_list_alloc(); fix 
26426           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
26427           of GString (easier to bulk free later)
26428
26429 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26430
26431         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26432
26433         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26434         (gst_ffmpeg_pixfmt_to_caps):
26435           Fix BGRA32 caps (#164209).
26436
26437 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26438
26439         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26440
26441         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26442         (gst_ffmpeg_caps_to_pixfmt):
26443           alpha_mask can be RGBA/ABGR. Fixes #164265.
26444
26445 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
26446
26447         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26448
26449         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
26450         (gst_mpeg2dec_alloc_buffer):
26451         * ext/mpeg2dec/gstmpeg2dec.h:
26452           Crop if decoding size is not the actual image size (#163676).
26453
26454 2005-01-17  Steve Baker  <steve@stevebaker.org>
26455
26456         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26457
26458         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
26459         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
26460           Add libsndfile typefind functions (#163309).
26461
26462 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26463
26464         * tools/gst-launch-ext-m.m:
26465           Add .aac, fix .m1v/.m2v (#163891).
26466
26467 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26468
26469         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
26470           Sanity check, don't wait endlessly since the clock might not
26471           actually run at this point (which is a deadlock). Fixes #164069.
26472
26473 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26474
26475         * gst/playback/gstplaybasebin.c: (probe_triggered):
26476           Of course, only pause if group is done...
26477
26478 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26479
26480         * gst/playback/gstplaybasebin.c: (probe_triggered):
26481           Thread safety.
26482
26483 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
26484
26485         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
26486           Don't return state change success when the parent
26487           failed.
26488
26489 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26490
26491         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
26492           Free events (fix memleak in #162905).
26493
26494 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
26495
26496         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26497
26498         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26499         (gst_ffmpeg_caps_to_pixfmt):
26500           Fix for depth = 15. Fixes #161675.
26501
26502 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26503
26504         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
26505           Set FPS correctly, even for webcams and the like.
26506         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
26507           Don error on setting while capturing.
26508
26509 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26510
26511         * ext/dv/gstdvdec.c:
26512         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26513         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26514           I'm a bad boy. using /1001. to force C to do float division
26515           and not integer division (as it did in my last commit)
26516           Thanks to David I. Lehn for pointing this mistake.
26517
26518 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26519
26520         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
26521           Revert Johan's 1.35->1.36 since it breaks compat.
26522
26523 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26524
26525         * ext/dv/gstdvdec.c:
26526         * ext/libfame/gstlibfame.c:
26527         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26528         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26529           replace framerate aproximations by their real value
26530           (24000/1001, 30000/1001, 60000/1001)
26531           Finish fixing bug #164049
26532
26533 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26534
26535         * ext/ogg/gstoggmux.c:
26536           eos/bos debugging
26537         * gst/tcp/gstmultifdsink.c:
26538         * gst/tcp/gstmultifdsink.h:
26539         * gst/tcp/gsttcp.c:
26540         * gst/tcp/gsttcp.h:
26541         * gst/tcp/gsttcpclientsink.c:
26542         * gst/tcp/gsttcpclientsrc.c:
26543         * gst/tcp/gsttcpserversink.c:
26544         * gst/tcp/gsttcpserversrc.c:
26545           improve reusability of elements after state changes and errors
26546           make multifdsink throw away streamheaders when receiving new ones
26547
26548 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26549
26550         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26551           Fix for if items are already in list...
26552
26553 2005-01-12  Benjamin Otte  <otte@gnome.org>
26554
26555         * gst/adder/gstadder.c: (gst_adder_loop):
26556           fix adder a bit so it doesn't screw up with events as much anymore
26557
26558 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
26559
26560         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
26561         (pixbufscale_scale), (gst_pixbufscale_chain):
26562         * ext/gdk_pixbuf/pixbufscale.h:
26563           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
26564           to ensure rowstrides are calculated the same way as 
26565           ffmpegcolorspace
26566           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
26567           that we pick up duration and offset also.
26568
26569 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26570
26571         * gst/avi/gstavimux.c: (gst_avimux_class_init),
26572         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
26573           Reusability fixes.
26574
26575 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26576
26577         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
26578         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
26579         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
26580         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
26581           Update flags when requested.
26582
26583 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26584
26585         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26586           Fix dmix.
26587
26588 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26589
26590         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26591         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
26592         (probe_triggered), (new_decoded_pad), (gen_source_element),
26593         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
26594         * gst/playback/gstplaybasebin.h:
26595         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
26596         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
26597         (gst_play_bin_change_state):
26598           Implement group-switch signal for use in apps to clear metadata
26599           cache, clean up subtitle, add suburi property instead of # hack,
26600           some error-out fixes.
26601
26602 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26603
26604         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
26605           Debug.
26606         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
26607           If we got a state change in the _get handler, don't return success.
26608
26609 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26610
26611         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
26612         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
26613           Make jpegdec quiet on MJPEG decoding
26614         * gst/asfdemux/README:
26615           Fix mimetypes for MJPEG and H263
26616
26617 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26618
26619         * ext/theora/theoradec.c: (theora_dec_chain):
26620           Fix broken code generation by gcc by swapping arguments.
26621         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
26622           Fix \n in debug.
26623
26624 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26625
26626         * TODO:
26627           delete this file, it is by far outdated
26628         * ext/alsa/gstalsa.1: remove
26629         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
26630         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
26631         (gst_alsa_get_caps):
26632           Add HW probing for supported sample rates. Fixes #161704
26633
26634 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26635
26636         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26637           Don't crash, biatch! :).
26638
26639 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26640
26641         * ext/musepack/gstmusepackreader.cpp:
26642         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
26643           Some work on tags - still doesn't work in playbin...
26644         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26645           Handle events...
26646
26647 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26648
26649         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
26650           Also shove tags on kid pads.
26651
26652 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26653
26654         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
26655           Don't bail on unknown events.
26656         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26657           Don't crash on events before negotiation.
26658         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26659           Send tags on pads, too.
26660         * gst/playback/gststreamselector.c:
26661         (gst_stream_selector_request_new_pad):
26662           Forward events on first pad if no input was selected yet.
26663
26664 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26665
26666         * gst/playback/gstplaybasebin.c: (setup_substreams):
26667           Don't disable streamtype if the stream doesn't exist, since
26668           then playing a video after audio will disable both and nothing
26669           will happen. Fixes the testsuite.
26670
26671 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26672
26673         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
26674         (gst_v4l_xoverlay_set_xwindow_id):
26675         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
26676         (gst_v4l2_xoverlay_set_xwindow_id):
26677           Add debug categories, fix overlay disabling.
26678
26679 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26680
26681         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
26682         * ext/alsa/gstalsa.h:
26683           Add HW probing for period_count/size and buffer_size MIX/MAX
26684           Adjust default/user defined value if out of bounds
26685           Should fix bug #162024
26686
26687 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26688
26689         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
26690           Fix warning (#161191).
26691
26692 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26693
26694         * ext/dvdread/stream_labels.c:
26695         (dvdreadsrc_get_audio_stream_labels):
26696           Fix warning (init the good variable in switch default)
26697
26698 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
26699
26700         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26701
26702         * gst/tta/gstttaparse.c: (gst_tta_src_event):
26703           Fix gcc-2.95 compile (#163485).
26704
26705 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26706
26707         * configure.ac:
26708         * ext/flac/gstflacenc.c: (gst_flacenc_init),
26709         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
26710         (gst_flacenc_tell_callback), (gst_flacenc_chain),
26711         (gst_flacenc_change_state):
26712         * ext/flac/gstflacenc.h:
26713           Update for API change in flac-1.1.1. Update requirement in
26714           configure.ac. Fixes #162974.
26715
26716 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26717
26718         * gst/playback/gstplaybasebin.c: (group_destroy):
26719           Remove hack to get rid of assert and get rid of unlinked
26720           signals properly.
26721
26722 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26723
26724         * gst/playback/gstplaybasebin.c: (setup_source):
26725           Set source to NULL so that resources are free'ed. Fixes issues
26726           with playback of CDDA and similar device-accessing things.
26727
26728 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26729
26730         * testsuite/embed/Makefile.am:
26731           test->noinst, fix make test in buildbot.
26732
26733 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26734
26735         * ext/dvdread/stream_labels.c: new file
26736         * ext/dvdread/stream_labels.h: new file
26737         * ext/dvdread/Makefile.am:
26738         * ext/dvdread/dvdreadsrc.c: (_seek_title):
26739           Extract audio stream label from DVD IFO files.
26740           It only dump them on the console for now, still have to
26741           make playbin aware of them.
26742
26743 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26744
26745         * gst/playback/gstplaybasebin.c: (setup_source):
26746           Fix hanging subs.
26747
26748 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26749
26750         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
26751         (gen_preroll_element), (remove_groups), (setup_subtitle),
26752         (gen_source_element), (setup_source):
26753         * gst/playback/gstplaybasebin.h:
26754           Multiple .sub files is just a stupid idea... Fix some threading
26755           mistakes. Interestingly, external .sub files cause playbin to
26756           hang, I don't know why... Parsing fixes contributed by Fran??ois
26757           Kooman <fkooman@tuxed.net>.
26758
26759 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26760
26761         * testsuite/embed/Makefile.am:
26762           Fix buildbot.
26763
26764 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
26765
26766         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26767
26768         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
26769         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
26770         (gst_pngenc_set_property):
26771         * ext/libpng/gstpngenc.h:
26772           Add compression level property (#163323).
26773
26774 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26775
26776         * configure.ac:
26777         * examples/capsfilter/capsfilter1.c: (main):
26778         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26779         * ext/dvdread/Makefile.am:
26780         * ext/dvdread/demo-play:
26781         * ext/dvdread/demo-play.c:
26782         * gconf/gstreamer.schemas.in:
26783         * gst-libs/gst/gconf/gconf.c:
26784         * sys/v4l/TODO:
26785         * testsuite/Makefile.am:
26786         * testsuite/embed/Makefile.am:
26787         * testsuite/embed/embed.c: (cb_expose), (main):
26788           Remove all references to xvideosink, fix examples (#140845).
26789         * gst/playback/gstplaybasebin.c: (group_destroy):
26790           Apparently, disposal does not unlink - so do explicitely.
26791         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26792           Add debug.
26793
26794 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
26795
26796         * README: fix PKG_CONFIG_PATH instructions, what was there
26797         previously was breaking default search path, not nice. 
26798         Fixes #163358
26799
26800 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26801
26802         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
26803         (gst_audioscale_chain):
26804           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
26805           when resampling - how the ^@$^!@^! is this possible?!?
26806
26807 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26808
26809         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
26810           Reset variables on READY.
26811         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
26812         (gst_matroska_mux_loop):
26813           Require data before writing header.
26814
26815 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
26816
26817         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26818
26819         * ext/mad/gstmad.c: (gst_mad_chain):
26820           Don't call mad_stream_sync() directly after recovering sync.
26821           Fixes #151661.
26822
26823 2005-01-09  Martin Eikermann  <meiker@upb.de>
26824
26825         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26826
26827         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
26828         (snapshot_handler), (gst_snapshot_sinkconnect),
26829         (gst_snapshot_chain):
26830           Allocate resources when required, fix recursive signal emission
26831           and fix caps. Fixes #161667.
26832
26833 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
26834
26835         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26836
26837         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
26838         (gst_pngdec_chain):
26839           Handle only 8-bppc (bits-per-pixel-component) images, better
26840           error handling and correct strides. Fixes #163177.
26841         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
26842         (gst_pngenc_chain):
26843           Better error handling. Fixes #163348.
26844
26845 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26846
26847         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
26848         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
26849         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
26850         (dvdnavsrc_uri_handler_init):
26851           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
26852         * gst/playback/gstplaybasebin.c: (gen_source_element):
26853           Add MMS to streaming URIs.
26854
26855 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26856
26857         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
26858         * sys/xvimage/xvimagesink.c:
26859         (gst_xvimagesink_navigation_send_event):
26860           Check for pad availability before sending event.
26861
26862 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26863
26864         * gst-plugins.spec.in:
26865           Add subparse.
26866
26867 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26868
26869         * configure.ac:
26870           Since we use functions from CVS, up requirement.
26871
26872 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26873
26874         * gst/playback/Makefile.am:
26875         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26876         (group_destroy), (group_commit), (group_is_muted),
26877         (gen_preroll_element), (add_stream), (unknown_type),
26878         (probe_triggered), (preroll_unlinked), (mute_stream),
26879         (silence_stream), (new_decoded_pad), (setup_substreams),
26880         (setup_source), (get_active_source), (mute_group_type),
26881         (muted_group_change_state), (set_active_source),
26882         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
26883         (play_base_eos), (gst_play_base_bin_change_state):
26884         * gst/playback/gstplaybasebin.h:
26885         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
26886         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
26887         (gst_stream_info_dispose), (stream_info_mute_pad),
26888         (stream_info_change_state), (gst_stream_info_set_mute):
26889         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
26890         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
26891         (gst_stream_selector_init), (gst_stream_selector_dispose),
26892         (gst_stream_selector_get_linked_pad),
26893         (gst_stream_selector_get_caps), (gst_stream_selector_link),
26894         (gst_stream_selector_get_linked_pads),
26895         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
26896         * gst/playback/gststreamselector.h:
26897           Adding stream selection support plus required properties for
26898           applications to use this. Fully fixes #100931.
26899
26900 2005-01-08  Benjamin Otte  <otte@gnome.org>
26901
26902         * gst/games/gstpuzzle.c: (nav_event_handler):
26903           - handle nav events differently: forward every event no matter if it
26904             was handled or not.
26905           - translate events
26906           You can now cheat by using navigationtest ! puzzle and moving the
26907           mouse close to the edge of a tile. ;)
26908
26909 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26910
26911         * configure.ac:
26912         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
26913         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
26914         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
26915         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
26916         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
26917         (gst_ogm_parse_plugin_init):
26918         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
26919         (gst_textoverlay_link), (gst_textoverlay_getcaps),
26920         (gst_textoverlay_event), (gst_textoverlay_video_chain),
26921         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
26922         * ext/pango/gsttextoverlay.h:
26923         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
26924         (gst_matroska_demux_handle_seek_event),
26925         (gst_matroska_demux_sync_streams),
26926         (gst_matroska_demux_parse_blockgroup),
26927         (gst_matroska_demux_subtitle_caps),
26928         (gst_matroska_demux_plugin_init):
26929         * gst/matroska/matroska-ids.h:
26930         * gst/playback/gstdecodebin.c: (close_pad_link):
26931         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
26932         (gen_preroll_element), (remove_groups), (add_stream),
26933         (new_decoded_pad), (setup_subtitles), (gen_source_element),
26934         (setup_source):
26935         * gst/playback/gstplaybasebin.h:
26936         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
26937         * gst/subparse/Makefile.am:
26938         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
26939         (gst_subparse_base_init), (gst_subparse_class_init),
26940         (gst_subparse_init), (gst_subparse_formats),
26941         (gst_subparse_eventmask), (gst_subparse_event),
26942         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
26943         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
26944         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
26945         (parse_mpsub_deinit), (parse_mpsub_init),
26946         (gst_subparse_buffer_format_autodetect),
26947         (gst_subparse_format_autodetect), (gst_subparse_loop),
26948         (gst_subparse_change_state), (gst_subparse_type_find),
26949         (plugin_init):
26950         * gst/subparse/gstsubparse.h:
26951         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
26952         (plugin_init):
26953           Add subtitle support, .sub parser (supports SRT and MPsub),
26954           OGM text support, Matroska UTF-8 text support, deadlock fixes
26955           all over the place, subtitle awareness in decodebin/playbin
26956           and some fixes to textoverlay to handle subtitles in a stream
26957           correctly. Fixes #100931.
26958
26959 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26960
26961         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
26962           Check for pad availability before doing a query on it.
26963
26964 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26965
26966         * ext/dv/gstdvdec.c:
26967           really fix bpp24/32 dvdec caps (classic rgba indeed)
26968         * gst/asfdemux/gstasfdemux.c:
26969         (gst_asf_demux_process_ext_content_desc):
26970           don't send text tags if they are empty (bis repetita)
26971
26972 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26973
26974         * ext/dv/gstdvdec.c:
26975          remove unneeded comment from dvdec
26976           (related to DV 4CC codes in AVI files)
26977           moved them in gstreamer/docs/random/mimetypes
26978         * gst/asfdemux/gstasfdemux.c:
26979         (gst_asf_demux_process_ext_content_desc):
26980          don't send text tags if they are empty
26981          fix mem leak on error path
26982         * gst/ffmpegcolorspace/avcodec.h:
26983         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26984         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
26985         (gst_ffmpegcsp_avpicture_fill):
26986         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
26987         * gst/ffmpegcolorspace/imgconvert_template.h:
26988          adds BGR32 and BGRA32 to ffmpegcolorspace
26989           (still bad colors, fixing it on next commit)
26990           helps with dvdec outputing BGR32
26991
26992 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26993
26994         * ext/dv/gstdvdec.c:
26995          Fix audio caps i just broke (missing ',')
26996         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
26997         (gst_matroska_mux_reset):
26998          Fix typo + add FIXME about old "x-gst-metadata" crap
26999
27000 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27001
27002         * ext/dv/demo-play.c: (main):
27003          xvideosink -> xvimagesink
27004         * ext/dv/gstdvdec.c:
27005          change rgb 32/32 caps to 24/32 (no alpha)
27006          change nb of channels to be a list (2 or 4, not 2)
27007          change sample rate to be a list (32, 44.1, 48 kHz) not a range
27008         * gst/asfdemux/gstasfdemux.c:
27009         (gst_asf_demux_process_ext_content_desc):
27010          Add 'date/year' to extracted metadata list
27011
27012 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27013
27014         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27015           The return value of fixate_to does not imply that the requested
27016           value was set, so don't assume.
27017
27018 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
27019
27020         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27021
27022         * ext/libpng/gstpngdec.c:
27023         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
27024         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
27025         * ext/libpng/gstpngenc.h:
27026           Alpha support (encoder; #163161), mime fixage.
27027
27028 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
27029
27030         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27031
27032         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
27033         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
27034         (gst_faac_set_property), (gst_faac_get_property):
27035         * ext/faac/gstfaac.h:
27036           Allow for ADTS output (#153434).
27037
27038 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27039
27040         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
27041           Fix against template (#150576).
27042
27043 2005-01-06  Benjamin Otte  <otte@gnome.org>
27044
27045         * gst/games/gstpuzzle.c: (draw_puzzle):
27046           don't draw a puzzle if either width or height of tiles would be 0.
27047
27048 2005-01-06  Benjamin Otte  <otte@gnome.org>
27049
27050         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
27051         (gst_puzzle_class_init), (gst_puzzle_finalize):
27052           no memleaks, please
27053         (gst_puzzle_create), (gst_puzzle_init),
27054         (gst_puzzle_set_property), (gst_puzzle_setup):
27055           change initialization code around so we don't reshuffle on resize
27056         (draw_puzzle):
27057           fix another stupid typo
27058
27059 2005-01-06  Benjamin Otte  <otte@gnome.org>
27060
27061         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
27062           fix stupid typo that borked copying on YUY2
27063
27064 2005-01-06  Benjamin Otte  <otte@gnome.org>
27065
27066         * gst/games/gstpuzzle.c: (draw_puzzle):
27067           fix edges when image sizes aren't multiples of tile sizes
27068
27069 2005-01-06  Benjamin Otte  <otte@gnome.org>
27070
27071         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
27072           make RGB endianness work correctly
27073         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
27074           refactor and fix race with initial shuffling
27075         (nav_event_handler):
27076           allow using the mouse to puzzle
27077         (draw_puzzle):
27078           insist on tiles having width and height as multiples of 4 to get
27079           clean YUV image handling
27080         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27081         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
27082           s/DEBUG/LOG/ for common messages
27083         (gst_xvimagesink_navigation_send_event):
27084           fix mouse event translation to not include screen PAR
27085         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27086           fix mouse event translation to actually work
27087
27088 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27089
27090         * gst/asfdemux/gstasfdemux.c:
27091         (gst_asf_demux_process_ext_content_desc):
27092          Extract TrackNumber metadata + clean up code
27093         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
27094          Hope this is the good fix (var used unitialised)
27095
27096 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27097
27098         * ext/faad/gstfaad.c: (gst_faad_chain):
27099           Only increment timestamp if it's valid. Fixes raw AAC streams.
27100
27101 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27102
27103         * configure.ac:
27104         * gst/games/Makefile.am:
27105         * gst/games/gstpuzzle.c:
27106           add a puzzle game with...
27107         * gst/games/gstvideoimage.c:
27108         * gst/games/gstvideoimage.h:
27109           ... full colorspace support (that includes YUV9 and RGB16)) stolen
27110           from videotestsrc and made into something that would be a nice
27111           library for a lot of other plugins.
27112
27113 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27114
27115         * configure.ac:
27116          don't compile faad plugin if a RC of 2.0 is found
27117          Fixes #155346 (and FC1 buildbot)
27118         * gst/asfdemux/gstasfdemux.c:
27119         (gst_asf_demux_process_ext_content_desc):
27120          try to make Solaris compiler happier
27121
27122 2005-01-06  Paul Jack  <pjack@sfaf.org>
27123
27124         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27125
27126         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
27127           Fix segfault (#161667).
27128
27129 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27130
27131         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27132           Fix framerate reporting.
27133
27134 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27135
27136         * gst-libs/gst/riff/riff-ids.h:
27137         * gst/wavenc/riff.h:
27138          Add AMR (VBR and CBR) ids to riff.h audio codec list
27139         * gst/asfdemux/gstasfdemux.c:
27140         (gst_asf_demux_process_ext_content_desc),
27141         (gst_asf_demux_process_object):
27142           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
27143
27144 2005-01-05  Martin Eikermann  <meiker@upb.de>
27145
27146         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27147
27148         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27149         (gst_dvd_demux_handle_discont):
27150         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
27151         (gst_mpeg_demux_handle_discont):
27152           Recreate pads on new-media (#160730).
27153         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
27154           Send discont even if manager changes timestamps (#161929).
27155
27156 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
27157
27158         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27159
27160         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
27161           Fix invalid memory access (#159211).
27162
27163 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27164
27165         * examples/gstplay/player.c: (main):
27166           Don't iterate.
27167         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
27168           Add visualizations.
27169         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27170         (gst_a52dec_handle_frame):
27171           Set duration.
27172         * ext/dvdnav/gst-dvd:
27173           Add audioconvert. Fixes #161325.
27174         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
27175           Explicitely case to gint64. Possible valgrind error.
27176         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
27177         (gst_play_tick_callback), (gst_play_change_state),
27178         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
27179         (gst_play_set_location), (gst_play_get_location),
27180         (gst_play_seek_to_time), (gst_play_set_data_src),
27181         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27182         (gst_play_set_visualization), (gst_play_connect_visualization),
27183         (gst_play_get_framerate), (gst_play_get_all_by_interface),
27184         (gst_play_new):
27185           Use playbin. Fixes #139749 and #147744.
27186         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
27187           Add genre tag.
27188         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27189         (audioscale_get_type), (gst_audioscale_base_init),
27190         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
27191         (gst_audioscale_getcaps), (gst_audioscale_fixate),
27192         (gst_audioscale_link), (gst_audioscale_get_buffer),
27193         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
27194         (gst_audioscale_init), (gst_audioscale_dispose),
27195         (gst_audioscale_chain), (gst_audioscale_set_property),
27196         (gst_audioscale_get_property), (plugin_init):
27197           Indent properly.
27198         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27199           Fix LPCM.
27200         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
27201         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
27202         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
27203           Add more metadata (fixes #162656).
27204
27205 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27206
27207         * configure.ac:
27208           back to cvs
27209
27210 === release 0.8.7 ===
27211
27212 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27213
27214         * NEWS:
27215         * RELEASE:
27216         * configure.ac:
27217           releasing 0.8.7, "Hyperspace"
27218
27219 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27220
27221         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
27222
27223         * gst/playback/gstplaybasebin.c:
27224          Fix for #162924 - free caps after use, not before
27225
27226 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27227
27228         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27229
27230         * gst/playback/gstplaybasebin.c:
27231         * gst/wavparse/gstwavparse.c:
27232           Fix for #154773 - fixes playback of small .wav files
27233
27234 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
27235
27236         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27237
27238         * gst/audioscale/gstaudioscale.c:
27239           Fix for #162819 - make audioscale reusable
27240           Fixes playback of more than one file with playbin/totem
27241
27242 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27243
27244         * gst/ffmpegcolorspace/avcodec.h:
27245         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27246         * gst/ffmpegcolorspace/imgconvert.c:
27247           clean up the mess that made me cry and avoid needless duplication
27248
27249 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27250
27251         * gst/ffmpegcolorspace/imgconvert.c:
27252           give some indication of why we're segfaulting
27253
27254 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27255
27256         * configure.ac:
27257           Fix indentation, fix v4l2 plugin detection.
27258         * ext/Makefile.am:
27259           Fix libmms location (Maciej, use diff -u!).
27260         * ext/alsa/gstalsa.c: (gst_alsa_init):
27261           Initialize caps cache to NULL.
27262         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
27263           Only change state on audiosink if it exists.
27264
27265 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
27266
27267         * gst/matroska/matroska-demux.c:
27268         * gst/matroska/matroska-ids.h:
27269         * gst/matroska/matroska-demux.h:
27270         Fix Vorbis streams failing to decode in some files, where cluster_time
27271         isn't 0, because then it doesn't send codec_priv before actual data.
27272         Remove time-based test and replace it with marker set on beginning of
27273         new stream
27274
27275 2004-12-28  David Schleef  <ds@schleef.org>
27276
27277         Merge patch from Ronald fixing problems with streaming
27278         text.
27279         * ext/cairo/gstcairo.c: (plugin_init):
27280         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27281         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27282         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27283         (gst_textoverlay_font_init), (gst_textoverlay_init),
27284         (gst_textoverlay_set_property):
27285         * ext/cairo/gsttextoverlay.h:
27286
27287 2004-12-27  David Schleef  <ds@schleef.org>
27288
27289         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27290         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27291         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27292         (gst_textoverlay_font_init), (gst_textoverlay_init),
27293         (gst_textoverlay_set_property): Improvements to actually
27294         render text as white on black outline on video, including
27295         font selection and horizontal/vertical alignment.  (Ronald's
27296         christmas present)
27297         * ext/cairo/gsttextoverlay.h:
27298
27299 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27300
27301         * ext/ogg/gstogg.c:
27302         * ext/ogg/gstogmparse.c:
27303           fix ogm[audio/video]parse plugin registration
27304           (riff won't load if bytestream is already loaded)
27305
27306 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27307
27308         * gst/audioconvert/gstchannelmix.c:
27309           fix for GLIB < 2.4
27310
27311 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27312
27313         * Makefile.am:
27314         * configure.ac:
27315           disable docs again until it actually passes make distcheck.
27316
27317 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27318
27319         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
27320         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
27321         (plugin_init):
27322           Add 3GP (variables name Q3GP because they can't start with a
27323           number). Add samr audio fourcc (used in .3gp files), decoder
27324           is work in progress. Also do a GST_WARNING instead of ERROR
27325           in case of unknown nodes, to decrease output.
27326
27327 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27328
27329         * Makefile.am:
27330           really fix dist
27331
27332 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27333
27334         * configure.ac:
27335         * ext/speex/gstspeexdec.h:
27336         * ext/speex/gstspeexenc.h:
27337           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
27338           Fix detection code in configure.ac
27339
27340 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27341
27342         * gst/matroska/matroska-demux.c:
27343         (gst_matroska_demux_parse_blockgroup):
27344           Save position, so that queries give proper return values. Don't
27345           know how this could ever have worked before...
27346
27347 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27348
27349         * configure.ac:
27350           Put additional LAME check inside the conditional.  Fixes #152339
27351
27352 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27353
27354         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27355         (gst_avi_demux_stream_scan):
27356           Add some more debug. Fix logic error when setting movi offset
27357           while reading index.
27358
27359 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27360
27361         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27362         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
27363         (gst_avi_demux_process_next_entry):
27364           Add some debugging. Better detection of broken indexes and the
27365           accompanying index recovery. No infinite loops on state changes
27366           when we're still in our loopfunction.
27367
27368 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27369
27370         * configure.ac:
27371           Fix up.
27372
27373 2004-12-22  Archana Shah  <archana.shah@wipro.com>
27374
27375         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27376
27377         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
27378           Normalizing the value before setting
27379         (gst_sunaudiomixer_get_volume):
27380           Normalizing the value after getting. Fixes bug# 161980
27381
27382 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27383
27384         * Makefile.am: Make sure docs gets disted
27385         * docs/Makefile.am: Make sure all needed files get disted
27386         * gst-plugins.spec.in: latest updates
27387
27388 2004-12-22  Wim Taymans  <wim@fluendo.com>
27389
27390         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
27391         Revert patch 1.38 as clock distribution over schedulers does
27392         not work correcly in the core yet.
27393
27394 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27395
27396         * sys/oss/README: remove this file, which predates my birth
27397           (and which content is by far outdated)
27398
27399 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
27400
27401         * Makefile.am:
27402         * configure.ac:
27403         * docs/Makefile.am:
27404         * docs/libs/Makefile.am:
27405         * docs/libs/gst-plugins-libs-docs.sgml:
27406         * docs/libs/gst-plugins-libs-sections.txt:
27407         * docs/libs/tmpl/gstgconf.sgml:
27408         * docs/upload.mak:
27409         * docs/version.entities.in:
27410           Added boilerplate gtk-doc files for plugin-libs documentation.
27411
27412 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27413
27414         * gst/auparse/gstauparse.c: fix int and float audio caps
27415
27416 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27417
27418         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27419         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
27420           g_assert() can be a macro, don't use #ifdef inside it.
27421
27422 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
27423
27424         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27425
27426         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
27427         (gst_videorate_init), (gst_videorate_chain),
27428         (gst_videorate_change_state):
27429           Event handling (fixes #159986).
27430
27431 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27432
27433         * gst-libs/gst/riff/riff-media.c:
27434         (gst_riff_create_video_caps_with_data):
27435           Add BLZ0 (Blizzard's version of DivX) fourcc.
27436
27437 2004-12-18  David Schleef  <ds@schleef.org>
27438
27439         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
27440         portability fix.
27441
27442 2004-12-18  David Schleef  <ds@schleef.org>
27443
27444         * gst/tta/ttadec.h: Disable some header code that isn't used
27445         and clearly isn't portable.
27446
27447 2004-12-18  David Schleef  <ds@schleef.org>
27448
27449         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
27450         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27451         (avcodec_get_pix_fmt), (avpicture_layout),
27452         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
27453         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
27454         Fix code to not use GCC extensions (and c99 extensions that
27455         Forte does not like.)
27456
27457 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27458
27459         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27460
27461         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
27462         (gst_deinterlace_chain):
27463           Rowstride fixes. Fixes #161039.
27464         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
27465         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
27466         (gst_video_crop_getcaps), (gst_video_crop_link),
27467         (gst_video_crop_i420), (gst_video_crop_chain),
27468         (gst_video_crop_change_state):
27469           Rework of negotiation. Actually works now. Fixes #158650.
27470
27471 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27472
27473         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
27474           That was very stupid.
27475
27476 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27477
27478         * gst/matroska/matroska-demux.c:
27479         (gst_matroska_demux_parse_blockgroup):
27480           Fix possible crasher.
27481
27482 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27483
27484         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
27485         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
27486           Lace sizes can be zero.
27487
27488 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27489
27490         * ext/musepack/gstmusepackdec.cpp:
27491           Fetch error return values. Fixes #161624.
27492         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27493           Really EOS.
27494
27495 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27496
27497         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
27498           Work for truncated (unfinished download etc.) files. Fixes #160514.
27499
27500 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27501
27502         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27503           Fix for integer overflow. Makes #156001 not crash. Probably masks
27504           the real bug.
27505
27506 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27507
27508         * gst/ac3parse/gstac3parse.c: (plugin_init):
27509           Parsers never have ranks. Fixes #159651.
27510
27511 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27512
27513         * gst/playback/gstdecodebin.c: (compare_ranks):
27514           make sure the facotries are ordered the same every time even if they
27515           have the same rank by using the name
27516         * gst/playback/gstdecodebin.c: (find_compatibles):
27517           make sure we don't add factories to the list twice
27518
27519 2004-12-16  David Schleef  <ds@schleef.org>
27520
27521         * configure.ac: look for musepack headers as musepack/*.h
27522         (fixes #159847)
27523         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
27524         * ext/musepack/gstmusepackreader.h: same
27525
27526 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27527
27528         * gst-libs/gst/riff/riff-read.c:
27529         (gst_riff_read_strf_auds_with_data):
27530           Read extradata correctly (fixes #155879).
27531
27532 2004-12-16  David Schleef  <ds@schleef.org>
27533
27534         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
27535         audio.  does _not_ attempt or allow conversion unless channels
27536         is 1 or 2.
27537
27538 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27539
27540         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
27541
27542 2004-12-16  David Schleef  <ds@schleef.org>
27543
27544         * gst/audioscale/gstaudioscale.c: the resample library only
27545         handles 1 or 2 channels.  Change caps to compensate.
27546
27547 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27548
27549         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
27550         (gst_matroska_demux_audio_caps):
27551           Some MPEG-AAC hacks, because else it doesn't work...
27552
27553 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27554
27555         * gst-libs/gst/riff/riff-media.c:
27556         (gst_riff_create_video_caps_with_data),
27557         (gst_riff_create_video_template_caps):
27558           Add h264.
27559
27560 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27561
27562         * gst-libs/gst/audio/Makefile.am:
27563           Try to fix buildbot.
27564
27565 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27566
27567         * gst/tcp/gstmultifdsink.c:
27568           Clean up and uniformize debugging.
27569
27570 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
27571
27572         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27573
27574         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27575         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
27576         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
27577         (gst_mpeg_demux_change_state):
27578           Reset on ready. Fixes 160276.
27579
27580 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27581
27582         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27583
27584         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27585         (gst_ffmpegcsp_pad_link):
27586           Fix memleak (#154815).
27587
27588 2004-12-16  James Bowes  <bowes@cs.dal.ca>
27589
27590         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27591
27592         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
27593         (gst_musicbrainz_init), (gst_musicbrainz_chain),
27594         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
27595         * ext/musicbrainz/gsttrm.h:
27596           Add support for using a proxy server when getting a trm id from
27597           the MusicBrainz database (#149613).
27598
27599 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
27600
27601         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27602
27603         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
27604         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
27605           Fix memleaks (#157233).
27606
27607 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27608
27609         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27610
27611         * gst-libs/gst/resample/resample.c: (gst_resample_close):
27612         * gst-libs/gst/resample/resample.h:
27613         * gst/audioscale/gstaudioscale.c:
27614           Fix memleak (#159215).
27615
27616 2004-12-16  Toni Willberg  <toniw@iki.fi>
27617
27618         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27619
27620         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
27621         * sys/oss/oss_probe.c: (main):
27622           Check for mono/stereo support (similar to samplerate probing),
27623           fixes #159433. Also add missing copyright header to oss_probe.c.
27624
27625 2004-12-15  David Schleef  <ds@schleef.org>
27626
27627         * configure.ac: add audioresample and cairo plugins.  Remove
27628         HAVE_MMX stuff, because it's not used.
27629         * ext/Makefile.am: same
27630         * ext/audioresample/Makefile.am: You are not ready for an
27631         audio resampling element based on audioresample.
27632         * ext/audioresample/gstaudioresample.c:
27633         * ext/audioresample/gstaudioresample.h:
27634         * ext/cairo/Makefile.am: You are not ready for overlay elements
27635         based on cairo.  Don't look too closely, these elements kinda
27636         suck right now.
27637         * ext/cairo/gstcairo.c: new
27638         * ext/cairo/gsttextoverlay.c: new
27639         * ext/cairo/gsttextoverlay.h: new
27640         * ext/cairo/gsttimeoverlay.c: new
27641         * ext/cairo/gsttimeoverlay.h: new
27642         * gst-libs/gst/media-info/media-info-priv.h: fix compile
27643         problem with compilers that don't support variadic macros.
27644
27645 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
27646
27647         Reviewed by:  David Schleef  <ds@schleef.org>
27648
27649         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
27650         Bala, registering sunaudiosrc (oops!), and cleaning up code a
27651         bit.  Also ran indent-gst.
27652         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
27653         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
27654         (gst_sunaudiosrc_setparams):
27655
27656 2004-12-14  David Schleef  <ds@schleef.org>
27657
27658         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
27659         output rate to 16000.  Should fix #160235.
27660
27661 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27662
27663         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
27664         Add typefinding for mpeg2 pes streams
27665
27666 2004-12-13  David Schleef  <ds@schleef.org>
27667
27668         * configure.ac:  Applied patch from bug #143659, making default
27669         sources and sinks OS-dependent (for Solaris), and added code
27670         for OS/X.
27671         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
27672
27673 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27674
27675         * gst-libs/gst/riff/riff-media.c:
27676           forgot to add h2.64 to avidemux template caps
27677
27678 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27679
27680         * gst/wavenc/riff.h:
27681         * gst-libs/gst/riff/riff-media.c:
27682         * gst-libs/gst/riff/riff-ids.h:
27683         * gst/avi/gstavimux.c
27684         add 4CC code for VideoSoft h264 in AVI (VSSH)
27685           fixes bug #160655
27686         remove s323 from riff, it's quicktime specific :(
27687
27688 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27689
27690         * gst/asfdemux/README
27691         * gst/wavenc/riff.h
27692         * gst-libs/gst/riff/riff-ids.h
27693         * gst-libs/gst/riff/riff-media.c
27694         * gst/qtdemux/qtdemux.c:
27695           add new 4CC codes for h263 related codecs
27696           fixes partially bug #155163
27697
27698 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
27699
27700         * configure.ac: Update polyaudio requirement to 0.7
27701         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
27702
27703 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27704
27705         * gst/interleave/deinterleave.c:
27706         fix my name's spelling! :)
27707
27708 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27709
27710         * AUTHORS ChangeLog
27711         * gst/auparse/gstauparse.c
27712         * gst/interleave/deinterleave.c
27713         * gst/law/:
27714                 alaw-decode.c alaw-encode.c
27715                 mulaw-decode.c mulaw-encode.c
27716         * gst/oneton/gstoneton.c
27717         * sys/osxaudio/:
27718                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
27719         * sys/osxvideo/:
27720                 cocoawindow.h cocoawindow.m
27721                 osxvideosink.h osxvideosink.m
27722
27723         put the same mail address for Zaheer Abbas Merali everywhere
27724
27725 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27726
27727         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
27728           Align by packetsize, and assert that we a packet available before
27729           playing. The first makes webstreams work (they often include
27730           trailing padding data in a packet), the second allows pausing a
27731           ASF stream in totem without getting demux errors afterwards.
27732
27733 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27734
27735         * ext/ogg/gstoggdemux.c: (get_relative):
27736           Check for non-NULL before accessing member (end-of-chain).
27737
27738 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27739
27740         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
27741         (cdparanoia_set_property), (cdparanoia_get_property):
27742         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
27743         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
27744         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
27745         (dvdreadsrc_init), (dvdreadsrc_set_property),
27746         (dvdreadsrc_get_property):
27747         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
27748         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
27749           Synchronize property names where not yet the case. Devices are
27750           now device=X, other versions are deprecated (but still exist).
27751           Also use g_free() unconditionally.
27752         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27753         (setup_source), (gst_play_base_bin_get_property):
27754           Expose source.
27755
27756 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27757
27758         * configure.ac: move GCONF macro outside conditional for the am
27759           conditional. Fixes #160439
27760
27761 2004-12-08  David Schleef  <ds@schleef.org>
27762
27763         * tools/gst-visualise-m.m: Switch to elements that currently
27764         exist.
27765
27766 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27767
27768         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
27769           We love wrong commas.
27770
27771 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27772
27773         * gst/matroska/matroska-demux.c:
27774         (gst_matroska_demux_handle_src_query):
27775           Don't set DEFAULT, unsupported - makes length display incorrectly
27776           in some cases.
27777
27778 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27779
27780         * gst/monoscope/README: remove blurb about files being GPL
27781         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
27782         * gst/monoscope/monoscope.c: Change license to BSD with explanation
27783           monoscope is now effectively LGPL licensed
27784
27785 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27786
27787         * gst/monoscope/README: Update information to be more correct
27788         * gst/monoscope/convolve.c: Relicense to LGPL
27789         * gst/monoscope/convolve.h: Relicense to LGPL
27790
27791 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
27792
27793         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27794           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
27795         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
27796           set default_duration for mpeg1 audio
27797
27798 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27799
27800         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
27801         * ext/alsa/gstalsa.h:
27802           refactor big chunks of the core caps negotiation code to make it
27803           a lot faster, because people claim it's really slow
27804           (actually, just cache the getcaps when the device is opened)
27805
27806 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27807
27808         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
27809         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
27810         (gst_a52dec_handle_frame), (gst_a52dec_chain),
27811         (gst_a52dec_change_state), (plugin_init):
27812         * ext/a52dec/gsta52dec.h:
27813           Do something useful with timestamps. Make chain-based (since
27814           there's really no reason to be loopbased).
27815         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
27816           Update current_byte/frame correctly.
27817
27818 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27819
27820         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
27821         (gst_ape_demux_stream_init):
27822           Forward tags, too.
27823
27824 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27825
27826         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
27827           Let's make sure we're done typefinding when detecting tags.
27828
27829 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27830
27831         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
27832         (gst_ebml_read_init), (gst_ebml_read_use_event),
27833         (gst_ebml_read_element_id), (gst_ebml_peek_id),
27834         (gst_ebml_read_seek), (gst_ebml_read_skip),
27835         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
27836         (gst_ebml_read_master):
27837         * gst/matroska/ebml-read.h:
27838         * gst/matroska/matroska-demux.c:
27839         (gst_matroska_demux_parse_contents),
27840         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
27841           Disgustingly evil hack for working around INTERRUPT events and
27842           their extremely annoying habit of being a pain in the ass. We
27843           simply peek a cluster before reading any of it.
27844
27845 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27846
27847         * ext/musepack/gstmusepackdec.cpp:
27848           There's also floating point libmusepacks.
27849
27850 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27851
27852         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
27853         (gst_faad_chanpos_to_gst), (gst_faad_chain):
27854           Set DURATION even if source buffer didn't. Also use increasing
27855           timestamps.
27856         * gst-libs/gst/riff/riff-media.c:
27857         (gst_riff_create_audio_caps_with_data):
27858           Block_align can have larger values than 8192.
27859
27860 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27861
27862         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
27863         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
27864         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
27865         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
27866           Fix caps.
27867
27868 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27869
27870         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
27871           Fix logic bug.
27872
27873 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27874
27875         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
27876           Yay, another one.
27877
27878 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27879
27880         * ext/esd/esdsink.c: (gst_esdsink_chain):
27881           Make error actually say something useful (fixes #156798).
27882         * gst-libs/gst/riff/riff-media.c:
27883         (gst_riff_create_video_caps_with_data),
27884         (gst_riff_create_video_template_caps):
27885           Add Intel Video 5.0 fourcc (IV50).
27886
27887 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
27888
27889         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
27890         detection on mono and stereo mp3 files.
27891
27892 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27893
27894         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
27895           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
27896           the contained stream).
27897
27898 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27899
27900         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
27901           Oops, remove debug.
27902
27903 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
27904
27905         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27906
27907         * gst/law/alaw-decode.c: (alawdec_getcaps):
27908         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
27909           Prevent warnings when negotiating caps (fixes #159338).
27910
27911 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27912
27913         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27914         (gst_ffmpegcsp_chain):
27915           Remove old leftover that shouldn't be there...
27916
27917 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
27918
27919         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27920
27921         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
27922           Don't forward DISCONT events (fixes #159684).
27923
27924 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27925
27926         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
27927           Unlink manually since sometimes bin disposal (and therefore
27928           pad unlinking) is delayed, which will cause a new media file
27929           to not be able to start playing instantly.
27930
27931 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27932
27933         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
27934           On mute of an unlinked stream, check for pad availability so
27935           we don't crash on unlinked pad.
27936
27937 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27938
27939         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27940         (gst_avi_demux_massage_index):
27941           Fix quite humiliating bug in omitting 0-sized index chunks but
27942           forgetting to count them for timestamps.
27943
27944 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27945
27946         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
27947           Actually leave the loop if we failed to sync. Don't crash.
27948
27949 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27950
27951         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
27952         (gst_dvd_demux_process_private):
27953         * gst/mpegstream/gstdvddemux.h:
27954           Fix crash (#159759). Doesn't work, though. :-(.
27955
27956 2004-11-28  Benjamin Otte  <otte@gnome.org>
27957
27958         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
27959           more overwriting protection due to modifying channels one by one
27960           instead of all at once
27961
27962 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27963
27964         * gst/audioconvert/gstchannelmix.c:
27965         (gst_audio_convert_fill_normalize):
27966           Normalize using absolute values.
27967
27968 2004-11-28  Julien MOUTTE  <julien@moutte.net>
27969
27970         * configure.ac:
27971         * ext/Makefile.am:
27972         * ext/directfb/Makefile.am:
27973         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
27974         (gst_directfbvideosink_get_pixel_format),
27975         (gst_directfbvideosink_get_format_from_fourcc),
27976         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
27977         (gst_directfbvideosink_sink_link),
27978         (gst_directfbvideosink_change_state),
27979         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
27980         (gst_directfbvideosink_buffer_alloc),
27981         (gst_directfbvideosink_interface_supported),
27982         (gst_directfbvideosink_interface_init),
27983         (gst_directfbvideosink_navigation_send_event),
27984         (gst_directfbvideosink_navigation_init),
27985         (gst_directfbvideosink_set_property),
27986         (gst_directfbvideosink_get_property),
27987         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
27988         (gst_directfbvideosink_base_init),
27989         (gst_directfbvideosink_class_init),
27990         (gst_directfbvideosink_get_type), (plugin_init):
27991         * ext/directfb/directfbvideosink.h: Adding a first version of
27992         directfbvideosink.
27993         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
27994         more.
27995
27996 2004-11-28  Benjamin Otte  <otte@gnome.org>
27997
27998         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
27999           walk the samples backwards if out_channels > in_channels so we don't
28000           overwrite data
28001
28002 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28003
28004         * gst/audioconvert/Makefile.am:
28005         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
28006         (gst_audio_convert_link), (gst_audio_convert_change_state),
28007         (gst_audio_convert_channels):
28008         * gst/audioconvert/gstchannelmix.c:
28009         (gst_audio_convert_unset_matrix),
28010         (gst_audio_convert_fill_identical),
28011         (gst_audio_convert_fill_compatible),
28012         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
28013         (gst_audio_convert_fill_others),
28014         (gst_audio_convert_fill_normalize),
28015         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
28016         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
28017         * gst/audioconvert/gstchannelmix.h:
28018           Implement a channel mixer.
28019
28020 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
28021
28022         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
28023         * ext/alsa/gstalsa.h:
28024         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
28025         Make alsasink actually honor gst_element_set_clock and use that
28026         clock instead of its internal one.
28027
28028 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28029
28030         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
28031         (gst_play_base_bin_change_state): nullify source and decoder when
28032         going from READY to NULL so that we don't try to do weird stuff with
28033         them when going from NULL to READY
28034         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
28035         instead of g_object_unref
28036         (gen_video_element), (gen_audio_element): more refcounting fixes, now
28037         it should be correct
28038         (gst_play_bin_change_state): don't call remove_sinks if we are
28039         currently disposing the object
28040
28041 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28042
28043         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28044           Don't forget bass if it's there. Else left channel is silent...
28045
28046 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28047
28048         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
28049         (gst_a52dec_change_state):
28050           Don't do sample adjusting anymore, we use float audio now.
28051         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28052           Don't fixate to non-existing properties.
28053
28054 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28055
28056         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
28057         (gst_a52dec_change_state):
28058           Advertise that we can do surround sound.
28059
28060 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28061
28062         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
28063           Add buffer-frames=0.
28064         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
28065         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
28066         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
28067         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
28068         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
28069         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
28070         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
28071         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
28072         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
28073         * ext/dvdread/dvdreadsrc.h:
28074           Add seeking, querying for bytes, sectors, title, angle and
28075           chapter. Handle multiple chapters. Relicense to LGPL because
28076           Billy agreed on that (thanks Billy!).
28077
28078 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28079
28080         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
28081         call parent dispose method
28082
28083 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
28084
28085         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
28086         (gst_audio_clock_get_internal_time):
28087         Fix active <-> inactive transitions: ensure time value always
28088         grows and avoid abrupt value changes.
28089
28090 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
28091
28092         * configure.ac:
28093         * gst/tta/Makefile.am:
28094         * gst/tta/crc32.h:
28095         * gst/tta/filters.h:
28096         * gst/tta/gsttta.c:
28097         * gst/tta/gstttadec.c:
28098         * gst/tta/gstttadec.h:
28099         * gst/tta/gstttaparse.c:
28100         * gst/tta/gstttaparse.h:
28101         * gst/tta/ttadec.h:
28102           added TTA parser and decoder
28103
28104 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28105
28106         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28107         (probe_triggered), (check_queue), (buffer_underrun),
28108         (buffer_running), (buffer_overrun), (gen_source_element),
28109         (setup_source):
28110         * gst/playback/gstplaybasebin.h:
28111           Implement buffering. Needs some more work.
28112
28113 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28114
28115         * ext/theora/theoradec.c: (theora_dec_chain):
28116           Fix ilog mask range overflow.
28117
28118 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28119
28120         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28121           Don't omit the last (which in case of dmix is the only :) )
28122           channel count. Don't set channels if <= 2.
28123
28124 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
28125
28126         * gst/playback/gstplaybin.c: (gen_video_element),
28127         (gen_audio_element): Removed 2 obsolete comments
28128
28129 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28130
28131         * ext/vorbis/oggvorbisenc.c
28132         * ext/vorbis/vorbisenc.c :
28133           change description fields of those plugins to differentiate them
28134           (pitivi show Encoders by description, they had the same one)
28135
28136 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
28137
28138         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28139
28140         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
28141         (gst_play_bin_set_property), (gen_video_element),
28142         (gen_audio_element):
28143           Refcounting fixes for provided audio-/videosinks.
28144
28145 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28146
28147         * gst/playback/gstplaybin.c: (gen_video_element),
28148         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
28149           Don't reference all sinks, but only the video- and audiosinks.
28150           The vis. element should be disposed when we're done with it.
28151           We don't have any reason to keep it around. This fixes warnings
28152           when reusing playbin for playing multiple audio files with
28153           vis. enabled. Also release audio device on pause - idea stolen
28154           from Rhythmbox.
28155
28156 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28157
28158         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
28159         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
28160         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28161         * ext/alsa/gstalsaplugin.c: (plugin_init):
28162         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
28163         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
28164         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
28165         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
28166         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
28167         (gst_faad_change_state), (plugin_init):
28168         * ext/faad/gstfaad.h:
28169         * ext/vorbis/vorbis.c: (plugin_init):
28170         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28171         * gst-libs/gst/audio/Makefile.am:
28172         * gst-libs/gst/audio/audio.c: (plugin_init):
28173         * gst-libs/gst/audio/multichannel.c:
28174         (gst_audio_check_channel_positions),
28175         (gst_audio_get_channel_positions),
28176         (gst_audio_set_channel_positions),
28177         (gst_audio_set_structure_channel_positions_list),
28178         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
28179         (gst_audio_fixate_channel_positions):
28180         * gst-libs/gst/audio/multichannel.h:
28181         * gst-libs/gst/audio/testchannels.c: (main):
28182         * gst/audioconvert/gstaudioconvert.c:
28183         (gst_audio_convert_class_init), (gst_audio_convert_init),
28184         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
28185         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
28186         (gst_audio_convert_fixate), (gst_audio_convert_channels):
28187         * gst/audioconvert/plugin.c: (plugin_init):
28188           Surround sound support.
28189
28190 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28191
28192         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28193           Fix position for discont if we're close as well. Nitpicking, but
28194           saves a few milliseconds of extra waiting or skipping.
28195
28196 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28197
28198         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
28199           We sometimes need parsers for playback, so add those too.
28200
28201 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28202
28203         * configure.ac:
28204         * gst/apetag/Makefile.am:
28205         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
28206         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
28207         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
28208         (gst_ape_demux_get_src_query_types),
28209         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
28210         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
28211         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
28212         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
28213         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
28214         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
28215         (gst_ape_demux_change_state):
28216         * gst/apetag/apedemux.h:
28217         * gst/apetag/apetag.c: (plugin_init):
28218         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
28219         (plugin_init):
28220           APE v1/2 tag reader plus typefind function.
28221
28222 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28223
28224         * configure.ac:
28225         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28226         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28227           Remove hacks for older core. Require newer core version
28228           accordingly.
28229
28230 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28231
28232         * gst/cdxaparse/Makefile.am:
28233         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
28234         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
28235         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
28236         * gst/cdxaparse/gstcdxaparse.h:
28237         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
28238         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
28239         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
28240         (gst_cdxastrip_get_src_query_types),
28241         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
28242         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
28243         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
28244         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
28245         * gst/cdxaparse/gstcdxastrip.h:
28246           SVCD/VCD header stripping separated from CDXA image parsing.
28247         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28248         (plugin_init):
28249           Add VCD/SVCD header typefinding for VCD/SVCD.
28250         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
28251         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
28252         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
28253         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
28254         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
28255         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
28256         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
28257         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
28258         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
28259         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
28260         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
28261         * sys/vcd/vcdsrc.h:
28262           Fix up, add seeking, querying, URI interface. Works in totem now.
28263
28264 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28265
28266         * configure.ac:
28267           back to CVS
28268
28269 === release 0.8.6 ===
28270
28271 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28272
28273         * NEWS:
28274         * RELEASE:
28275         * configure.ac:
28276         * po/af.po:
28277         * po/az.po:
28278         * po/cs.po:
28279         * po/en_GB.po:
28280         * po/hu.po:
28281         * po/it.po:
28282         * po/nb.po:
28283         * po/nl.po:
28284         * po/or.po:
28285         * po/sq.po:
28286         * po/sr.po:
28287         * po/sv.po:
28288         * po/uk.po:
28289           releasing 0.8.6, "IOU Love"
28290
28291 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28292
28293         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28294
28295         * gst/playback/gstplaybasebin.c:
28296           Fix unplayable files error handling.  Fixes #158365
28297
28298 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28299
28300         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28301
28302         * gst/typefind/gsttypefindfunctions.c:
28303           Fix broken mp3 typefinding.  Fixes #158375
28304
28305 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28306
28307         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28308
28309         * ext/ogg/gstoggdemux.c:
28310           Fix sync on broken files.  Fixes #158976
28311
28312 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28313
28314         patch by: Edward Hervey <bilboed@bilboed.com>
28315
28316         * ext/libpng/gstpngenc.c:
28317           Copy over buffer properties.  Fixes #158832
28318
28319 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28320
28321         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
28322
28323         * ext/dvdread/dvdreadsrc.c:
28324           Fixes invalid reads (#158462)
28325
28326 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28327
28328         * sys/v4l/gstv4lsrc.c:
28329         * sys/v4l/gstv4lsrc.h:
28330         * sys/v4l/v4lsrc_calls.c:
28331           Probe less and cache it.  Fixes #159187.
28332
28333 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28334
28335         * gst/videorate/gstvideorate.c:
28336           Handle all video formats. Fixes #159186.
28337
28338 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
28339         * gst/synaesthesia/gstsynaesthesia.c:
28340         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
28341         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
28342         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
28343         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
28344         (gst_synaesthesia_change_state), (plugin_init):
28345         Fix up synaesthesia to work under different samplerates/ buffer sizes.
28346         Force 320x200 output, as that's the only thing the underlying
28347         synaesthesia implementation supports. Still needs to be made
28348         re-entrant.
28349
28350 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28351
28352         * configure.ac:
28353           Fix mpeg2enc configure check (similar to mplex check below).
28354
28355 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
28356
28357         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28358
28359         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28360           Fix for gcc-2.95 (fixes #158221).
28361
28362 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28363
28364         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28365           Re-add clock distribution hack (until new core is released).
28366           Fixes #158125.
28367
28368 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
28369         * configure.ac:
28370           fix mplex configure check segfaulting on some systems (bug #140994)
28371
28372 2004-11-13  Benjamin Otte  <otte@gnome.org>
28373
28374         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
28375           add debugging
28376         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28377           do a wait when we enter the loop func with no data available to
28378           write instead of getting into an 100% CPU loop by just returning and
28379           being called again by the scheduler
28380
28381 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
28382
28383         * configure.ac:
28384         * ext/libvisual/visual.c: (gst_visual_get_type),
28385         (libvisual_log_handler), (gst_visual_getcaps),
28386         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
28387         (plugin_init):
28388           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
28389         * ext/smoothwave/Makefile.am:
28390         * ext/smoothwave/demo-osssrc.c: (main):
28391         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
28392         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
28393         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
28394         (plugin_init):
28395         * ext/smoothwave/gstsmoothwave.h:
28396           Make gstsmoothwave a working element in the 20th century.
28397
28398         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
28399           Fix incorrect link function
28400
28401 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28402
28403         * gst/volume/gstvolume.c:
28404           Allow buffer-frames=0.
28405
28406 2004-11-12 Iain <iaingnome@gmail.com>
28407
28408         * configure.ac: Check for polypaudio
28409
28410         * ext/Makefile.am: Build the polyp dir
28411
28412         * ext/polyp: The polypsink sources.
28413
28414 2004-10-30 Iain <iaingnome@gmail.com>
28415
28416         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
28417         caps to reflect the new number of channels.
28418
28419 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28420
28421         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28422           Fix for negotiation order problem. This would show when the
28423           ALSA loopfuction was called before any other function. ALSA
28424           wouldn't do anything because we're not negotiated yet, leading
28425           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
28426
28427 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28428
28429         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28430
28431         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
28432           No warnings (#157986).
28433
28434 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28435
28436         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
28437           Prefer apev1/2 and id3v1 (at end of file) over musepack.
28438
28439 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28440
28441         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
28442           Signal no-more-pads (so it works in playbin).
28443
28444 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28445
28446         * ext/musepack/gstmusepackreader.cpp:
28447           Workaround for older core.
28448
28449 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28450
28451         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
28452           Actually test for odd width/height rather than testing whether
28453           a temporary variable that was 0 before we subtracted 1 is now
28454           not equal to zero (which it always is).
28455
28456 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28457
28458         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28459         Fix compilation if HAVE_XVIDEO is not defined
28460
28461 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28462
28463         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28464         Fix compilation if HAVE_XVIDEO is not defined
28465
28466 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
28467
28468         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
28469         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
28470         (gst_goom_change_state), (plugin_init):
28471         Use the bytestream adapter so goom doesn't depend on the input
28472         buffer size.
28473         Add a debug category
28474
28475 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28476
28477         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28478           Only set hardware parameters *after* negotiation. Before
28479           negotiation, it will set ANY and that seems to cause crashes
28480           (see e.g. #151288, #153227).
28481
28482 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28483
28484         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
28485           This seems to be antique leftover. It needs to pass error
28486           checking.
28487         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
28488         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
28489         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
28490         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
28491           Fix GstXOverlay implementation (#151059).
28492
28493 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28494
28495         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28496           Don't assert (#157853).
28497
28498 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28499
28500         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
28501           Fix bytes/samples confustion.
28502         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
28503           Fix for underrun (#144389).
28504
28505 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28506
28507         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28508           Disable halfway-seek for pending release (since it needs a new
28509           core release).
28510
28511 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28512
28513         * sys/v4l/gstv4lsrc.c:
28514         * sys/v4l/gstv4lsrc.h:
28515         * sys/v4l/v4lsrc_calls.c:
28516           add autoprobe-fps property so we can separate autoprobing parts
28517
28518 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28519
28520         * sys/v4l/gstv4lsrc.c:
28521         * sys/v4l/v4lsrc_calls.c:
28522         initialise fourcc to catch unset fourcc's, and debug
28523
28524 2004-11-09  Wim Taymans  <wim@fluendo.com>
28525
28526         * gst/playback/README:
28527         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28528         * gst/playback/gstplaybin.c: (gst_play_bin_init),
28529         (gst_play_bin_dispose), (gst_play_bin_set_property),
28530         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
28531         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
28532         (gst_play_bin_get_formats), (gst_play_bin_convert),
28533         (gst_play_bin_get_query_types), (gst_play_bin_query):
28534         Cleanups and some more documentation.
28535
28536 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
28537
28538         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
28539         (gst_cacasink_init), (gst_cacasink_chain):
28540         * ext/libcaca/gstcacasink.h:
28541         Cacasink inherits from VideoSink, so let that store the clock.
28542
28543 2004-11-09  Wim Taymans  <wim@fluendo.com>
28544
28545         * gst/playback/README:
28546         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
28547         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
28548         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
28549         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
28550         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
28551         (setup_sinks):
28552         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
28553         (gst_stream_info_is_mute), (gst_stream_info_set_property):
28554         * gst/playback/gststreaminfo.h:
28555         Updated README.
28556         Only switch groups if all streams have muted (EOSed).
28557         Send Tags in sync with the stream playback instead of in
28558         the playback/preroll phase.
28559         Some cleanups, free the fakesrc elements.
28560
28561 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28562
28563         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
28564           buffer-frames property was missing
28565         * ext/arts/gst_arts.c:
28566           rate missing from sinkcaps
28567         * ext/audiofile/gstafparse.c:
28568         * ext/audiofile/gstafsink.c:
28569         * ext/audiofile/gstafsrc.c:
28570         * ext/swfdec/gstswfdec.c:
28571           int audio doesn't know buffer-frames
28572         * ext/cdparanoia/gstcdparanoia.c:
28573           int audio doesn't know chunksize either
28574         * ext/nas/nassink.c:
28575           it's endianness, not endianess
28576         * gst-libs/gst/audio/audio.h:
28577           make float standard pad template caps really describe float
28578         * gst/law/mulaw.c: (linear_factory):
28579           signed only, please
28580         * gst/mpegstream/gstdvddemux.c:
28581           widths of 20 are not valid
28582
28583 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28584
28585         Submitted by: Luca Ferretti <elle.uca@infinito.it>
28586
28587         * po/LINGUAS:
28588         * po/it.po:
28589           Add Italian
28590
28591 2004-11-08  Wim Taymans  <wim@fluendo.com>
28592
28593         * gst/playback/README:
28594         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28595         * gst/playback/gstplaybasebin.c: (probe_triggered),
28596         (gst_play_base_bin_change_state):
28597         Updated README, added more comments for fixmes etc..
28598
28599 2004-11-08  Wim Taymans  <wim@fluendo.com>
28600
28601         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28602         We can remove this hack now.
28603
28604 2004-11-08  Wim Taymans  <wim@fluendo.com>
28605
28606         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
28607         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28608         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28609         Only mix AYUV for maximum quality.
28610
28611 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28612
28613         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
28614         (gst_ogg_demux_push), (gst_ogg_pad_push):
28615           Let's act as if we're synchronized now! :).
28616         * ext/theora/theoradec.c: (theora_dec_chain):
28617           Add some debug.
28618
28619 2004-11-08  Wim Taymans  <wim@fluendo.com>
28620
28621         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28622         (gst_alpha_set_property), (gst_alpha_sink_link),
28623         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
28624         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
28625         (gst_alpha_init_params), (gst_alpha_chain):
28626         Implement alpha functions for AYUV too, this increases
28627         accuracy quite a bit.
28628
28629 2004-11-08  Wim Taymans  <wim@fluendo.com>
28630
28631         * gst/ffmpegcolorspace/avcodec.h:
28632         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28633         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
28634         (gst_ffmpegcsp_avpicture_fill):
28635         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28636         (gst_ffmpegcsp_caps_remove_format_info):
28637         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28638         (shrink12), (img_get_alpha_info), (deinterlace_line),
28639         (deinterlace_line_inplace):
28640         * gst/ffmpegcolorspace/imgconvert_template.h:
28641         Added AYUV colorspace and handle RGBA a bit more respectful.
28642
28643 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28644
28645         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28646           Actually always send a discont (cornercase when resending the
28647           same serial-tagged chain twice).
28648
28649 2004-11-08  Julien MOUTTE  <julien@moutte.net>
28650
28651         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
28652         (gst_ximagesink_finalize):
28653         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
28654         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
28655
28656 2004-11-08  Wim Taymans  <wim@fluendo.com>
28657
28658         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
28659         Don't segfault on NULL data.
28660
28661 2004-11-08  Wim Taymans  <wim@fluendo.com>
28662
28663         * gst/playback/gstdecodebin.c: (unlinked):
28664         * gst/playback/gstplay-marshal.list:
28665         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28666         (gst_play_base_bin_init), (group_create), (get_active_group),
28667         (get_building_group), (group_destroy), (group_commit),
28668         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
28669         (add_element_stream), (no_more_pads), (probe_triggered),
28670         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
28671         (state_change), (setup_source), (gst_play_base_bin_get_property),
28672         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
28673         (gst_play_base_bin_link_stream),
28674         (gst_play_base_bin_get_streaminfo):
28675         * gst/playback/gstplaybasebin.h:
28676         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
28677         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
28678         Add support for chained ogg files. Prepare for playlist
28679         support. This patch introduces the concept of pad groups, which
28680         together compose one playable media file.
28681
28682 2004-11-07  David Schleef  <ds@schleef.org>
28683
28684         * testsuite/gst-lint: Check for pad templates that aren't statically
28685         scoped.
28686
28687 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28688
28689         * configure.ac:
28690         * ext/Makefile.am:
28691         * ext/musepack/Makefile.am:
28692         * ext/musepack/gstmusepackdec.cpp:
28693         * ext/musepack/gstmusepackdec.h:
28694         * ext/musepack/gstmusepackreader.cpp:
28695         * ext/musepack/gstmusepackreader.h:
28696           Add musepack decoder.
28697         * ext/faad/gstfaad.c: (gst_faad_base_init):
28698           Make pad templates static.
28699         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28700         (plugin_init):
28701           Add musepack typefinder, make mp3 typefinding work halfway stream,
28702           which doesn't actually work yet because id3demux doesn't implement
28703           _get_length().
28704
28705 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28706
28707         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
28708         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
28709           Fix interrupt event handling (#144436).
28710
28711 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28712
28713         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
28714           Hide unused glory.
28715
28716 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28717
28718         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28719
28720         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
28721           Fix weird caps (#157548).
28722
28723 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28724
28725         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28726
28727         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
28728           Add missing NULL terminator (#157543).
28729
28730 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28731
28732         * gst/tcp/gsttcp.h:
28733         * gst/tcp/gsttcpclientsink.c:
28734         * gst/tcp/gsttcpclientsrc.c:
28735         * gst/tcp/gsttcpserversink.c:
28736         * gst/tcp/gsttcpserversrc.c:
28737           ports can go up to 65535.  Move common defines to gsttcp.h
28738
28739 2004-11-05  Wim Taymans  <wim@fluendo.com>
28740
28741         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
28742         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
28743         Added two more colorspaces.
28744
28745 2004-11-05  Wim Taymans  <wim@fluendo.com>
28746
28747         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28748         (gst_ffmpegcsp_avpicture_fill):
28749         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28750         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
28751         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
28752         More stride fixes.
28753
28754 2004-11-05  Wim Taymans  <wim@fluendo.com>
28755
28756         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
28757         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
28758         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
28759         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
28760         (gst_videomixer_loop):
28761         More stride fixes.
28762
28763 2004-11-05  Benjamin Otte  <otte@gnome.org>
28764
28765         * ext/mad/gstmad.c: (gst_mad_chain):
28766           don't overflow data buffer. Flush not needed sync data when syncing
28767           failed.
28768
28769 2004-11-04  Wim Taymans  <wim@fluendo.com>
28770
28771         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28772         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
28773         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
28774         (gst_alpha_init_params), (gst_alpha_chain),
28775         (gst_alpha_change_state):
28776         Updated the chroma keying algorithm with something more
28777         sophisticated.
28778
28779 2004-11-03  Wim Taymans  <wim@fluendo.com>
28780
28781         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
28782         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28783         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28784         Fix stride issues. Does not completely work for odd
28785         heights.
28786
28787 2004-11-03  Wim Taymans  <wim@fluendo.com>
28788
28789         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28790         (gst_alpha_chroma_key), (gst_alpha_chain):
28791         Fix stride issues. Does not completely work for odd
28792         heights.
28793
28794 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
28795
28796         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28797         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
28798         leak fixes
28799
28800 2004-11-03  Wim Taymans  <wim@fluendo.com>
28801
28802         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28803         (gst_ffmpegcsp_avpicture_fill):
28804         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28805         (avpicture_alloc):
28806         * gst/ffmpegcolorspace/imgconvert_template.h:
28807         Use correct _fill function to get correct strides.
28808
28809 2004-11-02  David Schleef  <ds@schleef.org>
28810
28811         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28812         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
28813         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
28814         Change all g_print()s to debugging.  Add a bunch of consistency
28815         checks.
28816
28817 2004-11-02  Wim Taymans  <wim@fluendo.com>
28818
28819         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28820         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
28821         (unlinked), (no_more_pads), (close_link):
28822         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
28823         (unknown_type), (add_element_stream), (new_decoded_pad),
28824         (removed_decoded_pad), (setup_source):
28825         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
28826         (gst_stream_info_class_init), (gst_stream_info_init),
28827         (gst_stream_info_new), (gst_stream_info_dispose),
28828         (stream_info_mute_pad), (gst_stream_info_set_property),
28829         (gst_stream_info_get_property):
28830         * gst/playback/gststreaminfo.h:
28831         Fix playback of multiple files.
28832         a slightly different approach to handling dynamic pad removals.
28833         This one only looks at pads that we have linked.
28834
28835 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
28836
28837         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
28838         free" warning from libc.
28839
28840 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28841
28842         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28843         (get_unconnected_element), (remove_starting_from), (pad_removed),
28844         (close_link):
28845           Implement support for dynamic pad changing. We listen to "live"
28846           pad removals (i.e. while playing) and re-setup autoplugging
28847           after that. Playbasebin/playbin need some more work for this
28848           to finally work, but decodebin supports (and replugs) chained
28849           ogg now.
28850
28851 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
28852
28853         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
28854         (gst_alsa_finalize):
28855         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
28856         (gst_cdaudio_finalize):
28857         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28858         (cdparanoia_finalize):
28859         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
28860         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
28861         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28862         (dvdreadsrc_finalize):
28863         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
28864         (gst_flacdec_finalize):
28865         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
28866         (gst_flacenc_finalize):
28867         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
28868         (gst_gnomevfssink_finalize):
28869         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
28870         (gst_gnomevfssrc_finalize):
28871         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
28872         (gst_fameenc_finalize):
28873         * ext/nas/nassink.c: (gst_nassink_class_init),
28874         (gst_nassink_finalize):
28875         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
28876         (gst_sdlvideosink_class_init):
28877         * ext/sndfile/gstsf.c: (gst_sf_dispose):
28878         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
28879         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
28880         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
28881         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
28882         (gst_x_window_listener_dispose):
28883         * gst/audioscale/gstaudioscale.c:
28884         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
28885         (play_on_demand_finalize):
28886         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
28887         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
28888         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
28889         (cdplayer_finalize):
28890         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
28891         (gst_glimagesink_class_init):
28892         * sys/oss/gstosselement.c: (gst_osselement_class_init),
28893         (gst_osselement_finalize):
28894         * sys/oss/gstosssink.c: (gst_osssink_dispose):
28895         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
28896         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
28897           Fixes a bunch of problems with finalize and dispose functions,
28898           either assumptions that dispose is only called once, or not calling
28899           the parent class dispose/finalize function
28900
28901 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
28902
28903         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
28904           added two api precondition guards
28905           use g_strdup with getenv to fix crash when using ENVVAR
28906
28907 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
28908         * ext/esd/esdsink.c: (gst_esdsink_class_init),
28909         (gst_esdsink_finalize):
28910         Use a finalize function, not dispose, and more importantly,
28911         call the parent class finalize function too
28912
28913 2004-11-01  Johan Dahlin  <johan@gnome.org>
28914
28915         * ext/ogg/gstoggdemux.c:
28916         * gst/tags/gstvorbistag.c:
28917         Plug leaks.
28918
28919 2004-10-31  Benjamin Otte  <otte@gnome.org>
28920
28921         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
28922           lotsa memleaks today. But they're all small...
28923
28924 2004-10-31  Benjamin Otte  <otte@gnome.org>
28925
28926         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28927           another memleak crushed
28928
28929 2004-10-31  Benjamin Otte  <otte@gnome.org>
28930
28931         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
28932           fix memleak
28933
28934 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28935
28936         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28937           Hack to prevent crash when going to READY inside signal handler
28938           while this function is active.
28939
28940 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28941
28942         * gst/ffmpegcolorspace/Makefile.am:
28943         * gst/ffmpegcolorspace/avcodec.h:
28944         * gst/ffmpegcolorspace/common.h:
28945         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
28946         * gst/ffmpegcolorspace/dsputil.h:
28947         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
28948         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28949         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
28950         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
28951         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
28952         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
28953         (gst_ffmpegcsp_avpicture_fill):
28954         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
28955         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28956         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
28957         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
28958         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
28959         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
28960         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
28961         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
28962         * gst/ffmpegcolorspace/imgconvert.c:
28963         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
28964         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
28965         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
28966         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
28967         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
28968         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
28969         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
28970         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
28971         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
28972         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
28973         (grow21), (grow22), (grow41), (grow44), (conv411),
28974         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
28975         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
28976         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
28977         (avpicture_free), (is_yuv_planar), (img_convert),
28978         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
28979         (deinterlace_line_inplace), (deinterlace_bottom_field),
28980         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
28981         * gst/ffmpegcolorspace/imgconvert_template.h:
28982         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
28983         * gst/ffmpegcolorspace/mmx.h:
28984         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
28985         (av_fast_realloc), (av_mallocz_static), (av_free_static),
28986         (av_freep), (avcodec_get_context_defaults),
28987         (avcodec_alloc_context), (avcodec_init):
28988           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
28989           handling plus update from ffmpeg CVS. Large clean-up.
28990
28991 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28992
28993         * gst/playback/Makefile.am:
28994           We need the marshallers for decodebin, too.
28995
28996 2004-10-30  David Schleef  <ds@schleef.org>
28997
28998         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
28999           quicktime typefinding work with 64-bit offsets.
29000
29001 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
29002
29003         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
29004           Set EOS on the element when processing an EOS event.
29005         * ext/speex/gstspeexdec.h:
29006         * ext/speex/gstspeexenc.h:
29007           Only keep a const ptr to the mode
29008         * gst-libs/gst/riff/riff-media.c:
29009         (gst_riff_create_audio_caps_with_data),
29010         (gst_riff_create_audio_template_caps):
29011           Allow WMAV3, with up to 6 channels.
29012         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
29013           Don't call gst_pad_set_event_function on a sink pad.
29014         * gst/mpegstream/gstdvddemux.c:
29015         (gst_dvd_demux_get_subpicture_stream),
29016         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
29017           Copy the explicit caps that were set across to the cur_* pads,
29018           instead of trying to use a possibly non-existent negotiated caps.
29019           Reset the type of subpicture pads to UNKNOWN after calling
29020           init_stream, so that the caps get set.
29021
29022 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
29023
29024         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29025
29026         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29027           Don't touch buffer if it is of size 0 (fixes #151064).
29028
29029 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29030
29031         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
29032           Synchronized discont handling.
29033
29034 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29035
29036         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29037         (gst_ogg_demux_push):
29038           Make seeking sort-of exact again (fixes #156387).
29039
29040 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29041
29042         * gst/playback/gstplaybasebin.c: (unknown_type),
29043         (add_element_stream), (new_decoded_pad),
29044         (gst_play_base_bin_change_state):
29045         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
29046         (gst_stream_info_init), (gst_stream_info_new),
29047         (gst_stream_info_dispose), (gst_stream_info_get_property):
29048         * gst/playback/gststreaminfo.h:
29049           Make caps explicitely available. Makes testing for unsupported
29050           types possible. Improves error reporting.
29051
29052 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29053
29054         * gst/audioconvert/gstaudioconvert.c:
29055         (gst_audio_convert_buffer_to_default_format):
29056           Really don't touch read-only buffers (#156563).
29057
29058 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
29059
29060         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29061
29062         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29063           Fix memleak (#155223).
29064
29065 2004-10-29  Wim Taymans  <wim@fluendo.com>
29066
29067         * gst/tcp/.cvsignore:
29068         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
29069         (gst_multifdsink_class_init), (gst_multifdsink_init),
29070         (gst_multifdsink_add), (gst_multifdsink_remove),
29071         (gst_multifdsink_remove_client_link), (is_sync_frame),
29072         (gst_multifdsink_new_client),
29073         (gst_multifdsink_handle_client_write),
29074         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29075         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29076         (gst_multifdsink_get_property):
29077         * gst/tcp/gstmultifdsink.h:
29078         Added burst on connect sync_method, deprecated sync_clients,
29079         streamlined the sync code some more.
29080
29081 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29082
29083         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
29084         (gst_play_base_bin_change_state):
29085           Improve error reporting.
29086
29087 2004-10-28  Wim Taymans  <wim@fluendo.com>
29088
29089         * gst/tcp/Makefile.am:
29090         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
29091         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
29092         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
29093         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29094         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29095         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29096         (gst_fdset_wait):
29097         Added more locks around fdset structures. Fixed/reworked
29098         the poll array resizing code.
29099         Added stress test for fdset.
29100
29101 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29102
29103         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29104         fix build
29105
29106 2004-10-28  Benjamin Otte  <otte@gnome.org>
29107
29108         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29109           fix link function to always query channels and query width for
29110           floats
29111         * configure.ac:
29112           add equalizer dir
29113         * gst/equalizer/Makefile.am:
29114         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
29115         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
29116         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
29117         (arg_to_scale), (setup_filter),
29118         (gst_iir_equalizer_compute_frequencies),
29119         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
29120         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
29121         (plugin_init):
29122           add an equalizer
29123
29124 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29125
29126         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
29127
29128         * po/LINGUAS:
29129         * po/nb.po:
29130           Added Norwegian Bokmaal translation
29131
29132 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29133
29134         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29135           Don't break on options (fixes #156488).
29136
29137 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29138
29139         * configure.ac:
29140         * ext/cdaudio/Makefile.am:
29141         * sys/Makefile.am:
29142           fix build on older automake
29143
29144 2004-10-26  Wim Taymans  <wim@fluendo.com>
29145
29146         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29147         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29148         Allow a little margin when negotiating the framerate.
29149
29150 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
29151
29152         * gst/level/gstlevel.c:
29153           synchonised naming of pads and pad-templates
29154
29155 2004-10-26  Wim Taymans  <wim@fluendo.com>
29156
29157         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29158         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
29159         (_find_streams_check), (gst_ogg_demux_push):
29160         Fix EOS again. Needs to be done in a better way. We should not
29161         remove the pad if there is no new chained stream.
29162
29163 2004-10-26 Iain <iaingnome@gmail.com>
29164
29165         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
29166         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
29167         of the caps.
29168         * gst/interleave/interleave.c (interleave_class_init): Hook up release
29169         pad.
29170         (interleave_release_pad): Remove the pad.
29171         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
29172         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
29173         the set device.
29174         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
29175         attrs
29176         (gst_xvimagesink_xcontext_clear): Free the xcontext.
29177         (gst_xvimagesink_finalize): Free the par.
29178
29179 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29180
29181         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
29182         (gst_avimux_stop_file):
29183           First calculate the rate, and only then use it. Hdr.rate is a
29184           multiple and not a derivative of hdr.scale. Scale is not the
29185           same as blockalign but is solely related to rate.
29186
29187 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29188
29189         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
29190         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
29191           Implement seeking.
29192
29193 2004-10-25  James Henstridge  <james@jamesh.id.au>
29194
29195         Reviewed by:  David Schleef  <ds@schleef.org>
29196
29197         * examples/gstplay/player.c: (got_stream_length), (main):
29198         * examples/seeking/cdplayer.c: (update_scale):
29199         * examples/seeking/seek.c: (format_value), (update_scale):
29200         * examples/seeking/spider_seek.c: (format_value), (update_scale),
29201         (stop_seek):
29202         Build fixes on AMD64.
29203
29204 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29205
29206         reviewed by: Ronald Bultje <rbultje at gnome dot org>
29207
29208         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
29209         Fix for some v4l cards which hang in v4lsrc
29210
29211 2004-10-25  Wim Taymans  <wim@fluendo.com>
29212
29213         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
29214         (gst_ogg_demux_push), (gst_ogg_chains_clear):
29215         Make sure to remove the pad when a new chain is
29216         encountered. Set some vars to NULL so we don't try
29217         to reference freed memory.
29218
29219 2004-10-25  Wim Taymans  <wim@fluendo.com>
29220
29221         * examples/seeking/Makefile.am:
29222         * examples/seeking/cdplayer.c: (update_scale):
29223         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
29224         * examples/seeking/playbin.c: (make_playerbin_pipeline),
29225         (format_value), (update_scale), (iterate), (start_seek),
29226         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
29227         (print_usage), (main):
29228         Added some more examples, update others.
29229
29230 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29231
29232         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29233         * ext/speex/gstspeexdec.c: (speex_dec_chain):
29234         * ext/theora/theoradec.c: (theora_dec_chain):
29235         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29236           Add codec-name metadata.
29237
29238 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
29239
29240         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29241
29242         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29243         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29244         * ext/alsa/gstalsamixertrack.h:
29245         * po/POTFILES.in:
29246           ALSA mixer track label internationalization (#154054).
29247
29248 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29249
29250         * ext/theora/theoradec.c: (theora_dec_chain):
29251           Export bitrate as metadata.
29252
29253 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29254
29255         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29256         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29257         * ext/alsa/gstalsamixertrack.h:
29258           Fix names, fix loop.
29259
29260 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29261
29262         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
29263         (speex_dec_convert):
29264           sinkconvert function so oggdemux can get the file length (totem).
29265
29266 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
29267
29268         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29269
29270         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29271           Don't push incomplete packets.
29272         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
29273           Fix MPEG-4 audio typefinding.
29274
29275 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29276
29277         * sys/v4l/Makefile.am:
29278         * sys/v4l/gstv4l.c: (plugin_init):
29279         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
29280         (gst_v4lelement_init), (gst_v4lelement_dispose),
29281         (gst_v4lelement_change_state):
29282         * sys/v4l/gstv4lelement.h:
29283         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
29284         (gst_v4l_xoverlay_close), (idle_refresh),
29285         (gst_v4l_xoverlay_set_xwindow_id):
29286         * sys/v4l/gstv4lxoverlay.h:
29287         * sys/v4l/v4l-overlay_calls.c:
29288         * sys/v4l/v4l_calls.h:
29289         * sys/v4l2/Makefile.am:
29290         * sys/v4l2/gstv4l2.c: (plugin_init):
29291         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
29292         (gst_v4l2element_init), (gst_v4l2element_dispose),
29293         (gst_v4l2element_change_state):
29294         * sys/v4l2/gstv4l2element.h:
29295         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
29296         (gst_v4l2_xoverlay_close), (idle_refresh),
29297         (gst_v4l2_xoverlay_set_xwindow_id):
29298         * sys/v4l2/gstv4l2xoverlay.h:
29299         * sys/v4l2/v4l2-overlay_calls.c:
29300         * sys/v4l2/v4l2_calls.h:
29301           Remove client-side overlay handling, use the X-server v4l plugin
29302           for that. Nicer overlay, less code. Also make the plugin
29303           compileable without X (but then without overlay, obviously).
29304           Makes xwindowlistener obsolete, should we remove that?
29305
29306 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29307
29308         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
29309         (gst_osssrc_src_query):
29310         * sys/oss/gstosssrc.h:
29311           OK, so people want offset in DEFAULT. This time, actually fix all
29312           cases.
29313         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
29314           Add FPS properly.
29315
29316 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29317
29318         * gst/asfdemux/gstasfmux.c:
29319         * gst/avi/gstavimux.c:
29320           Framerate.
29321
29322 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29323
29324         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
29325           Fix properties (channel, norm, frequency).
29326
29327 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29328
29329         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
29330           Flag typo.
29331         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
29332           No warnings.
29333
29334 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29335
29336         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
29337           Fix hang.
29338
29339 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29340
29341         * sys/v4l2/gstv4l2element.h:
29342           Yet Another Hack (tm) for kernel header borkedness.
29343         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
29344         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
29345         (gst_v4l2src_link), (gst_v4l2src_getcaps),
29346         (gst_v4l2src_change_state):
29347         * sys/v4l2/gstv4l2src.h:
29348         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
29349         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
29350           Fix caps, keep track of state, work.
29351
29352 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29353
29354         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
29355           Quiet.
29356
29357 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29358
29359         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29360           Don't mix bytes and samples.
29361
29362 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29363
29364         * ext/ogg/gstoggmux.c:
29365           Basic pad template which accepts OGM tracks, speex, flac, vorbis
29366           and theora. Any is incorrect.
29367         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
29368           Fix caps.
29369         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
29370         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
29371         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
29372         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
29373         * sys/v4l/gstv4lmjpegsrc.h:
29374         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
29375         (gst_v4lsrc_change_state):
29376         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
29377         (gst_v4lmjpegsrc_capture_stop):
29378           Fix caps. Keep track of internal state. Work.
29379
29380 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29381
29382         * ext/Makefile.am:
29383           Fix the build fixes.
29384
29385 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29386
29387         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29388         (gst_ogg_demux_src_event), (_find_chain_seek),
29389         (gst_ogg_pad_push):
29390           Check for pad availability before using it.
29391         * ext/ogg/gstoggdemux.c: (_find_chain_process):
29392           Fix parsing of chained ogg. Needs more work on the decoder side.
29393
29394 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29395
29396         * gst/spectrum/Makefile.am:
29397         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
29398         (idle_func):
29399           Fix demo and reenable it. Yes, I'm currently playing with audio
29400           analysis tools
29401
29402 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29403
29404         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29405           We love it if files that start at zero work too...
29406
29407 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29408
29409         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29410           Handle files with missing EOS headers.
29411
29412 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29413
29414         * gst/tcp/gsttcpserversink.c:
29415         (gst_tcpserversink_handle_server_read),
29416         (gst_tcpserversink_init_send):
29417         Zero some variables first (need for accept not to return EINVAL)
29418
29419 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29420
29421         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29422         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29423         * ext/theora/theoradec.c: (theora_dec_sink_convert),
29424         (theora_dec_chain):
29425         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
29426         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
29427           Seeking and querying finetune.
29428
29429 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29430
29431         * configure.ac:
29432         * ext/Makefile.am:
29433         * ext/raw1394/Makefile.am:
29434           fix the build
29435
29436 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29437
29438         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29439           Wrong return.
29440         * gst/playback/Makefile.am:
29441         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
29442         * gst/playback/gstplay-marshal.list:
29443         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
29444           Fix marshallers.
29445
29446 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29447
29448         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
29449           Silence.
29450
29451 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29452
29453         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29454         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29455         (gst_ogg_pad_push):
29456           Yay for non-lineair granulepos in theora.
29457
29458 2004-10-18  Wim Taymans  <wim@fluendo.com>
29459
29460         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
29461         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29462         * ext/dv/gstdvdec.h:
29463         Make sure we renegotiate aspect ratio when the camera switches.
29464
29465 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29466
29467         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29468         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29469           Start at zero.
29470         * ext/theora/theoradec.c: (theora_dec_chain):
29471           Skip headers. Bad idea for chained ogg, but fixes seeking.
29472
29473 2004-10-18  Wim Taymans  <wim@fluendo.com>
29474
29475         * configure.ac:
29476         I swear, this is the last time I touch this.
29477
29478 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29479
29480         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29481         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29482         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
29483           Faster seeking.
29484         * ext/theora/theoradec.c: (theora_dec_sink_convert):
29485           Time-to-default conversion.
29486         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29487           Don't error on unknown packets, just skip. We should probably
29488           read them if we want to support chained ogg.
29489
29490 2004-10-18  Wim Taymans  <wim@fluendo.com>
29491
29492         * configure.ac:
29493         Added cdaudio to wrong list.
29494
29495 2004-10-18  Wim Taymans  <wim@fluendo.com>
29496
29497         * configure.ac:
29498         Revive cdaudio.
29499
29500 2004-10-18  Wim Taymans  <wim@fluendo.com>
29501
29502         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29503         (gst_dvdec_video_link), (gst_dvdec_push):
29504         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
29505         (gst_smokeenc_resync), (gst_smokeenc_chain):
29506         Fix mimetype on smoke encoder.
29507         Add aspect ratio to dvdec. Not sure if these
29508         values are correct though....
29509
29510 2004-10-18  Wim Taymans  <wim@fluendo.com>
29511
29512         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
29513         Fix vorbis property descriptions and ranges.
29514
29515 2004-10-18  Wim Taymans  <wim@fluendo.com>
29516
29517         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29518         Really do nothing when no data is available.
29519         Go to the playing state when the stream is not seekable
29520         instead of failing.
29521
29522 2004-10-18  Wim Taymans  <wim@fluendo.com>
29523
29524         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
29525         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
29526         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
29527         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
29528         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
29529         Added uri handler for cd://
29530         Port to new API.
29531
29532 2004-10-18  Wim Taymans  <wim@fluendo.com>
29533
29534         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29535         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29536         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29537         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29538         (remove_prerolls), (unknown_type), (add_element_stream),
29539         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
29540         (gst_play_base_bin_remove_element),
29541         (gst_play_base_bin_link_stream):
29542         * gst/playback/gstplaybin.c: (gen_video_element),
29543         (gen_vis_element), (remove_sinks), (setup_sinks):
29544         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29545         (gst_stream_info_get_type), (gst_stream_info_class_init),
29546         (gst_stream_info_init), (gst_stream_info_new),
29547         (gst_stream_info_dispose), (stream_info_mute_pad),
29548         (gst_stream_info_set_property), (gst_stream_info_get_property):
29549         * gst/playback/gststreaminfo.h:
29550         Add sink padtemplate to decodebin.
29551         Added some more comments.
29552         Make queue size configurable in playbasebin.
29553         Added possibility to use elements as sinks (ex cdaudio).
29554
29555 2004-10-15  Wim Taymans  <wim@fluendo.com>
29556
29557         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
29558         (gst_speexenc_chain):
29559         Fix speex timestamps so that it gets muxed properly.
29560
29561 2004-10-15  Wim Taymans  <wim@fluendo.com>
29562
29563         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
29564         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
29565         (gst_dv1394src_init), (gst_dv1394src_dispose),
29566         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
29567         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
29568         (gst_dv1394src_event), (gst_dv1394src_get_formats),
29569         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
29570         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
29571         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
29572         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
29573         * ext/raw1394/gstdv1394src.h:
29574         Added conversion/query functions.
29575         Update buffer timestamps,
29576         Added signals.
29577         Added uri dv:// so it might play from the firewire in playbin.
29578         Fix a possible leak.
29579         Added debugging.
29580
29581 2004-10-15  Wim Taymans  <wim@fluendo.com>
29582
29583         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
29584         (gst_dv1394src_init), (gst_dv1394src_set_property),
29585         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
29586         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
29587         * ext/raw1394/gstdv1394src.h:
29588         Added AV/C VTR control support needed for some cameras.
29589         Added automatic port detection.
29590         Added properties for selecting the channel.
29591         The configure.ac script is not yet updated to reflect the
29592         new libavc1394 and librom1394 dependencies.
29593
29594 2004-10-15  Wim Taymans  <wim@fluendo.com>
29595
29596         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29597         (qtdemux_parse), (gst_qtdemux_handle_esds):
29598         An esds box is not a container.
29599         Fix parsing of mp4v boxes.
29600         Do not try to renegotiate fps for each frame. Need to
29601         find a better method. This should fix mp4 playback.
29602
29603 2004-10-14  David Schleef  <ds@schleef.org>
29604
29605         * configure.ac: update for swfdec-0.3 and liboil-0.2
29606         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
29607         * ext/swfdec/gstswfdec.h: same
29608         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
29609         * gst/videotestsrc/videotestsrc.c: same
29610
29611 2004-10-14  Wim Taymans  <wim@fluendo.com>
29612
29613         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
29614         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
29615         (is_sync_frame), (gst_multifdsink_new_client),
29616         (gst_multifdsink_handle_client_write),
29617         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29618         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
29619         Turn warnings into info.
29620         Don't allow a state change in the streaming thread.
29621
29622 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29623
29624         * ext/vorbis/oggvorbisenc.c:
29625         * ext/vorbis/vorbisdec.c:
29626           fix template sample rate
29627
29628 2004-10-13  Wim Taymans  <wim@fluendo.com>
29629
29630         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
29631         Decoding the header first fixes some problems in resyncing
29632         in more mp3s.
29633
29634 2004-10-12  Wim Taymans  <wim@fluendo.com>
29635
29636         * gst/playback/gstplaybin.c: (gen_video_element),
29637         (gen_vis_element), (remove_sinks), (setup_sinks):
29638         Added vis plugin support, need to configure the vis
29639         element to activate it.
29640
29641 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29642
29643         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
29644         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
29645           Some debug.
29646         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
29647         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
29648         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
29649         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
29650         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
29651         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
29652         * gst/avi/gstavidemux.h:
29653           Support for openDML-2.0 indx/ix## chunks. Support for broken index
29654           recovery (where, if part of the index is broken, we will still read
29655           the rest of the index and recover the broken part by stream
29656           scanning). More broken media support. EOS workarounds. General AVI
29657           braindamage headache recovery. Aspirin included.
29658
29659 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29660
29661         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
29662         (cdparanoia_event), (cdparanoia_query):
29663           Get rid of hideous lead-in.
29664
29665 2004-10-11  Wim Taymans  <wim@fluendo.com>
29666
29667         * gst/playback/gstplaybasebin.c: (setup_source):
29668         Wrong var used to get g_list_next.
29669
29670 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29671
29672         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29673         (cdparanoia_get), (cdparanoia_open):
29674           Report discid as metadata, add duration.
29675
29676 2004-10-11  Wim Taymans  <wim@fluendo.com>
29677
29678         * gst/playback/gstplaybasebin.c: (setup_source):
29679         Cleanup the previous pipeline a little earlier for the
29680         case that a source element provides raw data.
29681
29682 2004-10-11  Benjamin Otte  <otte@gnome.org>
29683
29684         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
29685           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
29686           consuming the last 128 bytes, even though it was valid mp3 data.
29687
29688 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29689
29690         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
29691         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
29692         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29693         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
29694
29695 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29696
29697         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
29698         Fix for webcams that support only specific width or height
29699
29700 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29701
29702         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29703
29704         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
29705           Fix wrong discont event setup (fixes #154967).
29706
29707 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
29708
29709         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29710
29711         * gst/auparse/gstauparse.c: (gst_auparse_chain):
29712           Error out on invalid data (fixes #154807).
29713
29714 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29715
29716         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29717
29718         * ext/dvdread/dvdreadsrc.c: (_read):
29719           Make titles > 0 work again (fixes #154834).
29720
29721 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29722
29723         * gst-libs/gst/riff/riff-media.c:
29724         (gst_riff_create_video_template_caps):
29725           WMV3 missing in template caps.
29726
29727 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29728
29729         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29730           OK, so the original code was too strict. It makes random AVI files
29731           hang for seconds upon opening, which is unacceptable and is far
29732           beyond the original goal of getting multiple chunks for one-chunk
29733           sounc stream files. So now do just that.
29734
29735 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29736
29737         * gst/playback/gstplaybasebin.c: (setup_source),
29738         (gst_play_base_bin_change_state):
29739           Actually clean up streaminfo if output fails. This would trigger
29740           if, for example, there was no CD in the drive. No preroll, so
29741           a streaminfo structure is created, but the subsequent state change
29742           of the thread fails.
29743         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
29744           Don't change state if parent failed.
29745
29746 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29747
29748         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29749         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
29750         (gen_video_element), (remove_sinks):
29751           Add small bits of code for screenshot handling.
29752
29753 2004-10-08  Wim Taymans  <wim@fluendo.com>
29754
29755         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
29756         (gen_video_element), (gen_audio_element), (setup_sinks):
29757         Don't assume the user provided sinks are named "sink"...
29758
29759 2004-10-08  Wim Taymans  <wim@fluendo.com>
29760
29761         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29762         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
29763         (gst_play_base_bin_link_stream):
29764         Do not try to autoplug sources that generate raw streams like
29765         cdparanoia.
29766         disconnect the preroll overrun signal when we don't need it anymore.
29767
29768 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
29769
29770         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
29771         Added reworked patch from #154903 from milosz derezynski (deadchip).
29772
29773 2004-10-08  Wim Taymans  <wim@fluendo.com>
29774
29775         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
29776         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
29777         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
29778         (cdparanoia_convert), (cdparanoia_uri_get_type),
29779         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
29780         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
29781         * ext/cdparanoia/gstcdparanoia.h:
29782         This adds the cdda://<tracknum> uri.
29783
29784 2004-10-08  Wim Taymans  <wim@fluendo.com>
29785
29786         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29787         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29788         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29789         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29790         (unknown_type), (gst_play_base_bin_remove_element),
29791         (gst_play_base_bin_link_stream):
29792         * gst/playback/gstplaybasebin.h:
29793         * gst/playback/gstplaybin.c: (gst_play_bin_init),
29794         (gst_play_bin_set_property), (gen_video_element),
29795         (gen_audio_element), (setup_sinks):
29796         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29797         (gst_stream_info_get_type), (gst_stream_info_class_init),
29798         (gst_stream_info_init), (gst_stream_info_new),
29799         (gst_stream_info_dispose), (stream_info_mute_pad),
29800         (gst_stream_info_set_property), (gst_stream_info_get_property):
29801         * gst/playback/gststreaminfo.h:
29802         Reuse the audio and video bins.
29803         Some internal cleanups in the stream selection code.
29804
29805 2004-10-08  Julien MOUTTE  <julien@moutte.net>
29806
29807         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29808         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
29809         * sys/ximage/ximagesink.h:
29810         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29811         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
29812         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
29813         not coming from those elements. Moreover these elements should not keep
29814         the xid they have been given when in NULL state.
29815
29816 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29817
29818         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29819         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
29820         * sys/ximage/ximagesink.h:
29821         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29822         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
29823         * sys/xvimage/xvimagesink.h:
29824           Actually only create a new toplevel window if we're not gonna
29825           embed it right after.
29826
29827 2004-10-07  Wim Taymans  <wim@fluendo.com>
29828
29829         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
29830         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
29831         * gst/playback/gstplaybin.c: (setup_sinks):
29832         Implement muting/unmuting of streams, mute streams that are not
29833         used.
29834
29835 2004-10-07  Wim Taymans  <wim@fluendo.com>
29836
29837         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
29838         (plugin_init):
29839         Added lame audio/x-ac3 typefind function.
29840
29841 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29842
29843         * configure.ac:
29844           bump nano to cvs
29845
29846 === release 0.8.5 ===
29847
29848 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29849
29850         * NEWS:
29851         * RELEASE:
29852         * configure.ac:
29853           releasing 0.8.5, "Take You On"
29854
29855 2004-10-06  Wim Taymans  <wim@fluendo.com>
29856
29857         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
29858         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
29859         (no_more_pads), (close_link), (type_found):
29860         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
29861         * gst/playback/gstplaybin.c: (gen_video_element):
29862         Do not signal the no_more_pads after the first pad when
29863         we are plugging a non dynamic element with multiple
29864         output pads (like swfdec, dvdec, ...).
29865
29866 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29867
29868         * configure.ac:
29869           bump for prerelease
29870
29871 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29872
29873         * gst/wavparse/gstwavparse.c:
29874           add ATRAC3 to STATIC CAPS to fix a warning
29875
29876         * gst/matroska/ebml-read.c:
29877         * gst-libs/gst/riff/riff-read.c:
29878           fix typos
29879
29880 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29881
29882         * gst-libs/gst/riff/riff-media.c:
29883           generate caps for ATRAC3 audio streams
29884
29885         * gst/realmedia/rmdemux.c:
29886           generate caps for ATRAC3 audio streams
29887
29888 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29889
29890         * gst/wavparse/Makefile.am
29891         * gst/wavparse/riff.h
29892         * gst/wavparse/wavparse.vcproj
29893           riff.h removal (unused and duplication with riff-ids.h)
29894
29895 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29896
29897         * gst/wavparse/gstwavparse.h
29898           remove duplicated defines for audio codec codes
29899
29900         * gst-libs/gst/riff/riff-ids.h
29901         * gst/wavenc/riff.h:
29902           add "4CC" code for ATRAC3 audio streams
29903           add "4CC" code for ITU_G721_ADPCM (unused for now)
29904
29905 2004-10-06  Wim Taymans  <wim@fluendo.com>
29906
29907         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
29908         Actually _do_ negotiation. Pass gdouble as arg instead
29909         of guint64 for the framerate.
29910
29911 2004-10-06  Wim Taymans  <wim@fluendo.com>
29912
29913         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
29914         (find_compatibles), (close_pad_link), (try_to_link_1),
29915         (no_more_pads), (close_link), (type_found):
29916         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
29917         * gst/playback/gstplaybin.c: (gen_video_element),
29918         (gen_audio_element):
29919         Set state on newly added element to READY so that negotiation
29920         can happen ASAP.
29921         Addes some more debug info.
29922         Do not try to plug pads with multiple caps structures or ANY
29923         because it is too dangerous since we do not do dynamic
29924         replugging.
29925
29926 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29927
29928         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
29929
29930         * po/LINGUAS:
29931         * po/or.po:
29932           add Oriya translation
29933
29934 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29935
29936         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29937           Prevent overwrite of size member. Makes audio sound crappy.
29938
29939 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29940
29941         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
29942         Add rmvb to the list of known RealMedia extensions
29943
29944 2004-10-05  Wim Taymans  <wim@fluendo.com>
29945
29946         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
29947         (mngdec_openstream), (mngdec_closestream),
29948         (mngdec_handle_sink_event), (mngdec_readdata),
29949         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
29950         (mngdec_getcanvasline), (mngdec_refresh),
29951         (gst_mngdec_change_state):
29952         Set the framerate correctly.
29953
29954 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29955
29956         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29957           There was something wrong with the index massaging.
29958
29959 2004-10-04  Wim Taymans  <wim@fluendo.com>
29960
29961         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
29962         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
29963         (gst_smokedec_chain):
29964         * ext/jpeg/gstsmokedec.h:
29965         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
29966         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
29967         * ext/jpeg/gstsmokeenc.h:
29968         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
29969         (smokecodec_decode_new), (smokecodec_info_free),
29970         (smokecodec_set_quality), (smokecodec_get_quality),
29971         (smokecodec_set_threshold), (smokecodec_get_threshold),
29972         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
29973         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
29974         (smokecodec_encode), (smokecodec_parse_id),
29975         (smokecodec_parse_header), (smokecodec_decode):
29976         * ext/jpeg/smokecodec.h:
29977         * ext/jpeg/smokeformat.h:
29978         Updated smoke, new bitstream, allows embedding in ogg.
29979
29980 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29981
29982         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
29983           Fix seeking in some files. All this code is no longer needed (and
29984           actually breaks stuff) because we now synchronize the full index
29985           right when reading the header.
29986
29987 2004-10-04  Wim Taymans  <wim@fluendo.com>
29988
29989         * configure.ac:
29990         configure update for libmng.
29991
29992 2004-10-04  Wim Taymans  <wim@fluendo.com>
29993
29994         * ext/libmng/Makefile.am:
29995         * ext/libmng/gstmng.c: (plugin_init):
29996         * ext/libmng/gstmng.h:
29997         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
29998         (gst_mngdec_base_init), (gst_mngdec_class_init),
29999         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
30000         (gst_mngdec_loop), (gst_mngdec_get_property),
30001         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
30002         (mngdec_closestream), (mngdec_handle_sink_event),
30003         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
30004         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
30005         (gst_mngdec_change_state):
30006         * ext/libmng/gstmngdec.h:
30007         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
30008         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
30009         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
30010         (gst_mngenc_chain), (gst_mngenc_get_property),
30011         (gst_mngenc_set_property):
30012         * ext/libmng/gstmngenc.h:
30013         Added basic MNG decoder. Needs more work. The encoder does
30014         not work yet.
30015
30016 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30017
30018         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
30019         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
30020         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
30021           Don't hang on length=0 chunks. Some negotiation fixes. Signal
30022           no-more-pads.
30023
30024 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30025
30026         * configure.ac:
30027           you need at least 1.0.4 of speex
30028
30029 2004-10-04 Iain <iaingnome@gmail.com>
30030
30031         * ext/speex/gstspeexdec.h: Revert the includes changes.
30032
30033         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
30034
30035 2004-09-30 Iain <iaingnome@gmail.com>
30036
30037         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
30038         found during init or set as a property instead of hardcoding /dev/audio
30039
30040 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30041
30042         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
30043         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
30044         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
30045         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
30046         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
30047         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
30048         (gst_rmdemux_dump_data):
30049           Use debug category, fix EOS handling. filesrc ! rmdemux now
30050           works.
30051
30052 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30053
30054         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
30055         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
30056         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
30057           Improve allocation, cutting and sorting of the index. How takes a
30058           few seconds instead of minutes.
30059
30060 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
30061
30062         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
30063           fixed compilation
30064
30065 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30066
30067         * gst-libs/gst/riff/riff-media.c:
30068         (gst_riff_create_video_caps_with_data),
30069         (gst_riff_create_video_template_caps):
30070           Add wing commander format mimetype/fourccs.
30071         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30072           Don't crash if some value is 0.
30073
30074 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30075
30076         * gst-libs/gst/riff/riff-media.c:
30077         (gst_riff_create_video_caps_with_data),
30078         (gst_riff_create_video_template_caps):
30079           Add DIB fourcc (raw, palettized 8-bit RGB).
30080         * gst-libs/gst/riff/riff-read.c:
30081         (gst_riff_read_strf_vids_with_data):
30082           Oops, fix strf_data reading bug.
30083         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30084           Use a non-NULL tag.
30085         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30086           Time for hacks. Sorry Dave. At least one quicktime movie (a
30087           trailer) that I've encountered contains multiple video tracks.
30088           One of those is the actual video track, the other are one-frame
30089           tracks (images). Unfortunately, the number of frames according
30090           to the trak header is 1 for each, so that doesn't help. So
30091           instead, I look at the duration and discard tracks with a
30092           duration shorter than 20% of the length of the stream. Better
30093           than nothing.
30094
30095 2004-10-01  Christian Schaller <christian@fluendo.com>
30096
30097         * ext/ivorbis/vorbis.c:
30098           Patch from Phil Blundell (Bug 152341)
30099
30100 2004-10-01  Wim Taymans  <wim@fluendo.com>
30101
30102         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
30103         (speex_dec_get_formats), (speex_dec_convert),
30104         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
30105         (speex_dec_chain), (gst_speexdec_get_property),
30106         (gst_speexdec_set_property):
30107         Small cleanups.
30108
30109 2004-10-01  Wim Taymans  <wim@fluendo.com>
30110
30111         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
30112         (gst_wavparse_stream_init), (gst_wavparse_fmt),
30113         (gst_wavparse_other), (gst_wavparse_loop),
30114         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30115         (gst_wavparse_srcpad_event):
30116         * gst/wavparse/gstwavparse.h:
30117         Added some more debugging info.
30118         Fix the case where the length of the file is 0.
30119         Make sure we seek to sample borders.
30120
30121 2004-10-01  Wim Taymans  <wim@fluendo.com>
30122
30123         * gst/playback/README:
30124         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
30125         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30126         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30127         Add some debug info to decodebin, update README
30128
30129 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30130
30131         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
30132           Don't use g_print(); use GST_DEBUG().
30133
30134 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30135
30136         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30137         (gst_ogg_mux_queue_pads):
30138           Handle EOS properly.
30139
30140 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30141
30142         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30143
30144         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
30145         (gst_faad_chain), (gst_faad_change_state):
30146         * ext/faad/gstfaad.h:
30147           Allow playback of raw (unframed) MPEG AAC files (#148993).
30148
30149 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30150
30151         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30152
30153         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30154           Throw error if we didn't recognize the stream. Fixes #152289.
30155
30156 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30157
30158         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
30159           Fix negotiation.
30160
30161 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
30162
30163         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30164
30165         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30166           Fix memleak.
30167
30168 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
30169
30170         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30171
30172         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
30173           Solve #152805.
30174         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
30175           Solve 152806.
30176
30177 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30178
30179         * gst-libs/gst/riff/riff-media.c:
30180         (gst_riff_create_video_caps_with_data),
30181         (gst_riff_create_audio_caps_with_data):
30182           Add codec_data handling (like asfdemux used to do).
30183         * gst/asfdemux/gstasf.c: (plugin_init):
30184         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30185         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
30186           Use riff-media for caps creation instead of our own (mostly
30187           broken) copy of its functions.
30188
30189 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30190
30191         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
30192           Don't actually error out if we get another return value than
30193           -EINVAL. Opposite to what I first thought, drivers have random
30194           return values for this, although -EINVAL is the expected return
30195           value. Since this is not fatal, we shouldn't use
30196           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
30197
30198 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30199
30200         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
30201         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
30202         (dvdreadsrc_get_property), (_open), (_seek), (_read),
30203         (dvdreadsrc_get), (dvdreadsrc_open_file),
30204         (dvdreadsrc_change_state):
30205           Fix. Don't do one big huge loop around the whole DVD, that will
30206           cache all data and thus eat sizeof(dvd) (several GB) before we
30207           see something.
30208         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30209           Actually NULL'ify event after using it.
30210         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
30211         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
30212         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30213         (gst_ebml_read_seek), (gst_ebml_read_skip):
30214           Handle events.
30215         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
30216         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
30217         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
30218           Fix timing (this will probably break if I seek using menus, but
30219           I didn't get there yet). VOBs and normal DVDs should now work.
30220           Add a mpeg2-only pad with high rank so this get autoplugged for
30221           MPEG-2 movies.
30222         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
30223         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
30224         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
30225         (gst_mpeg_demux_get_audio_stream),
30226         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
30227         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
30228           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
30229           MPEG-1 but use dvddemux for MPEG-2.
30230         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30231         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
30232         (gst_mpeg_parse_parse_packhead):
30233           Timing. Only add pad template if it exists. Add sink template from
30234           class and not from ourselves. This means we will always use the
30235           correct sink template even if it is not the one defined in this
30236           file.
30237
30238 2004-09-29  Wim Taymans  <wim@fluendo.com>
30239
30240         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
30241         (gst_mpeg_demux_parse_pes):
30242         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30243         Fix playback of mpeg again, timestamps where screwed up by
30244         patch 1.61.
30245
30246 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30247
30248         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
30249           Only return true if we actually filled something in. Prevents
30250           player applications from showing a random length for flac files.
30251         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
30252         (gst_riff_read_use_event), (gst_riff_read_handle_event),
30253         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
30254         (gst_riff_read_strf_vids_with_data),
30255         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
30256           OK, ok, so I implemented event handling. Apparently it's normal
30257           that we receive random events at random points without asking
30258           for it.
30259         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30260         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30261         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
30262         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30263         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
30264         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
30265         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
30266         * gst/avi/gstavidemux.h:
30267           Implement non-lineair chunk handling and subchunk processing.
30268           The first solves playback of AVI files where the audio and video
30269           data of individual buffers that we read are not synchronized.
30270           This should not happen according to the wonderful AVI specs, but
30271           of course it does happen in reality. It is also a prerequisite for
30272           the second. Subchunk processing allows us to cut chunks in small
30273           pieces and process each of these pieces separately. This is
30274           required because I've seen several AVI files with incredibly large
30275           audio chunks, even some files with only one audio chunk for the
30276           whole file. This allows for proper playback including seeking.
30277           This patch is supposed to fix all AVI A/V sync issues.
30278         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
30279         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
30280           Work.
30281         * gst/modplug/gstmodplug.cc:
30282           Proper return value setting for the query() function.
30283         * gst/playback/gstplaybasebin.c: (setup_source):
30284           Being in non-playing state (after, e.g., EOS) is not necessarily
30285           a bad thing. Allow for that. This fixes playback of short files.
30286           They don't actually playback fully now, because the clock already
30287           runs. This means that small files (<500kB) with a small length
30288           (<2sec) will still not or barely play. Other files, such as mod
30289           or flx, will work correctly, however.
30290
30291 2004-09-28  Wim Taymans  <wim@fluendo.com>
30292
30293         * ext/speex/gstspeex.c: (plugin_init):
30294         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
30295         (gst_speex_dec_class_init), (speex_dec_get_formats),
30296         (speex_get_event_masks), (speex_get_query_types),
30297         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
30298         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
30299         (gst_speexdec_get_property), (gst_speexdec_set_property),
30300         (speex_dec_change_state):
30301         * ext/speex/gstspeexdec.h:
30302         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
30303         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
30304         (gst_speexenc_base_init), (gst_speexenc_class_init),
30305         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
30306         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
30307         (gst_speexenc_src_query), (gst_speexenc_init),
30308         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
30309         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
30310         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
30311         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
30312         (gst_speexenc_chain), (gst_speexenc_get_property),
30313         (gst_speexenc_set_property), (gst_speexenc_change_state):
30314         * ext/speex/gstspeexenc.h:
30315         Rewrote speex encoder, make sure it can be embedded in ogg.
30316         Implemented speex decoder.
30317
30318 2004-09-28  Christian Schaller <christian@fluendo.com>
30319
30320         * configure.ac:
30321         Remove kioslave plugin. Markey is brewing a new working one
30322         * ext/Makefile.am: Remove kioslave plugin
30323         * ext/kio: remove
30324         * gst-plugins.spec.in: remove kio plugin from spec
30325
30326 2004-09-27  Wim Taymans  <wim@fluendo.com>
30327
30328         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30329         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30330         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
30331         (gst_multifdsink_new_client),
30332         (gst_multifdsink_handle_client_write),
30333         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30334         (gst_multifdsink_handle_clients):
30335         * gst/tcp/gstmultifdsink.h:
30336         Make syncing to keyframes actually work for new clients and lagging
30337         clients.
30338
30339 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30340
30341         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
30342         (gst_navigationtest_handle_src_event), (draw_box_planar411),
30343         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
30344         * gst/debug/gstnavigationtest.h:
30345           make navigationtest display button-press and button-release events
30346
30347 2004-09-26 Iain <iaingnome@gmail.com>
30348
30349         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
30350         the channels have received a new media event.
30351         (interleave_buffered_loop): Compresses a new media event on all
30352         channels into one.
30353
30354 2004-09-26 Iain <iaingnome@gmail.com>
30355
30356         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
30357         call the sinkpad's default event handler and not the srcpads. He also
30358         says this is confusing :)
30359         (gst_wavenc_stop_file): Company says that seek events only go upstream
30360         we should send a discontinuous downstream instead.
30361
30362 2004-09-25  Christian Schaller <christian@fluendo.com>
30363
30364         * Update SPEC file to be usable in conjunction with Fedora Core,
30365           Fedora.us and freshrpms packages
30366         * Fix typo in multifilesrc test Makefile
30367
30368 2004-09-24  Wim Taymans  <wim@fluendo.com>
30369
30370         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30371         Only signal the no_more_pads signal when we have
30372         added the stream to our list.
30373
30374 2004-09-24  Wim Taymans  <wim@fluendo.com>
30375
30376         * gst/playback/gstplaybasebin.c: (remove_prerolls),
30377         (new_decoded_pad):
30378         * gst/playback/gstplaybasebin.h:
30379         * gst/playback/gstplaybin.c: (setup_sinks):
30380         Don't try to preroll or decode more than one audio/video
30381         track.
30382
30383 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30384
30385         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
30386           Throw error if we failed to find a suitable output. This should
30387           throw an error if we successfully set up a pipeline (e.g. because
30388           we recognized a media file) but found no decodable streams in it
30389           (e.g. because it contains only media stream types for which we
30390           have no decoders, or because it's not a media type).
30391
30392 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30393
30394         * ext/dirac/Makefile.am:
30395         * ext/dirac/gstdirac.cc:
30396         * ext/dirac/gstdiracdec.cc:
30397         * ext/dirac/gstdiracdec.h:
30398           Do something. Don't actually know if this works because I don't
30399           have a demuxer yet.
30400         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
30401           Add channels=1 to caps returned from _getcaps().
30402         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
30403         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
30404         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
30405         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
30406         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
30407         (gst_ogm_parse_change_state):
30408           Separate between audio/video so ogmaudioparse actually uses the
30409           audio pad templates. Both audio and video work now, including
30410           autoplugging. Also use sometimes-srcpad hack.
30411         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30412           Handle events better. Don't hang on infinite loops.
30413         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
30414         (gst_avi_demux_init), (gst_avi_demux_reset),
30415         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30416         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
30417         (gst_avi_demux_change_state):
30418         * gst/avi/gstavidemux.h:
30419           Improve A/V sync. Still not perfect.
30420         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
30421         (gst_ebml_read_skip):
30422           Handle events better.
30423         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30424         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
30425         (qtdemux_audio_caps):
30426           Add IMA4. Improve event handling. Save offset after a seek when
30427           the headers are at the end of the file so that we don't end up in
30428           an infinite loop.
30429         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
30430           Add low-priority typefind support for files with no length.
30431
30432 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30433
30434         * testsuite/multifilesink/Makefile.am:
30435         fix typo
30436
30437 2004-09-22  Julien MOUTTE  <julien@moutte.net>
30438
30439         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30440         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
30441         mistakes from thaytan's patches.
30442
30443 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30444
30445         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30446           For completeness, XSync in the destroy function as xvimage does.
30447
30448 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30449
30450         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
30451            Correct caps negotiation
30452         * gst/volume/gstvolume.c: (volume_chain_float),
30453         (volume_chain_int16):
30454            Modify debug output to be little more informative
30455         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
30456         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30457         (gst_xvimagesink_xvimage_destroy):
30458           Add XSync calls after detaching from the shared memory segment to
30459           avoid a crash.
30460
30461 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30462
30463         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
30464         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
30465         * ext/vorbis/vorbis.c: (plugin_init):
30466         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
30467         (gst_vorbisenc_chain):
30468         * ext/vorbis/vorbisenc.h:
30469         remove explicit newmedia support from oggmux and vorbisenc
30470         add debug category to vorbisenc
30471         * gst/multifilesink/gstmultifilesink.c:
30472         (gst_multifilesink_class_init), (gst_multifilesink_init),
30473         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
30474         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
30475         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
30476         (plugin_init):
30477         * gst/multifilesink/gstmultifilesink.h:
30478         add support for streamheader in multifilesink
30479
30480 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30481
30482         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
30483         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
30484         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
30485           Prevent infinite loops. More correct error reporting.
30486         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30487           Error out if negotiation fails.
30488         * gst/playback/gstplaybasebin.c: (setup_source),
30489         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
30490         (gst_play_base_bin_found_tag):
30491           Error/tag forwarding. Pre-roll fixes for source errors on state
30492           changes (e.g. "file does not exist") to prevent hangs.
30493
30494 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30495
30496         * testsuite/multifilesink/Makefile.am:
30497         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
30498         (gst_newmedia_class_init), (gst_newmedia_init),
30499         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30500         (newfile_signal), (test_signal), (main):
30501         * testsuite/multifilesink/multifilesrc_test.c: (main):
30502         * testsuite/multifilesink/oggtheora_test.c:
30503         (gst_newmedia_base_init), (gst_newmedia_class_init),
30504         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30505         (test_format), (newfile_signal), (test_signal), (main):
30506         * testsuite/multifilesink/oggvorbis_test.c:
30507         (gst_newmedia_base_init), (gst_newmedia_class_init),
30508         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30509         (test_format), (newfile_signal), (test_signal), (main):
30510         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
30511         (gst_newmedia_class_init), (gst_newmedia_init),
30512         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30513         (newfile_signal), (test_signal), (main):
30514         New media tests
30515
30516 2004-09-20  Christian Schaller <christian@fluendo.com>
30517
30518         * Fix mikmod license to LGPL as they have relicensed
30519         * Move Dirac and Effectv into LGPL section of README_license
30520
30521 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30522
30523         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
30524         (gst_mad_change_state):
30525           Allow for mp3 rate/channels changes. However, only very
30526           conservatively. Reason that we *have* to enable this is smiply
30527           because the mad find_sync() function is not good enough, it will
30528           regularly sync on random data as valid frames and therefore make
30529           us provide random caps as *final* caps of the stream. The best fix
30530           I could think of is to simply require several of the same stream
30531           changes in a row before we change caps.
30532           The actual testcase that works now is #
30533         * ext/ogg/Makefile.am:
30534         * ext/ogg/gstogg.c: (plugin_init):
30535         * ext/ogg/gstogmparse.c:
30536           OGM support (video only for now; I need an audio sample file).
30537         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30538         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
30539         (gst_asf_demux_add_video_stream):
30540           WMV extradata.
30541         * gst/playback/gstplaybasebin.c: (unknown_type):
30542           Don't error out on single unknown-types after all. It's wrong.
30543           If we found type of video and audio but not of a subtitle stream,
30544           it will still error out (which is unwanted). Will find a better fix
30545           later on.
30546         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
30547         (ogmaudio_type_find), (plugin_init):
30548           OGM support.
30549
30550 2004-09-20  Johan Dahlin  <johan@gnome.org>
30551
30552         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
30553         after setting caps.
30554
30555 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30556
30557         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
30558         * gst/wavenc/gstwavenc.h:
30559         Added newmedia support to wavenc
30560
30561 2004-09-17  Wim Taymans  <wim@fluendo.com>
30562
30563         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
30564         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
30565         (gst_fdset_fd_can_write), (gst_fdset_wait):
30566         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
30567         (gst_multifdsink_init), (gst_multifdsink_add),
30568         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
30569         (gst_multifdsink_remove_client_link),
30570         (gst_multifdsink_client_queue_buffer),
30571         (gst_multifdsink_handle_client_write),
30572         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
30573         (gst_multifdsink_close), (gst_multifdsink_change_state):
30574         * gst/tcp/gstmultifdsink.h:
30575         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
30576         (gst_tcpserversink_removed):
30577         Small cleanups in fdset.c
30578         Use a hastable to map fd to the client structure for faster
30579         lookup in _remove and get_stats.
30580         Added virtual function to close the fds.
30581         Handle clients even when the select/poll call was unblocked because
30582         of a command.
30583         Implement syncing to keyframe in the recovery procedure.
30584
30585 2004-09-16 Iain <iaingnome@gmail.com>
30586
30587         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
30588         try caps.
30589
30590 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30591
30592         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
30593           Caps are only set if the type of the stream is unknown, but this
30594           is initialized in ->init_stream(), so set to UNKNOWN after calling
30595           ->init_stream() so that capsnego starts.
30596
30597 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30598
30599         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30600         (gst_avi_demux_stream_data):
30601           Just hardcode for raw audio then. AVI audio sucks.
30602
30603 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
30604
30605         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
30606         * gst/matroska/matroska-mux.c: (audiosink_templ),
30607         (gst_matroska_mux_audio_pad_link):
30608         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
30609         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
30610
30611 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30612
30613         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30614         (gst_avi_demux_stream_data):
30615           Try to fix a/v sync issues.
30616
30617 2004-09-15  David Schleef  <ds@schleef.org>
30618
30619         * configure.ac: remove NASM check, since we don't use it.  Update
30620         dirac check to 0.4
30621         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
30622         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30623         Initialized variables.
30624         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
30625         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
30626         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
30627         SVQ3 format
30628
30629 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30630
30631         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30632         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
30633         * gst/avi/gstavidemux.h:
30634           Fix for compressed audio (mp3) timestamp generation. How did this
30635           ever work?
30636
30637 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30638
30639         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
30640           Volume is a double not a float.
30641
30642 2004-09-15  Wim Taymans  <wim@fluendo.com>
30643
30644         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
30645         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30646         Don't close the fd in multifdsink as we didn't open it in the
30647         first place. Some cleanups.
30648
30649 2004-09-15  Wim Taymans  <wim@fluendo.com>
30650
30651         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30652         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30653         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
30654         Fix the case where the muxer would mark pages as delta
30655         frames when they are not (vorbis only ogg).
30656
30657 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30658
30659         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
30660         (gst_play_base_bin_change_state):
30661           Handle the case where we failed to setup a clear pipeline. This
30662           will throw an error (or EOS, another nice case) and if you don't
30663           catch that, the app will wait for the signal forever (and thus
30664           hang).
30665
30666 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30667
30668         * ext/gnomevfs/gstgnomevfssink.c:
30669         (gst_gnomevfssink_uri_get_protocols):
30670         * ext/gnomevfs/gstgnomevfssrc.c:
30671         (gst_gnomevfssrc_uri_get_protocols):
30672         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
30673         * ext/gnomevfs/gstgnomevfsuri.h:
30674           Use _uri_new() instead of _open(), so it doesn't take as long and
30675           Christophe's computer won't hang.
30676         * gst/playback/gstplaybasebin.c: (unknown_type):
30677           Throw error on unknown media type, so apps actually display it.
30678
30679 2004-09-14  Brian Cameron  <brian.cameron@sun.com
30680
30681         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
30682           this script to work on Solaris since bash shell handles echo
30683           differenly than bash.
30684
30685 2004-09-17  Wim Taymans  <wim@fluendo.com>
30686
30687         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
30688         (setup_source), (gst_play_base_bin_set_property),
30689         (gst_play_base_bin_add_element):
30690         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
30691         Some more work on making sure seeking pauses the pipeline and
30692         that changing the uri actually does something.
30693
30694 2004-09-17  Wim Taymans  <wim@fluendo.com>
30695
30696         * gst/tcp/gstfdset.c: (gst_fdset_wait):
30697         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
30698         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
30699         (gst_tcpserversink_close):
30700         Be a bit more paranoid when freeing memory.
30701
30702 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30703
30704         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
30705         (qtdemux_parse_trak):
30706           Don't crash by dividing by zero (see sample movie in #126922).
30707
30708 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30709
30710         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30711           Don't touch non-existing data (fixes crash on file in #140147).
30712
30713 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30714
30715         * gst/playback/gstplaybasebin.c:
30716         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
30717           Handle double disposals, and proper change of URIs.
30718
30719 2004-09-13  Martin Eikermann <meiker@upb.de>
30720
30721         * gst/mpegstream/gstmpegparse.c:
30722           fix synchronistation for streams recorded from digital PCR
30723           fixes bug #119376
30724
30725 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30726
30727         * ext/gnomevfs/Makefile.am:
30728         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
30729         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
30730         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
30731         (gst_gnomevfssink_uri_get_type),
30732         (gst_gnomevfssink_uri_get_protocols),
30733         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
30734         (gst_gnomevfssink_uri_handler_init),
30735         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
30736         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
30737         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
30738         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
30739         (gst_gnomevfssrc_uri_get_type),
30740         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
30741         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
30742         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
30743         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
30744         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
30745         * ext/gnomevfs/gstgnomevfsuri.h:
30746           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
30747           of fake URIs to see which this version of Gnome-VFS likes, and
30748           uses that for the Gst-URI interface. Makes playbin support http://
30749           streams. Also fix up some stupid behaviour in gnomevfssrc.
30750
30751 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30752
30753         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
30754         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
30755         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
30756         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
30757           Update mixer (to sync with other sessions) if we try to obtain
30758           a new value. This makes alsamixer work accross applications.
30759         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
30760           Only call sync functions if we're running, else alsalib asserts.
30761         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
30762           Sometimes fails to compile. Possibly a gcc bug.
30763         * gst/playback/gstplaybin.c: (gen_video_element),
30764         (gen_audio_element):
30765           Add a reference to an application-provided object, because we lose
30766           this same reference if we add it to the bin. If we don't do this,
30767           we can only use this object once and thus crash if we go from
30768           ready to playing, back to ready and back to playing again.
30769           Also add an audioscale element because several cheap soundcards -
30770           like mine - don't support all samplerates.
30771         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30772         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
30773           Fix wrong order or PAR calls. Makes automatically obtained PAR
30774           from the X server atually being used.
30775
30776 2004-09-12  David Schleef  <ds@schleef.org>
30777
30778         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
30779         #151887, #152102, #152247.
30780         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
30781         * examples/seeking/cdparanoia.c: same
30782         * examples/seeking/cdplayer.c: same
30783         * examples/seeking/seek.c: same
30784         * examples/seeking/spider_seek.c: same
30785         * examples/seeking/vorbisfile.c: same
30786         * examples/stats/mp2ogg.c: same
30787         * ext/esd/esdsink.c: (gst_esdsink_class_init),
30788         (gst_esdsink_dispose): Dispose of element properly.
30789         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
30790         fixes.
30791         * ext/nas/nassink.c: (gst_nassink_class_init),
30792         (gst_nassink_dispose): Dispose of element correctly.
30793         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
30794         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
30795         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
30796         Fix 64-bit warning.
30797         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30798         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
30799         Fix 64-bit warning.
30800
30801 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30802
30803         * configure.ac : change speex detection as 1.1.6 now uses
30804           .pc/pkg-config and they changed their headers location.
30805
30806 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
30807
30808         * gst/matroska/matroska-mux.h:
30809         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
30810         (gst_matroska_mux_start), (gst_matroska_mux_finish),
30811         (gst_matroska_mux_write_data):
30812           Write multiple blocks/frames per cluster.
30813                 Write meta-seek information (seek heads).
30814
30815 2004-09-09  Scott Wheeler <wheeler@kde.org>
30816
30817         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
30818         (gst_play_bin_set_property), (gst_play_bin_get_property),
30819         (gen_audio_element), (gen_audio_element):
30820           Add a volume element / property to the pipeline.
30821
30822 2004-09-07  Wim Taymans  <wim@fluendo.com>
30823
30824         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
30825         Copy timestamps from the master pad to the output buffers.
30826
30827 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30828
30829         * ext/raw1394/gstdv1394src.c:
30830           throw errors when applicable
30831
30832 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
30833
30834         * gst/matroska/ebml-ids.h:
30835         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
30836         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
30837         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
30838           automatically convert unix time <-> ebml time when reading/writing
30839           a date, use gst_ebml_write_uint to write CUETIME,
30840           not gst_ebml_write_date.
30841         * gst/matroska/matroska-ids.h:
30842         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
30843         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
30844         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
30845         (gst_matroska_mux_write_data):
30846           Write track and segment UIDs, write muxing date, write
30847           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
30848           Create cues for audio only files.
30849
30850 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30851
30852         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
30853         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
30854           Re-commit ALSA switches.
30855         * gst/adder/gstadder.c: (gst_adder_loop):
30856           64-bit fix (#151416).
30857         * gst/debug/progressreport.c: (gst_progressreport_report):
30858           64-bit fix (#151419).
30859         * gst/matroska/matroska-demux.c:
30860         (gst_matroska_demux_parse_contents):
30861           64-bit fix (#151420).
30862         * gst/playback/test3.c: (update_scale):
30863           64-bit fix (#151421).
30864
30865 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
30866
30867         * configure.ac:
30868           bump nano to cvs
30869
30870 === release 0.8.4 ===
30871
30872 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30873
30874         * configure.ac: releasing 0.8.4, "Alias"
30875
30876 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
30877
30878         * ext/theora/Makefile.am:
30879           fix makefile.  Fixes #151462.
30880
30881 2004-08-30  Wim Taymans  <wim@fluendo.com>
30882
30883         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
30884         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30885         (gst_multifdsink_remove_client_link),
30886         (gst_multifdsink_client_queue_buffer),
30887         (gst_multifdsink_handle_client_write):
30888         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
30889         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
30890         Fix some memory leaks.
30891
30892 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
30893
30894         Patch by: David Schleef
30895
30896         * configure.ac:
30897         * sys/Makefile.am:
30898           rename our detection macro for V4L2.  Fixes #151236.
30899
30900 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
30901
30902         Patch by: David Schleef
30903
30904         * configure.ac:
30905           check to define LAMEPRESET.  Fixes #151232.
30906
30907 2004-08-27  David Schleef  <ds@schleef.org>
30908
30909         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
30910         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
30911         (gst_glimagesink_fixate):  Move local variable declarations to
30912         make gcc-2.95 happy.
30913
30914 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30915
30916         * configure.ac:
30917           bump nano for prerelease
30918
30919 2004-08-27  David Schleef  <ds@schleef.org>
30920
30921         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
30922         * sys/sunaudio/gstsunaudiosrc.c:
30923         * sys/sunaudio/gstsunaudiosrc.h:
30924
30925 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
30926
30927         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
30928         handle EOS correctly
30929         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
30930         * gst/matroska/matroska-mux.h:
30931         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
30932         VFW compatibility mode
30933
30934 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30935
30936         patch by: Zaheer Abbas Merali
30937
30938         * ext/ogg/gstoggmux.c:
30939         * ext/vorbis/vorbisenc.c:
30940         * ext/vorbis/vorbisenc.h:
30941           handle NEWMEDIA
30942
30943 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
30944
30945         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
30946         fix byte order reversion on little endian machines.
30947         * gst/matroska/matroska-mux.c: (audiosink_templ),
30948         (gst_matroska_mux_audio_pad_link):
30949         add TTA codec to the list of supported codecs.
30950         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
30951         (gst_matroska_mux_start), (gst_matroska_mux_finish),
30952         (gst_matroska_mux_write_data):
30953         * gst/matroska/matroska-mux.h:
30954         write segment duration correctly, write muxing app string, fixes bugs
30955         #140897 and #140898.
30956         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
30957         wait for all pads to be negotiated before starting to mux.
30958
30959 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30960
30961         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
30962         * ext/lame/gstlame.h:
30963         Added new media support to lame
30964
30965 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
30966
30967         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
30968         send vorbis headers at the beginning of a stream, fixes bug #141554.
30969         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
30970         bug #148950.
30971         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
30972         (gst_matroska_demux_plugin_init):
30973         * gst/matroska/matroska-ids.h:
30974         enable demuxing of TTA audio streams, fixes bug #148951.
30975         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
30976         enable typefinding for TTA audio files, fixes bug #148711.
30977         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
30978         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
30979         fixes playback of packed bitstream and xvid with bframes, bug #135407.
30980
30981 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
30982
30983         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
30984         (gst_riff_read_element_data), (gst_riff_read_seek),
30985         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
30986         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
30987         <teuf@gnome.org>
30988
30989 2004-08-23 Iain <iaingnome@gmail.com>
30990
30991         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
30992         tags. They appear to be handled differently to normal.
30993         (tag_list_to_id3_tag_foreach): Ditto.
30994
30995 2004-08-22  Wim Taymans  <wim@fluendo.com>
30996
30997         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30998         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
30999         Make sure we never send -1 granulepos.
31000
31001 2004-08-20  Wim Taymans  <wim@fluendo.com>
31002
31003         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31004         (gst_ogg_mux_loop):
31005         I will accept bitchslappings with non sharp objects.
31006
31007 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31008
31009         * configure.ac:
31010         Clean up the test for lame presets
31011
31012 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31013
31014         * configure.ac:
31015         * ext/lame/Makefile.am:
31016         * ext/lame/gstlame.c: (gst_lame_class_init),
31017         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31018         Only enable lame presets if version of lame has presets in API
31019
31020 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
31021         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
31022         * gst/udp/gstudpsrc.h:
31023           Don't call gst_pad_push in a get function. Fixes #150449
31024
31025 2004-08-18  Wim Taymans  <wim@fluendo.com>
31026
31027         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
31028         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
31029         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31030         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31031         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31032         (gst_fdset_wait):
31033         * gst/tcp/gstfdset.h:
31034         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31035         (gst_multifdsink_client_queue_buffer),
31036         (gst_multifdsink_handle_client_write):
31037         * gst/tcp/gstmultifdsink.h:
31038         Some extra checks in gstfdset.
31039         Only use send() when the fd is a socket. Don't try to
31040         read from write only fds.
31041
31042 2004-08-18  Wim Taymans  <wim@fluendo.com>
31043
31044         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
31045         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31046         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31047         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31048         (gst_fdset_wait):
31049         Add more locking and bounds checking.
31050
31051 2004-08-18  Wim Taymans  <wim@fluendo.com>
31052
31053         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
31054         Realloc test fdset in the lock and right before starting
31055         the poll call. Bump the limit to 4096.
31056
31057 2004-08-17  David Schleef  <ds@schleef.org>
31058
31059         * sys/sunaudio/Makefile.am:
31060         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
31061         of rates and channels.  Make debugging less obnoxious.
31062
31063         Patch from Balamurali Viswanathan implementing a mixer for
31064         Sun audio.  (bug #144091):
31065         * sys/sunaudio/gstsunelement.c:
31066         * sys/sunaudio/gstsunelement.h:
31067         * sys/sunaudio/gstsunmixer.c:
31068         * sys/sunaudio/gstsunmixer.h:
31069
31070 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31071
31072         * gst/audioscale/gstaudioscale.c:
31073         * gst/audioscale/gstaudioscale.h:
31074         made audioscale resample from any sample rate to any sample rate
31075
31076 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31077
31078         * ext/libpng/gstpngdec.c:
31079           error out on unsupported types
31080
31081 2004-08-17  Iain <iaingnome@gmail.com>
31082
31083         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
31084         mid_side and loose_mid_side properties if its a stereo stream.
31085
31086 2004-08-17  Wim Taymans  <wim@fluendo.com>
31087
31088         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31089         (theora_get_formats), (theora_dec_src_convert),
31090         (theora_dec_sink_convert), (theora_dec_src_query),
31091         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31092         Add a debug line.
31093
31094 2004-08-17  Wim Taymans  <wim@fluendo.com>
31095
31096         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
31097         (gst_ogg_pad_push):
31098         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31099         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
31100         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
31101         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31102         Mark delta units in the muxer.
31103         Try to decode the packet after an out-of-sync error from
31104         libogg.
31105
31106 2004-08-17  Wim Taymans  <wim@fluendo.com>
31107
31108         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31109         (gst_multifdsink_init), (gst_multifdsink_add),
31110         (gst_multifdsink_client_queue_buffer),
31111         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
31112         * gst/tcp/gstmultifdsink.h:
31113         Added option to send a keyframe to clients as the first buffer.
31114         Make timeout property writable.
31115
31116 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31117
31118         patch by: Wim Taymans
31119
31120         * gst/tcp/gstfdset.c:
31121         * gst/tcp/gstmultifdsink.c:
31122           fix index comparison, should include 0
31123
31124 2004-08-16  Wim Taymans  <wim@fluendo.com>
31125
31126         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
31127         (gst_fdset_add_fd), (gst_fdset_remove_fd),
31128         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31129         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31130         (gst_fdset_wait):
31131           copy when reallocing for poll so the select arguments don't get
31132           changed during the call
31133
31134 2004-08-16  Wim Taymans  <wim@fluendo.com>
31135
31136         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31137         (gst_theora_enc_class_init), (theora_enc_sink_link),
31138         (theora_buffer_from_packet), (theora_enc_chain):
31139         Fix bug where buffers were not marked as keyframes
31140         correctly.
31141
31142 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31143
31144         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31145         (gst_lame_preset_get_type), (gst_lame_class_init):
31146         describe the enum values for vbr mode and presets more verbosely
31147
31148 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31149
31150         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
31151         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
31152         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
31153         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31154         * ext/lame/gstlame.h:
31155         add preset property to lame so it can use lame presets
31156
31157 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31158
31159         * ext/lame/gstlame.c: (gst_lame_get_property):
31160         whoops forgot break, thanks teuf
31161
31162 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31163
31164         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31165         (gst_lame_class_init), (gst_lame_src_getcaps),
31166         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
31167         (gst_lame_get_property), (gst_lame_setup):
31168         * ext/lame/gstlame.h:
31169         fix lame's broken vbr stuff, allow it to resample if need be, and also
31170         make xing header optional
31171
31172 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31173
31174         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
31175         added getcaps function so samplerate doesnt get fixated to silly values
31176
31177 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31178
31179         * ext/lame/gstlame.c: (gst_lame_src_link):
31180         revert previous fix
31181
31182 2004-08-12  Johan Dahlin  <johan@gnome.org>
31183
31184         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
31185         checks. Doesn't matter what state we are in. Interfaces are a
31186         compile time thing, not runtime. It also broke the python bindings.
31187
31188 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31189
31190         * ext/lame/gstlame.c: (gst_lame_src_link):
31191         made source pad link function check if sinkpad is ok..fixes the problem
31192         where core fixates the output rate of lame stupidly
31193
31194 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31195
31196         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
31197         * sys/v4l/v4l_calls.c:
31198         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
31199           fix fixate function to handle nonsimple caps.
31200           remove bogus check in _link
31201           cleanups
31202
31203 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31204
31205         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
31206         set default compression ratio parameter to 0.0 so bitrate parameter
31207         works :)
31208
31209 2004-08-11  David Schleef  <ds@schleef.org>
31210
31211         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
31212
31213 2004-08-11  David Schleef  <ds@schleef.org>
31214
31215         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
31216         before.
31217
31218 2004-08-11  David Schleef  <ds@schleef.org>
31219
31220         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
31221
31222 2004-08-11  David Schleef  <ds@schleef.org>
31223
31224         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
31225           license field
31226         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
31227         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
31228           LGPL.
31229         * gst/auparse/gstauparse.c: Fix plugin license field.
31230         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
31231         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
31232         * gst/rtp/gstrtp.c: Fix plugin license field.
31233
31234 2004-08-11  Wim Taymans  <wim@fluendo.com>
31235
31236         * gst/tcp/Makefile.am:
31237         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
31238         (ensure_size), (gst_fdset_new), (gst_fdset_free),
31239         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
31240         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
31241         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
31242         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31243         (gst_fdset_fd_can_write), (gst_fdset_wait):
31244         * gst/tcp/gstfdset.h:
31245         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31246         (gst_multifdsink_class_init), (gst_multifdsink_init),
31247         (gst_multifdsink_add), (gst_multifdsink_remove),
31248         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31249         (gst_multifdsink_remove_client_link),
31250         (gst_multifdsink_handle_client_read),
31251         (gst_multifdsink_client_queue_data),
31252         (gst_multifdsink_client_queue_caps),
31253         (gst_multifdsink_client_queue_buffer),
31254         (gst_multifdsink_handle_client_write),
31255         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31256         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31257         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
31258         (gst_multifdsink_close):
31259         * gst/tcp/gstmultifdsink.h:
31260         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31261         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
31262         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
31263         (gst_tcpserversink_close):
31264         * gst/tcp/gsttcpserversink.h:
31265         Abstracted away the select call, implemented poll (yes we ran into
31266         the 1024 limit in production).
31267
31268 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31269
31270         * gst/tcp/gsttcp.c:
31271         * gst/tcp/gsttcpplugin.c:
31272           improve debuggging, remove assert
31273
31274 2004-08-10  Wim Taymans  <wim@fluendo.com>
31275
31276         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31277         (gst_client_status_get_type), (gst_multifdsink_class_init),
31278         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
31279         (gst_multifdsink_handle_client_read),
31280         (gst_multifdsink_handle_client_write),
31281         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31282         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31283         (gst_multifdsink_get_property):
31284         * gst/tcp/gstmultifdsink.h:
31285         * gst/tcp/gsttcp-marshal.list:
31286         Starting to prepare for specifying buffer time in other units
31287         than buffers. Expose remove reason in signal.
31288
31289 2004-08-10  Wim Taymans  <wim@fluendo.com>
31290
31291         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31292         (gst_multifdsink_remove), (gst_multifdsink_clear),
31293         (gst_multifdsink_remove_client_link),
31294         (gst_multifdsink_handle_client_read),
31295         (gst_multifdsink_client_queue_data),
31296         (gst_multifdsink_client_queue_buffer),
31297         (gst_multifdsink_handle_client_write),
31298         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
31299         (gst_multifdsink_chain), (gst_multifdsink_close):
31300         * gst/tcp/gstmultifdsink.h:
31301         Added more debugging info. Changed the way clients are
31302         removed from the lists. Fixed a bug where a bad file descriptor
31303         could cause many clients to be removed.
31304
31305 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31306
31307         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
31308           allow all pixel-aspect-ratios, not just 1:1
31309
31310 2004-08-09  David Schleef  <ds@schleef.org>
31311
31312         * sys/glsink/ARB_multitexture.h:  Remove old files.
31313         * sys/glsink/EXT_paletted_texture.h:
31314         * sys/glsink/NV_register_combiners.h:
31315         * sys/glsink/gstgl_nvimage.c:
31316         * sys/glsink/gstgl_pdrimage.c:
31317         * sys/glsink/gstgl_rgbimage.c:
31318         * sys/glsink/gstglsink.c:
31319         * sys/glsink/gstglsink.h:
31320         * sys/glsink/gstglxwindow.c:
31321         * sys/glsink/regcomb_yuvrgb.c:
31322
31323 2004-08-09  David Schleef  <ds@schleef.org>
31324
31325         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
31326         GL sink plugin.  (Bug #147302)
31327
31328         * configure.ac: Test for OpenGL
31329         * sys/Makefile.am: Use test for OpenGL
31330         * sys/glsink/Makefile.am:
31331         * sys/glsink/glimagesink.c: rewrite
31332         * sys/glsink/glimagesink.h: rewrite
31333
31334 2004-08-09  David Schleef  <ds@schleef.org>
31335
31336         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
31337         sane framerates.
31338         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
31339         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
31340         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
31341
31342 2004-08-09  Wim Taymans  <wim@fluendo.com>
31343
31344         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31345         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31346         (gst_multifdsink_client_remove),
31347         (gst_multifdsink_handle_client_read),
31348         (gst_multifdsink_handle_client_write),
31349         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31350         Do a bit more logging, make the client_read code more robust.
31351
31352 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31353
31354         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
31355         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
31356         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
31357         (gst_jpegdec_init), (gst_jpegdec_chain):
31358         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
31359         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
31360           cleanups, debugging fixes and memleak plugging
31361
31362 2004-08-09  Wim Taymans  <wim@fluendo.com>
31363
31364         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31365         (theora_get_formats), (theora_dec_src_convert),
31366         (theora_dec_sink_convert), (theora_dec_src_query),
31367         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
31368         (theora_dec_change_state):
31369         Don't crash on missing header packets.
31370
31371 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31372
31373         * po/LINGUAS:
31374         * po/sq.po:
31375           Added Albanian translation (Laurent Dhima)
31376         * po/cs.po:
31377           updated
31378
31379 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31380
31381         * ext/lame/gstlame.c:
31382           fix/add debugging
31383
31384 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31385
31386         * sys/ximage/ximagesink.c:
31387         * sys/xvimage/xvimagesink.c:
31388           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
31389
31390 2004-08-06  Wim Taymans  <wim@fluendo.com>
31391
31392         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31393         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31394         (gst_multifdsink_client_remove),
31395         (gst_multifdsink_handle_client_read),
31396         (gst_multifdsink_handle_client_write),
31397         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31398         Make sure we don't try to read more from a client that what
31399         ioctl says us or we deadlock.
31400
31401 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31402
31403         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
31404         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
31405         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
31406           decouple running_time and n_frames so it can handle changing
31407           framerate while running
31408
31409 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31410
31411         * po/nl.po:
31412         * po/sv.po:
31413           updated translations
31414
31415 2004-08-04  Benjamin Otte  <otte@gnome.org>
31416
31417         * gst/videotestsrc/gstvideotestsrc.c:
31418         (gst_videotestsrc_get_capslist), (generate_capslist),
31419         (plugin_init):
31420           generate the list of supported caps at startup and reuse it instead
31421           of always generating it
31422
31423 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31424
31425         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
31426           whoops, last checkin broke normal build
31427
31428 2004-08-03  Benjamin Otte  <otte@gnome.org>
31429
31430         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
31431         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
31432         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
31433         (gst_alsa_mixer_get_option):
31434         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
31435         (dvdnavsrc_print_event):
31436         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
31437         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
31438         (gst_ogg_mux_pad_unlink):
31439         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
31440         (gst_multipart_mux_pad_unlink):
31441         * gst/videofilter/gstvideobalance.c:
31442         (gst_videobalance_colorbalance_set_value):
31443         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
31444         (gst_videomixer_pad_unlink):
31445         * po/uk.po:
31446         * sys/oss/gstossmixer.c:
31447         * sys/v4l/gstv4lcolorbalance.c:
31448         * sys/v4l/gstv4ltuner.c:
31449         * sys/v4l/v4lsrc_calls.c:
31450         * sys/v4l2/gstv4l2colorbalance.c:
31451         * sys/v4l2/gstv4l2tuner.c:
31452           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
31453
31454 2004-08-03  Benjamin Otte  <otte@gnome.org>
31455
31456         * examples/dynparams/filter.c: (ui_control_create):
31457         * examples/gstplay/player.c: (print_tag):
31458         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
31459         * ext/gdk_pixbuf/gstgdkanimation.c:
31460         (gst_gdk_animation_iter_may_advance):
31461         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
31462         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
31463         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
31464         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
31465         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
31466         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
31467         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
31468         * gst/sine/demo-dparams.c: (main):
31469         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
31470         * testsuite/alsa/formats.c: (create_pipeline):
31471         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
31472           fixes for G_DISABLE_ASSERT and friends
31473         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
31474         (mp3_type_frame_length_from_header), (mp3_type_find),
31475         (plugin_init):
31476           require mp3 typefinding to have at least MIN_HEADERS valid headers
31477           add typefinding for AAC adts files
31478
31479 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
31480
31481         * sys/ximage/ximagesink.c:
31482         (gst_ximagesink_calculate_pixel_aspect_ratio):
31483         * sys/xvimage/xvimagesink.c:
31484         (gst_xvimagesink_calculate_pixel_aspect_ratio):
31485         Make sure we calculate pixel-aspect-ratio using floating point maths
31486
31487 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31488
31489         * po/uk.po:
31490           updated translation
31491
31492 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31493
31494         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31495         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
31496           add debugging for display PAR calculation
31497
31498 2004-08-02  David Schleef  <ds@schleef.org>
31499
31500         * configure.ac: Fix mikmod CFLAGS.
31501
31502 2004-07-27  Benjamin Otte  <otte@gnome.org>
31503
31504         * gst/audioscale/gstaudioscale.c:
31505         - fix templates to only support S16, it's the only format that works
31506         - make caps nego code use try_set_caps_nonfixed and fixation instead
31507         of try_set_caps twice, which is not nice for autopluggers
31508         - change rank to secondary, so autopluggers can pick it up after
31509         audioconvert
31510
31511 2004-08-02  Iain <iain@prettypeople.org>
31512
31513         * gst/interleave/interleave.c (interleave_init),
31514         (interleave_request_new_pad),
31515         (interleave_pad_removed),
31516         (interleave_buffered_loop): Use the real pad count, not the artificial
31517         one.
31518
31519 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31520
31521         * configure.ac: bump nano back to development
31522
31523 === release 0.8.3 ===
31524
31525 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31526
31527         * configure.ac: releasing 0.8.3, "Water"
31528
31529 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31530
31531         * sys/xvimage/xvimagesink.c:
31532         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31533         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
31534         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
31535         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31536         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31537         * sys/xvimage/xvimagesink.h:
31538           apply similar PAR fixes as to ximagesink
31539
31540 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31541
31542         patch from: Benjamin Otte
31543
31544         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
31545           add link function to lame.  Fixes #148986.
31546
31547 2004-08-02  Johan Dahlin  <johan@gnome.org>
31548
31549         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
31550         fix debugging log
31551
31552 2004-07-30  David Schleef  <ds@schleef.org>
31553
31554         * gst/videomixer/Makefile.am: Fix things that should have been
31555         fixed in the last checkin.
31556
31557 2004-07-30  David Schleef  <ds@schleef.org>
31558
31559         * gst/multipart/Makefile.am: Fix things that should have been
31560         fixed in the last checkin.
31561
31562 2004-07-30  David Schleef  <ds@schleef.org>
31563
31564         * testsuite/multifilesink/Makefile.am: Fix unused variable.
31565
31566 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31567
31568         * configure.ac:
31569           bump nano for prerelease
31570         * po/af.po:
31571         * po/az.po:
31572         * po/cs.po:
31573         * po/en_GB.po:
31574         * po/hu.po:
31575         * po/nl.po:
31576         * po/sr.po:
31577         * po/sv.po:
31578         * po/uk.po:
31579           updates
31580
31581 2004-07-30  Wim Taymans  <wim@fluendo.com>
31582
31583         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31584         (gst_multifdsink_add), (gst_multifdsink_remove),
31585         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31586         (gst_multifdsink_client_remove),
31587         (gst_multifdsink_handle_client_write),
31588         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31589         * gst/tcp/gstmultifdsink.h:
31590         Recover from a select with a bad file descriptor by removing
31591         the client.
31592
31593 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31594
31595         * configure.ac:
31596           fix requirement of core
31597         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
31598         (gst_play_pipeline_setup):
31599           don't use colorspace element.  do use hermescolorspace element.
31600           make macro to get a colorspace element.
31601           mark strings for translation.
31602         * po/POTFILES.in:
31603           add play.c
31604         * po/af.po:
31605         * po/az.po:
31606         * po/cs.po:
31607         * po/en_GB.po:
31608         * po/hu.po:
31609         * po/nl.po:
31610         * po/sr.po:
31611         * po/sv.po:
31612         * po/uk.po:
31613           update translations
31614
31615 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31616
31617         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
31618         fix default for newmedia flag
31619
31620 2004-07-30  Wim Taymans  <wim@fluendo.com>
31621
31622         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31623         (gst_theora_dec_init), (theora_get_formats),
31624         (theora_dec_src_convert), (theora_dec_sink_convert),
31625         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31626         (theora_dec_chain), (theora_dec_set_property),
31627         (theora_dec_get_property):
31628         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31629         (gst_theora_enc_class_init), (gst_theora_enc_init),
31630         (theora_enc_sink_link), (theora_enc_chain),
31631         (theora_enc_set_property), (theora_enc_get_property):
31632         Added cropping option to theora decoder.
31633         Added border option to theora encoder.
31634
31635 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31636
31637         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
31638         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
31639         (gst_pngenc_set_property):
31640         * ext/libpng/gstpngenc.h:
31641         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
31642
31643 2004-07-30  Wim Taymans  <wim@fluendo.com>
31644
31645         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
31646         (theora_enc_sink_link), (theora_enc_chain),
31647         (theora_enc_set_property), (theora_enc_get_property):
31648         Fix encoding of non-multiple-of-16 video.
31649
31650 2004-07-29  David Schleef  <ds@schleef.org>
31651
31652         * configure.ac: make test for audiofile more strict
31653
31654 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31655
31656         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
31657           give different names to typefind functions
31658
31659 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
31660
31661         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31662         (gst_ximagesink_calculate_pixel_aspect_ratio),
31663         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
31664         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
31665         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
31666         (gst_ximagesink_get_property), (gst_ximagesink_init):
31667         * sys/ximage/ximagesink.h:
31668           allocate PAR's dynamically.
31669           use autodetected PAR if no object-set PAR is given.
31670           add workaround for directfb's X not setting physical size.
31671           fix to xvimagesink will follow tomorrow.
31672
31673 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31674
31675         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
31676         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
31677         (gst_shout2send_get_type), (gst_shout2send_set_clock),
31678         (gst_shout2send_class_init), (gst_shout2send_init),
31679         (set_shout_metadata), (gst_shout2send_set_metadata),
31680         (gst_shout2send_chain), (gst_shout2send_set_property),
31681         (gst_shout2send_get_property), (gst_shout2send_connect),
31682         (gst_shout2send_change_state):
31683         * ext/shout2/gstshout2.h:
31684         - fix for sending mp3 audio to icecast2 server, if pad link function not
31685         called before PAUSED state
31686         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
31687         - added tagging support for mp3 audio broadcasted
31688         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
31689         debug info
31690
31691 2004-07-28  Wim Taymans  <wim@fluendo.com>
31692
31693         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
31694         (gst_ogg_demux_push):
31695         Return query failure when we don't know the length of
31696         an ogg stream insteda of returning TRUE with a bogus value.
31697
31698 2004-07-28  Wim Taymans  <wim@fluendo.com>
31699
31700         * ext/theora/theoradec.c: (theora_get_formats),
31701         (theora_dec_src_convert), (theora_dec_sink_convert),
31702         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31703         (theora_dec_chain):
31704         Don't screw up the 1 Chroma for 1 luma sample situation when we
31705         have an odd offset/width by adding a black border in those cases.
31706
31707 2004-07-28  Wim Taymans  <wim@fluendo.com>
31708
31709         * ext/theora/theoradec.c: (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):
31713         * ext/theora/theoraenc.c: (theora_enc_sink_link):
31714         Added first attempt at cropping of the image as required by the
31715         theora spec. We need more properties in the caps (offset_x,
31716         offset_y,stride) to implement this correctly.
31717
31718 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
31719
31720         * ext/dvdnav/README:
31721           Update the README to use dvddemux
31722         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
31723           Ensure getcaps returns a subset of the template caps
31724         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
31725         (gst_mpeg2subt_init):
31726           Ensure getcaps returns a subset of the template caps
31727         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
31728         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
31729         (gst_dvd_demux_get_subpicture_stream),
31730         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
31731         * gst/mpegstream/gstdvddemux.h:
31732           Set the explicit caps on the current_video pad before pushing
31733           anything
31734         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
31735         (gst_mpeg_demux_get_audio_stream):
31736           Free caps used to gst_pad_set_explicit_caps, which takes a const
31737           GstCaps *
31738
31739 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
31740
31741         * configure.ac: update GStreamer requirement to 0.8.4 because of
31742           GstFraction.
31743
31744 2004-07-28  Wim Taymans  <wim@fluendo.com>
31745
31746         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
31747         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
31748         Add the pad to the element after setting up the caps. This
31749         makes it a lot easier to autoplug.
31750
31751 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31752
31753         * gst/median/gstmedian.c:
31754         * gst/mpeg2subt/gstmpeg2subt.c:
31755         * gst/mpegaudioparse/gstmpegaudioparse.c:
31756         * gst/mpegstream/gstdvddemux.c:
31757         * gst/mpegstream/gstmpegdemux.c:
31758         * gst/mpegstream/gstmpegpacketize.c:
31759         * gst/rtjpeg/gstrtjpeg.c:
31760         * gst/rtjpeg/gstrtjpegdec.c:
31761         * gst/rtjpeg/gstrtjpegenc.c:
31762         * gst/sine/gstsinesrc.c:
31763         * gst/smooth/gstsmooth.c:
31764         * gst/smpte/gstsmpte.c:
31765         * gst/smpte/gstsmpte.h:
31766         * gst/stereo/gststereo.c:
31767         * gst/videofilter/gstgamma.c:
31768         * gst/videofilter/gstvideobalance.c:
31769         * gst/videofilter/gstvideofilter.c:
31770         * gst/videofilter/gstvideoflip.c:
31771         * gst/videoscale/gstvideoscale.c:
31772         * gst/videoscale/videoscale.c:
31773         * gst/videotestsrc/gstvideotestsrc.c:
31774         * gst/videotestsrc/videotestsrc.c:
31775         * gst/wavenc/gstwavenc.c:
31776         * gst/wavparse/gstwavparse.c:
31777           fix local includes and 64 bits constants
31778
31779 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31780
31781         * win32/gst.sln:
31782         * gst-libs/gst/*/*.vcproj:
31783         * gst/*/*.vcproj:
31784           more working plugins
31785
31786 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31787
31788         * testsuite/alsa/Makefile.am:
31789         * testsuite/alsa/srcstate.c:
31790         add test for alsasrc changing state
31791
31792 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31793
31794         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
31795         (gst_silence_get):
31796         * gst/silence/gstsilence.h:
31797         fix silence generation for 16bit raw audio
31798
31799 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31800
31801         * gst/matroska/matroska-demux.c:
31802         (gst_matroska_demux_parse_metadata),
31803         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
31804         * gst/mpegaudio/common.c:
31805         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
31806         (gst_videoscale_getcaps), (gst_videoscale_link),
31807         (gst_videoscale_src_fixate), (gst_videoscale_init),
31808         (gst_videoscale_finalize):
31809         * gst/videoscale/gstvideoscale.h:
31810         * gst/videotestsrc/gstvideotestsrc.c:
31811         (gst_videotestsrc_get_capslist):
31812         * gst/wavenc/gstwavenc.c:
31813         * sys/oss/gstossmixer.c: (fill_labels):
31814         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31815         (gst_ximagesink_handle_xevents),
31816         (gst_ximagesink_calculate_pixel_aspect_ratio),
31817         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
31818         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
31819         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
31820         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
31821         (gst_ximagesink_init), (gst_ximagesink_class_init):
31822         * sys/ximage/ximagesink.h:
31823         * sys/xvimage/xvimagesink.c:
31824         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31825         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
31826         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
31827         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31828         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31829         * sys/xvimage/xvimagesink.h:
31830           first batch of pixel aspect ratio commits.
31831
31832 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31833
31834         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31835         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
31836         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
31837           handle stride, needs work if we want to move stride handling
31838           upstream, but works correctly for our purposes.
31839
31840 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31841
31842         * gst/videoscale/README:
31843           add testing examples
31844         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
31845         (gst_videoscale_chain):
31846         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
31847         (gst_videoscale_get_size):
31848           add get_size function that handles stride like videotestsrc.
31849           fixes conversion for YUV formats for as much as I can test them.
31850
31851 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31852
31853         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31854         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31855         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31856         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
31857         (gst_xvimagesink_xvimage_put):
31858           further cleanups, logging, error handling and synchronizing
31859
31860 2004-07-27  Wim Taymans  <wim@fluendo.com>
31861
31862         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
31863         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
31864         (gst_videomixer_pad_set_property),
31865         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
31866         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
31867         (gst_videomixer_class_init), (gst_videomixer_init),
31868         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
31869         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
31870         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
31871         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
31872         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
31873         (gst_videomixer_loop), (plugin_init):
31874         Be a nicer negotiation citizen and provide a getcaps function on
31875         the srcpad. This also fixes a crash when resizing.
31876
31877 2004-07-27  Julien MOUTTE  <julien@moutte.net>
31878
31879         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31880         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
31881
31882 2004-07-27  Wim Taymans  <wim@fluendo.com>
31883
31884         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
31885         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
31886         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
31887         (gst_pngenc_set_property):
31888         * ext/libpng/gstpngenc.h:
31889         Added snapshot property to pngenc.
31890         removed g_print from pngdec
31891
31892 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31893
31894         * gst/ac3parse/ac3parse.vcproj
31895         * gst/adder/adder.vcproj
31896         * gst/alpha/alpha.vcproj
31897         * gst/alpha/alphacolor.vcproj
31898         * gst/asfdemux/asf.vcproj
31899         * gst/audioconvert/audioconvert.vcproj
31900         * gst/audiorate/audiorate.vcproj
31901         * gst/audioscale/audioscale.vcproj
31902         * gst/auparse/auparse.vcproj
31903         * gst/avi/avi.vcproj
31904         * gst/cdxaparse/cdxaparse.vcproj
31905         * gst/chart/chart.vcproj
31906         * gst/colorspace/colorspace.vcproj
31907         * gst/cutter/cutter.vcproj
31908         * gst/debug/debug.vcproj
31909         * gst/debug/efence.vcproj
31910         * gst/debug/navigationtest.vcproj
31911         * gst/deinterlace/deinterlace.vcproj
31912         * gst/effectv/effectv.vcproj
31913         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
31914         * gst/filter/filter.vcproj
31915         * gst/flx/flxdec.vcproj
31916         * gst/goom/goom.vcproj
31917         * gst/interleave/interleave.vcproj
31918         * gst/law/alaw.vcproj
31919         * gst/law/mulaw.vcproj
31920         * gst/matroska/matroska.vcproj
31921         * gst/median/median.vcproj
31922         * gst/mixmatrix/mixmatrix.vcproj
31923         * gst/mpeg1sys/mpeg1systemencode.vcproj
31924         * gst/mpeg1videoparse/mp1videoparse.vcproj
31925         * gst/mpeg2sub/mpeg2subt.vcproj
31926         * gst/mpegaudio/mpegaudio.vcproj
31927         * gst/mpegaudioparse/mpegaudioparse.vcproj
31928         * gst/mpegstream/mpegstream.vcproj
31929         * gst/multifilesink/multifilesink.vcproj
31930         * gst/multipart/multipart.vcproj
31931         * gst/oneton/oneton.vcproj
31932         * gst/overlay/overlay.vcproj
31933         * gst/passthrough/passthrough.vcproj
31934         * gst/qtdemux/qtdemux.vcproj
31935         * gst/realmedia/rmdemux.vcproj
31936         * gst/rtjpeg/rtjpeg.vcproj
31937         * gst/rtp/rtp.vcproj
31938         * gst/silence/silence.vcproj
31939         * gst/sine/sinesrc.vcproj
31940         * gst/smooth/smooth.vcproj
31941         * gst/smpte/smpte.vcproj
31942         * gst/spectrum/spectrum.vcproj
31943         * gst/speed/speed.vcproj
31944         * gst/stereo/stereo.vcproj
31945         * gst/switch/switch.vcproj
31946         * gst/tags/tagedit.vcproj
31947         * gst/tcp/tcp.vcproj
31948         * gst/typefind/typefindfunctions.vcproj
31949         * gst/udp/udp.vcproj
31950         * gst/videobox/videobox.vcproj
31951         * gst/videocrop/videocrop.vcproj
31952         * gst/videodrop/videodrop.vcproj
31953         * gst/videofilter/gamma.vcproj
31954         * gst/videofilter/videobalance.vcproj
31955         * gst/videofilter/videofilter.vcproj
31956         * gst/videofilter/videoflip.vcproj
31957         * gst/videoflip/videoflip.vcproj
31958         * gst/videomixer/videomixer.vcproj
31959         * gst/videorate/videorate.vcproj
31960         * gst/videoscale/videoscale.vcproj
31961         * gst/videotestsrc/videotestsrc.vcproj
31962         * gst/virtualdub/virtualdub.vcproj
31963         * gst/volenv/volenv.vcproj
31964         * gst/volume/volume.vcproj
31965         * gst/wavenc/wavenc.vcproj
31966         * gst/wavparse/wavparse.vcproj
31967         * gst/y4m/y4menc.vcproj
31968         * gst-libs/gst/audio/audio.vcproj
31969         * gst-libs/gst/audio/audiofilter.vcproj
31970         * gst-libs/gst/colorbalance/colorbalance.vcproj
31971         * gst-libs/gst/idct/idtc.vcproj
31972         * gst-libs/gst/media-info/media-info.vcproj
31973         * gst-libs/gst/mixer/mixer.vcproj
31974         * gst-libs/gst/navigation/navigation.vcproj
31975         * gst-libs/gst/play/play.vcproj
31976         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
31977         * gst-libs/gst/resample/resample.vcproj
31978         * gst-libs/gst/riff/riff.vcproj
31979         * gst-libs/gst/tuner/tuner.vcproj
31980         * gst-libs/gst/video/video.vcproj
31981         * gst-libs/gst/xoverlay/xoverlay.vcproj
31982           avoid problems with math.h, fix release dependancy
31983           rename GStreamer-0.8.lib to libgstreamer.lib
31984
31985 2004-07-27  Julien MOUTTE  <julien@moutte.net>
31986
31987         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
31988         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
31989         the atom is not available we have to unlock the mutex. Fixes #148023
31990
31991 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31992
31993         * gst-libs/gst/media-info/media-info.h:
31994           issue for a vararg macro with MSVC
31995
31996 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31997
31998         * gst/effectv/effectv.vcproj
31999         * gst-libs/gst/idct/idct.vcproj:
32000         * gst-libs/gst/media-info/media-info.vcproj:
32001         * gst-libs/gst/navigation/navigation.vcproj:
32002         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32003         * gst-libs/gst/video/video.vcproj:
32004         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32005           fixes for build problems
32006
32007 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32008
32009         * gst-libs/gst/audio/audio.def:
32010         * gst-libs/gst/audio/riff.def:
32011           add some definitions needed by plugins
32012
32013 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32014
32015         * gst/asfdemux/gstasfmux.c
32016           Fix some 64 bits constants to be glib friendly
32017
32018 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32019
32020         * gst/ac3parse/gstac3parse.c
32021         * gst/audioscale/gstaudioscale.c
32022         * gst/auparse/gstauparse.c
32023         * gst/colorspace/gstcolorspace.c
32024         * gst/colorspace/yuv2rgb.h
32025           local include fixes
32026
32027 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32028
32029         * win32/gst.sln
32030           add more plugins to the build
32031
32032 2004-07-26  Julien MOUTTE  <julien@moutte.net>
32033
32034         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32035         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
32036
32037 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32038
32039         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
32040         (gst_level_set_property), (gst_level_get_property),
32041         (gst_level_base_init), (gst_level_class_init):
32042           add debugging categories.  cleanups.
32043
32044 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32045
32046         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32047         (gst_videoscale_planar411), (gst_videoscale_planar400),
32048         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
32049         (gst_videoscale_scale_nearest_str1),
32050         (gst_videoscale_scale_nearest_str2),
32051         (gst_videoscale_scale_nearest_str4),
32052         (gst_videoscale_scale_nearest_16bit),
32053         (gst_videoscale_scale_nearest_24bit):
32054           fixed stride issues
32055           tested with 320x240 -> 321, 322, 324 x240
32056           tested with YV12, I420, YUY2, UYVY
32057           fixed packed422rev (don't think it could have worked before)
32058           by testing with UYVY
32059
32060 2004-07-26  Benjamin Otte  <otte@gnome.org>
32061
32062         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
32063         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
32064         (plugin_init):
32065           add debugging category, add error checks like checking return values
32066           of setup calls, make sure it still works after
32067           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
32068
32069 2004-07-26  Wim Taymans  <wim@fluendo.com>
32070
32071         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32072         (gst_mpeg_demux_get_audio_stream),
32073         (gst_mpeg_demux_process_private):
32074         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
32075         Check for error codes from the negotiation functions. Make sure
32076         we really set the pad caps when a new pad is created.
32077
32078 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32079
32080         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32081         (gst_ffmpeg_caps_to_pix_fmt):
32082         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32083         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32084         (gst_ffmpegcolorspace_pad_link):
32085           don't make function do two things at the same time without reason.
32086
32087 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32088
32089         * gst/ac3parse/ac3parse.vcproj
32090         * gst/adder/adder.vcproj
32091         * gst/alpha/alpha.vcproj
32092         * gst/alpha/alphacolor.vcproj
32093         * gst/asfdemux/asf.vcproj
32094         * gst/audioconvert/audioconvert.vcproj
32095         * gst/audiorate/audiorate.vcproj
32096         * gst/audioscale/audioscale.vcproj
32097         * gst/auparse/auparse.vcproj
32098         * gst/avi/avi.vcproj
32099         * gst/cdxaparse/cdxaparse.vcproj
32100         * gst/chart/chart.vcproj
32101         * gst/colorspace/colorspace.vcproj
32102         * gst/cutter/cutter.vcproj
32103         * gst/debug/debug.vcproj
32104         * gst/debug/efence.vcproj
32105         * gst/debug/navigationtest.vcproj
32106         * gst/deinterlace/deinterlace.vcproj
32107         * gst/effectv/effectv.vcproj
32108         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32109         * gst/filter/filter.vcproj
32110         * gst/flx/flxdec.vcproj
32111         * gst/goom/goom.vcproj
32112         * gst/interleave/interleave.vcproj
32113         * gst/law/alaw.vcproj
32114         * gst/law/mulaw.vcproj
32115         * gst/matroska/matroska.vcproj
32116         * gst/median/median.vcproj
32117         * gst/mixmatrix/mixmatrix.vcproj
32118         * gst/mpeg1sys/mpeg1systemencode.vcproj
32119         * gst/mpeg1videoparse/mp1videoparse.vcproj
32120         * gst/mpeg2sub/mpeg2subt.vcproj
32121         * gst/mpegaudio/mpegaudio.vcproj
32122         * gst/mpegaudioparse/mpegaudioparse.vcproj
32123         * gst/mpegstream/mpegstream.vcproj
32124         * gst/multifilesink/multifilesink.vcproj
32125         * gst/multipart/multipart.vcproj
32126         * gst/oneton/oneton.vcproj
32127         * gst/overlay/overlay.vcproj
32128         * gst/passthrough/passthrough.vcproj
32129         * gst/qtdemux/qtdemux.vcproj
32130         * gst/realmedia/rmdemux.vcproj
32131         * gst/rtjpeg/rtjpeg.vcproj
32132         * gst/rtp/rtp.vcproj
32133         * gst/silence/silence.vcproj
32134         * gst/sine/sinesrc.vcproj
32135         * gst/smooth/smooth.vcproj
32136         * gst/smpte/smpte.vcproj
32137         * gst/spectrum/spectrum.vcproj
32138         * gst/speed/speed.vcproj
32139         * gst/stereo/stereo.vcproj
32140         * gst/switch/switch.vcproj
32141         * gst/tags/tagedit.vcproj
32142         * gst/tcp/tcp.vcproj
32143         * gst/typefind/typefindfunctions.vcproj
32144         * gst/udp/udp.vcproj
32145         * gst/videobox/videobox.vcproj
32146         * gst/videocrop/videocrop.vcproj
32147         * gst/videodrop/videodrop.vcproj
32148         * gst/videofilter/gamma.vcproj
32149         * gst/videofilter/videobalance.vcproj
32150         * gst/videofilter/videofilter.vcproj
32151         * gst/videofilter/videoflip.vcproj
32152         * gst/videoflip/videoflip.vcproj
32153         * gst/videomixer/videomixer.vcproj
32154         * gst/videorate/videorate.vcproj
32155         * gst/videoscale/videoscale.vcproj
32156         * gst/videotestsrc/videotestsrc.vcproj
32157         * gst/virtualdub/virtualdub.vcproj
32158         * gst/volenv/volenv.vcproj
32159         * gst/volume/volume.vcproj
32160         * gst/wavenc/wavenc.vcproj
32161         * gst/wavparse/wavparse.vcproj
32162         * gst/y4m/y4menc.vcproj
32163           more plugins supported under windows
32164
32165 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32166
32167         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32168         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
32169         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
32170         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32171         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
32172           Add debugging statements.  Use the sizes as returned by the
32173           *CreateImage calls.
32174
32175 2004-07-26  Johan Dahlin  <johan@gnome.org>
32176
32177         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
32178         the pad is negotiated.
32179
32180         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
32181
32182 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32183
32184         * gst-libs/gst/colorbalance/colorbalance.vcproj:
32185         * gst-libs/gst/idct/idct.vcproj:
32186         * gst-libs/gst/media-info/media-info.vcproj:
32187         * gst-libs/gst/mixer/mixer.vcproj:
32188         * gst-libs/gst/navigation/navigation.vcproj:
32189         * gst-libs/gst/play/play.vcproj:
32190         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32191         * gst-libs/gst/resample/resample.vcproj:
32192         * gst-libs/gst/tuner/tuner.vcproj:
32193         * gst-libs/gst/video/video.vcproj:
32194         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32195           more plugins supported under windows
32196
32197 2004-07-25 Iain <iain@prettypeople.org>
32198
32199         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
32200         pad now rather than when the pad is created because state changes wipe
32201         explicit caps (fixes #148043).
32202
32203 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
32204
32205         reviewed by Benjamin Otte  <otte@gnome.org>
32206
32207         * ext/mad/gstmad.c:
32208           fix mad plugin crashing on Sun (fixes #148289)
32209
32210 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32211
32212         * gst/avi/avi.def:
32213         * gst/avi/avi.vcproj:
32214         * gst/matroska/matroska.def:
32215         * gst/matroska/matroska.vcproj:
32216           remove unused .def files
32217
32218 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32219
32220         * gst-libs/gst/audio/gstaudiofilter.c:
32221           Clean the local include
32222
32223 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32224
32225         * win32/gst.sln:
32226         * gst-libs/gst/audio/audio.def:
32227         * gst-libs/gst/audio/audio.vcproj:
32228         * gst-libs/gst/audio/audiofilter.vcproj:
32229         * gst-libs/gst/audio/riff.def:
32230         * gst-libs/gst/audio/riff.vcproj:
32231         * gst-libs/gst/gst-libs.def:
32232         * gst-libs/gst/gst-libs.vcproj:
32233         * gst/avi/avi.vcproj:
32234         * gst/avi/avi.vcproj:
32235           Copy the files where needed after building, cleaner projects
32236
32237 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32238
32239         * gst/matroska/ebml-write.c:
32240           Fix some 64 bits constants to be glib friendly
32241
32242 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
32243
32244         * win32/gst.sln:
32245         * gst-libs/gst/gst-libs.def:
32246         * gst-libs/gst/gst-libs.vcproj:
32247         * gst/matroska/matroska.def:
32248         * gst/matroska/matroska.vcproj:
32249           Add the preliminary canvas to build plugins on Win32
32250
32251 2004-07-23  Benjamin Otte  <otte@gnome.org>
32252
32253         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32254           don't enfore negotiation from source side, it breaks
32255           sinesrc ! audioconvert ! osssink
32256
32257 2004-07-22  David Schleef  <ds@schleef.org>
32258
32259         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
32260         for ELF files, since they can easily be recognized as audio/mpeg.
32261         (bug #147441)
32262
32263 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32264
32265         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32266         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
32267         (gst_videoscale_scale_nearest_24bit),
32268         (gst_videoscale_scale_nearest_16bit):
32269           fix 16bit and 24bit for stride (24bit might need testing)
32270           don't pretend we do more than one algorithm
32271
32272 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32273
32274         * configure.ac:
32275         * gst/Makefile.am:
32276         * gst/multifilesink/Makefile.am:
32277         * gst/multifilesink/gstmultifilesink.c:
32278         (gst_multifilesink_get_formats),
32279         (gst_multifilesink_get_query_types), (_do_init),
32280         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
32281         (gst_multifilesink_init), (gst_multifilesink_dispose),
32282         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
32283         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
32284         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
32285         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
32286         (gst_multifilesink_chain), (gst_multifilesink_change_state),
32287         (gst_multifilesink_uri_get_type),
32288         (gst_multifilesink_uri_get_protocols),
32289         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
32290         (gst_multifilesink_uri_handler_init), (plugin_init):
32291         * gst/multifilesink/gstmultifilesink.h:
32292         * testsuite/Makefile.am:
32293         * testsuite/multifilesink/Makefile.am:
32294         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
32295         (gst_newmedia_class_init), (gst_newmedia_init),
32296         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
32297         (newfile_signal), (test_signal), (main):
32298         multifilesink plugin for creating new files every time a new media
32299         discontinuity event occurs
32300
32301 2004-07-22  Wim Taymans  <wim@fluendo.com>
32302
32303         * gst/alpha/Makefile.am:
32304         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
32305         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
32306         (gst_alpha_color_init), (gst_alpha_color_set_property),
32307         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
32308         (transform), (gst_alpha_color_chain),
32309         (gst_alpha_color_change_state), (plugin_init):
32310         Stupid plugin to to RGBA to AYUV conversion because none of
32311         the colorspace plugins can handle that yet.
32312
32313 2004-07-22  Wim Taymans  <wim@fluendo.com>
32314
32315         * examples/seeking/seek.c: (update_scale), (main):
32316         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32317         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32318         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32319         (gst_decode_bin_init), (gst_decode_bin_dispose),
32320         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32321         (no_more_pads), (close_link), (type_found),
32322         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32323         (plugin_init):
32324         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32325         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32326         (gst_play_base_bin_dispose), (queue_overrun),
32327         (gen_preroll_element), (remove_prerolls), (unknown_type),
32328         (no_more_pads), (new_stream), (setup_source),
32329         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32330         (play_base_eos), (gst_play_base_bin_change_state),
32331         (gst_play_base_bin_add_element),
32332         (gst_play_base_bin_remove_element),
32333         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32334         (gst_play_base_bin_unlink_stream),
32335         (gst_play_base_bin_get_streaminfo):
32336         * gst/playback/gstplaybin.c: (gen_video_element),
32337         (gen_audio_element):
32338         * gst/playback/gststreaminfo.h:
32339         More playback updates, attempt to fix things after the state change
32340         breakage.
32341
32342 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32343
32344         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
32345         (gst_videoscale_scale_nearest_16bit):
32346           comment algorithm
32347
32348 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32349
32350         * gst/videotestsrc/gstvideotestsrc.c:
32351         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
32352         (gst_videotestsrc_init), (gst_videotestsrc_get),
32353         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
32354         (gst_videotestsrc_get_property):
32355         * gst/videotestsrc/gstvideotestsrc.h:
32356         * gst/videotestsrc/videotestsrc.c:
32357         * gst/videotestsrc/videotestsrc.h:
32358           cleanup and commenting
32359
32360 2004-07-21  Wim Taymans  <wim@fluendo.com>
32361
32362         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
32363         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
32364         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
32365         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
32366         (_find_chain_get_unknown_part), (_find_streams_check),
32367         (gst_ogg_demux_push), (gst_ogg_pad_push):
32368         * ext/theora/theoradec.c: (theora_get_formats),
32369         (theora_dec_src_convert), (theora_dec_sink_convert),
32370         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32371         (theora_dec_chain):
32372         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32373         (vorbis_dec_convert), (vorbis_dec_src_query),
32374         (vorbis_dec_src_event), (vorbis_dec_event):
32375         More seeking fixes, oggdemux now supports seeking to time and
32376         uses the downstream element to convert granulepos to time.
32377         Seeking in theora-only ogg files now works.
32378
32379 2004-07-21  Wim Taymans  <wim@fluendo.com>
32380
32381         * ext/theora/theoradec.c: (gst_theora_dec_init),
32382         (theora_get_formats), (theora_get_event_masks),
32383         (theora_get_query_types), (theora_dec_src_convert),
32384         (theora_dec_sink_convert), (theora_dec_src_query),
32385         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
32386         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32387         (vorbis_get_event_masks), (vorbis_get_query_types),
32388         (gst_vorbis_dec_init), (vorbis_dec_convert),
32389         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
32390         Added query/convert/formats functions to vorbis and theora decoders
32391         so that the outside world can use them too. Fixed seeking on an
32392         ogg/theora/vorbis file by disabling the seeking seeking on the
32393         theora srcpad.
32394
32395 2004-07-21  Julien MOUTTE  <julien@moutte.net>
32396
32397         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32398         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
32399         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
32400         images creation for both elements. We don't create the image on caps
32401         nego or renego, we just destroy the internal one if present if it does
32402         not match the needs. The chain function takes care of creating a new
32403         image when needed.
32404         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32405         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
32406         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32407         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
32408         the image format information. The buffer pool checks for the context
32409         image format and discard images with different formats.
32410         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
32411
32412 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32413
32414         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32415         (gst_ffmpegcolorspace_chain):
32416           no point in doing any chaining if the pad we want to push from
32417           isn't usable.
32418
32419 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32420
32421         * gst-libs/gst/riff/riff-media.c:
32422         (gst_riff_create_audio_caps_with_data):
32423           Fix double end-to-native symbol conversion (#148021).
32424
32425 2004-07-20  David Schleef  <ds@schleef.org>
32426
32427         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32428         Don't use an Atom that doesn't exist.
32429
32430 2004-07-20  Wim Taymans  <wim@fluendo.com>
32431
32432         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32433         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32434         (gst_multifdsink_client_remove),
32435         (gst_multifdsink_handle_client_write),
32436         (gst_multifdsink_queue_buffer):
32437         * gst/tcp/gstmultifdsink.h:
32438         More multifdsink stats. Avoid deadlock by releasing locks
32439         before sending out a signal.
32440
32441 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32442
32443         * po/LINGUAS:
32444         * po/hu.po:
32445           added Hungarian translation (Laszlo Dvornik)
32446
32447 2004-07-20  Wim Taymans  <wim@fluendo.com>
32448
32449         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32450         (gst_multifdsink_add), (gst_multifdsink_client_remove),
32451         (gst_multifdsink_handle_client_write),
32452         (gst_multifdsink_queue_buffer):
32453         * gst/tcp/gsttcp-marshal.list:
32454         Fixed the stupid marshal definition.
32455
32456 2004-07-20  Wim Taymans  <wim@fluendo.com>
32457
32458         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32459         (gst_multifdsink_init), (gst_multifdsink_add),
32460         (gst_multifdsink_client_remove),
32461         (gst_multifdsink_handle_client_write),
32462         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
32463         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
32464         (gst_multifdsink_init_send):
32465         * gst/tcp/gstmultifdsink.h:
32466         Added more stats, added timeout for a client, fixed some typos
32467         and added some comments.
32468
32469 2004-07-20  Wim Taymans  <wim@fluendo.com>
32470
32471         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32472         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32473         (gst_multifdsink_client_remove),
32474         (gst_multifdsink_handle_client_write):
32475         * gst/tcp/gstmultifdsink.h:
32476         * gst/tcp/gsttcp-marshal.list:
32477         Added get_stats method that returns a GValueArray of
32478         stats values.
32479
32480 2004-07-19  Benjamin Otte  <otte@gnome.org>
32481
32482         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
32483           make sure longname, description and author are valid UTF-8
32484
32485 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32486
32487         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
32488         (gst_ximagesink_set_property):
32489         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
32490         (gst_xvimagesink_set_property):
32491           make sure SYNCHRONOUS is respected after getting the X context
32492
32493 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32494
32495         * gst/matroska/matroska-demux.c:
32496         (gst_matroska_demux_handle_src_event),
32497         (gst_matroska_demux_parse_blockgroup):
32498         * gst/matroska/matroska-ids.h:
32499           add BlockReference tag and ignore it to clear out log.
32500           ignore NAVIGATION events to clear out log.
32501
32502 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32503
32504         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
32505         (gst_matroska_demux_add_stream):
32506         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
32507           add debug categories
32508
32509 2004-07-16  Wim Taymans  <wim@fluendo.com>
32510
32511         * ext/libpng/Makefile.am:
32512         * ext/libpng/gstpng.c: (plugin_init):
32513         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
32514         (gst_pngdec_get_type), (gst_pngdec_base_init),
32515         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
32516         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
32517         * ext/libpng/gstpngdec.h:
32518         Added png decoder.
32519
32520 2004-07-16  Julien MOUTTE  <julien@moutte.net>
32521
32522         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
32523         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
32524         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
32525         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
32526         (gst_ximagesink_buffer_alloc):
32527         * sys/ximage/ximagesink.h:
32528         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32529         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32530         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
32531         (gst_xvimagesink_buffer_alloc):
32532         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
32533         again. Using internal data pointer of the x(v)image to store image's
32534         data to be coherent with the buffer alloc mechanism. Investigated the
32535         image destruction code to be sure that everything gets freed correctly.
32536
32537 2004-07-16  Wim Taymans  <wim@fluendo.com>
32538
32539         * gst-libs/gst/riff/riff-read.c:
32540         (gst_riff_read_strf_vids_with_data),
32541         (gst_riff_read_strf_auds_with_data):
32542         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32543         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
32544         Make sure we don't create 0 sized subbuffers in riff-read.
32545         Signal the no more pads signal after reading the avi header.
32546
32547 2004-07-16  Wim Taymans  <wim@fluendo.com>
32548
32549         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32550         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32551         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32552         (gst_decode_bin_init), (gst_decode_bin_dispose),
32553         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32554         (no_more_pads), (close_link), (type_found),
32555         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32556         (gst_decode_bin_change_state), (plugin_init):
32557         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32558         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32559         (gst_play_base_bin_dispose), (queue_overrun),
32560         (gen_preroll_element), (remove_prerolls), (unknown_type),
32561         (no_more_pads), (new_stream), (setup_source),
32562         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32563         (play_base_eos), (gst_play_base_bin_change_state),
32564         (gst_play_base_bin_add_element),
32565         (gst_play_base_bin_remove_element),
32566         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32567         (gst_play_base_bin_unlink_stream),
32568         (gst_play_base_bin_get_streaminfo):
32569         * gst/playback/gstplaybasebin.h:
32570         Better error recovery. Added configurable preroll queue size. Faster
32571         detection of no-more-pads.
32572
32573 2004-07-16  Wim Taymans  <wim@fluendo.com>
32574
32575         * gst-libs/gst/video/video.h:
32576         Added 32 bits RGBA. Not sure if we should use another mime-type
32577         for alpha rgb. Currently the presence of the alpha_mask property
32578         signals an alpha channel.
32579
32580 2004-07-16  Wim Taymans  <wim@fluendo.com>
32581
32582         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32583         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
32584         FPS seems to be 0.0 to MAX everywhere else.
32585
32586 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32587
32588         * gst-libs/gst/riff/riff-media.c:
32589         (gst_riff_create_video_caps_with_data):
32590           mp42/mp43 (no caps) exist too.
32591         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
32592           Set pixel_width/height; we've got them in-caps.
32593         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32594         * gst/wavparse/gstwavparse.c: (plugin_init):
32595           Both are valid primary.
32596         * sys/oss/gstossmixer.c:
32597           Remove i18n hack and enable translations.
32598
32599 2004-07-15  Benjamin Otte  <otte@gnome.org>
32600
32601         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32602         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
32603           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
32604
32605 2004-07-15  Benjamin Otte  <otte@gnome.org>
32606
32607         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
32608         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
32609         (gst_alsa_close_audio):
32610           disable some of the debugging code for now. Writing debugging to a
32611           buffer is broken in current alsalib releases.
32612
32613 2004-07-12  Benjamin Otte  <otte@gnome.org>
32614
32615         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
32616           use bufferpools
32617
32618 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
32619
32620         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32621         (theora_dec_src_query), (theora_dec_event):
32622         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
32623           add debugging categories.  Remove \n's.
32624
32625 2004-07-13  Johan Dahlin  <johan@gnome.org>
32626
32627         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
32628         (gst_play_bin_get_property): Impl.
32629
32630 2004-07-13  Wim Taymans  <wim@fluendo.com>
32631
32632         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
32633         When trying to find the stream length, seek back N pages
32634         instead of just one, where N is the number of streams in
32635         the current chain.
32636
32637 2004-07-13  Wim Taymans  <wim@fluendo.com>
32638
32639         * gst-libs/gst/riff/riff-media.c:
32640         (gst_riff_create_audio_caps_with_data),
32641         (gst_riff_create_audio_caps),
32642         (gst_riff_create_audio_template_caps):
32643         * gst-libs/gst/riff/riff-media.h:
32644         * gst-libs/gst/riff/riff-read.c:
32645         (gst_riff_read_strf_vids_with_data),
32646         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
32647         * gst-libs/gst/riff/riff-read.h:
32648         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32649         (gst_avi_demux_add_stream):
32650         Set codec_data on caps for avidemuxer.
32651
32652 2004-07-12  David Schleef  <ds@schleef.org>
32653
32654         * configure.ac: Fix test for Objective C
32655
32656 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
32657         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
32658         (gst_gdk_pixbuf_chain):
32659           Add svg and pcx to template caps, and ensure that getcaps returns a
32660           subset of the template caps.
32661           Copy each row manually for output, as gdkpixbuf may pad the
32662           rowstride to a 32-bit word boundary.
32663
32664 2004-07-12  Wim Taymans  <wim@fluendo.com>
32665
32666         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
32667         (gst_riff_create_video_template_caps):
32668         Fix the template caps to include some more media types.
32669
32670 2004-07-12  Wim Taymans  <wim@fluendo.com>
32671
32672         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32673         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32674         (compare_ranks), (print_feature), (gst_decode_bin_init),
32675         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32676         (try_to_link_1), (new_pad), (close_link), (type_found),
32677         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32678         (gst_decode_bin_change_state), (plugin_init):
32679         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32680         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32681         (gst_play_base_bin_dispose), (queue_overrun),
32682         (gen_preroll_element), (remove_prerolls), (no_more_pads),
32683         (new_stream), (setup_source), (gst_play_base_bin_set_property),
32684         (gst_play_base_bin_get_property), (play_base_eos),
32685         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
32686         (gst_play_base_bin_remove_element),
32687         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32688         (gst_play_base_bin_unlink_stream),
32689         (gst_play_base_bin_get_streaminfo):
32690         * gst/playback/gstplaybasebin.h:
32691         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32692         (gst_play_bin_class_init), (gst_play_bin_init),
32693         (gst_play_bin_dispose), (gst_play_bin_set_property),
32694         (gst_play_bin_get_property), (gen_video_element),
32695         (gen_audio_element), (remove_sinks), (setup_sinks),
32696         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
32697         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32698         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32699         (gst_play_bin_query), (plugin_init):
32700         * gst/playback/test4.c: (main):
32701         More fixes on reusing of the element.
32702
32703 2004-07-11  Benjamin Otte  <otte@gnome.org>
32704
32705         * ext/mad/gstmad.c: (normal_seek):
32706           allow seeking for other methods than just SET
32707
32708 2004-07-11  Andy Wingo  <wingo@pobox.com>
32709
32710         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
32711         float, "any" caps -> buffer_frames=[0,MAX].
32712
32713         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
32714         doesn't intersect our caps with the template any more. Do it
32715         ourselves.
32716         (interleave_buffered_loop): Use g_newa instead of malloc/free.
32717
32718 2004-07-09  Wim Taymans  <wim@fluendo.com>
32719
32720         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32721         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32722         (compare_ranks), (print_feature), (gst_decode_bin_init),
32723         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32724         (try_to_link_1), (new_pad), (close_link), (type_found),
32725         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32726         (gst_decode_bin_change_state), (plugin_init):
32727         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32728         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32729         (gst_play_base_bin_dispose), (queue_overrun),
32730         (gen_preroll_element), (remove_prerolls), (no_more_pads),
32731         (new_stream), (setup_source), (gst_play_base_bin_set_property),
32732         (gst_play_base_bin_get_property), (play_base_eos),
32733         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
32734         (gst_play_base_bin_remove_element),
32735         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32736         (gst_play_base_bin_unlink_stream),
32737         (gst_play_base_bin_get_streaminfo):
32738         * gst/playback/gstplaybasebin.h:
32739         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32740         (gst_play_bin_class_init), (gst_play_bin_init),
32741         (gst_play_bin_dispose), (gst_play_bin_set_property),
32742         (gst_play_bin_get_property), (gen_video_element),
32743         (gen_audio_element), (remove_sinks), (setup_sinks),
32744         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
32745         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32746         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32747         (gst_play_bin_query), (plugin_init):
32748         * gst/playback/test4.c: (main):
32749         Work on object reuse and seeking.
32750
32751 2004-07-09  Wim Taymans  <wim@fluendo.com>
32752
32753         * examples/seeking/seek.c: (iterate):
32754         Don't consume all CPU in the idle loop.
32755
32756 2004-07-09  Wim Taymans  <wim@fluendo.com>
32757
32758         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
32759         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
32760         Add pad to element *after* setting the pad functions so that
32761         the scheduler can use the correct ones.
32762
32763 2004-07-09  Wim Taymans  <wim@fluendo.com>
32764
32765         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
32766         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
32767         Sync to keyframe after seek
32768
32769 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32770
32771         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
32772         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
32773         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
32774         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
32775         * ext/libvisual/visual.c: (gst_visual_change_state):
32776         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
32777         * ext/theora/theoradec.c: (theora_dec_change_state):
32778         * ext/theora/theoraenc.c: (theora_enc_change_state):
32779         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
32780         * gst-libs/gst/navigation/navigation.c:
32781         * gst/adder/gstadder.c: (gst_adder_change_state):
32782         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
32783         (gst_audio_convert_get_buffer):
32784         * gst/multipart/multipartdemux.c:
32785         (gst_multipart_demux_change_state):
32786         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
32787         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
32788         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
32789         * gst/videoscale/gstvideoscale.c:
32790         (gst_videoscale_handle_src_event):
32791         * gst/volume/gstvolume.c: (volume_chain_int16):
32792           don't assert in state change, this should be done by the base
32793           GstElement class.
32794           various debugging fixes.
32795
32796 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32797
32798         * configure.ac:
32799         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32800         (gst_play_dispose), (gst_play_set_location),
32801         (gst_play_set_data_src), (gst_play_set_video_sink),
32802         (gst_play_set_audio_sink), (gst_play_set_visualization),
32803         (gst_play_connect_visualization), (gst_play_get_sink_element),
32804         (gst_play_get_all_by_interface):
32805         * gst-libs/gst/play/play.h:
32806           add new method to get elements implementing an interface.
32807           add various error logging
32808
32809 2004-07-08  Wim Taymans  <wim@fluendo.com>
32810
32811         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
32812         (make_mpeg_pipeline), (make_mpegnt_pipeline),
32813         (make_playerbin_pipeline), (query_durations_elems),
32814         (query_durations_pads), (query_positions_elems),
32815         (query_positions_pads), (update_scale), (iterate), (stop_seek),
32816         (main):
32817         Added playbin seeking example.
32818
32819 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32820
32821         * gst-libs/gst/play/play.c: (gst_play_set_location),
32822         (gst_play_set_data_src), (gst_play_set_video_sink),
32823         (gst_play_set_audio_sink), (gst_play_set_visualization),
32824         (gst_play_connect_visualization), (gst_play_get_framerate):
32825           use a macro to look up elements from hash table
32826
32827 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32828
32829         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32830         (gst_play_get_length_callback), (gst_play_set_location),
32831         (gst_play_seek_to_time), (gst_play_set_data_src),
32832         (gst_play_set_video_sink), (gst_play_set_audio_sink),
32833         (gst_play_set_visualization), (gst_play_connect_visualization),
32834         (gst_play_get_sink_element):
32835         - add debugging info
32836         - fix looking up sink elements by iterating over complete caps
32837         - put everything except for source and autoplugger in a complete bin
32838
32839 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32840
32841         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
32842         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
32843         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
32844         (gst_alsa_sink_write), (gst_alsa_sink_loop):
32845         * ext/alsa/gstalsasink.h:
32846         - add debugging info
32847         - clean up schizophrenia of data/buffer/event
32848         - fix double event unref error
32849
32850 2004-07-08  Wim Taymans  <wim@fluendo.com>
32851
32852         * gst/playback/Makefile.am:
32853         Add headers to noinst
32854
32855 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32856
32857         * tools/gst-launch-ext-m.m:
32858         * tools/gst-launch-ext.1.in:
32859           convert to the third millenium
32860
32861 2004-07-07  David Schleef  <ds@schleef.org>
32862
32863         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
32864
32865 2004-07-07  Wim Taymans  <wim@fluendo.com>
32866
32867         * gst/playback/Makefile.am:
32868         * gst/playback/README:
32869         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32870         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32871         (compare_ranks), (print_feature), (gst_decode_bin_init),
32872         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32873         (try_to_link_1), (new_pad), (close_link), (type_found),
32874         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32875         (plugin_init):
32876         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32877         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32878         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
32879         (gen_preroll_element), (no_more_pads), (new_stream),
32880         (setup_source), (gst_play_base_bin_set_property),
32881         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
32882         (gst_play_base_bin_add_element),
32883         (gst_play_base_bin_remove_element),
32884         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32885         (gst_play_base_bin_unlink_stream),
32886         (gst_play_base_bin_get_streaminfo):
32887         * gst/playback/gstplaybasebin.h:
32888         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32889         (gst_play_bin_class_init), (gst_play_bin_init),
32890         (gst_play_bin_dispose), (gst_play_bin_set_property),
32891         (gst_play_bin_get_property), (gen_video_element),
32892         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
32893         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
32894         (gst_play_bin_get_formats), (gst_play_bin_convert),
32895         (gst_play_bin_get_query_types), (gst_play_bin_query),
32896         (plugin_init):
32897         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
32898         (gst_stream_info_get_type), (gst_stream_info_class_init),
32899         (gst_stream_info_init), (gst_stream_info_new),
32900         (gst_stream_info_dispose), (gst_stream_info_set_property),
32901         (gst_stream_info_get_property):
32902         * gst/playback/gststreaminfo.h:
32903         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
32904         (main):
32905         * gst/playback/test2.c: (main):
32906         * gst/playback/test3.c: (update_scale), (main):
32907         More playbin fixes. Added README. Do better element filtering.
32908         Added base class to preroll media. Added test apps.
32909
32910 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32911
32912         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
32913         * ext/mpeg2dec/gstmpeg2dec.h:
32914           various debugging improvements.  Reset stream to next picture
32915           instead of sequence header, otherwise seeks cannot work.
32916
32917 2004-07-07  Wim Taymans  <wim@fluendo.com>
32918
32919         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
32920         (gst_video_box_class_init), (gst_video_box_set_property),
32921         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
32922         Use pad_alloc where possible.
32923
32924 2004-07-07  Wim Taymans  <wim@fluendo.com>
32925
32926         * sys/oss/gstosselement.c: (gst_osselement_reset),
32927         (gst_osselement_parse_caps):
32928         * sys/oss/gstosselement.h:
32929         * sys/oss/gstosssrc.c: (gst_osssrc_get):
32930         Fix offset on osssrc.
32931
32932 2004-07-07  Wim Taymans  <wim@fluendo.com>
32933
32934         * ext/theora/theora.c: (plugin_init):
32935         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
32936         (theora_dec_src_query), (theora_dec_chain):
32937         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
32938         (theora_enc_sink_link), (theora_buffer_from_packet),
32939         (theora_push_packet), (theora_enc_chain):
32940         Fix theora granulepos calculation.
32941         Fix overflow in duration/position calculation.
32942         Bump rank to PRIMARY for theoradec.
32943         Use granulepos of last packet to calculate position.
32944         Set keyframe flag on buffers when needed.
32945
32946 2004-07-06  David Schleef  <ds@schleef.org>
32947
32948         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
32949         serious?  (Fixed, obviously.)
32950
32951 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
32952
32953         * po/LINGUAS:
32954         * po/cs.po:
32955           added Czech translation (Miloslav Trmac)
32956
32957 2004-07-05  Wim Taymans  <wim@fluendo.com>
32958
32959         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32960         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32961         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
32962         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32963         (close_link), (type_found), (gst_decode_bin_set_property),
32964         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
32965         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
32966         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
32967         (gst_decode_bin_query), (plugin_init):
32968         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32969         (gst_play_bin_class_init), (gst_play_bin_init),
32970         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
32971         (get_video_element), (new_pad), (setup_source),
32972         (gst_play_bin_set_property), (gst_play_bin_get_property),
32973         (gst_play_bin_change_state), (gst_play_bin_add_element),
32974         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
32975         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32976         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32977         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
32978         * gst/playback/test.c: (main):
32979         More fixes, cleaned up playbin, make it use decodebin. Added
32980         threaded property to playbin.
32981
32982 2004-07-05  Wim Taymans  <wim@fluendo.com>
32983
32984         * configure.ac:
32985         * gst/playback/Makefile.am:
32986         * gst/playback/decodetest.c: (main):
32987         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32988         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32989         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
32990         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32991         (close_link), (type_found), (gst_decode_bin_set_property),
32992         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
32993         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
32994         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
32995         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
32996         (plugin_init):
32997         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32998         (gst_play_bin_class_init), (gst_play_bin_init),
32999         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
33000         (collect_sink_pads), (find_compatibles), (close_pad_link),
33001         (try_to_link_1), (new_pad), (close_link), (type_found),
33002         (setup_source), (gst_play_bin_set_property),
33003         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
33004         (compare_ranks), (gst_play_bin_collect_factories),
33005         (gst_play_bin_change_state), (gst_play_bin_add_element),
33006         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33007         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33008         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33009         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33010         * gst/playback/test.c: (main):
33011         Added some playback helper elements and some test apps, very alpha
33012         still.
33013
33014 2004-07-04  Benjamin Otte  <otte@gnome.org>
33015
33016         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33017           only restart audio when we indeed have an xrun to fix repeated
33018           xruns. Fix suggested by Giuliano Pochini.
33019
33020 2004-07-03  David Schleef  <ds@schleef.org>
33021
33022         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
33023         call to gst_debug_log() if debugging is disabled (bug #145118)
33024
33025 2004-07-03  Benjamin Otte  <otte@gnome.org>
33026
33027         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33028           use our own functions for restarting the alsa device.
33029         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33030           I should apply patches myself - use MIN for the third argument, not
33031           the second, this fixes seeking
33032
33033 2004-07-02  David Schleef  <ds@schleef.org>
33034
33035         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
33036         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
33037         do with the logic.
33038
33039 2004-07-02  David Schleef  <ds@schleef.org>
33040
33041         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
33042         output buffers.  Fix logic mistake.  (bug #144866)
33043
33044 2004-07-02  David Schleef  <ds@schleef.org>
33045
33046         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
33047         on X.  (bug #144753)
33048
33049 2004-07-02  David Schleef  <ds@schleef.org>
33050
33051         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
33052         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
33053         (bug #144624)
33054         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
33055         (gst_osselement_rate_probe_check): Add another workaround for
33056         buggy drivers (bug #145336)
33057
33058 2004-07-02  David Schleef  <ds@schleef.org>
33059
33060         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
33061         Most systems don't have MSG_NOSIGNAL.
33062
33063 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33064
33065         * Makefile.am:
33066         * gst-libs/gst/colorbalance/Makefile.am:
33067         * gst-libs/gst/mixer/Makefile.am:
33068         * gst-libs/gst/play/Makefile.am:
33069         * gst-libs/gst/tuner/Makefile.am:
33070           (hopefully) fix both install and dist and make error message useful.
33071           needs testing across automakes.
33072
33073 2004-07-02  Benjamin Otte  <otte@gnome.org>
33074
33075         * ext/ogg/gstogg.c: (plugin_init):
33076           we require bytestream now
33077         * ext/ogg/gstoggdemux.c:
33078           huge diff to implement chain setup in a fast and generic way. This
33079           improves tag reading and startup of huge files (read: Theora videos)
33080           quite a bit. It probably contains bugs, too, so please test.
33081           Seeking is not improved to the fast method.
33082
33083 2004-06-29  Wim Taymans  <wim@fluendo.com>
33084
33085         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33086         * ext/ogg/gstoggmux.c:
33087         Fix memleak in oggdemux when running unconnected pads.
33088         doc update in mux, start working on keyframe mode.
33089
33090 2004-06-29  Benjamin Otte  <otte@gnome.org>
33091
33092         * sys/oss/gstosssink.c:
33093         * sys/oss/gstosssrc.c:
33094           advertise correct template caps - we indeed do non-native endianness
33095           and 8bit audio has no endianness
33096         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
33097         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
33098           avoid (wrong) duplications in getcaps function and return
33099           template caps
33100
33101 2004-06-29  Wim Taymans  <wim@fluendo.com>
33102
33103         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33104         (gst_multifdsink_class_init), (gst_multifdsink_add),
33105         (gst_multifdsink_remove), (gst_multifdsink_clear),
33106         (gst_multifdsink_client_remove),
33107         (gst_multifdsink_handle_client_read),
33108         (gst_multifdsink_client_queue_data),
33109         (gst_multifdsink_client_queue_caps),
33110         (gst_multifdsink_client_queue_buffer),
33111         (gst_multifdsink_handle_client_write),
33112         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33113         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33114         (gst_multifdsink_init_send), (gst_multifdsink_close):
33115         Fix wrong GList iteration that could crash the server when
33116         more then 2 clients disconnect at the same time. Read all the
33117         pending commands in one batch to recover from command storms under
33118         very heavy load.
33119
33120 2004-06-28  Wim Taymans  <wim@fluendo.com>
33121
33122         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33123         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
33124         (gst_videomixer_pad_set_property),
33125         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
33126         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33127         (gst_videomixer_class_init), (gst_videomixer_init),
33128         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
33129         (pad_zorder_compare), (gst_videomixer_sort_pads),
33130         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
33131         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
33132         (gst_videomixer_update_queues), (gst_videomixer_loop),
33133         (plugin_init):
33134         Avoid divide by zero, choose masterpad as the pad with the highest
33135         framerate.
33136
33137 2004-06-27  Julien Moutte  <julien@moutte.net>
33138
33139         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33140         (gst_ximagesink_xwindow_new):
33141         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33142         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
33143         function directly. We might want to call it from somewhere else one day.
33144
33145 2004-06-27  Julien Moutte  <julien@moutte.net>
33146
33147         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33148         (gst_ximagesink_xwindow_new):
33149         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33150         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
33151         window decorations.
33152
33153 2004-06-27  Wim Taymans  <wim@fluendo.com>
33154
33155         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
33156         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33157         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
33158         (gst_dvdec_set_property), (gst_dvdec_get_property):
33159         * ext/dv/gstdvdec.h:
33160         Implement drop_factor property to lower the framerate with
33161         a factor.
33162
33163 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
33164
33165         * gst-libs/gst/colorbalance/Makefile.am:
33166         * gst-libs/gst/mixer/Makefile.am:
33167         * gst-libs/gst/play/Makefile.am:
33168         * gst-libs/gst/tuner/Makefile.am:
33169           unbreak Company's fix that didn't install the -enum.h files
33170
33171 2004-06-27  Wim Taymans  <wim@fluendo.com>
33172
33173         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
33174         (gst_dvdec_change_state):
33175         * ext/dv/gstdvdec.h:
33176         Fix timestamp, duration and offset of the buffers.
33177
33178 2004-06-27  Wim Taymans  <wim@fluendo.com>
33179
33180         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33181         (gst_multifdsink_class_init), (gst_multifdsink_add),
33182         (gst_multifdsink_remove), (gst_multifdsink_clear),
33183         (gst_multifdsink_client_remove),
33184         (gst_multifdsink_handle_client_read),
33185         (gst_multifdsink_client_queue_data),
33186         (gst_multifdsink_client_queue_caps),
33187         (gst_multifdsink_client_queue_buffer),
33188         (gst_multifdsink_handle_client_write),
33189         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33190         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33191         (gst_multifdsink_init_send), (gst_multifdsink_close):
33192         * gst/tcp/gstmultifdsink.h:
33193         * gst/tcp/gsttcpserversink.c:
33194         (gst_tcpserversink_handle_server_read),
33195         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
33196         More multifdsink fixes, more recovery policy fixes.
33197         Removed stupid g_print
33198
33199 2004-06-26  Wim Taymans  <wim@fluendo.com>
33200
33201         * gst/tcp/Makefile.am:
33202         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33203         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
33204         (gst_multifdsink_class_init), (gst_multifdsink_init),
33205         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
33206         (gst_multifdsink_handle_client_read),
33207         (gst_multifdsink_client_queue_data),
33208         (gst_multifdsink_client_queue_caps),
33209         (gst_multifdsink_client_queue_buffer),
33210         (gst_multifdsink_handle_client_write),
33211         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33212         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33213         (gst_multifdsink_chain), (gst_multifdsink_set_property),
33214         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
33215         (gst_multifdsink_close), (gst_multifdsink_change_state):
33216         * gst/tcp/gstmultifdsink.h:
33217         * gst/tcp/gsttcpplugin.c: (plugin_init):
33218         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
33219         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
33220         (gst_tcpserversink_handle_server_read),
33221         (gst_tcpserversink_handle_select),
33222         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
33223         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33224         * gst/tcp/gsttcpserversink.h:
33225         Added multifdsink, made tcpserversink a subclass of fdsink, removed
33226         one of the locks, added recovery policy to multifdsink.
33227
33228 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33229
33230         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33231           fix decision for when getting frames with same timestamp
33232         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33233         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33234         (gst_v4lsrc_get_property):
33235         * sys/v4l/gstv4lsrc.h:
33236           add latency offset property
33237
33238 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33239
33240         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
33241         (plugin_init):
33242           fix debugging. add category.
33243
33244 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33245
33246         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33247           fix wrong offsets
33248
33249 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33250
33251         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33252         (gst_alsa_src_get_time), (gst_alsa_src_loop),
33253         (gst_alsa_src_change_state):
33254           return a time that is in sync with the element's processing
33255
33256 2004-06-25  Wim Taymans  <wim@fluendo.com>
33257
33258         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33259         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33260         (gst_tcpserversink_client_remove),
33261         (gst_tcpserversink_handle_client_read),
33262         (gst_tcpserversink_client_queue_data),
33263         (gst_tcpserversink_client_queue_caps),
33264         (gst_tcpserversink_client_queue_buffer),
33265         (gst_tcpserversink_handle_client_write),
33266         (gst_tcpserversink_queue_buffer),
33267         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
33268         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
33269         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
33270         (gst_tcpserversink_close):
33271         * gst/tcp/gsttcpserversink.h:
33272         Serversink rewrite. Really do non blocking writes to clients and
33273         maintain an internal queue to handle slower clients while not
33274         disturbing fast clients.
33275
33276 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33277
33278         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33279           better debug, don't override OFFSET and OFFSET_END
33280
33281 2004-06-25  Iain <iain@prettypeople.org>
33282
33283         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
33284         name=source for the wavparse pipeline.
33285
33286 2004-06-24  Johan Dahlin  <johan@gnome.org>
33287
33288         * ext/theora/theoraenc.c (theora_enc_chain): Call
33289         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
33290         streamheader caps are set correctly.
33291
33292 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33293
33294         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33295         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
33296           respect minimum bitrate; same could be done for max bitrate
33297
33298 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33299
33300         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33301         (gst_vorbisenc_setup):
33302           fix sample rate range
33303
33304 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33305
33306         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
33307         (gst_oggvorbisenc_setup):
33308         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
33309         (gst_vorbisenc_setup):
33310           resolve ambiguities in code and description
33311
33312 2004-06-24  Wim Taymans  <wim@fluendo.com>
33313
33314         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
33315         * ext/alsa/gstalsa.h:
33316         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33317         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
33318         Use alsa trigger_tstamp to get the timestamp of the first
33319         sample in the buffer for more precise sync. Some cleanups.
33320
33321 2004-06-24  Wim Taymans  <wim@fluendo.com>
33322
33323         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
33324         (gst_audiorate_init), (gst_audiorate_chain),
33325         (gst_audiorate_set_property), (gst_audiorate_get_property):
33326         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33327         (gst_videorate_chain):
33328         Added some logging, fixed an overflow bug in videorate.
33329
33330 2004-06-24  Benjamin Otte  <otte@gnome.org>
33331
33332         * ext/kio/Makefile.am:
33333           fix for builddir != srcdir and distcheck
33334
33335 2004-06-24  Benjamin Otte  <otte@gnome.org>
33336
33337         * gst-libs/gst/colorbalance/Makefile.am:
33338         * gst-libs/gst/mixer/Makefile.am:
33339         * gst-libs/gst/play/Makefile.am:
33340         * gst-libs/gst/tuner/Makefile.am:
33341         * gst/tcp/Makefile.am:
33342         * sys/dxr3/Makefile.am:
33343           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
33344           tarball.
33345           Also add all *.list files that were missing.
33346         * Makefile.am:
33347           add a distcheck hook to ensure the above doesn't happen again.
33348
33349 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
33350
33351         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
33352
33353 2004-06-23  Colin Walters  <walters@redhat.com>
33354
33355         * m4/Makefile.am: Distribute gst-fionread.m4.
33356
33357 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33358
33359         * configure.ac: back to dev
33360
33361 2004-06-23  Wim Taymans  <wim@fluendo.com>
33362
33363         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
33364         (gst_alsa_xrun_recovery):
33365         * ext/alsa/gstalsa.h:
33366         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33367         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
33368         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33369         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
33370         (gst_alsa_src_loop):
33371         Add clock to alsasrc. Take new capture timestamp when
33372         restarting after an overrun. Split up some functions between
33373         alsasrc and alsasink.
33374
33375 === release 0.8.2 ===
33376
33377 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33378
33379         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33380         (gst_alsa_change_state), (gst_alsa_update_avail),
33381         (gst_alsa_xrun_recovery):
33382         * ext/alsa/gstalsa.h:
33383         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33384           merge back changes from release
33385
33386 2004-06-23  Wim Taymans  <wim@fluendo.com>
33387
33388         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
33389         (gst_audiorate_init), (gst_audiorate_chain),
33390         (gst_audiorate_set_property), (gst_audiorate_get_property):
33391         Implement sample dropping and notify
33392
33393 2004-06-22  Wim Taymans  <wim@fluendo.com>
33394
33395         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33396         (theora_enc_sink_link), (theora_buffer_from_packet),
33397         (theora_push_packet), (theora_enc_chain):
33398         Some cleanups, make sure the timestamps are correct.
33399
33400 2004-06-22  Wim Taymans  <wim@fluendo.com>
33401
33402         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
33403         (gst_alsa_change_state), (gst_alsa_update_avail),
33404         (gst_alsa_xrun_recovery):
33405         * ext/alsa/gstalsa.h:
33406         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33407         Cleanups, take queued samples into account when reporting
33408         the time.
33409
33410 2004-06-22  Wim Taymans  <wim@fluendo.com>
33411
33412         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33413         (gst_videorate_init):
33414         Initialize the property as well.
33415
33416 2004-06-22  Wim Taymans  <wim@fluendo.com>
33417
33418         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33419         (gst_videorate_init), (gst_videorate_chain),
33420         (gst_videorate_set_property), (gst_videorate_get_property):
33421         Add property to make videorate silent.
33422         Add property to prefer new frames over old ones.
33423
33424 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33425
33426         * sys/osxvideo/Makefile.am:
33427         Workaround so that the osxvideo .so file gets linked with the
33428         Cocoa, OpenGL and QuickTime frameworks
33429
33430 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33431
33432         * sys/osxaudio/Makefile.am:
33433         Workaround so that the osxaudio .so file gets linked with the
33434         CoreAudio framework
33435
33436 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33437
33438         * configure.ac:
33439         Whoops, my fault...fixed build issues
33440
33441 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33442
33443         * configure.ac:
33444         Add objective-c support if running in Darwin/Mac OS X
33445         * sys/Makefile.am:
33446         * sys/osxvideo:
33447         * sys/osxvideo/Makefile.am:
33448         * sys/osxvideo/osxvideosink.h:
33449         * sys/osxvideo/osxvideosink.m:
33450         * sys/osxvideo/cocoawindow.h:
33451         * sys/osxvideo/cocoawindow.m:
33452         Add osxvideosink, a cocoa-based osx video sink
33453
33454
33455 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
33456         * ext/dvdnav/gst-dvd:
33457         Grab the gconf key from the right spot
33458         * gst/debug/gstnavseek.c: (gst_navseek_init),
33459         (gst_navseek_segseek), (gst_navseek_handle_src_event),
33460         (gst_navseek_chain):
33461         * gst/debug/gstnavseek.h:
33462           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
33463           and loop parameters of a segment seek.
33464         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
33465         (gst_videotestsrc_get_event_masks),
33466         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
33467         * gst/videotestsrc/gstvideotestsrc.h:
33468           Add seeking support to videotestsrc
33469           Initialise the timestamp_offset variable.
33470
33471 2004-06-18  Wim Taymans  <wim@fluendo.com>
33472
33473         * ext/sidplay/gstsiddec.cc:
33474         Fix negotiation and set correct end offset.
33475
33476 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33477
33478         * configure.ac: branch and prerelease
33479
33480 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33481
33482         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
33483         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
33484         (gst_tcpclientsrc_init_receive):
33485         * gst/tcp/gsttcpclientsrc.h:
33486           read caps when connecting to server for GDP so we set them correctly
33487
33488 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33489
33490         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33491           notify drops and duplicates
33492         * gst/videoscale/videoscale.c: (videoscale_get_structure):
33493           no good reason to limit ourselves to 100x100
33494
33495 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33496
33497         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33498         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
33499         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33500         (gst_v4lsrc_get_property):
33501         * sys/v4l/gstv4lsrc.h:
33502         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33503         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33504         (gst_v4l_set_audio):
33505         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
33506         (gst_v4lsrc_try_capture):
33507         * sys/v4l/v4lsrc_calls.h:
33508           change try_palette to more general try_capture
33509           add autoprobe option so we can turn off autoprobing
33510           various fixes
33511
33512 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33513
33514         * configure.ac:
33515           add videorate
33516         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
33517         (gst_ximagesink_class_init):
33518         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
33519         (gst_xvimagesink_class_init):
33520           run them as finalize, not dispose, since dispose can be invoked
33521           multiple times
33522
33523 2004-06-17  Wim Taymans  <wim@fluendo.com>
33524
33525         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33526         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
33527         * ext/alsa/gstalsa.h:
33528         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
33529         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
33530         (gst_alsa_src_change_state):
33531         * ext/alsa/gstalsasrc.h:
33532         Make the xrun code timestamp and offset the buffers correctly.
33533         moved the clock to the base class, use alsa methods to get time.
33534         Do correct timestamping on outgoing buffers.
33535
33536 2004-06-17  Wim Taymans  <wim@fluendo.com>
33537
33538         * gst/audiorate/Makefile.am:
33539         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
33540         (gst_audiorate_base_init), (gst_audiorate_class_init),
33541         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
33542         (gst_audiorate_set_property), (gst_audiorate_get_property),
33543         (gst_audiorate_change_state), (plugin_init):
33544         Added an audiorate converter that fills in gaps.
33545
33546 2004-06-17  Johan Dahlin  <johan@gnome.org>
33547
33548         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
33549
33550 2004-06-16  Wim Taymans  <wim@fluendo.com>
33551
33552         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
33553         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33554         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33555         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33556         (gst_v4lsrc_get_property):
33557         * sys/v4l/gstv4lsrc.h:
33558         Added a copy mode to v4lsrc where it will output a copied version
33559         of its internal hardware buffer.
33560         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
33561         can't | them.
33562
33563 2004-06-16  Wim Taymans  <wim@fluendo.com>
33564
33565         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33566         Timestamp fixes.
33567
33568 2004-06-16  Wim Taymans  <wim@fluendo.com>
33569
33570         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33571         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33572         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33573         (gst_v4lsrc_get_property):
33574         * sys/v4l/gstv4lsrc.h:
33575         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
33576         Added a sync mode enum property to control v4lsrc timestamp method
33577         Removed the use-fixed-fps property and moved functionality in
33578         the enum.
33579         Don't error on an error value from v4l-conf, it might not always
33580         be a real error.
33581
33582 2004-06-16  Wim Taymans  <wim@fluendo.com>
33583
33584         * gst/videorate/Makefile.am:
33585         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
33586         (gst_videorate_base_init), (gst_videorate_class_init),
33587         (gst_videorate_getcaps), (gst_videorate_link),
33588         (gst_videorate_init), (gst_videorate_chain),
33589         (gst_videorate_set_property), (gst_videorate_get_property),
33590         (gst_videorate_change_state), (plugin_init):
33591         Added a video timestamp corrector.
33592
33593 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33594
33595         fixed a potential leak with previous commit
33596
33597         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33598
33599 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33600
33601         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33602         Added missing refcount, fixes bug #144425
33603         Cheers Tim for finding the bug
33604
33605 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
33606
33607         * sys/v4l/gstv4l.c: (plugin_init):
33608         * sys/v4l/gstv4lcolorbalance.c:
33609         * sys/v4l/gstv4lcolorbalance.h:
33610         * sys/v4l/gstv4lelement.c:
33611         * sys/v4l/gstv4lelement.h:
33612         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
33613         * sys/v4l/gstv4lmjpegsink.h:
33614         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
33615         * sys/v4l/gstv4lmjpegsrc.h:
33616         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33617         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33618         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
33619         * sys/v4l/gstv4lsrc.h:
33620         * sys/v4l/gstv4ltuner.c:
33621         * sys/v4l/gstv4ltuner.h:
33622         * sys/v4l/gstv4lxoverlay.c:
33623         * sys/v4l/gstv4lxoverlay.h:
33624         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
33625         (gst_v4l_set_window), (gst_v4l_enable_overlay):
33626         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33627         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33628         (gst_v4l_set_audio):
33629         * sys/v4l/v4l_calls.h:
33630         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
33631         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
33632         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
33633         (gst_v4lmjpegsink_playback_init),
33634         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
33635         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
33636         (gst_v4lmjpegsink_playback_stop),
33637         (gst_v4lmjpegsink_playback_deinit):
33638         * sys/v4l/v4lmjpegsink_calls.h:
33639         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
33640         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
33641         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
33642         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
33643         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
33644         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
33645         * sys/v4l/v4lmjpegsrc_calls.h:
33646         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
33647         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
33648         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
33649         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
33650         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
33651         (gst_v4lsrc_try_palette):
33652         * sys/v4l/v4lsrc_calls.h:
33653           bunch of paranoia cleanups
33654
33655 2004-06-14  David Schleef  <ds@schleef.org>
33656
33657         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
33658         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
33659         Send discont events and change timestamps appropriately when
33660         we get a seek event.  (bug #144240)
33661         * ext/cdparanoia/gstcdparanoia.h:
33662
33663 2004-06-14  Benjamin Otte  <otte@gnome.org>
33664
33665         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
33666           snd_pcm_hw_params_set_rate  since the latter fails for no good
33667           reason on some setups.
33668
33669 2004-06-14  David Schleef  <ds@schleef.org>
33670
33671         * gst/volume/demo.c: (value_changed_callback): exp10() is not
33672         standard.  Thank you for playing.
33673
33674 2004-06-14  Wim Taymans  <wim@fluendo.com>
33675
33676         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
33677         Patch 1.3 broke the ordering of the colorspace info and
33678         made the plugin basically work by coincidence, reordered
33679         the info.
33680
33681 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33682
33683         * ext/lame/gstlame.c:
33684         * ext/mad/gstmad.c:
33685           sync caps.  Make sure mad can only output a list of rates, not
33686           a full range.  In the future, have three caps lists for each of the
33687           mpeg versions.  Change mpegversion to a double as well.
33688
33689 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33690
33691         * gst/volume/.cvsignore:
33692         * gst/volume/Makefile.am:
33693         * gst/volume/demo.c: (value_changed_callback), (idler),
33694         (setup_gui), (main):
33695           added small demo app
33696
33697 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
33698         * ext/esd/esdsink.c: (gst_esdsink_change_state):
33699         * ext/esd/esdsink.h:
33700         Close the esd connection on pause, because esd will just wait -
33701         blocking all other esd clients indefinitely.
33702
33703 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
33704
33705         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
33706           previous commit with GST_DEBUG
33707
33708 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33709
33710         * configure.ac:
33711           add a header check for a dvdread header in dvdnav.  Fixes #133002
33712
33713 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33714
33715         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
33716         * gst/tcp/gsttcpclientsink.h:
33717         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
33718         * gst/tcp/gsttcpclientsrc.h:
33719         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
33720         (gst_tcpserversink_handle_server_read),
33721         (gst_tcpserversink_init_send):
33722         * gst/tcp/gsttcpserversink.h:
33723         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
33724         * gst/tcp/gsttcpserversrc.h:
33725         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
33726         version of IP)
33727
33728 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33729
33730         * configure.ac:
33731         Added ogg library so that OSX detects libtheora properly
33732
33733 2004-06-11  Wim Taymans  <wim@fluendo.com>
33734
33735         * ext/theora/theoradec.c: (theora_dec_chain),
33736         (theora_dec_change_state):
33737         Don't try to decode frames before we received a keyframe.
33738
33739 2004-06-11  Wim Taymans  <wim@fluendo.com>
33740
33741         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
33742         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
33743         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33744         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
33745         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
33746         Added property to set the maximum delay of a page.
33747
33748 2004-06-10  Wim Taymans  <wim@fluendo.com>
33749
33750         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
33751         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
33752         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33753         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
33754         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
33755         Added max-delay property to control the maximum amount
33756         of data to put in one page.
33757
33758 2004-06-10  Wim Taymans  <wim@fluendo.com>
33759
33760         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33761         (gst_theora_enc_init), (theora_enc_sink_link),
33762         (theora_buffer_from_packet), (theora_enc_set_property),
33763         (theora_enc_get_property):
33764         Set duration on encoded buffer, added some more properties
33765
33766 2004-06-10  Wim Taymans  <wim@fluendo.com>
33767
33768         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
33769         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33770         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
33771         * ext/theora/theoraenc.c: (theora_enc_chain):
33772         Fix refcounting bugs
33773
33774 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33775
33776         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
33777         (gst_asf_demux_loop), (gst_asf_demux_process_file),
33778         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
33779         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
33780         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
33781         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
33782         (gst_asf_demux_change_state):
33783         * gst/asfdemux/gstasfdemux.h:
33784           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
33785           feels like. I think we should set a new requirement for demuxers
33786           from now on to implement sane loop functions, data loops, query
33787           and seek functions before first commit into CVS. And this commit
33788           fixes all of the above.
33789
33790 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
33791
33792         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
33793           vorbis comments are properly encoded in UTF-8 before adding them
33794           to a GstTagList
33795
33796 2004-06-09  Benjamin Otte  <otte@gnome.org>
33797
33798         * ext/alsa/gstalsa.c: (add_channels):
33799           handle min <= max correctly
33800         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
33801         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
33802           add fixation functions so we fixate correctly. No preferring of alaw
33803           anymore because it's the first structure.
33804         * ext/alsa/gstalsa.h:
33805         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
33806         (gst_alsa_hw_params_dump):
33807           add functions to ease debugging in alsalib
33808         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
33809         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
33810         (gst_alsa_start_audio):
33811           only specify hw params if we really setup a format (fixes #134007 -
33812           or at least works around it)
33813
33814 2004-06-09  Wim Taymans  <wim@fluendo.com>
33815
33816         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
33817         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
33818         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
33819         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
33820         (gst_ogg_mux_loop):
33821         Use stream caps to setup the initial pages in the ogg stream.
33822         Correctly set the streamheader caps on the srcpad.
33823
33824 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
33825
33826         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33827         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33828         (gst_v4lsrc_getcaps):
33829         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33830         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
33831           add querying of fps lists for webcams.  Negotiating to a framerate
33832           now works.
33833
33834 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33835
33836         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
33837         (theora_push_buffer), (theora_push_packet),
33838         (theora_set_header_on_caps), (theora_enc_chain):
33839           mark buffers and put on streamheader, raw theora streaming
33840           now works too, whee
33841
33842 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33843
33844         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
33845         (gst_tcp_gdp_read_caps):
33846           do a looping read for caps and GDP headers too
33847
33848 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33849
33850         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33851         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
33852           return EOS instead of NULL in _get
33853
33854 2004-06-08  Wim Taymans  <wim@fluendo.com>
33855
33856         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
33857         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
33858         (gst_tcp_gdp_write_caps):
33859         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33860         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
33861         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
33862         Memory leak fixes
33863
33864 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33865
33866         * ext/vorbis/Makefile.am:
33867         * ext/vorbis/vorbis.c: (plugin_init):
33868         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
33869         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
33870         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
33871         (vorbis_parse_change_state):
33872         * ext/vorbis/vorbisparse.h:
33873           adding a vorbisparse element that marks the buffers, streaming
33874           raw vorbis using GDP now works, whee
33875
33876 2004-06-08  Wim Taymans  <wim@fluendo.com>
33877
33878         * ext/jpeg/Makefile.am:
33879         * ext/jpeg/README:
33880         * ext/jpeg/gstjpeg.c: (plugin_init):
33881         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
33882         (gst_smokedec_base_init), (gst_smokedec_class_init),
33883         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
33884         * ext/jpeg/gstsmokedec.h:
33885         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
33886         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
33887         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
33888         (gst_smokeenc_resync), (gst_smokeenc_chain),
33889         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
33890         * ext/jpeg/gstsmokeenc.h:
33891         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
33892         (smokecodec_flush_destination), (smokecodec_term_destination),
33893         (smokecodec_init_source), (smokecodec_fill_input_buffer),
33894         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
33895         (smokecodec_term_source), (smokecodec_encode_new),
33896         (smokecodec_decode_new), (smokecodec_info_free),
33897         (smokecodec_set_quality), (smokecodec_get_quality),
33898         (smokecodec_set_threshold), (smokecodec_get_threshold),
33899         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
33900         (find_best_size), (abs_diff), (put), (smokecodec_encode),
33901         (smokecodec_parse_header), (smokecodec_decode):
33902         * ext/jpeg/smokecodec.h:
33903         Added a new simple jpeg based codec
33904
33905 2004-06-08  Wim Taymans  <wim@fluendo.com>
33906
33907         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
33908         (gst_multipart_mux_loop):
33909         Fix memory leak
33910
33911 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33912
33913         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33914         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
33915         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
33916         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
33917         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33918         * gst/tcp/gsttcpserversink.h:
33919           take streamheader into account
33920
33921 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33922
33923         * gst/level/Makefile.am:
33924         * gst/level/gstlevel.c: (gst_level_class_init):
33925           clean up marshal generation
33926
33927 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33928
33929         * gst/tcp/Makefile.am:
33930         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
33931         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
33932         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
33933         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
33934         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
33935         (gst_tcpclientsrc_get_property):
33936         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33937         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33938         (gst_tcpserversink_handle_client_read),
33939         (gst_tcpserversink_handle_client_write),
33940         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
33941         * gst/tcp/gsttcpserversink.h:
33942           add signals client-added and client-removed
33943         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
33944         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
33945         (gst_tcpserversrc_get_property):
33946         uniformized, change default protocol to NONE
33947         * gst/tcp/gsttcp-marshal.list: added
33948 2004-06-07  Benjamin Otte  <otte@gnome.org>
33949
33950         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33951           handle discont events if they happen before caps nego
33952
33953 2004-06-07  Wim Taymans  <wim@fluendo.com>
33954
33955         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
33956         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
33957         (gst_multipart_demux_plugin_init):
33958         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
33959         (gst_multipart_mux_init), (gst_multipart_mux_loop),
33960         (gst_multipart_mux_change_state):
33961         Small updates, fix a memleak
33962
33963 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
33964
33965         * configure.ac: OSS portability
33966         * ext/arts/gst_arts.c: idem
33967         * sys/oss/gstosselement.c: idem
33968         * sys/oss/gstossmixer.c: idem
33969         * sys/oss/gstosssink.c: idem
33970         * sys/oss/gstosssrc.c: idem
33971         * sys/oss/oss_probe.c: idem
33972           - check for soundcard.h in different places for some BSD
33973
33974 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
33975
33976         * AUTHORS:
33977         Add me to the authors file
33978         * configure.ac:
33979         Increase the libdv requirement to >= version 0.100
33980         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
33981         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
33982         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
33983         * ext/dv/gstdvdec.h:
33984         Add support for the new_media flag when sending DISCONT events
33985         Make the querying work when video pad is not linked
33986
33987 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
33988
33989         reviewed by Benjamin Otte  <otte@gnome.org>
33990
33991         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
33992           create a NULL-initialized array of pads, so we don't think they
33993           exist already. (fixes #143130)
33994
33995 2004-06-07  Benjamin Otte  <otte@gnome.org>
33996
33997         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
33998         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
33999         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
34000           don't use // coments
34001
34002 2004-06-07  Benjamin Otte  <otte@gnome.org>
34003
34004         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
34005           cast to GstClockTime to get higher granularity
34006         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34007           use gst_element_set_time_delay to get the exact time
34008         * ext/mad/gstmad.c: (gst_mad_chain):
34009           use the negotiated rate instead of the current frame's rate which
34010           might be wrong because of bit errors. This avoids emitting totally
34011           bogus timestamps and screwing sync.
34012         (fixes #143454)
34013
34014 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34015
34016         reviewed by Benjamin Otte  <otte@gnome.org>
34017
34018         * gst/adder/gstadder.c: (gst_adder_loop):
34019           properly error out when no negotiation has happened yet. (fixes
34020           #143032)
34021
34022 2004-06-06  Benjamin Otte  <otte@gnome.org>
34023
34024         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
34025           forward correctly transformed offset in discont events. Based on
34026           patch by Arwed v. Merkatz. (fixes #142851)
34027
34028 2004-06-06  David Schleef  <ds@schleef.org>
34029
34030         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
34031         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
34032         problems on several systems.
34033
34034 2004-06-06  Benjamin Otte  <otte@gnome.org>
34035
34036         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
34037           use explicit caps on the srcpad
34038         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34039           properly error out if caps couldn't be set (fixes #142764)
34040
34041 2004-06-06  Benjamin Otte  <otte@gnome.org>
34042
34043         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34044         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34045         (gst_alsa_start_audio):
34046           - don't call set_periods_integer anymore, it breaks the
34047           configuration randomly
34048           - call snd_pcm_hw_params_set_access directly instead of using masks
34049           - don't fail if the sw_params can't be set, just use the default
34050           params and hope it works. Alsalib has weird issues when you touch
34051           sw_params and does no proper error reporting about what failed.
34052         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
34053         (gst_alsa_close_audio):
34054           make our alsa debugging go via gst debugging and not conditionally
34055           defined
34056         * ext/alsa/gstalsa.h:
34057           add ALSA_DEBUG_FLUSH macro
34058         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
34059         (plugin_init):
34060           wrap alsa errors to be printed via the gst debugging system and not
34061           spammed to stderr
34062
34063 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34064
34065         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
34066         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
34067         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
34068         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
34069         (qtdemux_parse_trak):
34070         * gst/qtdemux/qtdemux.h:
34071           Bitch. Also known as seeking, querying & co.
34072         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34073         (gst_osssink_change_state):
34074         * sys/oss/gstosssink.h:
34075           Resyncing is for weenies, this hack is no longer needed and was
34076           broken anyway (since it - unintendedly - always leaves resync to
34077           TRUE).
34078
34079 2004-06-05  Andrew Turner <zxombie@hotpop.com>
34080
34081         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
34082         * gst/tcp/gsttcpclientsrc.h: idem
34083           - define MSG_NOSIGNAL if not done
34084           - include unistd.h for off_t
34085           (fixes #143749)
34086
34087 2004-06-05  Benjamin Otte  <otte@gnome.org>
34088
34089         * configure.ac:
34090         * ext/kio/Makefile.am:
34091           check for qt's moc preprocessor explicitly and use it
34092
34093 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34094
34095         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
34096           don't get a signal for EPIPE on socket writes
34097           (somebody check if this works on other platforms)
34098
34099 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34100
34101         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34102         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34103           check error condition on available samples correctly
34104
34105 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34106
34107         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
34108           avoid a segfault
34109         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
34110         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
34111         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34112         (gst_tcpserversrc_gdp_read_header):
34113          use ssize_t over size_t since the former is signed and thus the
34114          check for error codes can work
34115
34116 2004-06-02  Wim Taymans  <wim@fluendo.com>
34117
34118         reviewed by: Johan
34119
34120         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34121         (gst_multipart_mux_loop):
34122         Oops
34123
34124 2004-06-02  Wim Taymans  <wim@fluendo.com>
34125
34126         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34127         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34128         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34129         (gst_multipart_mux_change_state):
34130         Added configurable boundary specifier, added the value as a
34131         caps field as well.
34132
34133 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34134
34135         * gst/tcp/gsttcp.c:
34136         * gst/tcp/gsttcpclientsrc.c:
34137         * gst/tcp/gsttcpclientsrc.h:
34138         * gst/tcp/gsttcpserversrc.c:
34139           - portability fix, to compile on OSX
34140             (fixes #143146)
34141
34142         * sys/osxaudio/gstosxaudioelement.c:
34143         * sys/osxaudio/gstosxaudiosink.c:
34144         * sys/osxaudio/gstosxaudiosrc.c:
34145           - compilation warnings on OSX
34146             (fixes #143153)
34147
34148 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34149
34150         * ext/vorbis/vorbisdec.c : sign warning fixes
34151
34152         * gst-libs/gst/mixer/mixertrack.c :
34153           do no use defines which are glib 2.4 specific
34154
34155 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
34156
34157         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
34158           buffer since libflac doesn't expect it (reports a sync error when
34159           it encounters that)
34160
34161
34162 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
34163
34164         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
34165         * gst-libs/gst/mixer/mixertrack.c:
34166         (gst_mixer_track_get_property), (get_mixer_track_init),
34167         (get_mixer_track_get_property): Added property accessors
34168         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
34169         * gst-libs/gst/mixer/mixeroptions.c:
34170         (gst_mixer_options_get_values): Added
34171         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
34172         * gst-libs/gst/mixer/mixer.c: Fixed comment
34173
34174
34175 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34176
34177         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34178           improve error messages on open
34179
34180
34181 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34182
34183         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34184           check if v4l-conf is in path
34185
34186 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34187
34188         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
34189           change assert to a more readable error message
34190
34191 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34192
34193         * gst-libs/gst/tuner/tunerchannel.h:
34194           - add a freq_multiplicator field to make the conversion
34195             between internal frequency unit and Hz
34196         * sys/v4l/gstv4lelement.c:
34197         * sys/v4l2/gstv4l2element.c:
34198           - change default video device to /dev/video0
34199         * sys/v4l/v4l_calls.c:
34200         * sys/v4l2/v4l2_calls.c:
34201           - we only expose frequency to the user in Hz instead of
34202             bastard v4lX unit (either 62.5kHz or 62.5Hz)
34203
34204 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
34205         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34206           Initialise b_o_s and e_o_s variables
34207         * gst-libs/gst/riff/riff-media.c:
34208         (gst_riff_create_video_caps_with_data):
34209           Add some unusual fourcc's from mplayer avi's
34210         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
34211           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
34212           autoplugging.
34213
34214 2004-05-28  Wim Taymans  <wim@fluendo.com>
34215
34216         * configure.ac:
34217         * gst/alpha/Makefile.am:
34218         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
34219         (gst_alpha_get_type), (gst_alpha_base_init),
34220         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
34221         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
34222         (gst_alpha_chroma_key), (gst_alpha_chain),
34223         (gst_alpha_change_state), (plugin_init):
34224         A plugin to add an alpha channel to I420 video. Can optionally do
34225         chroma keying.
34226         * gst/multipart/Makefile.am:
34227         * gst/multipart/multipart.c: (plugin_init):
34228         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34229         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
34230         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
34231         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34232         (gst_multipart_demux_change_state),
34233         (gst_multipart_demux_plugin_init):
34234         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
34235         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
34236         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
34237         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
34238         (gst_multipart_mux_pad_unlink),
34239         (gst_multipart_mux_request_new_pad),
34240         (gst_multipart_mux_handle_src_event),
34241         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
34242         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
34243         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34244         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
34245         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
34246         send multipart jpeg images to a browser.
34247         * gst/videobox/Makefile.am:
34248         * gst/videobox/README:
34249         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
34250         (gst_video_box_get_type), (gst_video_box_base_init),
34251         (gst_video_box_class_init), (gst_video_box_init),
34252         (gst_video_box_set_property), (gst_video_box_get_property),
34253         (gst_video_box_sink_link), (gst_video_box_i420),
34254         (gst_video_box_ayuv), (gst_video_box_chain),
34255         (gst_video_box_change_state), (plugin_init):
34256         Crops or adds borders around an image. can do alpha channel
34257         borders as well.
34258         * gst/videomixer/Makefile.am:
34259         * gst/videomixer/README:
34260         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
34261         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
34262         (gst_videomixer_pad_get_sink_event_masks),
34263         (gst_videomixer_pad_get_property),
34264         (gst_videomixer_pad_set_property),
34265         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
34266         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
34267         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
34268         (gst_videomixer_base_init), (gst_videomixer_class_init),
34269         (gst_videomixer_init), (gst_videomixer_request_new_pad),
34270         (gst_videomixer_handle_src_event),
34271         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
34272         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
34273         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
34274         (gst_videomixer_loop), (gst_videomixer_get_property),
34275         (gst_videomixer_set_property), (gst_videomixer_change_state),
34276         (plugin_init):
34277         Generic video mixer plugin, can handle multiple inputs all with
34278         different framerates and video sizes. Is fully alpha channel
34279         aware.
34280
34281 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34282
34283         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
34284           Select first track as master track. Not sure how else to handle
34285           that...
34286         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
34287           Discard discont events. Should fix #142962.
34288
34289 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34290
34291         * ext/alsa/Makefile.am:
34292         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
34293         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
34294         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
34295         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
34296         (gst_alsa_mixer_get_option):
34297         * ext/alsa/gstalsamixer.h:
34298         * ext/alsa/gstalsamixeroptions.c:
34299         (gst_alsa_mixer_options_get_type),
34300         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
34301         (gst_alsa_mixer_options_new):
34302         * ext/alsa/gstalsamixeroptions.h:
34303         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
34304         * ext/alsa/gstalsamixertrack.h:
34305           Add enumerations (as GstMixerOptions). Make correct distinction
34306           between input/output tracks. Add capture/playback private flag.
34307           Use flag to decide on whether to set capture or playback volumes
34308           or switches. Use playback and record switches.
34309         * gst-libs/gst/mixer/Makefile.am:
34310         * gst-libs/gst/mixer/mixer-marshal.list:
34311         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
34312         (gst_mixer_set_option), (gst_mixer_get_option),
34313         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
34314         (gst_mixer_volume_changed), (gst_mixer_option_changed):
34315         * gst-libs/gst/mixer/mixer.h:
34316         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
34317         (gst_mixer_options_class_init), (gst_mixer_options_init),
34318         (gst_mixer_options_dispose):
34319         * gst-libs/gst/mixer/mixeroptions.h:
34320           Add GstMixerOptions.
34321         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
34322           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
34323           broken device detection on computers with multiple OSS sound
34324           cards.
34325
34326 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34327
34328         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34329           fixate nicely even when the peer is not negotiating
34330
34331 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34332
34333         * gst/audioconvert/gstaudioconvert.c:
34334         (gst_audio_convert_parse_caps):
34335           make sure we don't allow depth > width
34336         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34337           fixate endianness to G_BYTE_ORDER as default
34338         * gst/audioscale/gstaudioscale.c:
34339           we don't handle another endianness as host-endianness
34340
34341 2004-05-25  David Schleef  <ds@schleef.org>
34342
34343         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
34344
34345 2004-05-24  Benjamin Otte  <otte@gnome.org>
34346
34347         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
34348         (gst_oggvorbisenc_setup):
34349           properly fail when we can't setup the vorbis encoder due to
34350           unsupported settings
34351         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
34352         (gst_vorbisenc_setup):
34353           same
34354         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34355           fix case where warnings occured when one pad was unlinked while the
34356           other's link function was called
34357
34358 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34359
34360         * gst/tcp/Makefile.am:
34361           use GST_ENABLE_NEW
34362
34363 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34364
34365         * gst-libs/gst/resample/private.h:
34366           don't use optimizations that are #if 0'ed
34367
34368 2004-05-24  Wim Taymans  <wim@fluendo.com>
34369
34370         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
34371         Fix potential division by zero error and hopefully get
34372         the position query right to get correct timestamps on avi
34373         audio.
34374
34375 2004-05-24  Wim Taymans  <wim@fluendo.com>
34376
34377         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
34378         (gst_videoscale_scale_nearest_str2),
34379         (gst_videoscale_scale_nearest_str4),
34380         (gst_videoscale_scale_nearest_32bit),
34381         (gst_videoscale_scale_nearest_24bit),
34382         (gst_videoscale_scale_nearest_16bit):
34383         Fix the scaling algorithm and avoid a buffer overflow.
34384         removed the while loop in the scaling function as it
34385         was used for point sampling only.
34386
34387 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34388
34389         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
34390         (gst_id3_tag_class_init), (gst_id3_tag_init),
34391         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
34392         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
34393         (gst_id3_tag_send_tag_event):
34394           lots of fixes to make id3mux work and id3demux work correctly
34395
34396 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34397
34398         * ext/Makefile.am:
34399           add rules to build shout2send (was removed by accident
34400           when this module was no more marked experimental/broken)
34401
34402 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34403
34404         * ext/shout2/gstshout2.c:
34405         * ext/shout2/gstshout2.h:
34406           adding a "connection problem" signal to shout2send
34407           (fixes #142954)
34408
34409 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34410
34411         * ext/kio/kioreceiver.cpp:
34412         * ext/kio/kioreceiver.h:
34413           fix sign comparison issues
34414
34415 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34416
34417         * gst/cdxaparse/gstcdxaparse.c:
34418         * gst/cdxaparse/gstcdxaparse.h:
34419           some renaming
34420           add some checks/sanity
34421           prepare for seek addition
34422
34423         * sys/sunaudio/gstsunaudio.c:
34424           remove exported dupe init function
34425
34426 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
34427
34428         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
34429         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
34430           Fix format conversion and position querying.
34431         * gst/debug/progressreport.c: (gst_progressreport_report):
34432           Don't output a bogus total value that we didn't query.
34433         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
34434           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
34435           only a blank window after xine has been used.
34436
34437 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34438
34439         * m4/as-arts.m4:
34440           sync with upstream version to fix test on FC2
34441           readd with -ko to preserve Id header
34442
34443 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34444
34445         * configure.ac:
34446           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
34447         * gst/tcp/gsttcpclientsrc.c: idem
34448         * gst/tcp/gsttcpserversink.c: idem
34449         * gst/tcp/gsttcpserversrc.c: idem
34450         * m4/gst-fionread.m4: idem
34451
34452         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
34453
34454         * configure.ac: enable speex plugin for speex 1.1.5+
34455         * ext/speex/gstspeexenc.c: fix cast warning
34456
34457         * ext/esd/README: fix typo
34458
34459 2004-05-20  David Schleef  <ds@schleef.org>
34460
34461         * configure.ac: Minor cosmetic change to convince the buildbot to
34462         reautogen.
34463         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
34464         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
34465         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
34466         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
34467         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
34468         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
34469         More hacking.  Plays audio now.
34470
34471 2004-05-20  David Schleef  <ds@schleef.org>
34472
34473         * configure.ac:
34474         * sys/Makefile.am:
34475
34476 2004-05-20  David Schleef  <ds@schleef.org>
34477
34478         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
34479         * sys/osxaudio/gstosxaudio.c:
34480         * sys/osxaudio/gstosxaudioelement.c:
34481         * sys/osxaudio/gstosxaudioelement.h:
34482         * sys/osxaudio/gstosxaudiosink.c:
34483         * sys/osxaudio/gstosxaudiosink.h:
34484         * sys/osxaudio/gstosxaudiosrc.c:
34485         * sys/osxaudio/gstosxaudiosrc.h:
34486
34487 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34488
34489         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
34490         (gst_vorbisenc_chain):
34491           put the codec headers on the caps as streamheader as well as
34492           pushing them out
34493
34494 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34495
34496         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34497         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
34498         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
34499         split up push_packet into two functions
34500
34501 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34502
34503         * gst/tcp/.cvsignore:
34504           ignore enums
34505         * gst/tcp/Makefile.am:
34506         * gst/tcp/README:
34507         * gst/tcp/gsttcp.c:
34508         * gst/tcp/gsttcp.h:
34509         * gst/tcp/gsttcpclientsink.c:
34510         * gst/tcp/gsttcpclientsink.h:
34511         * gst/tcp/gsttcpclientsrc.c:
34512         * gst/tcp/gsttcpclientsrc.h:
34513         * gst/tcp/gsttcpplugin.c:
34514         * gst/tcp/gsttcpserversink.c:
34515         * gst/tcp/gsttcpserversink.h:
34516         * gst/tcp/gsttcpserversrc.c:
34517         * gst/tcp/gsttcpserversrc.h:
34518           add new tcp elements
34519
34520 2004-05-19  Wim Taymans  <wim@fluendo.com>
34521
34522         * gst/law/mulaw-conversion.c: (mulaw_encode):
34523         Fix overflow bug in ulaw encoding.
34524
34525 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34526
34527         * ext/mad/gstmad.c: (gst_mad_handle_event):
34528           don't unref the event twice
34529
34530 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34531
34532         * configure.ac:
34533           remove -Wno-sign-compare
34534
34535 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34536
34537         * configure.ac:
34538           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
34539           if you want to work against glib 2.2 and 2.4
34540
34541 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34542
34543         * gst/tcp/Makefile.am:
34544         * gst/tcp/gsttcp.c:
34545         * gst/tcp/gsttcp.h:
34546         * gst/tcp/gsttcpsink.h:
34547         * gst/tcp/gsttcpsrc.h:
34548           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
34549
34550 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34551
34552         * gst/debug/tests.c: (md5_get_value):
34553           fix segfault on gst-inspect
34554
34555 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34556
34557         * gst/debug/testplugin.c:
34558         * gst/debug/tests.c:
34559         * gst/debug/tests.h:
34560           add new extensible and configurable testing element. Current tests
34561           include buffer count, stream length, timestamp/duration matching and
34562           md5.
34563         * gst/debug/Makefile.am:
34564         * gst/debug/gstdebug.c: (plugin_init):
34565           add infrastructure for new element
34566
34567 2004-05-19  Johan Dahlin  <johan@gnome.org>
34568
34569         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
34570         ending of the array. Fixes gst-inspect segfault on ppc.
34571
34572 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34573
34574         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
34575
34576         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
34577
34578 2004-05-18  David Schleef  <ds@schleef.org>
34579
34580         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
34581         warnings (bugs, actually) noticed by gcc but not forte.
34582
34583 2004-05-18  David Schleef  <ds@schleef.org>
34584
34585         * sys/sunaudio/Makefile.am:
34586         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
34587
34588 2004-05-18  David Schleef  <ds@schleef.org>
34589
34590         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
34591         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
34592         to allow qtdemux to use non-seekable streams. (bug #142272)
34593
34594 2004-05-18  David Schleef  <ds@schleef.org>
34595
34596         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
34597         (gst_resample_sinc_ft_float): Remove use of static temporary
34598         buffer.  This code was obviously not supposed to last long, but
34599         it's stuck in our ABI, so it required a little hack to make it
34600         ABI-compatible.  Fixes #142585.
34601         * gst-libs/gst/resample/resample.h: same.
34602
34603 2004-05-18  David Schleef  <ds@schleef.org>
34604
34605         * configure.ac: Add sunaudio
34606         * examples/Makefile.am: make gstplay depend on gconf
34607         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
34608         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
34609         (convert_table_lookup), (img_convert): remove c99-isms
34610         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
34611           unsigned, to fix a warning on Solaris
34612         * gst/mpeg1sys/systems.c: bcopy->memcpy
34613         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
34614         * sys/Makefile.am: Add sunaudio
34615
34616 2004-05-18  Wim Taymans  <wim@fluendo.com>
34617
34618         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
34619         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
34620         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
34621         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
34622         (gst_ogg_mux_loop):
34623         Fix an ugly memleak where the muxer didn't flush enough ogg
34624         pages. This also resulted in badly muxed ogg files.
34625
34626 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34627
34628         * gst/asfdemux/asfheaders.c :
34629         * gst/asfdemux/asfheaders.h :
34630         * gst/asfdemux/gstasfdemux.c :
34631           - fix ASF_OBJ_PADDING guid
34632           - add 3 new object guids (language list, metadata,
34633             extended stream properties)
34634           - add a function to parse extended header objects
34635
34636 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34637
34638         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
34639           remove leftover debugging g_print
34640
34641 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34642
34643         * ext/mad/gstmad.c: (gst_mad_handle_event):
34644           Fix for when the first format in a discont event is not a
34645           byte-based one. Should fix #137710.
34646
34647 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34648
34649         * m4/a52.m4 : fix compilation with -Wall -Werror
34650         * m4/libfame.m4 : idem
34651         * m4/libmikmod.m4 : idem
34652
34653 2004-05-17  Benjamin Otte  <otte@gnome.org>
34654
34655         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34656           signal the new tags before giving up the reference
34657
34658 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34659
34660         * ext/shout2/gstshout2.c:
34661           use application/ogg instead of application/x-ogg (patch by Patrick
34662           Guimond, fixes #142432)
34663         * sys/oss/gstosselement.c: (gst_osselement_reset),
34664         (gst_osselement_sync_parms):
34665           don't set fragment size unless specified (fixes #142493)
34666
34667 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34668
34669         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
34670           fixes #142664
34671
34672 2004-05-17  Benjamin Otte  <otte@gnome.org>
34673
34674         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
34675           compute offsets correctly for internal buffers so timestamps are set
34676           correctly when we can't seek. Also handle cases where there are no
34677           offsets. (based on a patch by David Moore, fixes #142507)
34678
34679 2004-05-17  Benjamin Otte  <otte@gnome.org>
34680
34681         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34682           use correct variable when determining amount of data to skip so we
34683           don't skip into the void and segfault
34684
34685 2004-05-16  Benjamin Otte  <otte@gnome.org>
34686
34687         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
34688           Hi, I'm a memleak
34689
34690 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34691
34692         * gst/asfdemux/gstasfdemux.c:
34693           - fix a mem leak and always propagate tags
34694           - add WMV3 to known video codecs (but no decoder yet)
34695           - replace "surplus data" at end of audio header for what
34696             it is : codec specific data
34697           - fix a typo
34698
34699 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
34700
34701         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
34702
34703         * gst-libs/gst/audio/audioclock.c:
34704           Fix wrong return type (#142205).
34705
34706 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34707
34708         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
34709           Ignore CRCs by default (fixes #142566).
34710
34711 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34712
34713         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
34714         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
34715         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
34716         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
34717         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
34718         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
34719           Fix for cases where we fail to attach to a mixer.
34720
34721 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34722
34723         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
34724           Don't touch events after not owning them anymore.
34725         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
34726         (gst_wavparse_fmt), (gst_wavparse_other),
34727         (gst_wavparse_handle_seek), (gst_wavparse_loop),
34728         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
34729         (gst_wavparse_srcpad_event):
34730         * gst/wavparse/gstwavparse.h:
34731           Add seeking, fix querying.
34732
34733 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34734
34735         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34736           - process comments even if they don't end with \0\0
34737             g_convert would ignore them if present and works well without them
34738
34739 2004-05-16  Benjamin Otte  <otte@gnome.org>
34740
34741         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
34742           simplify caps
34743
34744 2004-05-16  Benjamin Otte  <otte@gnome.org>
34745
34746         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34747           don't write to memory we might not write to - g_convert does that
34748           for us anyway (fixes #142613)
34749         (gst_asf_demux_audio_caps):
34750           comment out gst_util_dump_mem
34751
34752 2004-05-16  Benjamin Otte  <otte@gnome.org>
34753
34754         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34755           compute correct expected timestamps after seek (broken since
34756           last commit)
34757         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
34758           rename element and debugging category to gdkpixbufscale
34759
34760 2004-05-16  Benjamin Otte  <otte@gnome.org>
34761
34762         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34763           add error checking to snd_pcm_delay and remove duplicate call to
34764           snd_pcm_delay that caused issues (see inline code comments)
34765         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
34766           make more readable and fix return value when snd_pcm_delay fails
34767         (fixes #142586)
34768
34769 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
34770         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
34771         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
34772         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
34773         (gst_pixbufscale_link), (gst_pixbufscale_init),
34774         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
34775         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
34776         (gst_pixbufscale_get_property), (pixbufscale_init):
34777         * ext/gdk_pixbuf/pixbufscale.h:
34778         Add these files I forgot earlier
34779
34780 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
34781         * ext/gdk_pixbuf/Makefile.am:
34782         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
34783         * ext/gdk_pixbuf/gstgdkpixbuf.h:
34784         Add new pixbufscale element to scale RGB video
34785         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
34786         and HYPER interpolation correctly.
34787         * ext/theora/theoraenc.c: (theora_enc_chain),
34788         Discard buffer and return if explicit caps could not be set
34789         (theora_enc_get_property):
34790         Make _get return kbps for the bitrate consistent with
34791         the _set function.
34792
34793
34794 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34795
34796         * ext/libvisual/visual.c: (gst_visual_chain):
34797           add missing visual_audio_analyze
34798
34799 2004-05-14  David Schleef  <ds@schleef.org>
34800
34801         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
34802         is killed while we're playing.
34803         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
34804         gst_element_no_more_pads().
34805
34806 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34807
34808         * gst-libs/gst/riff/riff-read.c :
34809           - fix INFO tag extraction in RIFF/AVI files
34810             because gst_event_unref (event) also freed taglist
34811           - avoid a mem leak
34812
34813 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34814
34815         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
34816         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
34817
34818         * gst/auparse/gstauparse.c :
34819           - add code (commented for now) to support audio/x-adpcm on src pad
34820             (we have no decoder for those layout yet)
34821
34822         * gst/cdxaparse/gstcdxaparse.c :
34823         * gst/cdxaparse/gstcdxaparse.h :
34824           - partial rewrite using RiffRead (ripped iain's wavparse code)
34825
34826         * gst/rtp/gstrtpL16enc.c : typo
34827         * gst/rtp/gstrtpgsmenc.c : typo
34828
34829 2004-05-13  Benjamin Otte  <otte@gnome.org>
34830
34831         * configure.ac:
34832           check for exact version of libvisual, it's not supposed to be
34833           API/ABI stable yet
34834
34835 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34836
34837         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
34838           signal no-more-pads
34839
34840 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
34841
34842         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
34843         Report which format was used for GST_FORMAT_DEFAULT
34844         * gst/debug/Makefile.am:
34845         * gst/debug/gstdebug.c: (plugin_init):
34846         * gst/debug/progressreport.c: (gst_progressreport_base_init),
34847         (gst_progressreport_class_init), (gst_progressreport_init),
34848         (gst_progressreport_report), (gst_progressreport_set_property),
34849         (gst_progressreport_get_property), (gst_progressreport_chain),
34850         (gst_progressreport_plugin_init):
34851         Add progressreport element for testing.
34852
34853 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
34854
34855         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
34856         * sys/v4l/gstv4lsrc.h:
34857         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
34858         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
34859         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
34860         (gst_v4lsrc_grab_frame):
34861           add more debugging
34862           send a discont at start
34863
34864 2004-05-12  Colin Walters  <walters@redhat.com>
34865
34866         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
34867         inflooping if we can't find a chunk.  Or in other words, don't blow
34868         chunks if we don't have a chunk to blow.
34869
34870 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
34871         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
34872         Remove old debug output
34873         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
34874         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
34875         (gst_dvdec_set_property), (gst_dvdec_get_property):
34876         Change the quality setting to an enum, so it works from gst-launch
34877         Don't renegotiate a non-linked pad. Allows audio only decoding.
34878         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
34879         (gst_deinterlace_link), (gst_deinterlace_init):
34880         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
34881         (gst_videodrop_link):
34882         Some caps negotiation fixes
34883
34884 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34885
34886         * ext/tarkin/gsttarkin.c :
34887           - Change RANK from NONE to PRIMARY
34888         * ext/gdk_pixbuf/gstgdkpixbuf.c :
34889           - Change RANK from NONE to MARGINAL
34890         * ext/divx/gstdivxenc.c :
34891           - Change RANK from PRIMARY to NONE (encoder/spider issue)
34892
34893 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34894
34895         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34896         (gst_vorbisenc_push_packet):
34897           copy a function that was added between 1.0 and 1.0.1 until we
34898           depend on worthwhile features of post-1.0
34899
34900 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34901
34902         * configure.ac:
34903           enable shout2 by default
34904         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
34905         (gst_shout2send_base_init), (gst_shout2send_init),
34906         (gst_shout2send_connect), (gst_shout2send_change_state):
34907         * ext/shout2/gstshout2.h:
34908           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
34909           #142262)
34910         * ext/theora/theora.c: (plugin_init):
34911           don't set rank on encoders
34912
34913 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
34914
34915         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
34916           Use codec_data property instead of flag1 and flag2 for wma
34917
34918 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34919
34920         * gst/cdxaparse/gstcdxaparse.c :
34921           - Add mpegversion to CAPS to make it link
34922           - Rank is as GST_RANK_SECONDARY instead of NONE
34923         * gst/auparse/gstauparse.c :
34924           - Document all audio encoding we can encounter from Solaris 9
34925             headers and libsndfile information.
34926           - Increase max. rate from 48000 to 192000 (to match other elements)
34927           - Don't try to play junk data between header and samples
34928
34929 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34930
34931         * ext/libvisual/visual.c: (gst_visual_getcaps):
34932           use the right caps depending on endianness (I hope)
34933         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
34934           use GST_RANK_NONE for all non-decoding elements or spider gets
34935           mighty confused
34936
34937 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34938
34939         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34940           Fix some odd cases and fix BE metadata parsing of unicode16 text.
34941
34942 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34943
34944         * gst/switch/gstswitch.c: (gst_switch_release_pad),
34945         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
34946         (gst_switch_loop), (gst_switch_get_type):
34947           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
34948           HEADERS. Had to be said.
34949
34950 2004-05-10  David Schleef  <ds@schleef.org>
34951
34952         * configure.ac: Add prototype Dirac support.
34953         * ext/Makefile.am:
34954         * ext/dirac/Makefile.am:
34955         * ext/dirac/gstdirac.cc:
34956         * ext/dirac/gstdiracdec.cc:
34957
34958 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34959
34960         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
34961         (gst_auparse_init), (gst_auparse_chain),
34962         (gst_auparse_change_state):
34963           Hack around spider. Remove me some day please.
34964
34965 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34966
34967         * gst/auparse/gstauparse.c: (gst_auparse_chain):
34968           Fix for some uninitialized variables in previous patch, also
34969           makes it work. Fixes #142286 while we're at it.
34970
34971 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34972
34973         * gst/auparse/gstauparse.c:
34974                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
34975                 only unsupported formats are ADPCM/CCITT G.72x
34976                 reviewed by Ronald
34977         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
34978
34979 2004-05-10  Wim Taymans  <wim@fluendo.com>
34980
34981         * ext/vorbis/Makefile.am:
34982         * ext/vorbis/README:
34983         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
34984         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
34985         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
34986         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
34987         (gst_oggvorbisenc_convert_sink),
34988         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
34989         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
34990         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
34991         (get_constraints_string), (update_start_message),
34992         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
34993         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
34994         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
34995         * ext/vorbis/oggvorbisenc.h:
34996         * ext/vorbis/vorbis.c: (plugin_init):
34997         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
34998         (raw_caps_factory), (gst_vorbisenc_class_init),
34999         (gst_vorbisenc_init), (gst_vorbisenc_setup),
35000         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
35001         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
35002         * ext/vorbis/vorbisenc.h:
35003         Added a raw vorbis encoder to be used with the oggmuxer.
35004         We still need the old encoder for some gnome applications,
35005         read the README to find out how that works.
35006         The raw encoder is called "rawvorbisenc" until 0.9.
35007
35008 2004-05-10  Wim Taymans  <wim@fluendo.com>
35009
35010         * ext/ogg/gstogg.c: (plugin_init):
35011         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
35012         (gst_ogg_print):
35013         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
35014         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
35015         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
35016         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
35017         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
35018         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
35019         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
35020         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
35021         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
35022         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
35023         Added an ogg muxer.
35024         Small typo fixes in the demuxer.
35025
35026 2004-05-10  Wim Taymans  <wim@fluendo.com>
35027
35028         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35029         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35030         (theora_enc_change_state), (theora_enc_set_property),
35031         (theora_enc_get_property):
35032         Mark the last packet with an EOS flag which is not really needed
35033         in gstreamer.
35034         Do some better video framerate initialisation.
35035         Update the buffer timestamp.
35036
35037 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
35038
35039         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
35040         Return the result of the parent state change call
35041
35042 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35043
35044         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
35045         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
35046         * gst/law/alaw-encode.c : (idem)
35047         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
35048         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
35049         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
35050
35051 2004-05-09  Benjamin Otte  <otte@gnome.org>
35052
35053         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
35054           don't use a fixed buffer size when writing variable length data to
35055           it. Fixes memory corruption and makes alsasrc work
35056
35057 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35058
35059         * ext/gnomevfs/gstgnomevfssink.c:
35060         (_gst_boolean_allow_overwrite_accumulator),
35061         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
35062           Run glib's default signal handler (??) in RUN_CLEANUP rather than
35063           RUN_LAST, and don't use that to set the accumulator value because
35064           then it's always FALSE.
35065
35066 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35067
35068         * gst-libs/gst/riff/riff-media.c:
35069         (gst_riff_create_video_caps_with_data),
35070         (gst_riff_create_audio_caps),
35071         (gst_riff_create_audio_template_caps):
35072         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
35073           Fix for unaligned RIFF files (i.e. where all the chunks together
35074           in a LIST chunk are not of the same size as the size given in
35075           the LIST chunk header). Fixes several odd WAVE files. Also fix
35076           ADPCM (block_align property) in audio, so that wavparse based
35077           on this works now as it used to stand-alone.
35078
35079 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
35080
35081         reviewed by Benjamin Otte  <otte@gnome.org>
35082
35083         * ext/a52dec/gsta52dec.c:
35084         * ext/divx/gstdivxdec.c:
35085         * ext/divx/gstdivxenc.c:
35086         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
35087         * ext/faac/gstfaac.c: (gst_faac_base_init):
35088         * ext/faad/gstfaad.c: (gst_faad_base_init):
35089         * ext/ivorbis/vorbisfile.c:
35090         * ext/lame/gstlame.c:
35091         * ext/libfame/gstlibfame.c:
35092         * ext/mpeg2enc/gstmpeg2enc.cc:
35093         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
35094         * ext/sidplay/gstsiddec.cc:
35095         * ext/speex/gstspeexdec.c:
35096         * ext/speex/gstspeexenc.c:
35097         * ext/xvid/gstxviddec.c:
35098         * ext/xvid/gstxvidenc.c:
35099           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
35100           (fixes #142193)
35101
35102 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35103
35104         * ext/alsa/gstalsa.c: (device_list),
35105         (gst_alsa_class_probe_devices):
35106         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
35107           Fix alsa oddness in mixer after the combination of using mixer
35108           in source/sink elements and using hw:x,y instead of just hw:x.
35109
35110 2004-05-09  Benjamin Otte  <otte@gnome.org>
35111
35112         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
35113         (gst_wavparse_create_sourcepad):
35114           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
35115           sourcepads
35116
35117 2004-05-09  Benjamin Otte  <otte@gnome.org>
35118
35119         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35120           allow discont events before caps nego
35121
35122 2004-05-08  Benjamin Otte  <otte@gnome.org>
35123
35124         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35125           don't leak events
35126
35127 2004-05-08  Benjamin Otte  <otte@gnome.org>
35128
35129         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
35130         (gst_level_change_state), (gst_level_init):
35131         * gst/level/gstlevel.h:
35132           figure out if we're initialized directly instead of keeping a
35133           variable that's wrong in 90% of cases
35134           don't initialize pads and then leak them and use a new unitialized
35135           pad. (fixes #142084)
35136           these were bugs so n00bish I didn't find them for an hour :/
35137
35138 2004-05-08 Iain <iain@prettypeople.org>
35139
35140         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
35141         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
35142         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
35143         return the length that was read.
35144         (gst_riff_read_strf_auds): Allow fmt tags as well.
35145
35146 2004-05-07  David Schleef  <ds@schleef.org>
35147
35148         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
35149         signed char assumption in faad.h.
35150
35151 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35152
35153         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
35154           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
35155
35156 2004-05-07  Colin Walters  <walters@redhat.com>
35157
35158         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
35159         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
35160         function.
35161         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
35162         Add dispose function.
35163
35164 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
35165         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
35166           Fix caps nego and pad templates. RGB mode caps should
35167           work now.
35168         * ext/dvdnav/gst-dvd:
35169           Move mpeg2dec inside the thread because otherwise the
35170           queue rejects cap changes mid-stream
35171         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35172         (gst_mpeg2dec_flush_decoder):
35173           For mpeg2dec > 0.4.0, call the flush function instead of
35174           manually extracting all in-flight frames.
35175         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
35176         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
35177           Change mime type video/dv go video/x-dv to match the
35178           rest of gst-plugins
35179
35180 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35181
35182         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35183         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
35184         (gst_alsa_sink_class_init):
35185         * ext/alsa/gstalsasink.h:
35186         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
35187         (gst_alsa_src_class_init):
35188         * ext/alsa/gstalsasrc.h:
35189           Make alsasink/src a subclass of alsamixer so that mixer stuff
35190           shows up in gst-rec. Needs some finetuning.
35191
35192 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35193
35194         * ext/lame/gstlame.c: (gst_lame_chain):
35195           simplify
35196         * ext/mad/gstmad.c: (gst_mad_handle_event):
35197           fix event leak
35198         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
35199           be able to detect mp3 files < 4096 bytes
35200
35201 2004-05-06  Wim Taymans  <wim@fluendo.com>
35202
35203         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35204         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35205         (theora_enc_set_property), (theora_enc_get_property):
35206         Also encode the first frame, cleanup some code.
35207
35208 2004-05-06  Wim Taymans  <wim@fluendo.com>
35209
35210         * ext/mpeg2enc/gstmpeg2enc.cc:
35211         Forward events first before deciding that negotiation was
35212         not performed.
35213
35214 2004-05-06  Wim Taymans  <wim@fluendo.com>
35215
35216         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
35217         First process the events before deciding that negotiation
35218         was not performed.
35219
35220 2004-05-06  Wim Taymans  <wim@fluendo.com>
35221
35222         * ext/theora/Makefile.am:
35223         * ext/theora/theora.c: (plugin_init):
35224         * ext/theora/theoradec.c: (theora_dec_change_state):
35225         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
35226         (gst_theora_enc_class_init), (gst_theora_enc_init),
35227         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
35228         (theora_enc_chain), (theora_enc_change_state),
35229         (theora_enc_set_property), (theora_enc_get_property):
35230         Added a theora encoder, grouped the encoder and decoder into the
35231         same plugin.
35232
35233 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35234
35235         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35236         (gst_jpegenc_chain):
35237         fix DURATION on outgoing buffers
35238         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
35239         debug using time formats
35240         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35241         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35242         (gst_xvimagesink_sink_link):
35243         windows with width/height 0 generate X errors, so don't allow them
35244
35245 2004-05-05  Wim Taymans  <wim@fluendo.com>
35246
35247         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
35248         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
35249         (gst_mpeg2dec_negotiate_format):
35250         * ext/mpeg2dec/gstmpeg2dec.h:
35251           removed the static pad template so that we can add the
35252           more accurate framerate value to the caps.
35253
35254
35255 2004-05-04  Benjamin Otte  <otte@gnome.org>
35256
35257         * configure.ac:
35258           check for kdemacros.h, too (should fix #141821)
35259         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
35260           don't crash if no header was sent, but nicely error out (fixes part
35261           of #141554)
35262
35263 2004-05-04  Wim Taymans  <wim@fluendo.com>
35264
35265         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
35266         parent dispose function to avoid segfault on destroy.
35267
35268 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
35269
35270         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
35271         (plugin_init):
35272         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35273         (gst_xvimagesink_sink_link):
35274         clean up debugging caps
35275         also recreate xvimage when format has changed
35276
35277 2004-05-04  Benjamin Otte  <otte@gnome.org>
35278
35279         * ext/libvisual/Makefile.am:
35280         * ext/libvisual/visual.c: (gst_visual_class_init),
35281         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
35282         (gst_visual_srclink), (gst_visual_chain),
35283         (gst_visual_change_state), (plugin_init):
35284           use a GstAdapter to correctly adapt buffer sizes - allows using a
35285           framerate
35286
35287 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35288
35289         * sys/v4l/gstv4lelement.h:
35290         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
35291         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
35292         (gst_v4lsrc_buffer_free):
35293         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
35294         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
35295         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
35296         (gst_v4lsrc_requeue_frame):
35297         move some debugging categories around
35298         query for fps index and set accordingly if found
35299
35300 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35301
35302         * ext/lame/gstlame.c:
35303         correct defaults that lame_init puts out of range
35304
35305 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35306
35307         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
35308         (gst_divxenc_class_init):
35309         fix range since -1 is the default
35310         * gst/mpeg1sys/gstmpeg1systemencode.c:
35311         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
35312         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
35313         (gst_rtjpegdec_chain):
35314         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
35315         (gst_rtjpegenc_chain):
35316         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
35317         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
35318         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
35319         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
35320         * sys/v4l/gstv4lsrc.c:
35321         * sys/v4l/v4l_calls.c: (gst_v4l_open):
35322         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35323         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35324         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
35325         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
35326           remove gst_info calls
35327
35328 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35329
35330         * Makefile.am:
35331         * po/af.po:
35332         * po/az.po:
35333         * po/en_GB.po:
35334         * po/nl.po:
35335         * po/sr.po:
35336         * po/sv.po:
35337           Updated translations
35338
35339 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35340
35341         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35342           refactor/comment code
35343
35344 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35345
35346         * gst/asfdemux/Makefile.am:
35347         * gst/asfdemux/asfheaders.c:
35348         * gst/asfdemux/asfheaders.h:
35349         * gst/asfdemux/gstasf.c: (plugin_init):
35350         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
35351         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
35352         (gst_asf_demux_setup_pad):
35353         * gst/asfdemux/gstasfdemux.h:
35354         * gst/asfdemux/gstasfmux.c:
35355         * gst/asfdemux/gstasfmux.h:
35356           Add tagging support to demuxer, split out registration in its own
35357           file instead of in demux (hacky), and prevent having some tables
35358           in our memory multiple times (in asfheaders.h).
35359
35360 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35361
35362         * gst/matroska/matroska-demux.c:
35363         (gst_matroska_demux_parse_metadata):
35364         * gst/matroska/matroska-ids.h:
35365           Basic tag reading support.
35366
35367 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35368
35369         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
35370           Really detect ac-3 audio.
35371         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
35372           really detect matroska files (off-by-1).
35373
35374 2004-04-30  David Schleef  <ds@schleef.org>
35375
35376         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35377         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
35378         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
35379         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
35380         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
35381         hackage -- parse a lot more atoms, extract a few tags.  One might even
35382         mistake this for tag support.  Maybe it is.
35383         * gst/qtdemux/qtdemux.h:
35384
35385 2004-04-30  Colin Walters  <walters@verbum.org>
35386
35387         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
35388
35389 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
35390
35391         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35392         (gst_ffmpegcolorspace_getcaps):
35393           remove broken nego fix
35394
35395 2004-04-30  Benjamin Otte  <otte@gnome.org>
35396
35397         * configure.ac:
35398         * ext/Makefile.am:
35399         * ext/libvisual/Makefile.am:
35400         * ext/libvisual/visual.c:
35401           add initial support for libvisual (http://libvisual.sourceforge.net)
35402           libvisual is still quite alpha, so expect crashes in there :)
35403
35404 2004-04-29  David Schleef  <ds@schleef.org>
35405
35406         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
35407         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
35408         up qtdemux to make it spit out codec_data.  Do _not_ look at this
35409         code; you will no longer respect me.
35410
35411 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35412
35413         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
35414         * ext/alsa/gstalsa.h :
35415         change alsa pcm device discovery to find more than 1 device
35416         per card. code review by Ronald.
35417
35418 2004-04-29  David Schleef  <ds@schleef.org>
35419
35420         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
35421         Add a check for a driver bug on FreeBSD.  (bug #140565)
35422
35423 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
35424
35425         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
35426         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35427         (gst_jpegenc_getcaps):
35428           move format setting to inner loop
35429         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35430         (gst_ffmpegcolorspace_getcaps):
35431           use GST_PAD_CAPS if available so that we use already negotiated
35432           caps
35433         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35434         (qtdemux_parse_moov), (qtdemux_parse):
35435           extra debugging
35436         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
35437         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
35438           move hardcoded path to DEFINE
35439
35440 2004-04-28  David Schleef  <ds@schleef.org>
35441
35442         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
35443         (bug #140064)
35444
35445 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35446
35447         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
35448           Don't probe for playback device if we're a source element. Fixes
35449           #139658.
35450
35451 2004-04-29  Benjamin Otte  <otte@gnome.org>
35452
35453         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
35454         (gst_id3_tag_chain):
35455           rewrite buffer offset
35456
35457 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35458
35459         * configure.ac:
35460         * ext/Makefile.am:
35461         * ext/dts/Makefile.am:
35462         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
35463         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
35464         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
35465         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
35466         (gst_dtsdec_loop), (gst_dtsdec_change_state),
35467         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
35468         (plugin_init):
35469         * ext/dts/gstdtsdec.h:
35470           New DTS decoder.
35471         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
35472         (gst_faad_srcconnect):
35473           Add ESDS atom handling (.m4a).
35474
35475 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35476
35477         * ext/divx/gstdivxdec.c: (plugin_init):
35478           Remove comment that makes no sense.
35479         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
35480           Fix for obvious typo that resulted in warnings during gst-register.
35481         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
35482         (gst_xviddec_sink_link):
35483           Fix caps negotiation a bit better.
35484         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
35485           We call this 'codec_data', not 'esds'.
35486
35487 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35488
35489         * gst/monoscope/gstmonoscope.c:
35490           make sure we only provide 256x128
35491         * gst/monoscope/monoscope.c: (monoscope_init):
35492           assert size of 256x128
35493
35494 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35495
35496         * Makefile.am:
35497         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
35498         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
35499           fixate to max width and height of device
35500
35501 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35502
35503         * Makefile.am:
35504         * sys/v4l/gstv4l.c:
35505         * sys/v4l/gstv4lsrc.c:
35506         * sys/v4l/v4l_calls.c:
35507         * sys/v4l/v4lsrc_calls.c:
35508           fix for qc-usb driver which fakes having more than one buffer
35509           by handing the same buffer twice, which confused GStreamer's/v4lsrc
35510           buffer_free override
35511           add debugging
35512
35513 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35514
35515         * Makefile.am:
35516         * gst/videotestsrc/gstvideotestsrc.c:
35517         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
35518         (gst_videotestsrc_init), (gst_videotestsrc_get),
35519         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
35520         * gst/videotestsrc/gstvideotestsrc.h:
35521           add num-buffers property
35522
35523         2004-04-26  Benjamin Otte  <otte@gnome.org>
35524
35525         * ext/mad/gstid3tag.c: (plugin_init):
35526           set id3mux rank to NONE so it doesn't confuse spider
35527           require audio/mpeg,mpegversion=1 in id3mux
35528
35529 2004-04-26  Benjamin Otte  <otte@gnome.org>
35530
35531         * configure.ac:
35532           detect faad correctly as non-working if it's indeed non-working
35533
35534 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
35535
35536         * Makefile.am:
35537         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35538         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
35539         fix _getcaps so it only negotiates to its supported format
35540
35541 2004-04-25  Benjamin Otte  <otte@gnome.org>
35542
35543         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35544           fix memleak
35545
35546 2004-04-23  Benjamin Otte  <otte@gnome.org>
35547
35548         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
35549           audio/x-raw-int with height rules! not. Now it's depth.
35550
35551 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35552
35553         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
35554         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
35555         (gst_wavparse_loop):
35556           Missing variable initialization. Add handling of DVI ADPCM. Fix
35557           mis-parsing of LIST chunks. This works around a bug where we mis-
35558           parse non-aligning LIST chunks (so LIST chunks where the contents
35559           don't align with the actual LIST size). The correct fix is to use
35560           rifflib, I'm not going to fix wavparse - too much work. All this
35561           fixes #104878.
35562
35563 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
35564
35565         reviewed by Benjamin Otte  <otte@gnome.org>
35566
35567         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
35568           fix shoutcast not working (fixes #140844)
35569
35570 2004-04-22  Benjamin Otte  <otte@gnome.org>
35571
35572         * ext/hermes/gsthermescolorspace.c:
35573         (gst_hermes_colorspace_caps_remove_format_info):
35574         * gst/colorspace/gstcolorspace.c:
35575         (gst_colorspace_caps_remove_format_info):
35576         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35577         (gst_ffmpegcolorspace_caps_remove_format_info):
35578           s/gst_caps_simplify/gst_caps_do_simplify/
35579
35580 2004-04-22  Benjamin Otte  <otte@gnome.org>
35581
35582         * gst-libs/gst/riff/riff-media.c:
35583         (gst_riff_create_video_caps_with_data):
35584           mpegversion is an int
35585         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
35586           don't try to create pad templates with NULL caps, use any caps
35587           instead.
35588
35589 2004-04-20  David Schleef  <ds@schleef.org>
35590
35591         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
35592         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
35593         (bug #140384)
35594
35595 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35596
35597         reviewed by David Schleef
35598
35599         * ext/mad/gstid3tag.c: Add stdlib.h
35600         * gst/rtp/gstrtpgsmenc.c: same
35601         * gst/tags/gstid3tag.c: same
35602         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
35603         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
35604         GST_DISABLE_LOADSAVE use.
35605         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
35606         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
35607         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
35608         atol(3)).
35609         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
35610         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
35611         strtoul(3)).
35612         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
35613         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
35614         $(ID3_CFLAGS).
35615         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
35616         $(LIBFAME_CFLAGS).
35617
35618 2004-04-20  David Schleef  <ds@schleef.org>
35619
35620         * gst/realmedia/rmdemux.c:  This was supposed to part of the
35621         last checkin.  Same idea.
35622
35623 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35624
35625         reviewed by David Schleef
35626
35627         * configure.ac: bump required gstreamer version to 0.8.1.1
35628         because of following changes [--ds]
35629
35630         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
35631         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
35632         (gst_riff_read_header):  Use GST_READ_UINT*
35633         macros to access possibly unaligned memory.
35634
35635         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
35636         (mp3_type_find):  Use GST_READ_UINT*
35637         macros to access possibly unaligned memory.
35638         (mp3_type_find, mpeg1_parse_header, qt_type_find)
35639         (speex_type_find): Likewise
35640
35641         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
35642
35643         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
35644         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
35645         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
35646         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
35647         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
35648         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
35649         macros to access possibly unaligned memory.
35650
35651         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
35652         Likewise.
35653
35654         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
35655         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
35656
35657         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
35658         Likewise.
35659
35660         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
35661         (gst_mpeg2subt_chain_subtitle): Likewise.
35662
35663         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
35664         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
35665         Likewise.
35666
35667         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
35668         Likewise.
35669
35670         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
35671         Likewise.
35672
35673         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
35674         Likewise.
35675
35676 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35677
35678         * configure.ac:
35679           update required version of GStreamer because of GST_TIME_FORMAT
35680
35681 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35682
35683         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
35684           remove leftover g_print
35685         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
35686           don't try setting only a subset of the caps. We don't want to kill
35687           autoplugging on purpose
35688
35689 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35690
35691         * sys/ximage/ximagesink.c: (plugin_init):
35692         * sys/xvimage/xvimagesink.c: (plugin_init):
35693           add debugging categories
35694
35695 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35696
35697         * po/en_GB.po:
35698         * po/LINGUAS:
35699           Adding en_GB translation (Gareth Owen)
35700
35701 2004-04-20  David Schleef  <ds@schleef.org>
35702
35703         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
35704         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
35705         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
35706         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
35707         A number of new features and hacks to extract the esds atom and
35708         put it into the caps.  (bug #137724)
35709
35710 2004-04-19  David Schleef  <ds@schleef.org>
35711
35712         * gconf/Makefile.am: Fix for non-GNU make
35713         * gst-libs/gst/Makefile.am: Change directory order to handle
35714         GstPlay linking with gstinterfaces
35715         * gst-libs/gst/audio/make_filter: make use of tr portable
35716         * gst-libs/gst/play/Makefile.am: Add intended \
35717         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
35718         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
35719         function prototype instead of void *.
35720         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
35721         macro.
35722         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35723         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
35724         * gst/videofilter/make_filter: make use of tr portable
35725         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
35726
35727 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
35728
35729         * po/LINGUAS:
35730         * po/uk.po:
35731           Added Ukrainian translation (Maxim V. Dziumanenko)
35732
35733 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35734
35735         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
35736         (gst_gsmdec_link), (gst_gsmdec_chain):
35737           Fix capsnego, simplify chain function slightly.
35738         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
35739           Add GSM.
35740
35741 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35742
35743         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
35744         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
35745         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
35746           Hack to make wavparse work with spider (always -> sometimes pad).
35747           Fixes #135862 && #140411.
35748
35749 2004-04-18  Benjamin Otte  <otte@gnome.org>
35750
35751         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
35752         (gst_osselement_rate_probe_check),
35753         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
35754           get rid of \n in debug output
35755
35756 2004-04-17  Iain <iain@prettypeople.org>
35757
35758         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
35759         not just EOS.
35760
35761 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35762
35763         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
35764         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
35765         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
35766         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
35767         (gst_id3_tag_src_link), (gst_id3_tag_chain),
35768         (gst_id3_tag_change_state), (plugin_init):
35769           deprecate id3tag element and replace with id3demux/id3mux.
35770           great side effect: this ugly file is now even uglier, yay!
35771         * ext/mad/gstmad.h:
35772           remove non-available function
35773           update for new get_type
35774
35775 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35776
35777         * configure.ac:
35778           require mpeg2dec >= 0.4.0
35779
35780 2004-04-17  Benjamin Otte  <otte@gnome.org>
35781
35782         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35783         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
35784         (gst_xvimagesink_set_xwindow_id):
35785           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
35786           assorted cleanup fixes.
35787
35788 2004-04-16  David Schleef  <ds@schleef.org>
35789
35790         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
35791         * sys/xvimage/xvimagesink.h: same
35792
35793 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
35794
35795         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
35796           Fix GST_ELEMENT_ERROR with (NULL)
35797
35798 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35799
35800         * gst-libs/gst/riff/riff-media.c:
35801         (gst_riff_create_video_caps_with_data):
35802           Add div[3456] as fourccs for DivX 3 (fixes #140137).
35803
35804 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35805
35806         * gst-libs/gst/riff/riff-media.c:
35807         (gst_riff_create_video_caps_with_data),
35808         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
35809         (gst_riff_create_video_template_caps),
35810         (gst_riff_create_audio_template_caps):
35811         * gst-libs/gst/riff/riff-media.h:
35812         * gst-libs/gst/riff/riff-read.c:
35813         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
35814         * gst-libs/gst/riff/riff-read.h:
35815         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
35816           Add MS RLE support. I added some functions to read out strf chunks
35817           into strf chunks and the data behind it. This is usually color
35818           palettes (as in RLE, but also in 8-bit RGB). Also use those during
35819           caps creation. Lastly, add ADPCM (similar to wavparse - which
35820           should eventually be rifflib based).
35821         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
35822         (gst_matroska_demux_init), (gst_matroska_demux_reset):
35823         * gst/matroska/matroska-demux.h:
35824           Remove placeholders for some prehistoric tagging system. Didn't add
35825           support for any tag system really anyway.
35826         * gst/qtdemux/qtdemux.c:
35827           Add support for audio/x-m4a (MPEG-4) through spider.
35828         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
35829         (gst_wavparse_loop):
35830           ADPCM support (#135862). Increase max. buffer size because we
35831           cannot split buffers for ADPCM (screws references) and I've seen
35832           files with 2048 byte chunks. 4096 seems safe for now.
35833
35834 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35835
35836         * configure.ac: bump nano to 1
35837
35838 === release 0.8.1 ===
35839
35840 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35841
35842         * configure.ac: releasing 0.8.1, "Comforting Sounds"
35843
35844 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35845
35846         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
35847           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
35848           Fixes #140058
35849
35850 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
35851
35852         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
35853           lower rank of dvddemux so that it's not used for mpeg playback.
35854
35855 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35856
35857         * configure.ac:
35858           save libs correctly when checking mad
35859
35860 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
35861
35862         * ext/mad/gstid3tag.c: (plugin_init):
35863           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
35864
35865 2004-04-13  David Schleef  <ds@schleef.org>
35866
35867         * common/m4/gst-feature.m4: Call -config scripts with
35868         --plugin-libs if it is supported.
35869         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
35870         JPEG images are image/jpeg.
35871         * gst/debug/Makefile.am:
35872         * gst/debug/negotiation.c: (gst_negotiation_class_init),
35873         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
35874         (gst_negotiation_update_caps), (gst_negotiation_get_property),
35875         (gst_negotiation_plugin_init): Add a property that acts like
35876         filter caps.
35877         * testsuite/gst-lint:  Move license checking to be a standard
35878         test.
35879
35880 2004-04-13  David Schleef  <ds@schleef.org>
35881
35882         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
35883         patch from Sebastien Cote (bug #139958)
35884
35885 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35886
35887         * examples/gstplay/Makefile.am:
35888         * examples/gstplay/player.c: (main):
35889           make the commandline player example use gconf settings
35890
35891 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35892
35893         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
35894         (gst_cacasink_sinkconnect), (gst_cacasink_init),
35895         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
35896           init/end library during state transition, not object
35897           creation/disposal.  get rid of custom dispose handler.
35898
35899
35900 2004-04-12  Christian Schaller <Uraeus@gnome.org>
35901
35902         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
35903         be a symlink
35904
35905 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35906
35907         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
35908           Handle JUNK chunks inside data section. Prevents warnings.
35909
35910 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35911
35912         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
35913         (gst_riff_create_video_template_caps):
35914           Add MS video v1.
35915         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
35916         (gst_avi_demux_stream_data):
35917           Add support for "rec-list" chunks.
35918
35919 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35920
35921         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
35922           Fix another codecname mismatch.
35923
35924 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35925
35926         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
35927           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
35928           so that MJPEG plays back.
35929
35930 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35931
35932         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
35933         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
35934         * gst/mpeg1videoparse/gstmp1videoparse.h:
35935           Fix for some slight mis-cuts in buffer parsing, and for some
35936           potential overflows or faults-causers. Adds disconts. Also fixes
35937           #139105 while we're at it.
35938
35939 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35940
35941         * configure.ac:
35942         * sys/v4l2/gstv4l2element.h:
35943           Workaround for missing struct v4l2_buffer declaration in Suse 9
35944           and Mandrake 10 linux/videodev2.h header file (#135919).
35945
35946 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35947
35948         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
35949           Bail out if no filename was given.
35950
35951 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35952
35953         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
35954         (gst_v4l2_fourcc_from_structure):
35955           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
35956           Y41B somewhere).
35957
35958 2004-04-09  Benjamin Otte  <otte@gnome.org>
35959
35960         * ext/gnomevfs/gstgnomevfssink.c:
35961         (_gst_boolean_allow_overwrite_accumulator),
35962         (gst_gnomevfssink_class_init):
35963           fix erase signal - if any handler returns false the file will not be
35964           overwritten. If no handler is connected, the file will not be
35965           overwritten either.
35966           renamed signal to "allow-overwrite"
35967         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
35968           free string when adding it to ID3 failed
35969         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35970           unref event when done
35971         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35972           free caps
35973         * gst/typefind/gsttypefindfunctions.c:
35974         (mpeg_video_stream_type_find):
35975           fix invalid read
35976
35977 2004-04-08  David Schleef  <ds@schleef.org>
35978
35979         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35980         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
35981
35982 2004-04-08  David Schleef  <ds@schleef.org>
35983
35984         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
35985         we don't support (bug #139532)
35986
35987 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
35988
35989         * ext/mad/gstmad.c: (gst_mad_handle_event),
35990         (gst_mad_check_caps_reset), (gst_mad_chain),
35991         (gst_mad_change_state):
35992           only set explicit caps if they haven't been set before for
35993           this stream.  MPEG-audio sample rate/channels aren't allowed
35994           to change in-stream.
35995           Fixes #139382
35996
35997 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35998
35999         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
36000         (_gst_boolean_did_something_accumulator),
36001         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
36002         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
36003         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
36004         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
36005         (gst_gnomevfssink_change_state):
36006           Fix erase signal. Don't erase by default. Remove handoff signal.
36007           Remove erase property. Don't segfault. General cleanup.
36008
36009 2004-04-07  Benjamin Otte  <otte@gnome.org>
36010
36011         * gst-libs/gst/gconf/test-gconf.c: (main):
36012           add missing gst_init
36013
36014 2004-04-07  Benjamin Otte  <otte@gnome.org>
36015
36016         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36017           free the mutexes, too
36018
36019 2004-04-07  Benjamin Otte  <otte@gnome.org>
36020
36021         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36022           actually free the URI string
36023         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
36024           compute offset correctly when passing discont events
36025         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36026           don't leak discont events
36027         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
36028           add some missing breaks so caps aren't copied randomly
36029         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
36030           if we realloc memory, we better use it
36031
36032 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36033
36034         * ext/mad/gstmad.c: (normal_seek):
36035           fix GST_FORMAT_TIME usage
36036
36037 2004-04-05  David Schleef  <ds@schleef.org>
36038
36039         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
36040         a deprecated function (hack!)
36041
36042 2004-04-05  Benjamin Otte  <otte@gnome.org>
36043
36044         * ext/esd/esdmon.c: (gst_esdmon_get):
36045           fix nonterminated vararg and memleak
36046
36047 2004-04-05  Benjamin Otte  <otte@gnome.org>
36048
36049         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
36050         (gst_ladspa_init), (gst_ladspa_force_src_caps),
36051         (gst_ladspa_set_property), (gst_ladspa_get_property),
36052         (gst_ladspa_instantiate), (gst_ladspa_activate),
36053         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
36054           clean up debugging
36055
36056 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
36057
36058         reviewed by Benjamin Otte  <otte@gnome.org>
36059
36060         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
36061           check for broken LADSPA parameters (fixes #138635)
36062
36063 2004-04-05  Benjamin Otte  <otte@gnome.org>
36064
36065         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
36066           advertise buffer-frames correctly on sinkpads
36067
36068 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36069
36070         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
36071         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
36072         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
36073         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
36074         (gst_mad_check_caps_reset), (gst_mad_chain):
36075         add more debugging, only reset caps when we're not in error state
36076
36077 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36078
36079         * ext/mad/gstmad.c: add debugging category, comment + cleanups
36080
36081 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36082
36083         reviewed by Benjamin Otte  <otte@gnome.org>
36084
36085         * configure.ac:
36086           fix == in test(1) operator
36087
36088 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36089
36090         reviewed by Benjamin Otte  <otte@gnome.org>
36091
36092         * configure.ac:
36093           fix --export-symblos-regex to a working regex.
36094
36095 2004-04-04  Benjamin Otte  <otte@gnome.org>
36096
36097         * sys/oss/.cvsignore:
36098           add for oss_probe
36099
36100 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
36101
36102         reviewed by Benjamin Otte  <otte@gnome.org>
36103
36104         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36105           add missing 'new_media' argument (fixes #138168)
36106         * gst/matroska/matroska-demux.c:
36107         (gst_matroska_demux_handle_seek_event):
36108           add vararg terminator (fixes #138169)
36109
36110 2004-04-02  David Schleef  <ds@schleef.org>
36111
36112         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
36113         disted (bug #138914)
36114
36115 2004-04-01  Benjamin Otte  <otte@gnome.org>
36116
36117         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
36118         (gst_alsa_close_audio):
36119           handle case better where a soundcard can't pause
36120         * ext/ogg/gstoggdemux.c:
36121           don't crash when we get events but don't have pads yet
36122
36123 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36124
36125         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
36126           throw an error if we couldn't probe any caps.
36127
36128 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36129
36130         * ext/dvdnav/gst-dvd:
36131         Add a really simple sample DVD player
36132
36133 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36134
36135         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
36136         (gst_a52dec_push), (gst_a52dec_handle_event),
36137         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
36138         (gst_a52dec_change_state):
36139         * ext/a52dec/gsta52dec.h:
36140           Use a debug category, Output timestamps correctly
36141           Emit tag info, Handle events, tell liba52dec about cpu
36142           capabilities so it can use MMX etc.
36143         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
36144           Fix a crasher accessing invalid memory
36145         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
36146         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
36147         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36148         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
36149         (dvdnavsrc_query):
36150           Some support for byte-format seeking.
36151           Small fixes for still frames and menu button overlays
36152         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36153         (gst_mpeg2dec_alloc_buffer):
36154           Use a debug category. Adjust the report level of several items to
36155           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
36156           so it doesn't lose the GstBuffer pointer
36157         * gst/debug/Makefile.am:
36158         * gst/debug/gstdebug.c: (plugin_init):
36159         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
36160         (gst_navseek_base_init), (gst_navseek_class_init),
36161         (gst_navseek_init), (gst_navseek_seek),
36162         (gst_navseek_handle_src_event), (gst_navseek_set_property),
36163         (gst_navseek_get_property), (gst_navseek_chain),
36164         (gst_navseek_plugin_init):
36165         * gst/debug/gstnavseek.h:
36166           Add the navseek debug element for seeking back and forth in a
36167           video stream using arrow keys.
36168         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
36169         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
36170         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
36171         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
36172         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
36173         (gst_mpeg2subt_parse_header), (gst_get_nibble),
36174         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
36175         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
36176         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
36177         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
36178         * gst/mpeg2sub/gstmpeg2subt.h:
36179           Pretty much a complete rewrite. Now a loopbased element. May still
36180           require work to properly synchronise subtitle buffers.
36181         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
36182         (gst_dvd_demux_send_subbuffer):
36183         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
36184           Don't attempt to create subbuffers of size 0
36185           Reduce a couple of error outputs to warnings.
36186         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
36187         (gst_y4mencode_chain):
36188         Output the y4m frame header correctly.
36189
36190 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36191
36192         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36193           throw errors instead of allowing SIGFPE
36194
36195 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36196
36197         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
36198         (gst_gconf_render_bin_from_key):
36199           leak plugging and style fixing
36200
36201 2004-03-31  David Schleef  <ds@schleef.org>
36202
36203         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
36204         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
36205         (bug #138225)
36206         * gst/debug/Makefile.am:
36207         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
36208         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
36209         plugin.
36210         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
36211         (gst_negotiation_base_init), (gst_negotiation_class_init),
36212         (gst_negotiation_init), (gst_negotiation_getcaps),
36213         (gst_negotiation_pad_link), (gst_negotiation_chain),
36214         (gst_negotiation_set_property), (gst_negotiation_get_property),
36215         (gst_negotiation_plugin_init):  New element to talk about random
36216         negotiation things happening in a pipeline.
36217
36218 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36219
36220         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36221           fix integer addition with help of Stefan Kost
36222
36223 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36224
36225         * po/nl.po: updated Dutch translation (Elros Cyriatan)
36226
36227 2004-03-30  David Schleef  <ds@schleef.org>
36228
36229         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
36230         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
36231         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
36232         (bug #137504)
36233         * ext/mpeg2dec/gstmpeg2dec.h:
36234
36235 2004-03-30  David Schleef  <ds@schleef.org>
36236
36237         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
36238
36239 2004-03-30  David Schleef  <ds@schleef.org>
36240
36241         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
36242         Michael Petullo) to handle .mov
36243
36244 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36245
36246         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
36247         (gst_osselement_rate_check_rate):
36248           probe caps correctly for sound cards that only support one format
36249
36250 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36251
36252         * ext/kio/kiosrc.cpp: (process_events):
36253           update handling event processing if inside KDE - untested
36254
36255 2004-03-29  David Schleef  <ds@schleef.org>
36256
36257         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
36258         by 2 to not interfere with other colorspaces.
36259         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
36260         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
36261         one to not interfere with ffmpeg_colorspace.
36262
36263 2004-03-29  David Schleef  <ds@schleef.org>
36264
36265         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
36266         aren't in the caps.
36267         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
36268         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
36269
36270 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36271
36272         * gst-libs/gst/riff/riff-media.c:
36273           fail on error, don't try to set stuff on NULL caps
36274
36275 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36276
36277         * configure.ac:
36278         * ext/Makefile.am:
36279         * ext/kio/Makefile.am:
36280         * ext/kio/kioreceiver.cpp:
36281         * ext/kio/kioreceiver.h:
36282         * ext/kio/kiosrc.cpp:
36283         * ext/kio/kiosrc.h:
36284           add experimental kiosrc plugin
36285         * ext/alsa/gstalsaplugin.c: (plugin_init):
36286           initialize debugging category only when we're sure registering the
36287           plugins worked.
36288
36289 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36290
36291         * examples/gstplay/player.c: (main):
36292         * gst-libs/gst/play/play.c: (gst_play_class_init),
36293         (gst_play_set_location), (gst_play_set_data_src),
36294         (gst_play_set_video_sink), (gst_play_set_audio_sink),
36295         (gst_play_set_visualization), (gst_play_connect_visualization):
36296           check return values of element_set_state and return FALSE where
36297           failed
36298
36299 2004-03-29  Benjamin Otte  <otte@gnome.org>
36300
36301         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36302           try harder to check if an event is really a discont
36303
36304 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36305
36306         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
36307         * po/az.po:
36308
36309 2004-03-28  Benjamin Otte  <otte@gnome.org>
36310
36311         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
36312         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
36313         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
36314           get rid of non-standard "..." ranges in case statements.
36315
36316 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
36317
36318         * gst/mpegstream/gstmpegdemux.c:
36319         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
36320         specific functionality split to the new dvddemux element.
36321         * gst/mpegstream/gstdvddemux.c:
36322         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
36323         streams, derived from mpegdemux.
36324         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
36325         up. SCR based timestamp rewriting can be turned off (will probably
36326         completely disappear soon).
36327         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
36328         hacking. General cleanup. All printf statements replaced by
36329         debugging messages. Almost complete libdvdnav support.
36330         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
36331         by events. New properties for audio and subpicture languages.
36332         (dvdnavsrc_update_highlight): Now uses events.
36333         (dvdnavsrc_user_op): Cleaned up.
36334         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
36335         based). Lots of cleanup, and propper support for most libdvdnav
36336         events.
36337         (dvdnavsrc_make_dvd_event): New function.
36338         (dvdnavsrc_make_dvd_nav_packet_event): New function.
36339         (dvdnavsrc_make_clut_change_event): New function.
36340
36341 2004-03-26  Benjamin Otte  <otte@gnome.org>
36342
36343         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
36344           fix bug where typefinding would claim it's theora whenever less then
36345           7 bytes of data were available
36346
36347 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36348
36349         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
36350         (gst_alawdec_base_init), (gst_alawdec_class_init),
36351         (gst_alawdec_init), (gst_alawdec_chain):
36352         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
36353         (gst_alawenc_base_init), (gst_alawenc_class_init),
36354         (gst_alawenc_init), (gst_alawenc_chain):
36355         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
36356         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
36357         (gst_mulawdec_init), (gst_mulawdec_chain):
36358         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
36359         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
36360         (gst_mulawenc_init), (gst_mulawenc_chain):
36361           Fix capsnego in all four, remove the unused property functions and
36362           simplify the chain functions slightly. I guess we could use macros
36363           or something similar for those, since the code is so similar, but
36364           I'm currently too lazy...
36365
36366 2004-03-24  David Schleef  <ds@schleef.org>
36367
36368         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36369         (gst_osselement_close_audio), (gst_osselement_probe_caps),
36370         (gst_osselement_get_format_structure),
36371         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
36372         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
36373         (gst_osselement_rate_int_compare): Add code to handle rate probing
36374         (bug #120883)
36375         * sys/oss/gstosselement.h: same
36376         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
36377         Use rate probing provided by osselement.
36378         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
36379
36380 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36381
36382         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
36383         (gst_xvidenc_get_property):
36384           ulong/int mess-up.
36385
36386 2004-03-24  David Schleef  <ds@schleef.org>
36387
36388         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
36389         (gst_speexdec_init):
36390         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
36391         (gst_speexenc_init):  Create the pad template correctly (from
36392         the static pad template, not a NULL pointer.)
36393
36394 2004-03-25  Benjamin Otte  <otte@gnome.org>
36395
36396         * gst/debug/Makefile.am:
36397         * gst/debug/breakmydata.c:
36398           add element that quasi-randomly changes bytes in the stream.
36399           Intended use is robustness checking of demuxers and decoders in
36400           media tests.
36401
36402 2004-03-24  Benjamin Otte  <otte@gnome.org>
36403
36404         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
36405         (gst_alsa_probe_hw_params):
36406         * ext/alsa/gstalsa.h:
36407           debugging output fixes
36408
36409 2004-03-24  Benjamin Otte  <otte@gnome.org>
36410
36411         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
36412           don't g_return_if_fail if element is PLAYING, fail silently as every
36413           other element.
36414         * gst/effectv/gstquark.c: (gst_quarktv_chain):
36415           only fix needed for cast lvalue issues in gst-plugins
36416         * gst/volenv/gstvolenv.c: (gst_volenv_init):
36417           add proxy_getcaps
36418
36419 2004-03-24  Benjamin Otte  <otte@gnome.org>
36420
36421         * gst/level/gstlevel.c: (gst_level_init):
36422           add proxying getcaps function, so level doesn't advertise impossible
36423           caps
36424
36425 2004-03-24  David Schleef  <ds@schleef.org>
36426
36427         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36428         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
36429         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
36430         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
36431         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
36432         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
36433         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
36434         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
36435         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
36436         messages.  Divide the chunk size by the compression ratio
36437         (needed for MACE audio)
36438
36439 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36440
36441         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36442           Fix buffer overflow read error.
36443
36444 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36445
36446         * ext/alsa/gstalsa.h:
36447           Remove unused entry.
36448         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36449           Add cinepak.
36450         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
36451         (gst_videodrop_link), (gst_videodrop_chain):
36452           Fix, sort of. Was horribly broken with new capsnego. Bah...
36453
36454 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
36455
36456         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
36457         (plugin_init):
36458         Add a monkeysaudio typefind function
36459
36460 2004-03-23  Johan Dahlin  <johan@gnome.org>
36461
36462         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
36463         (gst_play_video_fixate): Check so the structure has the field
36464         before trying to fixate them, this makes it possible to have
36465         fakesinks for video and audio output without printing errors on
36466         the output console.
36467
36468 2004-03-22  David Schleef  <ds@schleef.org>
36469
36470         * sys/oss/Makefile.am:
36471         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
36472         (check_rate), (add_rate):  Rate probing test app.
36473
36474 2004-03-21  Benjamin Otte  <otte@gnome.org>
36475
36476         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
36477         (_fixate_caps_to_int), (gst_audio_convert_fixate):
36478           add a fixation function that pretty much does the right thing (fixes
36479           #137556)
36480
36481 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
36482
36483         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
36484
36485 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
36486
36487         reviewed by: Benjamin Otte  <otte@gnome.org>
36488
36489         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
36490           terminate gst_event_new_discontinuous correctly (fixes parts of
36491           #137711)
36492
36493 2004-03-19  David Schleef  <ds@schleef.org>
36494
36495         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
36496         since it doesn't depend on X, and it's part of our ABI.
36497
36498 2004-03-19  Iain <iain@prettypeople.org>
36499
36500         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
36501         is_int in the structure, not the local variable.
36502
36503 2004-03-19  David Schleef  <ds@schleef.org>
36504
36505         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
36506         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
36507         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
36508         Improvements in caps negotiation.
36509
36510 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36511
36512         * po/LINGUAS:
36513         * po/af.po:
36514           adding Afrikaans (Petri Jooste)
36515
36516 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36517
36518         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36519         (gst_ffmpegcolorspace_chain):
36520         throw error instead of g_critical (#137588)
36521
36522 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36523
36524         * Makefile.am:
36525         * configure.ac:
36526           dist common and m4 correctly
36527         * po/sv.po:
36528
36529 2004-03-17  David Schleef  <ds@schleef.org>
36530
36531         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
36532         (bug #137348)
36533
36534 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36535
36536         * po/LINGUAS:
36537         * po/sv.po:
36538           adding Swedish translation (Christian Rose)
36539
36540 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36541
36542         * Makefile.am: use release.mak
36543
36544 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36545
36546         * common/ChangeLog:
36547         * common/gst-autogen.sh:
36548           add some explanation about the version detection
36549         * configure.ac:
36550           fix X check
36551
36552 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36553
36554         * configure.ac: bump nano to 1
36555
36556 === release 0.8.0 ===
36557
36558 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36559
36560         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
36561
36562 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36563
36564         * configure.ac:
36565           update libtool version
36566         * gst-libs/gst/media-info/Makefile.am:
36567           actually use libtool version
36568
36569 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36570
36571         * configure.ac: fix speex detection to work with 1.0 but not 1.1
36572
36573 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36574
36575         * configure.ac:
36576         * gst-plugins.spec.in:
36577         * pkgconfig/Makefile.am:
36578         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
36579         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
36580         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
36581         * pkgconfig/gstreamer-libs.pc.in:
36582         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36583         * pkgconfig/gstreamer-play-uninstalled.pc.in:
36584         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
36585         * pkgconfig/gstreamer-plugins.pc.in:
36586           remove @VERSION@ from some of the pc files since core and plugins
36587           are decoupled.
36588           created gstreamer-plugins.pc as it's a better name, but keeping
36589           -libs around for now to get fixes upstream done first.
36590
36591 2004-03-15  Julien MOUTTE <julien@moutte.net>
36592
36593         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
36594         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
36595         * gst-libs/gst/play/play.h:
36596
36597 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36598
36599         * *.c, *.cc: don't mix tabs and spaces
36600
36601 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36602
36603         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
36604           use the new ffmpegcolorspace
36605         * gst-plugins.spec.in:
36606           package new colorspace and media-info
36607         * configure.ac:
36608         * pkgconfig/Makefile.am:
36609           fix some more disting issues
36610         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36611         * pkgconfig/gstreamer-media-info.pc.in:
36612           generate media-info pc files
36613
36614 2004-03-15  Johan Dahlin  <johan@gnome.org>
36615
36616         * *.h: Revert indenting
36617
36618 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36619
36620         * configure.ac:
36621           adding ffmpegcolorspace element
36622         * gst/ffmpegcolorspace/Makefile.am:
36623         * gst/ffmpegcolorspace/avcodec.h:
36624         * gst/ffmpegcolorspace/common.h:
36625         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
36626         * gst/ffmpegcolorspace/dsputil.h:
36627         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
36628         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
36629         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
36630         (gst_ffmpeg_caps_to_pix_fmt):
36631         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
36632         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36633         (gst_ffmpegcolorspace_caps_remove_format_info),
36634         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
36635         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
36636         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
36637         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
36638         (gst_ffmpegcolorspace_set_property),
36639         (gst_ffmpegcolorspace_get_property),
36640         (gst_ffmpegcolorspace_register):
36641         * gst/ffmpegcolorspace/imgconvert.c:
36642         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
36643         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
36644         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
36645         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
36646         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
36647         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
36648         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
36649         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
36650         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
36651         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
36652         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
36653         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
36654         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
36655         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
36656         (img_get_alpha_info), (deinterlace_line),
36657         (deinterlace_line_inplace), (deinterlace_bottom_field),
36658         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
36659         * gst/ffmpegcolorspace/imgconvert_template.h:
36660         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
36661         * gst/ffmpegcolorspace/mmx.h:
36662         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
36663           adding ffmpegcolorspace element supplied by Ronald after cleaning
36664           up and pulling in the right bits of upstream source.
36665           I'm sure a better C/compiler wizard could do some cleaning up (for
36666           example use GLIB's malloc stuff), but as a first pass this
36667           works very well
36668
36669 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36670
36671         * ext/alsa/gstalsa.h:
36672           I assume Ronald forgot to commit the change to have cardname
36673           as a struct member.  Expect some public spanking at the next
36674           opportunity.
36675
36676 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36677
36678         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
36679         (gst_alsa_open_audio), (gst_alsa_close_audio):
36680         * ext/alsa/gstalsa.c:
36681           Don't open the device if we're a mixer (= padless).
36682         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
36683         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
36684         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
36685           Open mixer during state change rather than during object
36686           initialization. Also, get a device name. Currently in a somewhat
36687           hackish fashion, but I didn't really find something better.
36688
36689 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36690
36691         * *.c, *.h: run gst-indent
36692
36693 2004-03-14  Benjamin Otte  <otte@gnome.org>
36694
36695         * gst/modplug/gstmodplug.cc:
36696         * gst/modplug/gstmodplug.h:
36697           set correct timestamps on outgoing buffers
36698
36699 2004-03-14  Benjamin Otte  <otte@gnome.org>
36700
36701         * gst/modplug/gstmodplug.cc:
36702           handle events - don't do crap when a discont arrives that's not
36703           necessary
36704           This allows correct loading and playback of mods in Rhythmbox
36705
36706 2004-03-14  Benjamin Otte  <otte@gnome.org>
36707
36708         * configure.ac:
36709         * gst-libs/gst/gconf/Makefile.am:
36710         * pkgconfig/Makefile.am:
36711           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
36712           they get rebuilt properly
36713         * configure.ac:
36714           when checking for vorbis, try pkgconfig first.
36715         * gst/modplug/gstmodplug.cc:
36716           add fixate function
36717
36718 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36719
36720         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
36721           Fix for obvious mistake, where we first shift the offset and then
36722           read a samplesize element assuming the old offset. Note that this
36723           part still has something weird, i.e. my movies containing those
36724           don't actually play well, but at least there's something that looks
36725           like sound now.
36726
36727 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
36728         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
36729         (plugin_init):
36730         Add a typefind function for speex format
36731
36732 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36733
36734         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
36735         (gst_asf_demux_setup_pad):
36736           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
36737           instead of 0. Reason is simple: some elements have a fps range
36738           of 1-max instead of 0-max. So now ASF video actually works.
36739
36740 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36741
36742         * po/LINGUAS:
36743         * po/sr.po:
36744           adding serbian as a language
36745
36746 2004-03-13  Benjamin Otte  <otte@gnome.org>
36747
36748         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
36749           return taglist correctly from _get function, don't gst_pad_push it.
36750           (fixes #137042)
36751
36752 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
36753         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36754
36755 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36756
36757         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
36758         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
36759         (gst_alsa_mixer_track_new):
36760         * ext/alsa/gstalsamixertrack.h:
36761           Fix ancient leftovers... MixerTrack is a GObject.
36762
36763 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36764
36765         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36766         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
36767           Don't block during probing...
36768
36769 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36770
36771         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
36772         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
36773         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
36774         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
36775         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
36776         (gst_alsa_open_audio), (gst_alsa_close_audio):
36777         * ext/alsa/gstalsa.h:
36778           Add propertyprobe interface implementation, add some device-name
36779           property, all this so that it looks good in gnome-volume-control.
36780
36781 2004-03-12  David Schleef  <ds@schleef.org>
36782
36783         * configure.ac: the Hermes library controls hermescolorspace, not
36784         colorspace.
36785         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
36786         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
36787         not /* */
36788         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
36789         * ext/sdl/sdlvideosink.h: ditto.
36790         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
36791
36792 2004-03-12  Benjamin Otte  <otte@gnome.org>
36793
36794         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
36795         (gst_x_overlay_got_xwindow_id):
36796         * gst-libs/gst/xoverlay/xoverlay.h:
36797           replace XID with unsigned long to get rid of the xlibs dependency in
36798           XOverlay (fixes #137004)
36799
36800 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
36801         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
36802         (gst_agingtv_setup):
36803         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
36804         (gst_dicetv_base_init), (gst_dicetv_class_init),
36805         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
36806         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
36807         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
36808         (gst_edgetv_setup), (gst_edgetv_rgb32):
36809         * gst/effectv/gsteffectv.c:
36810         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
36811         (gst_quarktv_set_property):
36812         * gst/effectv/gstrev.c: (gst_revtv_get_type),
36813         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
36814         (gst_revtv_setup), (gst_revtv_rgb32):
36815         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
36816         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
36817         (gst_shagadelictv_init), (gst_shagadelictv_setup),
36818         (gst_shagadelictv_rgb32):
36819         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
36820         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
36821         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
36822         * gst/effectv/gstwarp.c:
36823         Port everything that can be ported to videofilter and fix up the caps.
36824         Can someone with a big-endian machine please check these?
36825
36826 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36827
36828         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
36829         (gst_osssink_chain), (gst_osssink_change_state):
36830           Latest fixes for A/V sync, audio playback and such. This is about
36831           all... MPEG playback issues are mostly related to the async build-
36832           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
36833
36834 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
36835
36836         patch from: Stephane Loeuillet
36837
36838         * configure.ac:
36839           use pkg-config for some libraries, falling back to the old .m4 way
36840           (fixes #131270)
36841         * m4/libdv.m4:
36842           removed
36843
36844 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
36845
36846         * configure.ac:
36847         * tools/Makefile.am:
36848         * tools/Makefile.in:
36849         * tools/gst-launch-ext-m.m:
36850         * tools/gst-launch-ext.1.in:
36851         * tools/gst-visualise-m.m:
36852         * tools/gst-visualise.1:
36853         * tools/gst-visualise.1.in:
36854           reorganizing generation of script tools
36855
36856 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36857
36858         * ext/divx/gstdivxdec.c:
36859           Downgrade priority. We prefer ffdec_mpeg4.
36860         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
36861         (gst_faad_chain), (gst_faad_change_state):
36862           Fix capsnego. Doesn't work for some sounds because we don't have
36863           a 5:1 to stereo element.
36864         * ext/xvid/gstxvid.c: (plugin_init):
36865           Add priority.
36866         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
36867         (gst_osssink_change_state):
36868           Add discont handling.
36869
36870 2004-03-09  Colin Walters  <walters@verbum.org>
36871
36872         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
36873         conversion.
36874
36875 2004-03-09  Benjamin Otte  <otte@gnome.org>
36876
36877         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
36878           the signals take 2 arguments
36879
36880 2004-03-09  David Schleef  <ds@schleef.org>
36881
36882         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
36883         (gst_alsa_fixate): Add fixate function.  (bug #136686)
36884         * ext/alsa/gstalsa.h:
36885         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
36886
36887 2004-03-09  Benjamin Otte  <otte@gnome.org>
36888
36889         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
36890         (gst_mikmod_change_state):
36891         * ext/mikmod/gstmikmod.h:
36892           make mikmod's loop function not loop infinitely and call
36893           gst_element_yield anymore
36894         * gst/modplug/gstmodplug.cc:
36895           fix pad negotiation (fixes #136590)
36896
36897 2004-03-09  David Schleef  <ds@schleef.org>
36898
36899         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
36900         doesn't conflict with the internal colorspace plugin.
36901         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
36902         satisfy the crappy-ass shell shipped by a certain vendor.
36903         * gst/videofilter/make_filter: same (bug #135299)
36904
36905 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36906
36907         * configure.ac: bump nano to 1
36908
36909 === release 0.7.6 ===
36910
36911 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36912
36913         * configure.in: releasing 0.7.6, "There"
36914
36915 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36916
36917         * pkgconfig/gstreamer-play-uninstalled.pc.in:
36918         * pkgconfig/gstreamer-play.pc.in:
36919           synchronize the two
36920
36921 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36922
36923         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
36924         (cdparanoia_open), (cdparanoia_event):
36925           fix/add error handling
36926         * po/POTFILES.in:
36927           add cdparanoia source
36928         * tools/Makefile.am:
36929           make scripts executable
36930
36931 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36932
36933         * configure.ac:
36934         * ext/vorbis/Makefile.am:
36935         * sys/Makefile.am:
36936           remove id3types, vorbisfile and xvideosink from the build (#133783)
36937
36938 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36939
36940         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
36941           Fix metadata read crash (#136537).
36942
36943 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
36944
36945         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
36946         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
36947           adding mime types, fixing the one-stop function
36948
36949 2004-03-08  Christian Schaller <Uraeus@gnome.org>
36950
36951         * ext/nas/nassink.c and /ext/nas/nassink.h:
36952         More NAS love from Arwed von Merkatz
36953         So lets all sing 'Can you feel the NAS tonight'
36954
36955 2004-03-08  Christian Schaller <Uraeus@gnome.org>
36956
36957         * tools/gst-launch-ext.in:
36958         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
36959
36960 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
36961
36962         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
36963         (gst_mpeg2dec_init):
36964         remove the user_data pad for now, because it is being used in
36965         fixating causing MPEG playback to fixate on 1000 Hz for playback.
36966         If someone knows how to fix this properly, please do.
36967
36968 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
36969
36970         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
36971         (gst_osssink_get_time):
36972         add a warning, IMO this won't get triggered anymore, remove later
36973
36974 2004-03-07  David Schleef  <ds@schleef.org>
36975
36976         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
36977         format (bug #136470)
36978
36979 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36980
36981         * gst-libs/Makefile.am:
36982         * gst-libs/gst/media-info/Makefile.am:
36983         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
36984         (error_callback), (gst_media_info_error_create),
36985         (gst_media_info_error_element), (gmip_init), (gmip_reset),
36986         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
36987         * gst-libs/gst/media-info/media-info-priv.h:
36988         * gst-libs/gst/media-info/media-info-test.c: (main):
36989         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
36990         (gst_media_info_class_init), (gst_media_info_instance_init),
36991         (gst_media_info_set_source), (gst_media_info_read_with_idler),
36992         (gst_media_info_read_idler), (gst_media_info_read):
36993         * gst-libs/gst/media-info/media-info.h:
36994         fixed, should work now
36995
36996 2004-03-07  Christian Schaller <Uraeus@gnome.org>
36997
36998         * ext/nas/nassink.c:
36999         A bunch of NAS fixes from Arwed von Merkatz
37000
37001 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37002
37003         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
37004         (qtdemux_parse_trak):
37005           Fix crash (j might be greater than n_samples, in which case we're
37006           writing outside the allocated space for the array) and memleak.
37007
37008 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37009
37010         * sys/oss/gstosssink.c: (gst_osssink_chain):
37011           And another caller that couldn't handle delay < 0 (unsigned
37012           integer overflow). Video now continues playing on an audio
37013           buffer underrun, and the clock continues working. Audio still
37014           stalls.
37015
37016 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37017
37018         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37019         (gst_osssink_get_time):
37020           get_delay() may return values lower than 0. In those cases, we
37021           should not actually cast to *unsigned* int64, that will break
37022           stuff horribly. In my case, it screwed up A/V sync in movies
37023           in totem rather badly.
37024
37025 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37026
37027         * ext/faac/gstfaac.c: (gst_faac_chain):
37028         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37029         * ext/libpng/gstpngenc.c: (user_write_data):
37030         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
37031         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
37032         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
37033         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37034         Fix several misuse of gst_buffer_merge (it doesn't take ownership
37035         of any buffer), should fix some leaks. I hope I didn't unref buffers
37036         that shouldn't be...
37037
37038 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37039
37040         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
37041         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
37042         (error_callback), (gmi_reset), (gmi_seek_to_track),
37043         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
37044         (gmip_find_type_post), (gmip_find_stream_post),
37045         (gmip_find_track_streaminfo_post):
37046         * gst-libs/gst/media-info/media-info-priv.h:
37047         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
37048         (info_print), (main):
37049         * gst-libs/gst/media-info/media-info.c:
37050         (gst_media_info_error_create), (gst_media_info_error_element),
37051         (gst_media_info_instance_init), (gst_media_info_get_property),
37052         (gst_media_info_new), (gst_media_info_set_source),
37053         (gst_media_info_read_idler), (gst_media_info_read):
37054         * gst-libs/gst/media-info/media-info.h:
37055           first pass at making this work again.  This seems to work on
37056           tagged ogg/vorbis and mp3 files.
37057
37058 2004-03-06  Benjamin Otte  <otte@gnome.org>
37059
37060         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37061           fix huge leak: gst_buffer_merge doesn't unref the first argument
37062           itself.
37063
37064 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37065
37066         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
37067           report layer/mode/emphasis
37068
37069 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37070
37071         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
37072
37073 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37074
37075         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
37076           signal serial
37077
37078 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37079
37080         * ext/vorbis/vorbis.c: (plugin_init):
37081         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
37082         (gst_vorbis_dec_init), (vorbis_dec_event):
37083         add debug category
37084         make vorbisdec handle _BYTE and _TIME queries
37085
37086 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37087
37088         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
37089           from the xing header
37090
37091 2004-03-06  Benjamin Otte  <otte@gnome.org>
37092
37093         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
37094         (gst_audio_convert_link), (gst_audio_convert_change_state),
37095         (gst_audio_convert_buffer_from_default_format):
37096           do conversions from/to float correctly, fix some caps nego errors,
37097           export correct supported caps in template and getcaps, use correct
37098           caps in try_set_caps functions
37099
37100 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37101
37102         For some reason, I only committed a ChangeLog entry yesterday and
37103         not the corresponding code...
37104         * ext/mad/gstmad.c: Fix detection of Xing headers
37105         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37106
37107 2004-03-06  Benjamin Otte  <otte@gnome.org>
37108
37109         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
37110         (gst_ogg_demux_src_query):
37111           make sure to handle the case where there's no current chain
37112           gracefully.
37113
37114 2004-03-05  David Schleef  <ds@schleef.org>
37115
37116         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
37117         Add fixate function. (bug #131128)
37118         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
37119         (gst_sdlvideosink_fixate):  Add fixate function.
37120         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37121         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
37122         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
37123         Fix missing break that was causing ulaw to be interpreted as
37124         raw int.
37125
37126 2004-03-05  David Schleef  <ds@schleef.org>
37127
37128         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37129         Fix code that ignores return value of gst_buffer_merge().
37130         (bug #114560)
37131         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
37132         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
37133         * testsuite/gst-lint:  Check for above.
37134
37135 2004-03-05  David Schleef  <ds@schleef.org>
37136
37137         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
37138         caps and throw an element error.  (bug #136334)
37139
37140 2004-03-05  David Schleef  <ds@schleef.org>
37141
37142         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
37143         (gst_faad_chain): Fix negotiation.
37144         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
37145         key and button events.
37146         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
37147         dung heap of code.
37148         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
37149         depends on gconf
37150         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
37151         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37152         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
37153         function to encourage better negotiation, particularly between
37154         audioconvert and osssink.
37155         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37156         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
37157         more important.
37158         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
37159         typefinding.
37160         * gst/vbidec/vbiscreen.c:  Add glib header
37161         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
37162
37163 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
37164
37165         * ext/mad/gstmad.c: Fix detection of Xing headers
37166         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37167
37168 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37169
37170         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37171         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
37172           debug updates
37173
37174 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37175
37176         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37177         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
37178         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
37179         files, and report the parsed length as a GST_TAG_DURATION tag.
37180         * gst/tags/gstid3tag.c: support TLEN (duration) tag
37181
37182 2004-03-05  Benjamin Otte  <otte@gnome.org>
37183
37184         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
37185           convert channels correctly. convert correctly to unsigned.
37186
37187 2004-03-05  Julien MOUTTE <julien@moutte.net>
37188
37189         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
37190         we have a window before clearing it.
37191
37192 2004-03-05  Julien MOUTTE <julien@moutte.net>
37193
37194         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
37195         have a window before clearing it.
37196
37197 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37198
37199         * gconf/gstreamer.schemas.in:
37200         * gst-libs/gst/gconf/Makefile.am:
37201           version installation path the same way as for 0.6
37202         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37203         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37204         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37205           remove comment that was fixed
37206
37207 2004-03-05  David Schleef  <ds@schleef.org>
37208
37209         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
37210         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
37211         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
37212         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
37213         Add prototype code for handling seeking and querying.
37214
37215 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37216
37217         * examples/gstplay/player.c: (main):
37218           Initialize variables to NULL. Prevents a segfault because the
37219           (uninitialized) variable is not NULL, resulting in a crash on
37220           trying to reach error->message.
37221
37222 2004-03-05  Benjamin Otte  <otte@gnome.org>
37223
37224         * gst/audioconvert/gstaudioconvert.c:
37225         (gst_audio_convert_buffer_to_default_format):
37226         make float=>int conversion work correctly even in cornercases.
37227
37228 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
37229
37230         * debian/README.Debian:
37231         * debian/build-deps:
37232         * debian/changelog:
37233         * debian/control:
37234         * debian/control.in:
37235         * debian/copyright:
37236         * debian/gstreamer-a52dec.files:
37237         * debian/gstreamer-aa.files:
37238         * debian/gstreamer-alsa.files:
37239         * debian/gstreamer-alsa.manpages:
37240         * debian/gstreamer-arts.files:
37241         * debian/gstreamer-artsd.files:
37242         * debian/gstreamer-audiofile.files:
37243         * debian/gstreamer-avifile.files:
37244         * debian/gstreamer-cdparanoia.files:
37245         * debian/gstreamer-colorspace.files:
37246         * debian/gstreamer-doc.files:
37247         * debian/gstreamer-dv.files:
37248         * debian/gstreamer-dvd.files:
37249         * debian/gstreamer-esd.files:
37250         * debian/gstreamer-festival.files:
37251         * debian/gstreamer-flac.files:
37252         * debian/gstreamer-gconf.conffiles:
37253         * debian/gstreamer-gconf.files:
37254         * debian/gstreamer-gconf.postinst:
37255         * debian/gstreamer-gnomevfs.files:
37256         * debian/gstreamer-gsm.files:
37257         * debian/gstreamer-http.files:
37258         * debian/gstreamer-jack.files:
37259         * debian/gstreamer-jpeg.files:
37260         * debian/gstreamer-mad.files:
37261         * debian/gstreamer-mikmod.files:
37262         * debian/gstreamer-misc.files:
37263         * debian/gstreamer-mpeg2dec.files:
37264         * debian/gstreamer-oss.files:
37265         * debian/gstreamer-plugin-apps.files:
37266         * debian/gstreamer-plugin-apps.manpages:
37267         * debian/gstreamer-plugin-libs-dev.files:
37268         * debian/gstreamer-plugin-libs.files:
37269         * debian/gstreamer-plugin-template.postinst:
37270         * debian/gstreamer-plugin-template.postrm:
37271         * debian/gstreamer-sdl.files:
37272         * debian/gstreamer-sid.files:
37273         * debian/gstreamer-vorbis.files:
37274         * debian/gstreamer-x.files:
37275         * debian/mk.control:
37276         * debian/rules:
37277         Debian package info not maintained here.
37278
37279 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37280
37281         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
37282         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
37283         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
37284         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
37285         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
37286         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
37287         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
37288         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
37289         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
37290         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
37291         * gst-libs/gst/colorbalance/colorbalance.c:
37292         (gst_color_balance_class_init):
37293         * gst-libs/gst/colorbalance/colorbalancechannel.c:
37294         (gst_color_balance_channel_class_init):
37295         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37296         * gst-libs/gst/play/play.c: (gst_play_class_init):
37297         * gst-libs/gst/propertyprobe/propertyprobe.c:
37298         (gst_property_probe_iface_init):
37299         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
37300         * gst-libs/gst/tuner/tunerchannel.c:
37301         (gst_tuner_channel_class_init):
37302         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
37303         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
37304         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
37305         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
37306         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
37307         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
37308         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
37309         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
37310         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
37311           fix signals to use - instead of _
37312         * ext/libcaca/gstcacasink.h:
37313         * ext/sdl/sdlvideosink.h:
37314           fix header rename
37315
37316 2004-03-04  David Schleef  <ds@schleef.org>
37317
37318         * testsuite/gst-lint:  Add a check for bad signal names.
37319
37320 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
37321
37322         reviewed by David Schleef
37323
37324         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
37325         modified the alpha channel and caused a warning. (bug #136192)
37326
37327 2004-04-03  Christian Schaller <Uraeus@gnome.org>
37328
37329         * gst-plugins.spec.in:
37330         Change names of plugins to actually be correct. Try to keep things
37331         alphabetical to avoid getting beat up by Thomas
37332
37333 2004-03-03  Julien MOUTTE <julien@moutte.net>
37334
37335         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
37336         Using ximagesink as a default if no gconf key found. We should
37337         probably consider using alsasink instead of osssink for the audio
37338         part.
37339
37340 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37341
37342         * configure.ac:
37343           fix --with-plugins, don't think it ever worked before
37344         * gst-plugins.spec.in:
37345           even more updates
37346
37347 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37348
37349         * ext/sdl/sdlvideosink.h:
37350         * sys/ximage/ximagesink.h:
37351         * sys/xvideo/xvideosink.h:
37352         * sys/xvimage/xvimagesink.h:
37353           Fix for move of gstvideosink.h -> videosink.h.
37354
37355 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37356
37357         * gst-libs/gst/xwindowlistener/Makefile.am:
37358           this is a plugin library, not a library
37359
37360 2004-03-01  David Schleef  <ds@schleef.org>
37361
37362         * AUTHORS:  Added some names.  Add yourself if you're still
37363         missing.
37364
37365 2004-03-01  David Schleef  <ds@schleef.org>
37366
37367         * MAINTAINERS: Add
37368
37369 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37370
37371         * gst-plugins.spec.in: clean up spec file
37372
37373 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37374
37375         * gst-libs/gst/video/Makefile.am:
37376         * gst-libs/gst/video/gstvideosink.c:
37377         * gst-libs/gst/video/gstvideosink.h:
37378           rename gstvideosink.h to videosink.h to match other headers
37379         * gst/mixmatrix/Makefile.am:
37380           fix plugin filename
37381         * gst/tags/Makefile.am: fix plugin filename
37382
37383 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37384
37385         * gst/tags/Makefile.am: fix plugin filename
37386
37387 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37388
37389         * examples/gstplay/player.c: (got_time_tick), (main):
37390           add error handler
37391           display time_tick more readably
37392         * gst/mixmatrix/Makefile.am:
37393           fix plugin file name
37394
37395 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
37396
37397         * sys/oss/gstosselement.c: (gst_osselement_probe),
37398         (device_combination_append), (gst_osselement_class_probe_devices):
37399         * sys/oss/gstosselement.h:
37400           Reworked enumeration of oss dsps and mixers so that gst-mixer works
37401           on my system using alsa oss emulation, fixes bug #135597
37402
37403 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37404
37405         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
37406         (gst_videodrop_chain), (gst_videodrop_change_state):
37407         * gst/videodrop/gstvideodrop.h:
37408           Work based on timestamp of input data, not based on the expected
37409           framerate from the input. The consequence is that this element now
37410           not only scales framerates, but also functions as a framerate
37411           corrector or framerate stabilizer/constantizer.
37412
37413 2004-02-27  David Schleef  <ds@schleef.org>
37414
37415         patches from jmmv@menta.net (Julio M. Merino Vidal)
37416
37417         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
37418         GST_ELEMENT_ERROR call (bug #135634)
37419         * gst/interleave/interleave.c: (interleave_buffered_loop),
37420         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
37421         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
37422         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37423         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
37424         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
37425         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
37426         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
37427         Fix GST_ELEMENT_ERROR call.
37428         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
37429         GST_ELEMENT_ERROR call.
37430
37431 2004-02-27  Benjamin Otte  <otte@gnome.org>
37432
37433         * gst-libs/gst/audio/audio.h:
37434           add macro to make sure header isn't included twice
37435         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
37436           don't use gst_buffer_free
37437         * gst/playondemand/filter.func:
37438           don't use gst_data_free. Free data only once.
37439
37440 2004-02-26  David Schleef  <ds@schleef.org>
37441
37442         * gst-libs/gst/colorbalance/Makefile.am:
37443         * gst-libs/gst/mixer/Makefile.am:
37444         * gst-libs/gst/tuner/Makefile.am:
37445         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
37446         should not be disted, -marshal.h files should not be installed,
37447         and -enum.h files _should_ be installed.  Fix to make this the
37448         case.
37449
37450 === release 0.7.5 ===
37451
37452 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
37453
37454         * configure.ac: release 0.7.5, "Under The Sea"
37455
37456 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37457
37458         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37459         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
37460         * gst/videoscale/gstvideoscale.c:
37461         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
37462           assorted debug/warning fixes
37463
37464 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37465
37466         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
37467         (gst_videoscale_init), (gst_videoscale_chain),
37468         (gst_videoscale_set_property), (plugin_init):
37469         * gst/videoscale/gstvideoscale.h:
37470         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
37471         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
37472         (gst_videoscale_planar400), (gst_videoscale_packed422),
37473         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
37474         (gst_videoscale_24bit), (gst_videoscale_16bit),
37475         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
37476         (gst_videoscale_scale_plane_slow),
37477         (gst_videoscale_scale_point_sample),
37478         (gst_videoscale_scale_nearest),
37479         (gst_videoscale_scale_nearest_str2),
37480         (gst_videoscale_scale_nearest_str4),
37481         (gst_videoscale_scale_nearest_32bit),
37482         (gst_videoscale_scale_nearest_24bit),
37483         (gst_videoscale_scale_nearest_16bit):
37484         add debugging category and use it properly
37485         fix use of GST_PTR_FORMAT
37486
37487 2004-02-25  Andy Wingo  <wingo@pobox.com>
37488
37489         * gst/interleave/interleave.c (interleave_buffered_loop): Always
37490         push only when channel->buffer is NULL. Prevents segfaults doing
37491         the state change after a nonlocal exit, like a scheme exception.
37492
37493         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
37494         Handle the case where the intersected caps is empty.
37495
37496 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37497
37498         * gst/law/mulaw-decode.c: (mulawdec_link):
37499         * gst/law/mulaw.c: (plugin_init):
37500           fix mulawdec so it actually works again
37501
37502 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
37503
37504         reviewed by: David Schleef  <ds@schleef.org>
37505
37506         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
37507         (gst_gamma_init), (gst_gamma_set_property),
37508         (gst_gamma_get_property), (gst_gamma_calculate_tables),
37509         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
37510         for RGB, with separate r g and b correction factors. (#131167)
37511
37512 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
37513
37514         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
37515           only signal tags for bitrate if they're > 0 (#134894)
37516
37517 2004-02-24  David Schleef  <ds@schleef.org>
37518
37519         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
37520         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
37521         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
37522         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
37523         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
37524         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
37525         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
37526         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
37527         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
37528         category.  Attempt to fix timestamp calculation.
37529
37530 2004-02-24  Johan Dahlin  <johan@gnome.org>
37531
37532         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
37533
37534 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
37535
37536         * configure.ac:
37537         * gconf/Makefile.am:
37538         * gconf/gstreamer.schemas:
37539         * gst-libs/gst/gconf/Makefile.am:
37540         * gst-libs/gst/gconf/gconf.c:
37541           version gconf schemas and install locations
37542
37543 2004-02-23  Benjamin Otte  <otte@gnome.org>
37544
37545         * ext/xine/xineinput.c: (gst_xine_input_dispose):
37546         (gst_xine_input_subclass_init):
37547           call parent dispose.
37548           change pad template for CD reader correctly
37549         * ext/xine/Makefile.am:
37550         * ext/xine/gstxine.h:
37551         * ext/xine/xine.c: (plugin_init):
37552         * ext/xine/xineaudiosink.c:
37553           wrap audio sinks, too
37554         * gst-libs/gst/resample/private.h:
37555         * gst-libs/gst/resample/resample.c: (gst_resample_init),
37556         (gst_resample_reinit), (gst_resample_scale),
37557         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
37558         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
37559         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
37560         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
37561         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
37562         * gst-libs/gst/resample/resample.h:
37563         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
37564         (gst_audioscale_class_init), (gst_audioscale_link),
37565         (gst_audioscale_get_buffer), (gst_audioscale_init),
37566         (gst_audioscale_chain), (gst_audioscale_set_property),
37567         (gst_audioscale_get_property):
37568         * gst/audioscale/gstaudioscale.h:
37569           s/resample_*/gst_resample_*/i to not clobber namespaces
37570
37571 2004-02-23  Julien MOUTTE  <julien@moutte.net>
37572
37573         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
37574         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
37575         (gst_riff_create_video_template_caps),
37576         (gst_riff_create_audio_template_caps),
37577         (gst_riff_create_iavs_template_caps):
37578         * gst-libs/gst/riff/riff-media.h:
37579         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
37580         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
37581         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
37582         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
37583         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
37584         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
37585         (gst_matroska_demux_plugin_init): First batch implementing audio and
37586         video codec tags in demuxers.
37587
37588 2004-02-22  Benjamin Otte  <otte@gnome.org>
37589
37590         * ext/xine/Makefile.am:
37591         * ext/xine/gstxine.h:
37592         * ext/xine/xine.c: (plugin_init):
37593         * ext/xine/xineinput.c:
37594           add input plugin wrapper. Playback from files, http, mms and cdda
37595           works.
37596         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
37597           remove leftover G_GNUC_UNUSED
37598         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
37599         (gst_asf_demux_identify_guid):
37600           improve debugging output
37601
37602 2004-02-22  Benjamin Otte  <otte@gnome.org>
37603
37604         reported by: Padraig O'Briain <padraig.obriain@sun.com>
37605
37606         * autogen.sh:
37607           replace test -e with test -x for mkinstalldirs to be more portable.
37608           (fixes #134816)
37609
37610 2004-02-22  Benjamin Otte  <otte@gnome.org>
37611
37612         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
37613
37614         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
37615           set rank to PRIMARY
37616         * gst/volume/gstvolume.c: (plugin_init):
37617           set rank to NONE
37618         fixes #134960
37619
37620 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
37621
37622         reviewed by Benjamin Otte  <otte@gnome.org>
37623
37624         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
37625           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
37626
37627 2004-02-22  Benjamin Otte  <otte@gnome.org>
37628
37629         * configure.ac:
37630           export [_]*{gst,Gst,GST}.* symbols from plugins
37631
37632 2004-02-22  Christophe Fergeau <teuf@gnome.org>
37633
37634         reviewed by: Benjamin Otte  <otte@gnome.org>
37635
37636         * ext/lame/gstlame.c: (add_one_tag):
37637         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37638         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
37639         (gst_vorbisenc_metadata_set1):
37640         * gst/tags/gstid3tag.c:
37641         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
37642           apply fixes from bugs #135042 (lame can't write tags) and #133817
37643           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
37644
37645 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
37646
37647         * configure.ac: Export only gst_plugin_desc from plugins.
37648          Note that this change only makes any effect with Linux using libtool
37649          1.5.2 or higher. Otherwise it is silently ignored, but it would build
37650          fine. And don't try to have several versions of libtool in different
37651          directories.
37652
37653 2004-02-20  Andy Wingo  <wingo@pobox.com>
37654
37655         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
37656         interleave respectively.
37657
37658         * gst/interleave/deinterleave.c: New plugin: deinterleave
37659         (replaces on oneton).
37660         * gst/interleave/interleave.c: New plugin: interleave.
37661         * gst/interleave/plugin.h: Support file.
37662         * gst/interleave/plugin.c: Support file.
37663
37664         * configure.ac: Remove intfloat and oneton, add interleave.
37665
37666         * ext/sndfile/gstsf.c: Handle events better.
37667
37668         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
37669         and float2int operation. int2float has scheduling problems as
37670         noted in in2float_chain.
37671
37672 2004-02-20  Benjamin Otte  <otte@gnome.org>
37673
37674         * ext/xine/Makefile.am:
37675         * ext/xine/gstxine.h:
37676         * ext/xine/xine.c:
37677         * ext/xine/xineaudiodec.c:
37678         * ext/xine/xinecaps.c:
37679           add first version of xine plugin wrapper. Currently only wraps the
37680           QDM2 win32 DLL, and even that only in proof-of-concept quality.
37681         * configure.ac:
37682         * ext/Makefile.am:
37683           add xine plugin wrapper, disabled by default. Use --enable-xine to
37684           build. Note that it'll segfault on gst-register if you don't remove
37685           the goom and tvtime post plugins from xine.
37686         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
37687         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
37688           add extradata parsing for QDM2.
37689           change around debugging prints.
37690
37691 2004-02-19  Benjamin Otte  <otte@gnome.org>
37692
37693         * ext/lame/gstlame.c: (gst_lame_chain):
37694         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
37695           use gst_tag_list_insert when you want to insert tags
37696
37697 2004-02-18  David Schleef  <ds@schleef.org>
37698
37699         * configure.ac:  Move massink to gst-rotten
37700         * ext/Makefile.am:
37701         * ext/mas/Makefile.am:
37702         * ext/mas/massink.c:
37703         * ext/mas/massink.h:
37704
37705 2004-02-18  David Schleef  <ds@schleef.org>
37706
37707         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
37708         typefinding, since it seems to be worse than nothing.
37709         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
37710         atom to recognize .mp4 and .m4a files as video/quicktime.
37711
37712 2004-02-18  David Schleef  <ds@schleef.org>
37713
37714         * gst/sine/demo-dparams.c: (quit_live),
37715         (dynparm_log_value_changed), (dynparm_value_changed), (main):
37716         Use double dparams, not float.
37717         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
37718         (gst_sinesrc_init): Change sync default to FALSE, since multiple
37719         sync'd elements don't really work correctly.
37720         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
37721         (volume_update_volume), (volume_get_property):  Change dparam
37722         to double.
37723
37724 2004-02-18  Julien MOUTTE  <julien@moutte.net>
37725
37726         * sys/ximage/ximagesink.c:
37727         (gst_ximagesink_xwindow_update_geometry),
37728         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
37729         (gst_ximagesink_change_state), (gst_ximagesink_expose),
37730         (gst_ximagesink_init): Rework the way software video scaling works. So
37731         now we check on each chain call if the video frames are feeling the
37732         window. If not we try to renegotiate caps. On failure we memorize that
37733         and we won't try again for that PLAYING sessions.
37734         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
37735         failure.
37736         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
37737         synchronous flag.
37738
37739 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37740
37741         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
37742           break up _link so we can give a better debug message for errors
37743
37744 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37745
37746         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
37747           set up debug category
37748
37749 2004-02-18  Julien MOUTTE <julien@moutte.net>
37750
37751         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
37752         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
37753         the way renegotiation work. The event handling function is not taking
37754         care of external windows and renegotiate method check for pad flags
37755         NEGOTIATING. Should fix : #133209
37756
37757 2004-02-17  Julien MOUTTE  <julien@moutte.net>
37758
37759         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
37760         pad is negotiating before trying renegotiation.
37761
37762 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37763
37764         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
37765           pass on all possible mime types as typefind hints
37766
37767 2004-02-17  Julien MOUTTE <julien@moutte.net>
37768
37769         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
37770         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
37771         possible SHM leak if we crash. All other apps using XShm are doing
37772         that.
37773
37774 2004-02-17  Julien MOUTTE  <julien@moutte.net>
37775
37776         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
37777         (gst_ximagesink_expose): Renegotiate size on expose.
37778         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
37779         size on expose.
37780
37781 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37782
37783         * testsuite/alsa/sinesrc.c:
37784           cosmetic fix to fix compile issue with gcc 2.95.4
37785
37786 2004-02-16  Julien MOUTTE <julien@moutte.net>
37787
37788         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
37789         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
37790         failed opening the audio device.
37791         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
37792         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
37793         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
37794         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
37795         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
37796         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
37797         (gst_ximagesink_change_state), (gst_ximagesink_chain),
37798         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
37799         Removing some useless g_return_if_fail like wingo suggested.
37800         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
37801         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
37802         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
37803         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
37804         (gst_xvimagesink_update_colorbalance),
37805         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
37806         (gst_xvimagesink_xcontext_clear),
37807         (gst_xvimagesink_get_fourcc_from_caps),
37808         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
37809         (gst_xvimagesink_set_xwindow_id),
37810         (gst_xvimagesink_colorbalance_list_channels),
37811         (gst_xvimagesink_colorbalance_set_value),
37812         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
37813         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
37814
37815 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37816
37817         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37818           throw error when not negotiated instead of asserting
37819
37820 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37821
37822         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
37823         correct data refcounting.
37824
37825 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37826
37827         * gst/switch/gstswitch.c: (gst_switch_change_state),
37828         (gst_switch_class_init): Cleaning the sinkpads correctly on state
37829         change, mostly the EOS flag.
37830
37831 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37832
37833         * examples/gstplay/player.c: (got_eos), (main): Adding some
37834         output for debugging.
37835         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
37836         timeouts if we go to any state different from PLAYING.
37837         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
37838         more EOS bugs in riff lib.
37839
37840 2004-02-14  Julien MOUTTE  <julien@moutte.net>
37841
37842         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
37843         visualization until i find a way to fix switch correctly.
37844         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
37845         EOS arrives.
37846         * gst/switch/gstswitch.c: (gst_switch_release_pad),
37847         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
37848         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
37849         Reworked switch to get a more correct behaviour with events and refing
37850         of data stored in sinkpads.
37851         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
37852         we don't pull from a pad in EOS.
37853
37854 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37855
37856         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37857           remove v1 tag even if we can't read it (makes sure we don't detect
37858           it again)
37859
37860 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37861
37862         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
37863         (gst_alsa_xrun_recovery):
37864         * ext/alsa/gstalsa.h:
37865           try xrun recovery when wait failed. Make xrun recovery function
37866           return TRUE/FALSE to indicate success. (might fix #134354)
37867
37868 2004-02-13  David Schleef  <ds@schleef.org>
37869
37870         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
37871         (dynparm_value_changed), (main): Convert from float to double.
37872         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
37873
37874 2004-02-13  David Schleef  <ds@schleef.org>
37875
37876         * gst/silence/gstsilence.c: (gst_silence_class_init),
37877         (gst_silence_set_clock), (gst_silence_get),
37878         (gst_silence_set_property), (gst_silence_get_property):
37879         * gst/silence/gstsilence.h: Add sync property.
37880         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
37881         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
37882         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
37883         * gst/sine/gstsinesrc.h: Add sync property.
37884
37885 2004-02-13  David Schleef  <ds@schleef.org>
37886
37887         * gst/intfloat/gstint2float.c: (conv_f32_s16),
37888         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
37889
37890 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37891
37892         * configure.ac:
37893         * ext/Makefile.am:
37894         * gst-libs/ext/Makefile.am:
37895           move ffmpeg plugin to gst-ffmpeg module
37896
37897 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37898
37899         * configure.ac: use GST_ARCH to detect architecture
37900
37901 2004-02-12  Julien MOUTTE  <julien@moutte.net>
37902
37903         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
37904
37905 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
37906
37907         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
37908           classify LADSPA plugins based on number of src/sink pads
37909           (#133663, Stefan Kost)
37910         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
37911           fix dparams registration
37912           (#133528, Stefan Kost)
37913         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
37914           fix use of isprint and use g_ascii_isprint instead
37915           (#133316, Stefan Kost)
37916
37917 2004-02-11  David Schleef  <ds@schleef.org>
37918
37919         Convert a few inner loops to use liboil.  This is currently
37920         optional, and is only enabled if liboil is present (duh!).
37921         * configure.ac: Check for liboil-0.1
37922         * gst/intfloat/Makefile.am:
37923         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
37924         (gst_int2float_chain_gint16):
37925         * gst/videofilter/Makefile.am:
37926         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
37927         (tablelookup_u8), (gst_videobalance_planar411):
37928         * gst/videotestsrc/Makefile.am:
37929         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
37930         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
37931         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
37932         (paint_hline_RGB565), (paint_hline_xRGB1555):
37933
37934 2004-02-11  David Schleef  <ds@schleef.org>
37935
37936         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
37937         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
37938         (gst_colorspace_getcaps), (gst_colorspace_link),
37939         (gst_colorspace_base_init), (gst_colorspace_init),
37940         (gst_colorspace_chain), (gst_colorspace_change_state),
37941         (plugin_init): Merge Ronald's patch (bug #117897) and update
37942         for new caps and negotiation.  Seems to work, although it
37943         shows off bugs in lcs.
37944
37945 2004-02-11  David Schleef  <ds@schleef.org>
37946
37947         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
37948         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
37949
37950 2004-02-11  David Schleef  <ds@schleef.org>
37951
37952         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
37953         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
37954         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
37955         Add server and port properties
37956
37957 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
37958
37959         * m4/a52.m4:
37960         * m4/aalib.m4:
37961         * m4/as-ffmpeg.m4:
37962         * m4/as-liblame.m4:
37963         * m4/as-slurp-ffmpeg.m4:
37964         * m4/check-libheader.m4:
37965         * m4/esd.m4:
37966         * m4/freetype2.m4:
37967         * m4/gconf-2.m4:
37968         * m4/glib.m4:
37969         * m4/gst-alsa.m4:
37970         * m4/gst-artsc.m4:
37971         * m4/gst-ivorbis.m4:
37972         * m4/gst-matroska.m4:
37973         * m4/gst-sdl.m4:
37974         * m4/gst-shout2.m4:
37975         * m4/gst-sid.m4:
37976         * m4/gtk.m4:
37977         * m4/libdv.m4:
37978         * m4/libfame.m4:
37979         * m4/libmikmod.m4:
37980         * m4/ogg.m4:
37981         * m4/vorbis.m4:
37982           fix underquotedness of macros (#133800)
37983         * m4/as-avifile.m4:
37984         * m4/xmms.m4:
37985           removed because no longer used
37986
37987 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
37988
37989         * configure.ac:
37990           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
37991           by autopoint (fixes #132996)
37992
37993 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37994
37995         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
37996         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
37997         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
37998         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
37999           fix memleaks
38000
38001 2004-02-11  David Schleef  <ds@schleef.org>
38002
38003         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
38004         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
38005         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
38006         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
38007         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
38008         (gst_jpegenc_class_init), (gst_jpegenc_init),
38009         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
38010         (gst_jpegenc_chain), (gst_jpegenc_set_property),
38011         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
38012         * ext/jpeg/gstjpegenc.h: Fix negotiation.
38013
38014 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38015
38016         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
38017         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
38018         * ext/mikmod/gstmikmod.h:
38019           fix caps negotiation in mikmod
38020         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
38021           output debug information
38022
38023 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38024
38025         * gst-libs/gst/colorbalance/Makefile.am:
38026         * gst-libs/gst/navigation/Makefile.am:
38027         * gst-libs/gst/xoverlay/Makefile.am:
38028           remove unused GST_OPT_CFLAGS from Makefiles
38029           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
38030
38031 2004-02-07  David Schleef  <ds@schleef.org>
38032
38033         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
38034         push events to pads that haven't been created (#133508)
38035
38036 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
38037
38038         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
38039         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
38040         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
38041         (gst_dvdec_loop), (gst_dvdec_change_state):
38042         Second attempt at committing a working dvdec element.
38043
38044 2004-02-06  David Schleef  <ds@schleef.org>
38045
38046         Build fixes for OS X: (see #129600)
38047         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
38048         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
38049         (gst_riff_read_strf_iavs):
38050         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38051         (gst_avi_demux_stream_odml):
38052         * gst/playondemand/Makefile.am:
38053         * gst/rtp/rtp-packet.c:
38054
38055 2004-02-05  David Schleef  <ds@schleef.org>
38056
38057         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
38058         last change, because it Just Doesn't Compile.
38059
38060 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38061
38062         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38063           skip undecodable id3v2 tag instead of keeping it
38064
38065 2004-02-05  David Schleef  <ds@schleef.org>
38066
38067         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
38068         Unref leaked buffer.  (Noticed by Ronald)
38069
38070 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
38071
38072         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38073         Sync requires with other checks.  >= vs =.
38074
38075 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
38076
38077         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
38078         (gst_dvdec_video_link), (gst_dvdec_loop):
38079         * ext/dv/gstdvdec.h:
38080           rework the caps negotiation so that dvdec works again instead
38081           of just segfaulting.
38082
38083 === release 0.7.4 ===
38084
38085 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
38086
38087         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
38088         * configure.ac: changed for release
38089
38090 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
38091
38092         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
38093         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38094         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38095         * pkgconfig/gstreamer-play-uninstalled.pc.in:
38096           reworked patch by David Lehn to fix libdir and includedir for
38097           uninstalled libraries
38098           removed play and gconf from gstreamer-libs since they have their
38099           own pkgconfig files
38100
38101 2004-02-04  David Schleef  <ds@schleef.org>
38102
38103         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
38104         memleak.
38105
38106 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38107
38108         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38109           use correct GST_TAG_ENCODER tag
38110
38111 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38112
38113         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
38114           be sure to stop the clock when going to paused
38115         * sys/oss/gstosssink.c: (gst_osssink_change_state):
38116           reset number of transmitted when going to ready.
38117         fixes #132935
38118
38119 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
38120
38121         reviewed by Benjamin Otte
38122
38123         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38124           extract track count (fixes #133410)
38125
38126 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38127
38128         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38129           that should be !=, not == (fixes #132519)
38130
38131 2004-02-04  David Schleef  <ds@schleef.org>
38132
38133         Make sure set_explicit_caps() is called before adding pad.
38134         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38135         * gst/id3/gstid3types.c: (gst_id3types_loop):
38136         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38137         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38138
38139 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38140
38141         * configure.ac:
38142           bump nano to 2, first prerelease
38143           put back AM_PROG_LIBTOOL
38144
38145 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38146
38147         * testsuite/alsa/Makefile.am:
38148           these are user test apps, not automatic testsuite tests
38149
38150 2004-02-04  David Schleef  <ds@schleef.org>
38151
38152         Convert GST_DEBUG_CAPS() to GST_DEBUG():
38153         * gst/mpeg1videoparse/gstmp1videoparse.c:
38154         (mp1videoparse_parse_seq):
38155         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38156         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38157         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
38158         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
38159         (gst_xvideosink_getcaps):
38160         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
38161         * testsuite/gst-lint: more tests
38162
38163 2004-02-04  David Schleef  <ds@schleef.org>
38164
38165         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
38166         with the code that they would expand to.
38167         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
38168         (gst_flacdec_get_src_query_types),
38169         (gst_flacdec_get_src_event_masks):
38170         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
38171         (gst_gnomevfssrc_get_query_types),
38172         (gst_gnomevfssrc_get_event_mask):
38173
38174 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38175
38176         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38177         (gst_sinesrc_dispose):
38178           fix memleak by properly disposing sinesrc
38179
38180 2004-02-04  Julien MOUTTE  <julien@moutte.net>
38181
38182         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
38183         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
38184         an overlay to redraw the image because it has been exposed.
38185         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
38186         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
38187         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
38188         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
38189         interface
38190         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
38191         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
38192         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
38193         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
38194         interface
38195
38196 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38197
38198         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38199           more memleak fixage
38200
38201 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38202
38203         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38204         * gst/typefind/gsttypefindfunctions.c:
38205           fix memleaks shown by gst-typefind
38206
38207 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38208
38209         * common/glib-gen.mak:
38210           add hack rule to touch .Plo files
38211         * gst-libs/gst/colorbalance/Makefile.am:
38212         * gst-libs/gst/mixer/Makefile.am:
38213         * gst-libs/gst/play/Makefile.am:
38214         * gst-libs/gst/tuner/Makefile.am:
38215           remove glib_root variable
38216
38217 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38218
38219         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
38220           set explicit caps before adding the element, so the autopluggers can
38221           plug correctly.
38222         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
38223         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
38224         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38225         (dv_type_find):
38226           fix memleaks in typefind functions. gst_type_find_suggest takes a const
38227           argument.
38228
38229 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38230
38231         * gst-libs/gst/colorbalance/Makefile.am:
38232         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
38233         * gst-libs/gst/colorbalance/colorbalance.c:
38234         * gst-libs/gst/colorbalance/colorbalance.h:
38235         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
38236         * gst-libs/gst/mixer/Makefile.am:
38237         * gst-libs/gst/mixer/mixer-marshal.list:
38238         * gst-libs/gst/mixer/mixer.c:
38239         * gst-libs/gst/mixer/mixer.h:
38240         * gst-libs/gst/mixer/mixermarshal.list:
38241         * gst-libs/gst/play/Makefile.am:
38242         * gst-libs/gst/play/play.h:
38243         * gst-libs/gst/tuner/Makefile.am:
38244         * gst-libs/gst/tuner/tuner-marshal.list:
38245         * gst-libs/gst/tuner/tuner.c:
38246         * gst-libs/gst/tuner/tuner.h:
38247         * gst-libs/gst/tuner/tunermarshal.list:
38248           use new glib-gen.mak snippet to clean up Makefile.am
38249           fix various bugs in Makefile.am's
38250
38251 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38252
38253         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38254           handle chain parsing correctly in the multichain case
38255         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
38256         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
38257         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
38258         (theora_dec_chain):
38259           handle events and queries correctly
38260
38261 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38262
38263         * .cvsignore:
38264         Ignore generated file _stdint.h.
38265
38266 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38267
38268         * gst-libs/gst/colorbalance/Makefile.am:
38269         * gst-libs/gst/colorbalance/colorbalance.h:
38270         * gst-libs/gst/mixer/Makefile.am:
38271         * gst-libs/gst/mixer/mixer.h:
38272         * gst-libs/gst/play/Makefile.am:
38273         * gst-libs/gst/play/play.h:
38274         * gst-libs/gst/tuner/Makefile.am:
38275         * gst-libs/gst/tuner/tuner.h:
38276         Generate enum type code with glib-mkenums.
38277         * gst-libs/gst/colorbalance/.cvsignore:
38278         * gst-libs/gst/mixer/.cvsignore:
38279         * gst-libs/gst/play/.cvsignore:
38280         * gst-libs/gst/tuner/.cvsignore:
38281         Ignore generated files.
38282
38283 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38284
38285         * gst-libs/gst/audio/.cvsignore:
38286         Ignore generated file.
38287         * gst-libs/gst/audio/Makefile.am:
38288         Do not install example filter.
38289
38290 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38291
38292         * examples/switch/.cvsignore:
38293         Ignore generated file.
38294
38295 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38296
38297         * common/m4/ax_create_stdint_h.m4:
38298         * configure.ac:
38299           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
38300           _stdint.h.
38301         * Makefile.am:
38302           remove generated _stdint.h in DISTCLEANFILES
38303         * ext/a52dec/gsta52dec.c:
38304           include _stdint.h for a52dec. (should fix #133064)
38305
38306 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38307
38308         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
38309         (gst_tag_to_vorbis_comments):
38310         Add replaygain support to vorbistag
38311
38312 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38313         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38314         (gst_ffmpeg_caps_to_extradata):
38315           Fix SVQ3 caps flag properties
38316           Use glib macro for bytes swap
38317
38318 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38319
38320         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
38321         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
38322         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
38323         * ext/sndfile/gstsf.c: (plugin_init):
38324         * gst/avi/gstavi.c: (plugin_init):
38325         * sys/dxr3/dxr3init.c: (plugin_init):
38326         * sys/oss/gstossaudio.c: (plugin_init):
38327         * sys/v4l/gstv4l.c: (plugin_init):
38328         * sys/v4l2/gstv4l2.c: (plugin_init):
38329           remove textdomain calls
38330         * po/nl.po:
38331           update Dutch translation
38332
38333 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38334
38335         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
38336         (gst_play_set_audio_sink): Moving volume in the audio thread for
38337         instantaneous volume change. Maybe i will add another volume in front
38338         of visualization later, not sure yet though.
38339
38340 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38341
38342         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38343         (gst_ximagesink_handle_xevents): Better X events handling, only take
38344         the latest events for configure and motion.
38345         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
38346
38347 2004-02-02  Jon Trowbridge  <trow@gnu.org>
38348
38349         reviewed by: David Schleef  <ds@schleef.org>
38350
38351         Fix memory leaks:
38352         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
38353         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
38354
38355 2004-02-02  David Schleef  <ds@schleef.org>
38356
38357         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
38358         of lines.
38359         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
38360         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38361         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
38362         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
38363         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
38364         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
38365         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
38366         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
38367         (gst_float2_2_int_link):
38368         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
38369         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
38370         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
38371         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
38372         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
38373         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
38374         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
38375         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
38376         * testsuite/gst-lint: Add tests for bzero and ;;
38377
38378 2004-02-02  David Schleef  <ds@schleef.org>
38379
38380         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
38381
38382 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38383
38384         * ext/aalib/gstaasink.c: (gst_aasink_open):
38385         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
38386         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38387         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
38388         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
38389         (gst_afsink_close_file):
38390         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
38391         (gst_afsrc_close_file):
38392         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
38393         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
38394         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
38395         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
38396         * ext/esd/esdmon.c: (gst_esdmon_get):
38397         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
38398         * ext/faac/gstfaac.c: (gst_faac_chain):
38399         * ext/faad/gstfaad.c: (gst_faad_chain):
38400         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
38401         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38402         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
38403         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
38404         (gst_flacdec_loop):
38405         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38406         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38407         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
38408         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
38409         (gst_gnomevfssink_close_file):
38410         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
38411         (gst_gnomevfssrc_open_file):
38412         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
38413         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
38414         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
38415         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
38416         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
38417         * ext/mad/gstmad.c: (gst_mad_chain):
38418         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
38419         * ext/mpeg2dec/gstmpeg2dec.c:
38420         * ext/mpeg2enc/gstmpeg2enc.cc:
38421         * ext/mplex/gstmplex.cc:
38422         * ext/mplex/gstmplexibitstream.cc:
38423         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
38424         (gst_ogg_demux_push):
38425         * ext/raw1394/gstdv1394src.c:
38426         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
38427         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
38428         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
38429         (gst_sf_loop):
38430         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
38431         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
38432         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
38433         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
38434         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38435         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
38436         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
38437         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
38438         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38439         (gst_riff_read_element_data), (gst_riff_read_seek),
38440         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
38441         * gst/adder/gstadder.c: (gst_adder_loop):
38442         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
38443         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
38444         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
38445         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
38446         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
38447         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
38448         * gst/goom/gstgoom.c: (gst_goom_chain):
38449         * gst/id3/gstid3types.c: (gst_id3types_loop):
38450         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38451         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
38452         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
38453         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38454         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
38455         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
38456         (gst_ebml_read_float), (gst_ebml_read_header):
38457         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
38458         (gst_matroska_demux_parse_blockgroup):
38459         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
38460         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
38461         * gst/oneton/gstoneton.c: (gst_oneton_chain):
38462         * gst/silence/gstsilence.c: (gst_silence_get):
38463         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
38464         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
38465         * gst/speed/gstspeed.c: (speed_loop):
38466         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
38467         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
38468         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
38469         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
38470         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
38471         (gst_wavparse_loop):
38472         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
38473         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
38474         (dxr3audiosink_close):
38475         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
38476         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
38477         (dxr3videosink_close), (dxr3videosink_write_data):
38478         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
38479         * sys/oss/gstosssink.c: (gst_osssink_chain):
38480         * sys/oss/gstosssrc.c: (gst_osssrc_get):
38481         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
38482         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
38483         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
38484         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
38485         (gst_v4l_set_window), (gst_v4l_enable_overlay):
38486         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
38487         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
38488         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
38489         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
38490         (gst_v4l_set_audio):
38491         * sys/v4l/v4l_calls.h:
38492         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
38493         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
38494         (gst_v4lmjpegsink_playback_init),
38495         (gst_v4lmjpegsink_playback_start):
38496         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
38497         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
38498         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
38499         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
38500         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
38501         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
38502         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
38503         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
38504         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
38505         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
38506         (gst_v4l2_get_output), (gst_v4l2_set_output),
38507         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
38508         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
38509         (gst_v4l2_set_attribute):
38510         * sys/v4l2/v4l2_calls.h:
38511         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
38512         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
38513         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
38514         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
38515         (gst_v4l2src_capture_stop):
38516         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
38517         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
38518         (gst_ximagesink_chain):
38519         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
38520         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
38521         (gst_xvideosink_xwindow_new):
38522         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38523         (gst_xvimagesink_chain):
38524
38525 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38526
38527         * gst/volume/gstvolume.c: (gst_volume_set_volume),
38528         (gst_volume_get_volume), (volume_class_init), (volume_init),
38529         (volume_chain_int16), (volume_update_volume):
38530         * gst/volume/gstvolume.h:
38531           make code more readable by removing magic numbers
38532           make mixer interface export 0-100 range
38533           make it internally map to 0.0-1.0 range so users don't distort
38534           output by putting the sliders at full volume
38535
38536 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38537
38538         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
38539         (gst_play_state_change), (gst_play_seek_to_time):
38540         block the tick callback for 0.5 secs after doing a seek
38541
38542 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38543
38544         * gst-libs/gst/play/play.c: (gst_play_new):
38545           check for GError
38546
38547 2004-02-01  Julien MOUTTE  <julien@moutte.net>
38548
38549         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
38550         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
38551         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
38552         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
38553         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
38554         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
38555
38556 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38557
38558         * configure.ac:
38559         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38560           check for a function added in vorbis 1.1
38561
38562 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38563
38564         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
38565         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
38566           really start/stop clock only on PLAYING <=> PAUSED
38567         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38568           remove \n from debugging lines
38569         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38570           make it work when seeking does not
38571         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38572           reset on DISCONT
38573
38574 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38575
38576         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
38577           start clock on PAUSED=>PLAYING, not later
38578         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
38579           extract correct time for different discont formats
38580         (gst_alsa_sink_get_time):
38581           don't segfault when no format is negotiated yet, just return 0
38582         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38583         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
38584         (gst_ogg_pad_push):
38585           handle flush and discont events correctly
38586         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
38587           handle discont events correctly
38588
38589 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
38590
38591         * gst-libs/gst/play/play.c: (gst_play_error_quark),
38592         (gst_play_error_create), (gst_play_error_plugin),
38593         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
38594         * gst-libs/gst/play/play.h:
38595           add error handling during creation
38596         * examples/gstplay/player.c: (main):
38597           use new gst_play_new
38598
38599
38600 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38601
38602         * ext/theora/theoradec.c: (theora_dec_chain):
38603           make comments work
38604         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
38605         (vorbis_dec_src_event), (vorbis_dec_chain):
38606           add encoder tag, fix tag reading to be more error tolerant, change
38607           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
38608           gst_pad_event_default.
38609         * gst/tags/gstvorbistag.c:
38610         (gst_tag_list_from_vorbiscomment_buffer):
38611           undefine function specific define at end of function
38612
38613 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
38614
38615         * ext/flac/gstflac.c: (plugin_init):
38616         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
38617         * ext/flac/gstflacdec.h:
38618         * ext/flac/gstflacenc.h:
38619           Fix typos
38620
38621 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
38622
38623         * examples/gstplay/player.c: s/gstplay.h/play.h/
38624
38625 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38626
38627         * gst-libs/gst/play/Makefile.am:
38628         * gst-libs/gst/play/gstplay.c:
38629         * gst-libs/gst/play/gstplay.h:
38630         * gst-libs/gst/play/play.c:
38631           more surgery, operation complete
38632
38633 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38634
38635         * gst-libs/gst/play/play.old.c:
38636         * gst-libs/gst/play/play.old.h:
38637           after CVS surgery by moving, remove
38638         * gst-libs/gst/play/playpipelines.c:
38639           remove
38640
38641         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38642           add negotiation error
38643
38644 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38645
38646         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38647         (gst_ogg_demux_push):
38648           add some seeking debug info
38649           send a flush when seeking
38650
38651 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38652
38653         * configure.ac:
38654           use AC_C_INLINE
38655         * configure.ac:
38656         * ext/Makefile.am:
38657         * ext/theora/Makefile.am:
38658         * ext/theora/theoradec.c:
38659           add theora video decoder. Does just do simple decoding for now and
38660           has been tested against Theora cvs only. It only works when theora
38661           is compiled with --enable-static.
38662         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38663           always reset packetno on DISCONT
38664
38665 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38666
38667         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38668           Fix audio.
38669
38670 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38671
38672         * gst/mpegaudioparse/gstmpegaudioparse.c:
38673         (mp3_type_frame_length_from_header):
38674           Fix header parsing - stolen from ffmpeg (thank you! :) ).
38675
38676 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38677
38678         * ext/esd/esdsink.c: (gst_esdsink_init):
38679           Since we have static pad template caps, we don't need to negotiate;
38680           either the core errors out or we know the format.
38681
38682 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38683
38684         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38685         (gst_riff_read_seek):
38686         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38687         (gst_ebml_read_seek):
38688           Fix event handling.
38689
38690 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38691
38692         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
38693           removee video/x-theora from vp3 decoder, it doesn't handle raw
38694           theora streams
38695         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
38696           fix bug with finalizing element that never went to PAUSED
38697         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
38698           length and position queries were swapped
38699         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
38700         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
38701         (vorbis_dec_src_event):
38702           implement querying time and bytes
38703
38704 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38705
38706         * just about every source file:
38707           gst_element_error -> GST_ELEMENT_ERROR
38708
38709 2004-01-29  Julien MOUTTE  <julien@moutte.net>
38710
38711         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
38712         emiting FLUSH and even before DISCONT.
38713         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
38714         get the best instant seeking as possible yay!
38715
38716 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38717
38718         * gst/mpeg1videoparse/gstmp1videoparse.c:
38719         (gst_mp1videoparse_real_chain):
38720           Committed wrong version last week... Grr... Didn't notice until now.
38721
38722 2004-01-29  Julien MOUTTE <julien@moutte.net>
38723
38724         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
38725         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
38726         have_xwindow_id signal in xwindow_create.
38727
38728 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38729
38730         * ext/ogg/gstoggdemux.c:
38731           lots of changes - mainly support for chained bitstreams, seeking,
38732           querying and bugfixes of course
38733         * ext/vorbis/Makefile.am:
38734         * ext/vorbis/vorbisdec.c:
38735         * ext/vorbis/vorbisdec.h:
38736           add vorbisdec raw vorbis decoder
38737         * ext/vorbis/vorbis.c: (plugin_init):
38738           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
38739         * gst/intfloat/Makefile.am:
38740         * gst/intfloat/float22int.c:
38741         * gst/intfloat/float22int.h:
38742         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
38743           add float2intnew plugin. It converts multichannel interleaved float to
38744           multichannel interleaved int. The name should probably be changed.
38745         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
38746         (plugin_init):
38747           add typefinding for raw theora video so oggdemux can detect it.
38748
38749 2004-01-28  Julien MOUTTE  <julien@moutte.net>
38750
38751         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
38752         sink element first.
38753         * gst/videoscale/gstvideoscale.c:
38754         (gst_videoscale_handle_src_event): Fixing src event handler.
38755
38756 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38757
38758         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
38759         (gst_v4lsrc_open), (gst_v4lsrc_close),
38760         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
38761         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
38762         * sys/v4l/gstv4lsrc.h:
38763         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
38764         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
38765           Implement resizing... Hack. But that's why v4l is b0rked...
38766
38767 2004-01-28  Julien MOUTTE <julien@moutte.net>
38768
38769         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
38770         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
38771         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
38772         (gst_ximagesink_xwindow_destroy):
38773         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
38774         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
38775         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38776         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
38777         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
38778         correctly cleaning the image created to check xshm calls on succes,
38779         added a lot of XSync calls in X11 functions, and fixed a segfault when
38780         no image format was defined before negotiation happened.
38781
38782 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38783
38784         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
38785           use gst_element_get_time to get correct time
38786
38787 2004-01-28  Julien MOUTTE  <julien@moutte.net>
38788
38789         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
38790         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
38791         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
38792         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
38793         (gst_xvimagesink_check_xshm_calls),
38794         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
38795         X plugins are now able to detect that XShm calls will fail even if the
38796         server claims that it has XShm support (remote displays most of the
38797         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
38798         so that we use non XShm functions. This feature is almost useless for
38799         xvimagesink as Xv is not supported on remote displays anyway, but
38800         it might happen than even on the local display XShm calls fail.
38801
38802 2004-01-27  David Schleef  <ds@schleef.org>
38803
38804         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
38805         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
38806         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
38807         changed esdsink to only use 44100,16,2, since esd sucks at rate
38808         conversion and esdsink has had difficulty negotiating.
38809
38810 2004-01-27  Julien MOUTTE <julien@moutte.net>
38811
38812         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
38813         (gst_play_seek_to_time): Fixing the way to get current position.
38814
38815 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38816
38817         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
38818           use gst_element_get_time to get correct time
38819
38820 2004-01-27  Julien MOUTTE <julien@moutte.net>
38821
38822         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
38823         fix ever... Inverting 2 lines of code make spider autoplug correctly
38824         tagged mp3 !
38825
38826 2004-01-27  David Schleef  <ds@schleef.org>
38827
38828         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
38829         Use gst_pad_try_set_caps_nonfixed().
38830
38831 2004-01-27  David Schleef  <ds@schleef.org>
38832
38833         * gst/ac3parse/gstac3parse.c: update to checklist 5
38834         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
38835         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
38836         * gst/audioscale/gstaudioscale.c: same
38837         * gst/auparse/gstauparse.c: same
38838         * gst/avi/gstavidemux.c: same
38839
38840 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38841
38842         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
38843           stop processing after EOS
38844
38845 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38846
38847         * gst/asfdemux/asfheaders.h:
38848         * gst/asfdemux/gstasfdemux.c:
38849         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
38850         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
38851         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
38852           lot's of fixes to make data extraction simpler and get the code
38853           architecture and compiler independant. Add debugging category
38854         * gst/goom/gstgoom.c: (gst_goom_change_state):
38855           reset channel count on PAUSED=>READY, not READY=>PAUSED
38856
38857 2004-01-26  Colin Walters  <walters@verbum.org>
38858
38859         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
38860         code to pull a bigger buffer in iradio mode.  This as a side effect
38861         makes typefinding work.
38862
38863 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
38864
38865         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
38866         Fix SVQ3 decoding on PPC
38867
38868 2004-01-26  Julien MOUTTE <julien@moutte.net>
38869
38870         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
38871         that one managed to stay there... Fixed.
38872
38873 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
38874
38875         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38876         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
38877         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
38878         (qtdemux_video_caps):
38879         * gst/qtdemux/qtdemux.h:
38880         Add SVQ3 specific flags to qtdemux and ffmpeg
38881
38882 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38883
38884         * gst-libs/gst/audio/audio.h:
38885           remove buffer-frames from audio caps
38886         * gst/audioconvert/gstaudioconvert.c:
38887           fix plugin to really work.
38888
38889 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38890
38891         * gst-libs/gst/mixer/mixer.c:
38892         * gst-libs/gst/propertyprobe/propertyprobe.c:
38893         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
38894         (gst_tuner_find_channel_by_name):
38895         * gst-libs/gst/tuner/tuner.h:
38896           Add gtk-doc style comments. Also fix a function name.
38897
38898 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38899
38900         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
38901         (gst_divxdec_negotiate):
38902           Fix for new capsnego - also fixes gst-player with divxdec.
38903
38904 2004-01-25  Julien MOUTTE  <julien@moutte.net>
38905
38906         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
38907         (gst_play_identity_handoff), (gst_play_set_location),
38908         (gst_play_set_visualization), (gst_play_connect_visualization): Another
38909         try in visualization implementation. Still have an issue with switch
38910         blocking when pulling from video_queue and only audio comes out of
38911         spider.
38912         * gst/switch/gstswitch.c: (gst_switch_release_pad),
38913         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
38914         release method. And check if the pad is usable before pulling.
38915
38916 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38917
38918         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
38919         (gst_videobalance_init),
38920         (gst_videobalance_colorbalance_list_channels),
38921         (gst_videobalance_colorbalance_set_value),
38922         (gst_videobalance_colorbalance_get_value),
38923         (gst_videobalance_update_properties),
38924         (gst_videobalance_update_tables_planar411),
38925         (gst_videobalance_planar411):
38926         * gst/videofilter/gstvideobalance.h:
38927           Implement lookup-tables. +/- 10x faster.
38928
38929 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38930
38931         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38932         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
38933           The index reading was broken. The rest worked fine, but the whole
38934           goal of my rewrite was to make avidemux readable, and this was
38935           not at all readable. Please use typed variables.
38936
38937 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38938
38939         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38940           Additional pad usability check.
38941         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
38942         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
38943         (gst_mp1videoparse_real_chain):
38944           Fix MPEG video stream parsing. The original plugin had several
38945           issues, including not timestamping streams where the source was
38946           not timestamped (this happens with PTS values in mpeg system
38947           streams, but MPEG video is also a valid stream on its own so
38948           that needs timestamps too). We use the display time code for that
38949           for now. Also, if one incoming buffer contains multiple valid
38950           frames, we push them all on correctly now, including proper EOS
38951           handling. Lastly, several potential segfaults were fixed, and we
38952           properly sync on new sequence/gop headers to include them in next,
38953           not previous frames (since they're header for the next frame, not
38954           the previous). Also see #119206.
38955         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
38956         (bpf_from_header):
38957           Move caps setting so we only do it after finding several valid
38958           MPEG-1 fraes sequentially, not right after the first one (which
38959           might be coincidental).
38960         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
38961         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38962         (plugin_init):
38963           Add unsynced MPEG video stream typefinding, and change some
38964           probability values so we detect streams rightly. The idea is as
38965           follows: I can have an unsynced system stream which contains
38966           video. In the current code, I would randomly get a type for either
38967           system or video stream type found, because the probabilities are
38968           being calculated rather randomly. I now use fixed values, so we
38969           always prefer system stream if that was found (and that is how it
38970           should be). If no system stream was found, we can still identity                the stream as video-only.
38971
38972 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38973
38974         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38975         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
38976           don't write to buffer. Extract data without the need of
38977           __attribute__ ((packed))
38978
38979 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38980
38981         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
38982         (mpeg1_sys_type_find):
38983           Fix MPEG-1 stream typefinding.
38984
38985 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38986
38987         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
38988           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
38989
38990 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
38991
38992         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
38993         * ext/esd/gstesd.c: (plugin_init):
38994           private debugging, better error reporting
38995
38996 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38997
38998         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
38999         (gst_riff_read_init), (gst_riff_read_change_state):
39000         * gst-libs/gst/riff/riff-read.h:
39001           Remove stuff fromold metadata system.
39002
39003 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39004
39005         * ext/ogg/gstoggdemux.c:
39006           Fix wrong file comment.
39007         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39008         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
39009           Add metadata reading properly.
39010
39011 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39012
39013         * ext/Makefile.am:
39014           Fix nas DIST_SUBDIRS
39015           Uraeus:
39016           Fix bug where make distcheck doesn't get run on adding stuff to
39017           the build.
39018
39019 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39020
39021         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
39022         * ext/divx/gstdivxdec.h:
39023           Fix divx3 ("msmpeg4") playback using divxdec.
39024
39025 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39026
39027         * gst/typefind/gsttypefindfunctions.c:
39028         (mp3_type_frame_length_from_header): fix bug in length computation
39029         (mp3_type_find): improve debugging output
39030
39031 2004-01-23  Julien MOUTTE  <julien@moutte.net>
39032
39033         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39034         (gst_play_set_location), (gst_play_seek_to_time),
39035         (gst_play_set_audio_sink), (gst_play_set_visualization),
39036         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
39037         the pipeline from scratch. Visualization is back and switch went out as
39038         i realized it was not possible to use the way i wanted.
39039         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
39040         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
39041         clearing in state change from READY to NULL. So that one can clean the
39042         X ressources keeping the element.
39043         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39044         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
39045         (gst_xvimagesink_colorbalance_set_value),
39046         (gst_xvimagesink_colorbalance_get_value),
39047         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
39048         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
39049         change from READY to NULL and fixed some stupid bugs in colorbalance
39050         get/set values. Also added the following feature : when nobody tries to
39051         set some values to the colorbalance levels before the xcontext is
39052         grabbed, then when creating channels list from Xv attributes we set the
39053         internal values to the Xv defaults. This way we handle buggy Xv drivers
39054         that set default hue values far from the middle of the range (Thanks
39055         to Jon Trowbridge for pointing that issue).
39056         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
39057         colorbalance levels have been set before xcontext is grabbed.
39058
39059 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39060
39061         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
39062           Fix the ossmixer case where we shouldn't open /dev/dsp* because
39063           it might block operations (which is bad for a mixer).
39064
39065 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39066
39067         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
39068         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
39069         (gmip_find_type_pre):
39070         * gst-libs/gst/media-info/media-info-priv.h:
39071         * gst-libs/gst/media-info/media-info.c:
39072         (gst_media_info_instance_init), (gst_media_info_read_idler):
39073         add fakesink to get caps on decoder src pad again
39074         fix callback prototype to match new have_type signal signature
39075
39076 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39077
39078         * gst/adder/gstadder.c: (gst_adder_link):
39079           fix non-compile and cut-n-paste code
39080
39081 2004-01-21  David Schleef  <ds@schleef.org>
39082
39083         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
39084         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
39085         (gst_swfdec_init), (gst_swfdec_change_state):
39086         * ext/swfdec/gstswfdec.h:
39087         Fix negotiation.
39088         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
39089         (gst_adder_request_new_pad): Fix negotiation.
39090         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
39091         Add a fixate function.
39092         * gst/intfloat/gstfloat2int.c:
39093         * gst/intfloat/gstfloat2int.h:
39094         * gst/intfloat/gstint2float.c:
39095         * gst/intfloat/gstint2float.h:
39096         Completely rewrite the negotiation.  Doesn't quite work yet,
39097         due to some buffer-frames problem.
39098
39099 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
39100
39101         * ext/gnomevfs/gstgnomevfssrc.c:
39102         * sys/v4l2/v4l2_calls.h:
39103           fix includes for distcheck
39104
39105 2004-01-21  Christian Schaller <uraeus@gnome.org>
39106
39107         * ext/nas/
39108         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
39109         based on earlier patch from Laurent Vivier
39110
39111 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
39112
39113         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39114         Fix wma caps property
39115         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
39116         Fix typo (flags1 and flags2)
39117
39118 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39119
39120         * gst-libs/gst/media-info/media-info-priv.c:
39121         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
39122         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
39123         (gmip_find_stream), (gmip_find_track_metadata),
39124         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
39125         (gmip_find_track_format):
39126         * gst-libs/gst/media-info/media-info-priv.h:
39127         * gst-libs/gst/media-info/media-info-test.c: (main):
39128         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
39129         (gst_media_info_read_idler), (gst_media_info_read):
39130         * gst-libs/gst/media-info/media-info.h:
39131           register debugging category and use it for debugging
39132
39133 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39134
39135         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
39136         (gst_vorbisfile_new_link):
39137           signal streaminfo through tags
39138
39139 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39140
39141         * ext/mplex/gstmplex.cc:
39142         * ext/mplex/gstmplexibitstream.cc:
39143           g++ doesn't like NULL in our i18n/error macros, should be
39144           either (NULL) or ("").
39145
39146 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39147
39148         * sys/dxr3/dxr3audiosink.c:
39149         * sys/dxr3/dxr3init.c:
39150         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
39151         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
39152           Fix more error error error errors (missing includes here).
39153
39154 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39155
39156         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39157           fix thomas' error errors.
39158
39159 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39160
39161         * ext/mpeg2enc/gstmpeg2enc.cc:
39162           fix error errors.
39163
39164 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39165
39166         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39167         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39168           Fix for new error system.
39169
39170 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39171
39172         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39173           fix for new error reporting
39174
39175 2004-01-20  David Schleef  <ds@schleef.org>
39176
39177         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39178         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
39179         (gst_ximagesink_set_xwindow_id): Change to using a framerate
39180         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
39181         and neither is 100+, most likely.
39182         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
39183         (gst_xvimagesink_getcaps): same
39184
39185 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39186
39187         * configure.ac:
39188           Up version requirement to 2.0.3 (not yet released) to avoid symbol
39189           clashes with ffmpeg.
39190
39191 2004-01-20  Julien MOUTTE  <julien@moutte.net>
39192
39193         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39194         (gst_switch_init): Fixed switch element : proxying link and setting
39195         caps from src to sink on request.
39196
39197 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39198
39199         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
39200         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39201         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39202         fix element_error
39203
39204 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39205
39206         * sys/v4l/v4l_calls.h:
39207         * sys/v4l2/v4l2_calls.h:
39208           element_error fixes
39209
39210 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39211
39212         * gst-libs/gst/gst-i18n-plugin.h:
39213           add locale.h
39214           remove config.h inclusion
39215
39216 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39217
39218         * autogen.sh:
39219           adding autopoint invocation
39220         * Makefile.am:
39221         * configure.ac:
39222         * gst-libs/gst/gettext.h:
39223           adding gettext bits
39224         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39225         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39226         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39227         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39228         (gst_gnomevfssink_close_file):
39229         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
39230         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
39231         * gst-libs/gst/gst-i18n-plugin.h:
39232         * gst/avi/gstavi.c: (plugin_init):
39233         * sys/dxr3/dxr3init.c: (plugin_init):
39234         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
39235         * sys/oss/gstossaudio.c: (plugin_init):
39236         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39237         * sys/v4l/gstv4l.c: (plugin_init):
39238         * sys/v4l/v4l_calls.c: (gst_v4l_open):
39239         * sys/v4l2/gstv4l2.c: (plugin_init):
39240         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39241         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
39242         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
39243         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
39244         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
39245         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
39246           make sure locale and translation domain are set
39247           fix translated strings
39248         * po/.cvsignore:
39249         * po/LINGUAS:
39250         * po/Makevars:
39251         * po/POTFILES.in:
39252         * po/nl.po:
39253           put translation files into place
39254         * sys/xvideo/imagetest.c: (main):
39255         * ext/dv/demo-play.c: (main):
39256           fix unnecessary translations
39257
39258 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
39259
39260         * ext/sndfile/gstsf.c:
39261         * gst/avi/gstavimux.c:
39262         * ext/audiofile/gstafsink.c:
39263         * ext/audiofile/gstafsrc.c:
39264         * ext/gnomevfs/gstgnomevfssink.c:
39265         * ext/gnomevfs/gstgnomevfssrc.c:
39266         * sys/oss/gstosselement.c:
39267         * sys/v4l/v4l_calls.h:
39268           fix i18n include
39269
39270 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39271
39272         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39273         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39274         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39275         (gst_v4l2_get_output), (gst_v4l2_set_output),
39276         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39277         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39278         (gst_v4l2_set_attribute):
39279         update to new error handling
39280
39281 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39282
39283         * ext/sidplay/gstsiddec.cc:
39284         * gst/modplug/gstmodplug.cc:
39285           parenthese NULL because C++ seems angry about it
39286
39287 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39288
39289         * gst-libs/gst/gst-i18n-plugin.h:
39290           add skeleton i18n stuff, but needs to be further implemented
39291
39292 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
39293
39294         * examples/gstplay/player.c: (main):
39295         * ext/aalib/gstaasink.c: (gst_aasink_open):
39296         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39297         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39298         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39299         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39300         (gst_afsink_close_file):
39301         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39302         (gst_afsrc_close_file):
39303         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39304         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39305         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39306         * ext/esd/esdmon.c: (gst_esdmon_get):
39307         * ext/esd/esdsink.c: (gst_esdsink_chain):
39308         * ext/faac/gstfaac.c: (gst_faac_chain):
39309         * ext/faad/gstfaad.c: (gst_faad_chain):
39310         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39311         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39312         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39313         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39314         (gst_flacdec_loop):
39315         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39316         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39317         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39318         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39319         (gst_gnomevfssink_close_file):
39320         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39321         (gst_gnomevfssrc_open_file):
39322         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39323         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39324         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39325         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39326         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39327         * ext/mad/gstmad.c: (gst_mad_chain):
39328         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39329         * ext/mpeg2dec/gstmpeg2dec.c:
39330         * ext/mpeg2enc/gstmpeg2enc.cc:
39331         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39332         * ext/mplex/gstmplex.cc:
39333         * ext/mplex/gstmplexibitstream.cc:
39334         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39335         (gst_ogg_demux_push), (gst_ogg_pad_push):
39336         * ext/raw1394/gstdv1394src.c:
39337         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39338         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39339         * ext/sidplay/gstsiddec.cc:
39340         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39341         (gst_sf_loop):
39342         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39343         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39344         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39345         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39346         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39347         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39348         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39349         * gst-libs/gst/Makefile.am:
39350         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39351         (gst_riff_read_element_data), (gst_riff_read_seek),
39352         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39353         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
39354         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39355         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39356         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39357         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39358         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39359         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39360         * gst/goom/gstgoom.c: (gst_goom_chain):
39361         * gst/id3/gstid3types.c: (gst_id3types_loop):
39362         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39363         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39364         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39365         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39366         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39367         (gst_ebml_read_float), (gst_ebml_read_header):
39368         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39369         (gst_matroska_demux_parse_blockgroup):
39370         * gst/modplug/gstmodplug.cc:
39371         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39372         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39373         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39374         * gst/silence/gstsilence.c: (gst_silence_get):
39375         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39376         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39377         * gst/speed/gstspeed.c: (speed_loop):
39378         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39379         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39380         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39381         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39382         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39383         (gst_wavparse_loop):
39384         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39385         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39386         (dxr3audiosink_close):
39387         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39388         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39389         (dxr3videosink_close), (dxr3videosink_write_data):
39390         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39391         * sys/oss/gstosselement.h:
39392         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
39393         (gst_osssink_chain):
39394         * sys/oss/gstosssrc.c: (gst_osssrc_get):
39395         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39396         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39397         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39398         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
39399         (gst_v4l_enable_overlay):
39400         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39401         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39402         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39403         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39404         (gst_v4l_set_audio):
39405         * sys/v4l/v4l_calls.h:
39406         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39407         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39408         (gst_v4lmjpegsink_playback_init),
39409         (gst_v4lmjpegsink_playback_start):
39410         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
39411         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
39412         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
39413         (gst_v4lmjpegsrc_requeue_frame):
39414         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39415         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39416         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39417         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39418         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39419         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39420         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39421         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39422         (gst_v4l2src_capture_stop):
39423         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39424         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39425         (gst_ximagesink_chain):
39426         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39427         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39428         (gst_xvideosink_xwindow_new):
39429         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39430         (gst_xvimagesink_chain):
39431         use new error signal, function and categories
39432
39433 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
39434
39435         * configure.ac:
39436         * ext/Makefile.am:
39437         * ext/musicbrainz/gsttrm.c:
39438         * ext/musicbrainz/gsttrm.h:
39439         * ext/musicbrainz/Makefile.am:
39440         Add a trm plugin
39441
39442 2004-01-18  Julien MOUTTE  <julien@moutte.net>
39443
39444         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
39445         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
39446         synchronous property for debugging.
39447         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
39448         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39449         (gst_xvimagesink_set_property): Moving a pointer declaration to a
39450         smaller block, fixing indent.
39451
39452 2004-01-16  David Schleef  <ds@schleef.org>
39453
39454         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
39455         property affects the video stream.
39456         * sys/xvimage/xvimagesink.c:
39457         * sys/xvimage/xvimagesink.h:
39458         Add synchronous property for debugging.  Should probably be
39459         disabled in non-CVS builds.  Make sure that the Xv attribute
39460         exists before we set it (crash!).  Fix a silly float bug that
39461         caused colorbalance to just not work.
39462
39463 2004-01-17  Christian Schaller <Uraeus@gnome.org>
39464
39465         * tools/gst-launch-ext.in - update for new plugins
39466
39467 2004-01-16  David Schleef  <ds@schleef.org>
39468
39469         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
39470         already-freed caps.
39471
39472 2994-01-16  Christian Schaller <Uraeus@gnome.org>
39473
39474         * Update spec for new colorspace plugin and libcaca plugin
39475         * Fix compilation of libcaca plugin (clock -> id)
39476
39477 2004-01-16  Julien MOUTTE <julien@moutte.net>
39478
39479         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
39480         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
39481         (gst_xvimagesink_set_xwindow_id),
39482         (gst_xvimagesink_colorbalance_set_value),
39483         (gst_xvimagesink_colorbalance_get_value),
39484         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39485         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
39486         correct colorbalance properties. They can now be set when the element
39487         is still in NULL state. The values will be committed to the Xv Port
39488         when xcontext is initialized.
39489         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
39490         brightness int values in the GstXvImagesink structure.
39491
39492 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39493
39494         * gst-libs/gst/Makefile.am:
39495           restructure so having local patches works easier.
39496
39497 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39498
39499         * ext/mpeg2enc/Makefile.am:
39500         * ext/mpeg2enc/gstmpeg2enc.cc:
39501         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39502           Bugfix with respect to EOS handling.
39503
39504 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39505
39506         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
39507           Link with right caps (else, it segfaults).
39508         * ext/mplex/gstmplexjob.cc:
39509           Fix for slight API change in 1.6.1.93 release of mjpegtools.
39510
39511 2004-01-15  David Schleef  <ds@schleef.org>
39512
39513         * gst-libs/gst/audio/Makefile.am:
39514         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
39515         from the template.
39516         * gst-libs/gst/audio/gstaudiofilter.c:
39517         * gst-libs/gst/audio/gstaudiofilter.h:
39518         Add bytes_per_sample and size and n_samples calculation.
39519         * gst-libs/gst/audio/gstaudiofilterexample.c:
39520         Remove, now autogenerated.
39521         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
39522         Moved from gstaudiofilterexample, object name changed, code added
39523         so that it actually works.
39524         * gst-libs/gst/audio/make_filter:
39525         Script to build an audiofilter subclass from the template.
39526         * gst/colorspace/Makefile.am:
39527         * gst/colorspace/yuv2yuv.c:
39528         Remove file, since it's GPL, and we don't use it.
39529
39530 2004-01-15  Julien MOUTTE  <julien@moutte.net>
39531
39532         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39533         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
39534         them use the buffer free function to test how the buffer was allocated.
39535
39536 2004-01-15  David Schleef  <ds@schleef.org>
39537
39538         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
39539         that handles osssink fallback.
39540         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
39541         (gst_audio_convert_getcaps):
39542         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
39543         Add audio/x-qdm2 for QDM2 audio.
39544         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39545         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
39546         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
39547         Decrease minimum size to 16x16.
39548         * gst/wavparse/gstwavparse.c:
39549         Convert disabled pad template caps to new caps.
39550         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
39551         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39552         (gst_xvimagesink_chain): Throw element error when display cannot
39553         be opened.  Increase minimum framerate to 1.0.  Check the data
39554         free function on a buffer to make sure it is the type we expect
39555         before manipulating it.
39556
39557 2004-01-15  Julien MOUTTE <julien@moutte.net>
39558
39559         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39560         (gst_videobalance_colorbalance_set_value): Implement passthru if
39561         settings are in the middle.
39562         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
39563
39564 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39565
39566         * gst/videofilter/Makefile.am:
39567         * gst/volume/Makefile.am:
39568           Since we use videofilter symbols, link to it.
39569
39570 2004-01-15  Julien MOUTTE <julien@moutte.net>
39571
39572         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
39573         mixer interface type to HARDWARE.
39574         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
39575         type to SOFTWARE.
39576         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
39577         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
39578         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
39579         (gst_volume_interface_init), (gst_volume_list_tracks),
39580         (gst_volume_set_volume), (gst_volume_get_volume),
39581         (gst_volume_set_mute), (gst_volume_mixer_init),
39582         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
39583         (volume_init): Implementing mixer interface.
39584         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
39585         * sys/oss/gstosselement.c: (gst_osselement_get_type),
39586         (gst_osselement_change_state): Removing some trailing commas in
39587         structures.
39588         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
39589         interface type to HARDWARE.
39590         * sys/v4l/gstv4lcolorbalance.c:
39591         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
39592         type to HARDWARE.
39593         * sys/v4l2/gstv4l2colorbalance.c:
39594         (gst_v4l2_color_balance_interface_init): Setting colorbalance
39595         interface type to HARDWARE.
39596         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
39597         same code than ximagesink for event handling.
39598
39599 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39600
39601         * ext/snapshot/Makefile.am:
39602         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
39603         (gst_snapshot_chain):
39604         * ext/snapshot/gstsnapshot.h:
39605           This has to be a joke... Snapshot should be connected to a tee,
39606           colorspace element before it and EOS after that, where the other
39607           src of the tee receives normal data.
39608           The current way is *wrong*.
39609
39610 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39611
39612         * ext/hermes/gsthermescolorspace.c:
39613           Fix another compile error. Same as below.
39614
39615 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39616
39617         * gst/colorspace/gstcolorspace.c:
39618         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
39619         (gst_colorspace_i420_to_yv12):
39620           Fix compiling... Didn't test if it actually works.
39621
39622 2004-01-15  David Schleef  <ds@schleef.org>
39623
39624         * configure.ac:
39625         * gst/colorspace/Makefile.am:
39626         * gst/colorspace/gstcolorspace.c:
39627         * gst/colorspace/gstcolorspace.h:
39628         * gst/colorspace/yuv2rgb.c:
39629         * gst/colorspace/yuv2rgb.h:
39630         Duplicate the ext/hermes colorspace plugin, and remove Hermes
39631         code and GPL code.  Fix for new caps negotiation.  Rewrite
39632         much of the format handling code, and some of the conversion
39633         code.  Basically, rewrote almost everything.  This element
39634         handles I420, YV12 to RGB conversions.
39635         * ext/hermes/Makefile.am:
39636         * ext/hermes/gsthermescolorspace.c:
39637         Rename colorspace to hermescolorspace.  Fix negotiation issues.
39638         Remove non-Hermes related code.  This element handles lots of
39639         RGB to RGB conversions, but no YUV.
39640         * ext/hermes/gstcolorspace.c:
39641         * ext/hermes/gstcolorspace.h:
39642         * ext/hermes/rgb2yuv.c:
39643         * ext/hermes/yuv2rgb.c:
39644         * ext/hermes/yuv2rgb.h:
39645         * ext/hermes/yuv2rgb_mmx16.s:
39646         * ext/hermes/yuv2yuv.c:
39647         * ext/hermes/yuv2yuv.h:
39648         Remove old code.
39649
39650 2004-01-14  Colin Walters  <walters@verbum.org>
39651
39652         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
39653         they've already been.
39654
39655 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39656
39657         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
39658           assume tag mode when pad is not connected
39659
39660 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39661
39662         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39663           Don't update the time of the clock
39664         (gst_alsa_sink_loop):
39665           sync to the clock given to alsasink, not the own clock
39666         * sys/oss/gstosssink.c: (gst_osssink_chain):
39667           sync to the clock
39668         (gst_osssink_change_state):
39669           activate the clock
39670         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39671         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
39672           remove bogus code that made DISCONT events unhandled
39673         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
39674           explicitly case to double in _set_simple. (fixes 2nd warning in bug
39675           #131502)
39676         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
39677         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
39678         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
39679           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
39680           2nd warning in bug #131502)
39681
39682 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39683
39684         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39685         (gst_videobalance_colorbalance_set_value),
39686         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
39687         for colorbalance interface implementation.
39688         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39689         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
39690         (gst_ximagesink_dispose), (gst_ximagesink_init),
39691         (gst_ximagesink_class_init): Adding DISPLAY property.
39692         * sys/ximage/ximagesink.h: Adding display_name to store display.
39693         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39694         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39695         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
39696         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
39697         properties (they still need polishing though for gst-launch use : no
39698         xcontext yet, i ll do that tomorrow).
39699         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
39700
39701 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39702
39703         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39704         (gst_play_set_location), (gst_play_set_visualization): Preparing
39705         switch integration, adding videobalance in the pipeline.
39706
39707 2004-01-14  Julien MOUTTE <julien@moutte.net>
39708
39709         * gst-libs/gst/colorbalance/colorbalance.c:
39710         (gst_color_balance_class_init): Adding a default type.
39711         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
39712         the type.
39713         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
39714         (gst_videobalance_dispose), (gst_videobalance_class_init),
39715         (gst_videobalance_init), (gst_videobalance_interface_supported),
39716         (gst_videobalance_interface_init),
39717         (gst_videobalance_colorbalance_list_channels),
39718         (gst_videobalance_colorbalance_set_value),
39719         (gst_videobalance_colorbalance_get_value),
39720         (gst_videobalance_colorbalance_init): Implementing colorbalance
39721         interface.
39722         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
39723         list.
39724         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
39725         bug which was triggering a BadAccess X error when setting an overlay
39726         before pad was really negotiated.
39727         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
39728         Using the colorbalance type macro.
39729
39730 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39731
39732         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
39733         (gst_flacenc_chain):
39734           handle tags correctly
39735         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
39736           extract ID3v1 tags correctly
39737
39738 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39739
39740         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
39741         (plugin_init):
39742           Improve matroska typefinding for odd-typed headers...
39743
39744 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39745
39746         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
39747           Fix for using incremental number on padnames.
39748
39749 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39750
39751         * ext/divx/gstdivxdec.c:
39752         * ext/divx/gstdivxenc.c:
39753           Set category to divx4linux instead of divx (too generic).
39754         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
39755         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
39756         (gst_wavparse_loop), (gst_wavparse_change_state):
39757         * gst/wavparse/gstwavparse.h:
39758           fix parsing of WAV files with non-standard fmt-tag size and fix
39759           skipping of unrecognized chunks... Someone please fix this thing
39760           to use rifflib so all this is automated.
39761         * sys/v4l/Makefile.am:
39762         * sys/v4l2/Makefile.am:
39763           Add X_CFLAGS because we depend on X (for overlay).
39764
39765 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
39766
39767         * ext/mpeg2dec/gstmpeg2dec.c:
39768           Don't issue a timestamp unless we tagged the frame
39769           with a PTS.
39770
39771 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39772
39773         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
39774           Query the audio element to get the time, not the clock. We're
39775           interested in the element's time here.
39776
39777 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39778
39779         * ext/aalib/gstaasink.c: (gst_aasink_chain):
39780         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39781         * ext/esd/esdsink.c: (gst_esdsink_chain):
39782         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
39783         * ext/mas/massink.c: (gst_massink_chain):
39784         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
39785         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
39786         (gst_matroska_demux_parse_metadata):
39787         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
39788         (gst_mpeg_parse_release_locks):
39789         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
39790         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
39791         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39792         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
39793         (gst_osssink_change_state):
39794         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39795         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39796         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
39797         (gst_xvideosink_release_locks):
39798         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
39799           use element time.
39800         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
39801         (gst_alsa_clock_stop):
39802         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
39803         (gst_audio_clock_get_internal_time):
39804           simplify for use with new clocking code.
39805         * testsuite/alsa/Makefile.am:
39806         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
39807           fix testsuite for new caps system
39808
39809 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39810
39811         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
39812         * ext/flac/gstflacenc.c: (add_one_tag):
39813           length is already host endian, no need to convert. Fixes playback of
39814           tagged files on PPC. (bug #128384)
39815
39816 2004-01-13  Julien MOUTTE <julien@moutte.net>
39817
39818         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
39819         colorbalance interface stating if it is hardware based or software
39820         based.
39821         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
39822         Removing a trailing comma.
39823         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39824         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
39825         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
39826         the documentation seems to be wrong on the -1000 to 1000 interval.
39827
39828 2004-01-12  David Schleef  <ds@schleef.org>
39829
39830         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
39831         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
39832         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
39833         Fix negotiation.  Add a bufferalloc function for the sink pad,
39834         and generally clean up some of the code.
39835
39836 2004-01-12  Julien MOUTTE <julien@moutte.net>
39837
39838         * gst-libs/gst/colorbalance/colorbalancechannel.c:
39839         (gst_color_balance_channel_dispose): Adding safety check in dispose
39840         method.
39841         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39842         (gst_xvimagesink_xcontext_clear),
39843         (gst_xvimagesink_interface_supported),
39844         (gst_xvimagesink_colorbalance_list_channels),
39845         (gst_xvimagesink_colorbalance_set_value),
39846         (gst_xvimagesink_colorbalance_get_value),
39847         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
39848         Adding colorbalance interface support to set XV parameters such as
39849         HUE, BRIGHTNESS, CONTRAST, SATURATION.
39850         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
39851         interface.
39852
39853 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39854
39855         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
39856         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
39857         (gst_audio_convert_init), (gst_audio_convert_set_property),
39858         (gst_audio_convert_get_property), (gst_audio_convert_chain),
39859         (gst_audio_convert_link),
39860         (gst_audio_convert_buffer_to_default_format),
39861         (gst_audio_convert_buffer_from_default_format), (plugin_init):
39862           - implement _getcaps and use it
39863           - improve linking
39864           - remove float caps since no float conversion is actually done
39865           - remove properties and arguments that were to be used for rate
39866             conversion
39867
39868 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39869
39870         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
39871         (gst_audio_structure_set_int):
39872         * gst-libs/gst/audio/audio.h:
39873           add helper functions for _getcaps matching the standard audio
39874           templates
39875
39876 2004-01-12  David Schleef  <ds@schleef.org>
39877
39878         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39879         Test that pad is negotiated before getting its caps.
39880
39881 2004-01-12  Julien MOUTTE <julien@moutte.net>
39882
39883         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
39884         analyzing the pads of an element the bin is mostly in READY state so
39885         no caps were negotiated. This helper function needs to work with
39886         _get_caps directly then. I was not freeing them though, added that to
39887         fix the mem leak.
39888
39889 2004-01-12  Julien MOUTTE <julien@moutte.net>
39890
39891         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39892         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
39893         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
39894         than the free_func.
39895
39896 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39897
39898         * sys/oss/gstossaudio.c: (plugin_init):
39899         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
39900         * sys/oss/gstosselement.h:
39901           make an oss debugging category
39902           make failure more descriptive
39903
39904 2004-01-11  David Schleef  <ds@schleef.org>
39905
39906         * ext/ffmpeg/gstffmpeg.c:
39907         * ext/ffmpeg/gstffmpegcodecmap.c:
39908         * ext/ffmpeg/gstffmpegdec.c:
39909         * ext/ffmpeg/gstffmpegenc.c:
39910         * ext/ffmpeg/gstffmpegprotocol.c:
39911         * ext/gdk_pixbuf/gstgdkanimation.c:
39912         * ext/jpeg/gstjpeg.c:
39913         * ext/libpng/gstpng.c:
39914         * ext/mpeg2dec/perftest.c:
39915         * ext/speex/gstspeex.c:
39916         * gst-libs/gst/resample/dtos.c:
39917         * gst/intfloat/gstintfloatconvert.c:
39918         * gst/oneton/gstoneton.c:
39919         * gst/rtjpeg/RTjpeg.c:
39920         * gst/rtp/gstrtp.c:
39921         * sys/dxr3/dxr3init.c:
39922         * sys/glsink/gstgl_nvimage.c:
39923         * sys/glsink/gstgl_pdrimage.c:
39924         * sys/glsink/gstglsink.c:
39925         * testsuite/gst-lint:
39926         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
39927
39928 2004-01-11  David Schleef  <ds@schleef.org>
39929
39930         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
39931         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
39932         * ext/gdk_pixbuf/gstgdkanimation.c:
39933         (gst_gdk_animation_iter_create_pixbuf):
39934         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
39935         (gst_gdk_pixbuf_chain):
39936         * ext/gdk_pixbuf/gstgdkpixbuf.h:
39937         * ext/jack/gstjack.c: (gst_jack_change_state):
39938         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
39939         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
39940         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
39941         * gst/videofilter/gstvideofilter.c:
39942         (gst_videofilter_set_output_size):
39943         Remove all usage of gst_pad_get_caps(), and replace it with
39944         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
39945
39946 2004-01-11  David Schleef  <ds@schleef.org>
39947
39948         * configure.ac:
39949         * ext/Makefile.am: Fixes to make ext/libcaca compile.
39950         * ext/divx/gstdivxdec.c:
39951         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
39952         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
39953         handle images that span multiple buffers.  Now work with both
39954         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
39955         * ext/gdk_pixbuf/gstgdkpixbuf.h:
39956         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
39957         video/video.h changes
39958         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
39959         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
39960         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
39961         of GstData free function.
39962         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
39963         same.
39964
39965 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39966
39967         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
39968         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
39969         (gst_v4l2element_get_property):
39970         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
39971           add norm, channel and frequency properties.
39972         * sys/v4l2/gstv4l2tuner.c:
39973           fixes for tuner interface changes
39974         * sys/v4l2/gstv4l2element.h:
39975         * sys/v4l2/gstv4l2src.c:
39976         * sys/v4l2/gstv4l2src.h:
39977         * sys/v4l2/v4l2src_calls.c:
39978         * sys/v4l2/v4l2src_calls.h:
39979           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
39980
39981 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39982
39983         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
39984         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
39985         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
39986         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
39987         * gst-libs/gst/tuner/tuner.h:
39988           GObjects aren't const.
39989           Add find_by_name functions.
39990           Add checks to _changed functions.
39991         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
39992         (gst_v4l_tuner_get_norm):
39993           Fixes for above.
39994
39995 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39996
39997         * gst-libs/gst/video/video.h:
39998           Fix caps template names to be understandable.
39999           Prefix everything with GST_VIDEO.
40000         * ext/aalib/gstaasink.c:
40001         * ext/divx/gstdivxdec.c:
40002         * ext/divx/gstdivxenc.c:
40003         * ext/gdk_pixbuf/gstgdkpixbuf.c:
40004         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
40005         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
40006         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
40007         * ext/libcaca/gstcacasink.c:
40008         * ext/libpng/gstpngenc.c: (raw_caps_factory):
40009         * ext/snapshot/gstsnapshot.c:
40010         * ext/swfdec/gstswfdec.c:
40011         * ext/xvid/gstxviddec.c:
40012         * ext/xvid/gstxvidenc.c:
40013         * gst/chart/gstchart.c:
40014         * gst/deinterlace/gstdeinterlace.c:
40015         * gst/effectv/gsteffectv.c:
40016         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40017         * gst/goom/gstgoom.c:
40018         * gst/median/gstmedian.c:
40019         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
40020         (gst_monoscope_srcconnect), (gst_monoscope_chain):
40021         * gst/overlay/gstoverlay.c:
40022         * gst/smooth/gstsmooth.c:
40023         * gst/smpte/gstsmpte.c:
40024         * gst/synaesthesia/gstsynaesthesia.c:
40025         * gst/videocrop/gstvideocrop.c:
40026         * gst/videodrop/gstvideodrop.c:
40027         * gst/y4m/gsty4mencode.c:
40028         * sys/qcam/gstqcamsrc.c:
40029         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
40030           Make them work with new video.h file.
40031         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40032         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40033         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40034         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40035           Make it work with new buffer allocation system.
40036
40037 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40038
40039         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
40040         pad_alloc_buffer implementation to use ->srcpad
40041         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
40042         pad_alloc_buffer implementation to use ->srcpad
40043         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
40044         pad_alloc_buffer implementation to use ->srcpad
40045         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
40046         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
40047         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40048         a reference to everything we need.
40049         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
40050         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
40051         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
40052         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40053         a reference to everything we need.
40054         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
40055
40056 2004-01-11  David Schleef  <ds@schleef.org>
40057
40058         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
40059         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
40060         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
40061         structure members.
40062         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
40063         value during a resize/renegotiation.
40064         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
40065         gst_pad_alloc_buffer();
40066         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40067         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
40068         structure members.
40069         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40070         Fix for rename of buffer private structure members.
40071         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40072         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40073         Fix for rename of buffer private structure members.
40074         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40075         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40076         Fix for rename of buffer private structure members.
40077
40078 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
40079
40080         reviewed by: David Schleef <ds@schleef.org>
40081
40082         * gst/videofilter/Makefile.am:
40083         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
40084         from the patch by ds to fit in with recent make_filter changes.
40085
40086 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40087
40088         * configure.ac: Adding examples/switch/Makefile
40089         * examples/Makefile.am: Adding examples/switch
40090         * examples/switch/Makefile.am: Adding switcher example.
40091         * examples/switch/switcher.c: (got_eos), (idle_iterate),
40092         (switch_timer), (main): Adding an example demonstrating switch usage
40093         with 2 videotestsrc showing different patterns.
40094         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40095         (gst_switch_init): Fixing switch with the new caps system.
40096
40097 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40098
40099         * gst-libs/gst/video/video.h:
40100           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
40101           They should probably be like
40102           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
40103
40104 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40105
40106         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40107         (qtdemux_parse_trak):
40108           fix audio chunk size/timestamp calculation
40109
40110 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40111
40112         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
40113           fix SVQ3 caps
40114
40115 2004-01-11  Steve Baker  <steve@stevebaker.org>
40116
40117         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
40118         (gst_agingtv_base_init), (gst_agingtv_class_init),
40119         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
40120         (gst_agingtv_set_property), (gst_agingtv_get_property):
40121         Port agingTV to videofilter
40122
40123 2004-01-09  Julien MOUTTE <julien@moutte.net>
40124
40125         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
40126         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40127
40128 2004-01-09  Julien MOUTTE <julien@moutte.net>
40129
40130         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
40131         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40132         * gst-libs/gst/xoverlay/xoverlay.c:
40133         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
40134         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
40135         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40136         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40137         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40138         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40139         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
40140         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
40141         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40142         interface implementation to handle xid being 0 and fix some bugs
40143         triggered by Benjamin's testcase.
40144         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40145         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
40146         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
40147         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40148         interface implementation to handle xid being 0 and fix some bugs
40149         triggered by Benjamin's testcase.
40150
40151 2004-01-09  David Schleef  <ds@schleef.org>
40152
40153         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
40154         mouse pointer events.  It works.
40155
40156 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40157
40158         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
40159           Use explicit caps - fix capsnego.
40160         * ext/xvid/gstxviddec.c:
40161         * ext/xvid/gstxvidenc.c:
40162           Remove macro-inside-macro which caused compile errors.
40163         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
40164           Error out if it's not a RIFF file. Else we error out without
40165           gst_element_error() which is not good...
40166
40167 2004-01-08  David Schleef  <ds@schleef.org>
40168
40169         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40170         Fix pad_link function to handle formats that ffmpeg returns
40171         as multiple caps structures.
40172         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
40173         Only complain if source buffer is _smaller_ than expected.
40174         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
40175         (gst_videoscale_handle_src_event): Resize navigation events
40176         when passing them upstream.
40177         * gst/videotestsrc/gstvideotestsrc.c:
40178         * gst/videotestsrc/gstvideotestsrc.h:
40179         * gst/videotestsrc/videotestsrc.c:
40180         * gst/videotestsrc/videotestsrc.h:
40181         Rewrite many of the buffer painting functions to handle odd
40182         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
40183         been verified to work with my video card.
40184         * testsuite/gst-lint:  Add check for elements calling
40185         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
40186
40187 2004-01-08  David Schleef  <ds@schleef.org>
40188
40189         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
40190         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
40191
40192 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40193
40194         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
40195         configure event is not emiting the desired size signal. That fixes
40196         aspect ratio issues with gst-player.
40197
40198 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40199
40200         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
40201           Fix capsnego.
40202
40203 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40204
40205         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
40206         public method to fire size signal.
40207
40208 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40209
40210         * examples/gstplay/Makefile.am: Adding the interface library.
40211         * gst-libs/gst/play/Makefile.am: Adding the interface library.
40212         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
40213         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
40214         GST_IS_X_OVERLAY before signal connect.
40215         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
40216         Removing the have_video_size signal.
40217         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
40218         and associated public method.
40219         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40220         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
40221         signal.
40222         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
40223         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
40224         signal.
40225         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
40226         Using XOverlay public method to fire size signal.
40227
40228 2004-01-07  David Schleef  <ds@schleef.org>
40229
40230         * gst/videofilter/Makefile.am:
40231         * gst/videofilter/gstvideotemplate.c:
40232         * gst/videofilter/make_filter:
40233         Create gstvideoexample.c in a srcdir!=builddir friendly way.
40234         Convert make_filter to /bin/sh script.
40235
40236 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
40237
40238         * gst/modplug/gstmodplug.cc: fix element description
40239
40240 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40241
40242         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40243         (got_video_size): Adding some new lines in g_print calls.
40244         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40245         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
40246         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
40247         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
40248         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
40249         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
40250         Complete code review, reverting some stuff i disagree with, adding
40251         some fixes : time synchronization on invalid timestamps, renegotiation
40252         of private window.
40253         * sys/ximage/ximagesink.h:
40254         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
40255         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
40256         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
40257         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
40258         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
40259         (gst_xvimagesink_buffer_new),
40260         (gst_xvimagesink_navigation_send_event),
40261         (gst_xvimagesink_set_xwindow_id),
40262         (gst_xvimagesink_get_desired_size),
40263         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
40264         stuff i disagree with, adding some fixes : Renegotiation of private
40265         window, implementing get_desired_size.
40266
40267 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40268
40269         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
40270         (gst_afsink_handle_event):
40271         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
40272         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
40273         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
40274         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
40275         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
40276           Fix for instantiate-test (see core). Also remove dead code from
40277           jpegenc (which still needs fixing, but that's lower on my TODO
40278           list...).
40279         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
40280           Never return NULL as caps.
40281
40282 2004-01-07  David Schleef  <ds@schleef.org>
40283
40284         * configure.ac:
40285         * ext/Makefile.am:
40286         * ext/librfb/Makefile.am:
40287         * ext/librfb/gstrfbsrc.c:
40288         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
40289         is the protocol used by VNC.
40290
40291 2004-01-07  David Schleef  <ds@schleef.org>
40292
40293         * gst/videofilter/gstvideotemplate.c:
40294         * gst/videofilter/gstvideotemplate.h:
40295         * gst/videofilter/make_filter:
40296         Merge videotemplate header into source file.
40297         * gst/effectv/Makefile.am:
40298         * gst/effectv/gsteffectv.c: (plugin_init):
40299         * gst/effectv/gstwarp.c:
40300         Make warpTV a subclass of videofilter.
40301
40302 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40303
40304         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
40305           Add guard against invalid utf-8 conversions in mad. Just in case.
40306
40307 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40308
40309         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40310           Fix for bug shown by poisoning
40311
40312 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40313
40314         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40315         (gst_v4lmjpegsrc_buffer_free):
40316         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
40317         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
40318         (gst_v4lsrc_buffer_free):
40319           Fix for removed bufferpools.
40320
40321 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40322
40323         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40324         Fix caps negotiation.
40325
40326         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
40327         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
40328         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
40329         (dvdnavsrc_event):
40330         * ext/mpeg2dec/gstmpeg2dec.c:
40331         * gst-libs/gst/navigation/navigation.c:
40332         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
40333         * gst-libs/gst/navigation/navigation.h:
40334         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
40335         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
40336         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
40337         Super-simple first version of mouse and keyboard events. Clicking
40338         on a DVD menu now works, although it may not take you where you
40339         expected.
40340
40341         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40342         * gst/videotestsrc/gstvideotestsrc.c:
40343         (gst_videotestsrc_src_fixate):
40344         These fixate functions were broken - they never actually
40345         fixated :)
40346
40347 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40348
40349         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
40350         (gst_icecastsend_init):
40351           fix for new caps system.
40352         * gst-libs/gst/mixer/mixertrack.h:
40353         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
40354           Add 'master track' flag (for tools like ACME that only want to
40355           change the main volume).
40356
40357 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40358
40359         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
40360         (gst_xvid_csp_to_caps):
40361         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
40362         * ext/xvid/gstxvidenc.c:
40363         ifdef out ARGB type when it isn't available
40364         in xvidcore 1.0.0beta2
40365
40366 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40367
40368         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40369           When we have received a new SCR right in the first buffer after
40370           a seek (so in the same cycle that handles the discont), we should
40371           handle the buffer instead of unreffing it, else we lose data.
40372
40373 2004-01-06  Iain <iain@prettypeople.org>
40374
40375         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
40376           buffer-frames caps too.
40377
40378         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
40379           caps that we need, don't destroy them all and rebuild them. And when
40380           creating src pads, use the src pad template rather than the sink...
40381
40382 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40383
40384         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
40385           Add pad to element *after* setting functions such as event handler.
40386           Without this, the scheduler (opt) will link pads, set the event
40387           handler from the default event function (dispatcher in gstpad.c)
40388           and *after* that, we will set our own event function, which will
40389           thus never be used (and thus mpegdemux doesn't handle events).
40390
40391 2004-01-04  David Schleef  <ds@schleef.org>
40392
40393         Fix the fixate functions to handle new prototype:
40394         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40395         * gst/videotestsrc/gstvideotestsrc.c:
40396         (gst_videotestsrc_src_fixate):
40397         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40398         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
40399         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
40400
40401 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40402
40403         * sys/ximage/ximagesink.h:
40404         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40405         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
40406         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
40407         (gst_ximagesink_xoverlay_init):
40408           assorted fixes to make (re)embedding work
40409         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
40410         (gst_ximagesink_get_desired_size):
40411           implement desired size additions to XOverlay
40412
40413 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40414
40415         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
40416         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
40417         (gst_x_overlay_got_desired_size):
40418         * gst-libs/gst/xoverlay/xoverlay.h:
40419           Add optional "desired size" signal and querying.
40420
40421 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40422
40423         * gst/matroska/matroska-demux.c:
40424         (gst_matroska_demux_parse_blockgroup):
40425           Fix EBML-laced block parsing. Diffs are relative to previous
40426           lace, not the first lace. Thanks to Mosu from the Matroska
40427           team for detecting this.
40428         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40429         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
40430         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
40431         (gst_wavparse_change_state):
40432         * gst/wavparse/gstwavparse.h:
40433           Quickfix for capsnego.
40434
40435 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40436
40437         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
40438           Fix indenting, fix pad creation.
40439
40440 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40441
40442         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
40443         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
40444         (gst_xviddec_sink_link):
40445           Implement src_getcaps() so proper size caps is negotiated.
40446
40447 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40448
40449         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
40450           Finish flac decoder on EOS. See #116178.
40451
40452 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40453
40454         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
40455         (gst_matroska_demux_add_stream):
40456         * gst/matroska/matroska-ids.h:
40457           Add getcaps() function to fix capsnego...
40458
40459 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40460
40461         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40462         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
40463         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
40464           Fix more integer overflows. Again, see #126967.
40465
40466 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40467
40468         * ext/mpeg2dec/gstmpeg2dec.c:
40469           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
40470           #130416.
40471
40472 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40473
40474         * configure.ac:
40475         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
40476         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
40477         * ext/xvid/gstxvid.h:
40478         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
40479         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
40480         (gst_xviddec_src_link), (gst_xviddec_sink_link),
40481         (gst_xviddec_change_state):
40482         * ext/xvid/gstxviddec.h:
40483         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
40484         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
40485         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
40486         (gst_xvidenc_link), (gst_xvidenc_set_property),
40487         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
40488         * ext/xvid/gstxvidenc.h:
40489           Update xvid plugin to latest xvid (1.0.0-beta3) API.
40490
40491 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40492
40493         * gst/rtp/rtp-packet.c:
40494           Add sys/types.h include, since OS X doesn't define in_addr_t
40495           in netinet/in.h, like it does on Linux (see #129600).
40496
40497 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
40498
40499         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
40500
40501         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
40502           Correct logic of dispose function (see #129306).
40503
40504 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40505
40506         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
40507         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
40508         (gst_mpeg_parse_init):
40509         * gst/mpegstream/gstmpegparse.h:
40510           Remove clock (which was never provided, i.e. dead code), and
40511           also fix integer overflows at high PTS values (see #126967).
40512
40513 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40514
40515         * ext/flac/gstflacdec.c:
40516         * ext/libpng/gstpngenc.h:
40517         * ext/mikmod/gstmikmod.h:
40518           OS X fixes (see #126628).
40519
40520 2004-01-02  David Schleef  <ds@schleef.org>
40521
40522         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
40523         (gst_alsa_src_base_init): Remove bogus "src" request pad.
40524         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
40525         (gst_mpeg_parse_class_init): Move pad template registration
40526         to class_init, since the derived class (mpegdemux) doesn't
40527         want them.
40528
40529 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40530
40531         * sys/ximage/Makefile.am:
40532         * sys/xvideo/Makefile.am:
40533         * sys/xvimage/Makefile.am:
40534           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
40535           after installation (see #127664).
40536
40537 2004-01-02  David Schleef  <ds@schleef.org>
40538
40539         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
40540         (gst_ffmpegenc_connect):  Negotiation fixes.
40541         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
40542         Remove inappropriate gst_caps_free().
40543         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40544         Reenable Ronald's internal resize code, since the core handles
40545         it correctly now.
40546
40547 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40548
40549         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
40550         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
40551         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
40552           Fix pad template stuff.
40553
40554 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40555
40556         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
40557         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
40558           fix signed integer reading/writing.
40559
40560 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40561
40562         * ext/alsa/README:
40563           Remove outdated document
40564
40565 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
40566
40567         * gst/cutter/gstcutter.c: (gst_cutter_init):
40568           src pad was being created twice - oops.
40569
40570 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40571
40572         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40573           Comment out internal resize. It doesn't handle the resulting
40574           XEvent internally, does another try_set_caps() which leads to
40575           a really nice loop.
40576           Real fix will come when Julien and Dave are awake. ;).
40577
40578 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40579
40580         * ext/mpeg2enc/gstmpeg2enc.cc:
40581           fix const/nonconst compile issue.
40582
40583 2004-01-02  David Schleef  <ds@schleef.org>
40584
40585         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
40586         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
40587         Add fixate function and a check for bad formats.
40588
40589 2004-01-01  David Schleef  <ds@schleef.org>
40590
40591         Negotiation fixes:
40592         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
40593         (gst_audiofilter_init):
40594         * gst/debug/efence.c: (gst_efence_init):
40595         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
40596         (gst_deinterlace_init):
40597         * gst/volume/gstvolume.c: (volume_connect):
40598
40599 2004-01-01  David Schleef  <ds@schleef.org>
40600
40601         Convert elements to use gst_pad_use_explicit_caps() where
40602         appropriate:
40603         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
40604         * ext/audiofile/gstafparse.c: (gst_afparse_init),
40605         (gst_afparse_open_file):
40606         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
40607         (gst_afsrc_open_file):
40608         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
40609         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
40610         (gst_ffmpegdec_chain):
40611         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
40612         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
40613         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
40614         (gst_gdk_pixbuf_chain):
40615         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
40616         (gst_jpegdec_chain):
40617         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
40618         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
40619         (gst_mikmod_negotiate):
40620         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
40621         (gst_mpeg2dec_negotiate_format):
40622         * ext/mpeg2enc/gstmpeg2enc.cc:
40623         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
40624         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
40625         (gst_speexdec_sinkconnect):
40626         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
40627         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
40628         (gst_vorbisfile_new_link):
40629         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
40630         (gst_ac3parse_chain):
40631         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
40632         (gst_asf_demux_setup_pad):
40633         * gst/auparse/gstauparse.c: (gst_auparse_init),
40634         (gst_auparse_chain):
40635         * gst/id3/gstid3types.c: (gst_id3types_loop):
40636         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40637         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
40638         (mp1videoparse_parse_seq):
40639         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
40640         (bpf_from_header):
40641         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40642         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
40643         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
40644         (gst_mpeg_parse_send_data):
40645         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40646         (gst_qtdemux_add_stream):
40647         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
40648         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40649         (gst_wavparse_parse_fmt):
40650
40651 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40652
40653         * configure.ac:
40654           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
40655           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
40656           it therefore uses the wrong include paths. Too bad... Note
40657           that 1.6.1.93 is not release yet. ;).
40658           Also add a check for mplex, which is now using the lib'ified
40659           mplex from mjpegtools, too.
40660         * ext/ffmpeg/gstffmpegcodecmap.c:
40661           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
40662           issues. I don't think ffmpeg handles 3ivx correctly, so this
40663           probably won't work. But it won't hurt either.
40664         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
40665         (gst_ffmpegdec_chain):
40666         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
40667         (gst_ffmpegenc_chain_audio):
40668           Fix memleak in audio encoding. Close codec if open fails, this
40669           calls the cleanup routines so we can re-use the context.
40670         * ext/mpeg2enc/gstmpeg2enc.cc:
40671           Fix pad template names/types, fix memory issue with getcaps().
40672         * ext/mpeg2enc/gstmpeg2encoder.cc:
40673         * ext/mpeg2enc/gstmpeg2encoder.hh:
40674           Fix compile issue with new caps system (const thingy).
40675         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40676         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
40677           We read a first frame right on initing, so that we have a caps
40678           when we init the output. This caps is cached in padprivate and
40679           read as first frame.
40680         * ext/mplex/Makefile.am:
40681         * ext/mplex/gstmplex.cc:
40682         * ext/mplex/gstmplex.h:
40683         * ext/mplex/gstmplex.hh:
40684         * ext/mplex/gstmplexibitstream.cc:
40685         * ext/mplex/gstmplexibitstream.hh:
40686         * ext/mplex/gstmplexjob.cc:
40687         * ext/mplex/gstmplexjob.hh:
40688         * ext/mplex/gstmplexoutputstream.cc:
40689         * ext/mplex/gstmplexoutputstream.hh:
40690           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
40691           had issues, didn't do capsnego, supported only a subset of the
40692           mplex features and required a mplex fork in our local CVS. Plus
40693           that it worked agaist a very old mplex version. Rewriting was
40694           faster than updating it.
40695         * gst-libs/ext/Makefile.am:
40696         * gst-libs/ext/mplex/INSTRUCT:
40697         * gst-libs/ext/mplex/Makefile.am:
40698         * gst-libs/ext/mplex/README:
40699         * gst-libs/ext/mplex/TODO:
40700         * gst-libs/ext/mplex/ac3strm_in.cc:
40701         * gst-libs/ext/mplex/audiostrm.hh:
40702         * gst-libs/ext/mplex/audiostrm_out.cc:
40703         * gst-libs/ext/mplex/aunit.hh:
40704         * gst-libs/ext/mplex/bits.cc:
40705         * gst-libs/ext/mplex/bits.hh:
40706         * gst-libs/ext/mplex/buffer.cc:
40707         * gst-libs/ext/mplex/buffer.hh:
40708         * gst-libs/ext/mplex/fastintfns.h:
40709         * gst-libs/ext/mplex/format_codes.h:
40710         * gst-libs/ext/mplex/inputstrm.cc:
40711         * gst-libs/ext/mplex/inputstrm.hh:
40712         * gst-libs/ext/mplex/lpcmstrm_in.cc:
40713         * gst-libs/ext/mplex/mjpeg_logging.cc:
40714         * gst-libs/ext/mplex/mjpeg_logging.h:
40715         * gst-libs/ext/mplex/mjpeg_types.h:
40716         * gst-libs/ext/mplex/mpastrm_in.cc:
40717         * gst-libs/ext/mplex/mpegconsts.cc:
40718         * gst-libs/ext/mplex/mpegconsts.h:
40719         * gst-libs/ext/mplex/mplexconsts.hh:
40720         * gst-libs/ext/mplex/multplex.cc:
40721         * gst-libs/ext/mplex/outputstream.hh:
40722         * gst-libs/ext/mplex/padstrm.cc:
40723         * gst-libs/ext/mplex/padstrm.hh:
40724         * gst-libs/ext/mplex/stillsstream.cc:
40725         * gst-libs/ext/mplex/stillsstream.hh:
40726         * gst-libs/ext/mplex/systems.cc:
40727         * gst-libs/ext/mplex/systems.hh:
40728         * gst-libs/ext/mplex/vector.cc:
40729         * gst-libs/ext/mplex/vector.hh:
40730         * gst-libs/ext/mplex/videostrm.hh:
40731         * gst-libs/ext/mplex/videostrm_in.cc:
40732         * gst-libs/ext/mplex/videostrm_out.cc:
40733         * gst-libs/ext/mplex/yuv4mpeg.cc:
40734         * gst-libs/ext/mplex/yuv4mpeg.h:
40735         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
40736         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
40737           We don't fork mjpegtools' mplex in our CVS anymore.
40738         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
40739         (gst_avi_demux_add_stream):
40740         * gst/avi/gstavidemux.h:
40741           Add getcaps() function for proper caps nego. This makes some
40742           parts of AVI playback/reading work.
40743         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40744           Resize window on new capsnego. This is probably wrong, but
40745           I'm still committing it because with current capsnego, the
40746           first successfull capsnego is auto-fixated, therefore rounded
40747           down to the lowest values in the caps. this results in a 16x16
40748           XWindow that is not reized when real capsnego finishes.
40749           Dave, I see more cases of this, do you know a proper solution?
40750         * tools/gst-launch-ext.in:
40751           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
40752
40753 2003-12-31  David Schleef  <ds@schleef.org>
40754
40755         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
40756         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
40757           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
40758
40759 2003-12-30  David Schleef  <ds@schleef.org>
40760
40761         * ext/ffmpeg/gstffmpegcolorspace.c:
40762         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
40763         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
40764         (gst_ffmpegcsp_chain): Negotiation fixes
40765         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
40766         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
40767         (gst_audio_convert_link), (gst_audio_convert_channels):
40768         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
40769         (gst_audioscale_link), (gst_audioscale_get_buffer),
40770         (gst_audioscale_chain): Negotiation fixes
40771         * gst/audioscale/gstaudioscale.h:
40772         * gst/videofilter/gstvideofilter.c:
40773         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
40774         (gst_videofilter_link), (gst_videofilter_init),
40775         (gst_videofilter_set_output_size), (gst_videofilter_setup),
40776         (gst_videofilter_find_format_by_structure):
40777         * gst/videofilter/gstvideofilter.h: Negotiation fixes
40778         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
40779         (gst_videoscale_link):
40780         * gst/videoscale/videoscale.c: (videoscale_get_structure),
40781         (videoscale_find_by_structure), (gst_videoscale_setup):
40782         * gst/videoscale/videoscale.h: Negotiation fixes
40783         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40784         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
40785         function, restrict resizing to a multiple of 4 (hack until
40786         everyone supports odd sizes correctly).
40787
40788 2003-12-29  Colin Walters  <walters@verbum.org>
40789
40790         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
40791         signed.
40792
40793 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
40794
40795         * ext/sndfile/gstsf.c: (gst_sf_loop):
40796           Fix warning about discarding const qualifier
40797
40798 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
40799
40800         * gst/cutter/gstcutter.c:
40801         * gst/videoscale/gstvideoscale.c:
40802         * gst/volenv/gstvolenv.c:
40803         * gst-libs/gst/audio/audio.c:
40804         * gst-libs/gst/video/video.c:
40805           Fix warnings
40806
40807 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40808
40809         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
40810           Don't send ALSA debugging to stderr.
40811         * ext/alsa/gstalsa.h:
40812           Use GST_WARNING instead of g_warning when ALSA functions fail.
40813
40814 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40815
40816         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
40817           Free XVAdapterInfo correctly.
40818
40819 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40820
40821         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
40822         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
40823           Make id3tag use correct caps nego.
40824
40825 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
40826
40827         * ext/ivorbis/vorbis.c:
40828         * ext/ivorbis/vorbisenc.h:
40829         * ext/ivorbis/vorbisfile.c:
40830           Modify so that it uses the new caps things
40831
40832 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40833
40834         * testsuite/spider/spider1.c: (main):
40835         * testsuite/spider/spider2.c: (main):
40836         * testsuite/spider/spider3.c: (main):
40837           Make tests compile again. They probably don't work.
40838
40839 2003-12-24  Colin Walters  <walters@verbum.org>
40840
40841         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
40842         we can't fixate the caps anymore.
40843
40844 2003-12-23  David Schleef  <ds@schleef.org>
40845
40846         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
40847         * sys/oss/gstosssink.c: (gst_osssink_init),
40848         (gst_osssink_sink_fixate): Add fixate function.
40849
40850 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40851
40852         * ext/ffmpeg/gstffmpegcodecmap.c:
40853         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
40854         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
40855         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
40856         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
40857         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
40858         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
40859         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
40860           fix typo in RGB masks, and move back to "old" colorspace
40861           capsnego code until whoever wrote this new crap has actually
40862           tested it so that it works.
40863           And yes, this works, keep it that way please.
40864
40865 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40866
40867         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
40868         (gst_divxdec_init), (gst_divxdec_negotiate):
40869         * ext/divx/gstdivxdec.h:
40870         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
40871         (gst_divxenc_init):
40872         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
40873         (gst_faac_sinkconnect), (gst_faac_srcconnect):
40874         * ext/mpeg2enc/gstmpeg2enc.cc:
40875         * ext/mpeg2enc/gstmpeg2encoder.cc:
40876         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40877         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
40878         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
40879         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
40880         (dxr3spusink_init):
40881         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
40882         (dxr3videosink_init):
40883           Fix caps breakage after Dave's caps branch merge.
40884
40885 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40886
40887         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
40888           Fix for 24bpp display.
40889
40890 2003-12-23  Colin Walters  <walters@verbum.org>
40891
40892         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
40893         a GnomeVFSHandle directly.
40894
40895 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40896
40897         * gst/volume/Makefile.am:
40898         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
40899         (volume_base_init), (volume_init):
40900           Reenable volume element and fix to work with new caps stuff.
40901           Rhythmbox needs this.
40902
40903 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40904
40905         * gst/qtdemux/qtdemux.c: (plugin_init):
40906           qtdemux requires bytestream
40907
40908 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40909
40910         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
40911           Fix remaining caps handling errors due to CAPS merge.
40912
40913 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40914
40915         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
40916         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
40917         (gst_faad_srcconnect):
40918           Port to new caps system.
40919
40920 2003-12-21  Julien MOUTTE  <julien@moutte.net>
40921
40922         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40923         (got_video_size), (main): using g_print instead of g_message.
40924         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
40925         signal which was not emitted because of "switch" element added to the
40926         bin but not connected. (Removing from the bin temporarily)
40927
40928 2003-12-21  Julien MOUTTE  <julien@moutte.net>
40929
40930         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
40931         find X development files. I don't understand the previous tests and
40932         they fail on my debian/ppc unstable. This one works.
40933         * examples/gstplay/player.c: (main): Set the pipeline to READY before
40934         exiting.
40935         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
40936         (gst_play_set_video_sink), (gst_play_set_audio_sink),
40937         (gst_play_set_visualization): Add some safety checks in set_ methods
40938         and state_change. This was throwing some ugly CRITICAL messages when
40939         pipeline was getting disposed and casts were failing.
40940
40941 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40942
40943         * configure.ac:
40944           Improve mpeg2enc detection. This is for distributions that do
40945           ship mjpegtools, but without mpeg2enc. Also does object check
40946           for might there ever be ABI incompatibility.
40947         * ext/mpeg2enc/gstmpeg2enc.cc:
40948           Add Andrew as second maintainer (he's helping me), and also add
40949           an error if no caps was set. This happens if I pull before capsnego
40950           and that's something I should solve sometime else.
40951         * gst/matroska/matroska-demux.c:
40952         (gst_matroska_demux_parse_blockgroup):
40953           Fix time parsing.
40954         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
40955         (gst_matroska_mux_track_header):
40956           Add caps to templates.
40957         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
40958           Add mpegversion=1 to prevent confusion with MPEG/AAC.
40959         * gst/mpegstream/gstmpegdemux.c:
40960           Remove layer since it causes warnings about unfixed caps.
40961         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40962           Fix obvious typo (we error out if caps were set, we should of
40963           course error out if *no* caps were set).
40964         * sys/oss/gstosselement.c: (gst_osselement_convert):
40965           Fix format conversion, we confused bits/bytes.
40966         * sys/oss/gstosselement.h:
40967           Improve documentation for 'bps'.
40968         * sys/v4l/TODO:
40969           Remove stuff about plugins that need removing - this was done
40970           ages ago.
40971         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
40972         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
40973         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
40974         (gst_v4lsrc_src_query):
40975         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
40976         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
40977           Add get_query_types(), get_formats() and query() functions.
40978
40979 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
40980
40981         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
40982           * moved CVS to freedesktop.org